~/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.wn1xpL8VaA + 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.wn1xpL8VaA/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.wn1xpL8VaA/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.wn1xpL8VaA + J2_VARS_FILE=/tmp/tmp.wn1xpL8VaA/tmp.k1ES9dNvjE.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.wn1xpL8VaA/tmp.k1ES9dNvjE.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.wn1xpL8VaA/tmp.k1ES9dNvjE.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.wn1xpL8VaA/tmp.k1ES9dNvjE.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.wn1xpL8VaA/tmp.k1ES9dNvjE.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.wn1xpL8VaA/tmp.k1ES9dNvjE.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.wn1xpL8VaA/tmp.k1ES9dNvjE.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.wn1xpL8VaA/tmp.k1ES9dNvjE.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.wn1xpL8VaA/tmp.k1ES9dNvjE.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.wn1xpL8VaA/tmp.k1ES9dNvjE.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.wn1xpL8VaA/tmp.k1ES9dNvjE.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.wn1xpL8VaA/tmp.k1ES9dNvjE.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.wn1xpL8VaA/tmp.k1ES9dNvjE.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.wn1xpL8VaA/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.wn1xpL8VaA/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.wn1xpL8VaA/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.wn1xpL8VaA/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.wn1xpL8VaA/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 4.3 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-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): perl-Getopt-Long-2.52-4.el9.noarch.rpm 296 kB/s | 64 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 825 kB/s | 223 kB 00:00 (3/399): boost-system-1.75.0-8.el9.x86_64.rpm 53 kB/s | 15 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 752 kB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 157 kB/s | 24 kB 00:00 (6/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.3 MB/s | 216 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 87 kB/s | 17 kB 00:00 (8/399): perl-Data-Dumper-2.174-462.el9.x86_64. 449 kB/s | 59 kB 00:00 (9/399): boost-thread-1.75.0-8.el9.x86_64.rpm 331 kB/s | 57 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 202 kB/s | 34 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 273 kB/s | 63 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 114 kB/s | 25 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 126 kB/s | 16 kB 00:00 (14/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.4 MB/s | 224 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 1.6 MB/s | 321 kB 00:00 (16/399): python3-pyasn1-modules-0.4.8-6.el9.no 875 kB/s | 283 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 236 kB/s | 45 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 1.8 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 852 kB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.5 MB/s | 229 kB 00:00 (21/399): perl-Text-ParseWords-3.30-460.el9.noa 113 kB/s | 18 kB 00:00 (22/399): perl-Term-ANSIColor-5.01-461.el9.noar 283 kB/s | 51 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 1.0 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 940 kB/s | 134 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 175 kB/s | 26 kB 00:00 (26/399): iptables-nft-services-1.8.8-6.el9_1.n 203 kB/s | 28 kB 00:00 (27/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 3.8 MB/s | 1.2 MB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 229 kB/s | 31 kB 00:00 (29/399): perl-Encode-3.08-462.el9.x86_64.rpm 8.8 MB/s | 1.7 MB 00:00 (30/399): perl-Mozilla-CA-20200520-6.el9.noarch 102 kB/s | 14 kB 00:00 (31/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 170 kB/s | 24 kB 00:00 (32/399): perl-Time-Local-1.300-7.el9.noarch.rp 259 kB/s | 37 kB 00:00 (33/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.2 MB/s | 218 kB 00:00 (34/399): python3-yubico-1.3.3-7.el9.noarch.rpm 323 kB/s | 73 kB 00:00 (35/399): perl-Pod-Escapes-1.07-460.el9.noarch. 184 kB/s | 22 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 426 kB/s | 76 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 241 kB/s | 30 kB 00:00 (38/399): boost-filesystem-1.75.0-8.el9.x86_64. 338 kB/s | 59 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 3.7 MB/s | 410 kB 00:00 (40/399): libburn-1.5.4-4.el9.x86_64.rpm 1.5 MB/s | 175 kB 00:00 (41/399): boost-program-options-1.75.0-8.el9.x8 581 kB/s | 108 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 284 kB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 265 kB/s | 34 kB 00:00 (44/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.5 MB/s | 419 kB 00:00 (45/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 83 kB/s | 19 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 251 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 342 kB/s | 38 kB 00:00 (48/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 276 kB/s | 43 kB 00:00 (49/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 369 kB/s | 92 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 452 kB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 470 kB/s | 58 kB 00:00 (52/399): perl-podlators-4.14-460.el9.noarch.rp 540 kB/s | 118 kB 00:00 (53/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 540 kB/s | 112 kB 00:00 (54/399): perl-constant-1.33-461.el9.noarch.rpm 78 kB/s | 25 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 225 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 163 kB 00:00 (57/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 413 kB/s | 48 kB 00:00 (58/399): boost-regex-1.75.0-8.el9.x86_64.rpm 1.7 MB/s | 279 kB 00:00 (59/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.6 MB/s | 221 kB 00:00 (60/399): python3-alembic-1.7.5-3.el9.noarch.rp 7.4 MB/s | 900 kB 00:00 (61/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 141 kB/s | 96 kB 00:00 (62/399): python3-augeas-0.5.0-25.el9.noarch.rp 158 kB/s | 31 kB 00:00 (63/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 2.5 MB/s | 489 kB 00:00 (64/399): python3-qrcode-core-6.1-12.el9.noarch 70 kB/s | 61 kB 00:00 (65/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 1.7 MB/s | 459 kB 00:00 (66/399): jq-1.6-14.el9.x86_64.rpm 1.0 MB/s | 190 kB 00:00 (67/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 388 kB/s | 59 kB 00:00 (68/399): perl-AutoLoader-5.74-480.el9.noarch.r 221 kB/s | 23 kB 00:00 (69/399): perl-Class-Struct-0.66-480.el9.noarch 156 kB/s | 24 kB 00:00 (70/399): perl-B-1.80-480.el9.x86_64.rpm 1.1 MB/s | 185 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 97 kB/s | 17 kB 00:00 (72/399): perl-File-Basename-2.85-480.el9.noarc 164 kB/s | 19 kB 00:00 (73/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 127 kB/s | 23 kB 00:00 (74/399): perl-File-stat-1.09-480.el9.noarch.rp 133 kB/s | 19 kB 00:00 (75/399): perl-FileHandle-2.03-480.el9.noarch.r 116 kB/s | 17 kB 00:00 (76/399): perl-Getopt-Std-1.12-480.el9.noarch.r 120 kB/s | 17 kB 00:00 (77/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 210 kB/s | 25 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 720 kB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 97 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 141 kB/s | 16 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 387 kB/s | 75 kB 00:00 (82/399): perl-libs-5.32.1-480.el9.x86_64.rpm 14 MB/s | 2.2 MB 00:00 (83/399): perl-overload-1.31-480.el9.noarch.rpm 218 kB/s | 47 kB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 149 kB/s | 15 kB 00:00 (85/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 268 kB/s | 40 kB 00:00 (86/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 950 kB/s | 259 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 152 kB/s | 42 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 568 kB/s | 94 kB 00:00 (89/399): perl-base-2.27-480.el9.noarch.rpm 75 kB/s | 18 kB 00:00 (90/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 60 kB/s | 25 kB 00:00 (91/399): perl-mro-1.23-480.el9.x86_64.rpm 220 kB/s | 31 kB 00:00 (92/399): perl-if-0.60.800-480.el9.noarch.rpm 40 kB/s | 16 kB 00:00 (93/399): perl-vars-1.05-480.el9.noarch.rpm 132 kB/s | 15 kB 00:00 (94/399): perl-subs-1.03-480.el9.noarch.rpm 77 kB/s | 13 kB 00:00 (95/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 3.8 MB/s | 452 kB 00:00 (96/399): python3-mako-1.1.4-6.el9.noarch.rpm 728 kB/s | 176 kB 00:00 (97/399): rhel-system-roles-1.21.2-1.el9_2.noar 9.0 MB/s | 2.4 MB 00:00 (98/399): ipa-client-common-4.10.1-12.el9_2.2.n 261 kB/s | 44 kB 00:00 (99/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 2.3 MB/s | 656 kB 00:00 (100/399): python3-ipaclient-4.10.1-12.el9_2.2. 3.7 MB/s | 648 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 2.4 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 229 kB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 292 kB/s | 41 kB 00:00 (104/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 25 MB/s | 7.9 MB 00:00 (105/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 16 MB/s | 3.3 MB 00:00 (106/399): ruby-default-gems-3.0.4-161.el9_2.2. 175 kB/s | 46 kB 00:00 (107/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 199 kB/s | 55 kB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 2.5 MB/s | 456 kB 00:00 (109/399): rubygem-io-console-0.5.7-161.el9_2.2 149 kB/s | 26 kB 00:00 (110/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 559 kB/s | 59 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 353 kB/s | 60 kB 00:00 (112/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.0 MB/s | 110 kB 00:00 (113/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 1.5 MB/s | 441 kB 00:00 (114/399): rubygems-3.2.33-161.el9_2.2.noarch.r 1.5 MB/s | 306 kB 00:00 (115/399): buildah-1.29.5-1.el9_2.x86_64.rpm 37 MB/s | 8.6 MB 00:00 (116/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.6 MB/s | 245 kB 00:00 (117/399): ansible-collection-ansible-netcommon 740 kB/s | 181 kB 00:00 (118/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 6.5 MB/s | 2.2 MB 00:00 (119/399): ansible-collection-ansible-posix-1.2 528 kB/s | 124 kB 00:00 (120/399): ansible-collection-community-general 9.5 MB/s | 1.3 MB 00:00 (121/399): ansible-collection-ansible-utils-2.3 447 kB/s | 91 kB 00:00 (122/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.5 MB/s | 162 kB 00:00 (123/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 558 kB/s | 77 kB 00:00 (124/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.7 MB/s | 178 kB 00:00 (125/399): puppet-fdio-18.2-1.20220727113954.6f 244 kB/s | 25 kB 00:00 (126/399): python3-ansible-runner-2.0.0a1-3.el9 1.0 MB/s | 122 kB 00:00 (127/399): golang-github-vbatts-tar-split-0.11. 2.0 MB/s | 1.0 MB 00:00 (128/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 283 kB/s | 44 kB 00:00 (129/399): python3-beautifulsoup4-4.9.3-2.el9os 1.1 MB/s | 204 kB 00:00 (130/399): python3-daemon-2.3.0-1.el9ost.noarch 293 kB/s | 39 kB 00:00 (131/399): python3-croniter-0.3.35-2.el9ost.noa 328 kB/s | 49 kB 00:00 (132/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 422 kB/s | 44 kB 00:00 (133/399): python3-docutils-0.16-6.el9ost.noarc 10 MB/s | 1.5 MB 00:00 (134/399): python3-gevent-21.1.2-2.el9ost.x86_6 11 MB/s | 1.6 MB 00:00 (135/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.2 MB/s | 284 kB 00:00 (136/399): python3-jmespath-0.10.0-1.el9ost.noa 440 kB/s | 46 kB 00:00 (137/399): python3-gitdb-4.0.5-2.el9ost.noarch. 566 kB/s | 107 kB 00:00 (138/399): python3-lockfile-0.12.2-2.el9ost.noa 294 kB/s | 31 kB 00:00 (139/399): python3-logutils-0.3.5-15.el9ost.noa 396 kB/s | 47 kB 00:00 (140/399): python3-memcached-1.59-3.el9ost.noar 309 kB/s | 40 kB 00:00 (141/399): python3-migrate-0.13.0-1.el9ost.noar 1.7 MB/s | 224 kB 00:00 (142/399): python3-mimeparse-1.6.0-16.el9ost.no 150 kB/s | 16 kB 00:00 (143/399): python3-natsort-7.1.1-2.el9ost.noarc 587 kB/s | 59 kB 00:00 (144/399): python3-pecan-1.4.0-2.el9ost.noarch. 1.6 MB/s | 273 kB 00:00 (145/399): python3-passlib-1.7.4-3.el9ost.noarc 3.9 MB/s | 712 kB 00:00 (146/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 607 kB/s | 90 kB 00:00 (147/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.0 MB/s | 111 kB 00:00 (148/399): python3-setproctitle-1.2.2-1.el9ost. 129 kB/s | 23 kB 00:00 (149/399): python3-smmap-3.0.1-4.el9ost.noarch. 340 kB/s | 47 kB 00:00 (150/399): python3-pyperclip-1.8.0-3.el9ost.noa 97 kB/s | 25 kB 00:00 (151/399): python3-soupsieve-2.2-1.el9ost.noarc 627 kB/s | 67 kB 00:00 (152/399): python3-webtest-2.0.35-6.el9ost.noar 826 kB/s | 82 kB 00:00 (153/399): python3-tenacity-6.3.1-1.el9ost.noar 366 kB/s | 51 kB 00:00 (154/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 3.0 MB/s | 396 kB 00:00 (155/399): python3-zope-event-4.2.0-20.el9ost.n 1.4 MB/s | 205 kB 00:00 (156/399): python3-sqlalchemy13-1.3.24-3.el9ost 5.5 MB/s | 1.7 MB 00:00 (157/399): rubygem-deep_merge-1.2.1-7.el9ost.no 134 kB/s | 14 kB 00:00 (158/399): python3-zope-interface-5.4.0-1.el9os 1.3 MB/s | 202 kB 00:00 (159/399): rubygem-concurrent-ruby-1.1.5-2.el9o 1.1 MB/s | 243 kB 00:00 (160/399): rubygem-fast_gettext-1.2.0-9.el9ost. 320 kB/s | 34 kB 00:00 (161/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 852 kB/s | 90 kB 00:00 (162/399): rubygem-multi_json-1.15.0-2.el9ost.n 200 kB/s | 22 kB 00:00 (163/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 153 kB/s | 16 kB 00:00 (164/399): rubygem-puppet-resource_api-1.8.13-1 223 kB/s | 34 kB 00:00 (165/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.8 MB/s | 433 kB 00:00 (166/399): rubygem-semantic_puppet-1.0.4-2.el9o 150 kB/s | 21 kB 00:00 (167/399): ansible-config_template-2.0.1-17.1.2 180 kB/s | 29 kB 00:00 (168/399): ansible-role-chrony-1.3.1-17.1.20230 119 kB/s | 22 kB 00:00 (169/399): ansible-role-collectd-config-0.0.3-1 375 kB/s | 53 kB 00:00 (170/399): ansible-role-atos-hsm-1.0.1-17.1.202 77 kB/s | 17 kB 00:00 (171/399): ansible-role-openstack-operations-0. 230 kB/s | 30 kB 00:00 (172/399): ansible-role-container-registry-1.4. 145 kB/s | 24 kB 00:00 (173/399): ansible-role-qdr-config-0.0.2-17.1.2 93 kB/s | 21 kB 00:00 (174/399): ansible-role-thales-hsm-3.0.1-17.1.2 161 kB/s | 21 kB 00:00 (175/399): ansible-role-redhat-subscription-1.3 187 kB/s | 28 kB 00:00 (176/399): ansible-tripleo-ipsec-11.0.1-17.1.20 373 kB/s | 38 kB 00:00 (177/399): ansible-tripleo-ipa-0.3.1-17.1.20230 285 kB/s | 36 kB 00:00 (178/399): dib-utils-0.0.11-17.1.20230620173328 78 kB/s | 12 kB 00:00 (179/399): openstack-heat-agents-2.2.1-17.1.202 61 kB/s | 9.6 kB 00:00 (180/399): ansible-role-tripleo-modify-image-1. 83 kB/s | 27 kB 00:00 (181/399): os-apply-config-13.1.1-17.1.20231020 528 kB/s | 54 kB 00:00 (182/399): os-collect-config-13.1.1-17.1.202310 432 kB/s | 50 kB 00:00 (183/399): os-refresh-config-13.1.1-17.1.202310 180 kB/s | 21 kB 00:00 (184/399): puppet-aodh-18.4.2-17.1.202306201512 528 kB/s | 62 kB 00:00 (185/399): puppet-archive-4.6.1-17.1.2023062018 392 kB/s | 44 kB 00:00 (186/399): puppet-auditd-2.2.1-17.1.20230620192 269 kB/s | 28 kB 00:00 (187/399): puppet-certmonger-2.7.1-17.1.2023062 235 kB/s | 26 kB 00:00 (188/399): puppet-cinder-18.5.2-17.1.2023062105 1.1 MB/s | 120 kB 00:00 (189/399): puppet-ceilometer-18.4.3-17.1.202309 451 kB/s | 70 kB 00:00 (190/399): puppet-collectd-13.0.1-17.1.20230620 1.3 MB/s | 135 kB 00:00 (191/399): puppet-corosync-8.0.1-17.1.202306211 701 kB/s | 68 kB 00:00 (192/399): puppet-designate-18.6.1-17.1.2023062 426 kB/s | 69 kB 00:00 (193/399): puppet-etcd-1.12.3-17.1.202306201932 236 kB/s | 25 kB 00:00 (194/399): puppet-dns-8.2.1-17.1.20230621002045 224 kB/s | 36 kB 00:00 (195/399): puppet-gnocchi-18.4.3-17.1.202306210 505 kB/s | 58 kB 00:00 (196/399): puppet-heat-18.4.1-17.1.202306211116 595 kB/s | 70 kB 00:00 (197/399): puppet-kmod-2.5.0-17.1.2023062019064 193 kB/s | 21 kB 00:00 (198/399): puppet-manila-18.5.2-17.1.2023110219 810 kB/s | 81 kB 00:00 (199/399): puppet-memcached-6.0.0-17.1.20230620 235 kB/s | 23 kB 00:00 (200/399): puppet-mysql-10.6.1-17.1.20230621022 738 kB/s | 99 kB 00:00 (201/399): puppet-nssdb-1.0.2-17.1.202306201856 117 kB/s | 12 kB 00:00 (202/399): puppet-nova-18.6.1-17.1.202306210904 1.0 MB/s | 200 kB 00:00 (203/399): puppet-openstack_extras-18.5.1-17.1. 484 kB/s | 48 kB 00:00 (204/399): puppet-octavia-18.5.1-17.1.202306210 526 kB/s | 76 kB 00:00 (205/399): puppet-placement-5.4.3-17.1.20230621 374 kB/s | 41 kB 00:00 (206/399): puppet-oslo-18.5.1-17.1.202306210523 347 kB/s | 48 kB 00:00 (207/399): puppet-qdr-7.4.1-17.1.20230620195605 227 kB/s | 31 kB 00:00 (208/399): puppet-rabbitmq-11.0.1-17.1.20230620 1.8 MB/s | 266 kB 00:00 (209/399): puppet-openstacklib-18.5.2-17.1.2023 191 kB/s | 62 kB 00:00 (210/399): puppet-redis-6.1.1-17.1.202306201917 395 kB/s | 51 kB 00:00 (211/399): puppet-ssh-6.2.1-17.1.20230620190251 266 kB/s | 29 kB 00:00 (212/399): puppet-rsyslog-4.0.1-17.1.2023062020 424 kB/s | 58 kB 00:00 (213/399): puppet-swift-18.6.1-17.1.20230621052 1.0 MB/s | 115 kB 00:00 (214/399): puppet-systemd-2.12.1-17.1.202306201 212 kB/s | 42 kB 00:00 (215/399): puppet-stdlib-6.3.1-17.1.20230621000 710 kB/s | 160 kB 00:00 (216/399): puppet-vswitch-14.4.3-17.1.202306210 159 kB/s | 41 kB 00:00 (217/399): python-oslo-cache-lang-2.7.1-17.1.20 107 kB/s | 19 kB 00:00 (218/399): puppet-xinetd-3.3.1-17.1.20230620185 133 kB/s | 26 kB 00:00 (219/399): python-oslo-log-lang-4.4.0-17.1.2023 140 kB/s | 14 kB 00:00 (220/399): python-oslo-middleware-lang-4.2.1-17 124 kB/s | 13 kB 00:00 (221/399): python-oslo-policy-lang-3.7.1-17.1.2 74 kB/s | 14 kB 00:00 (222/399): python-pycadf-common-3.1.1-17.1.2023 160 kB/s | 15 kB 00:00 (223/399): python-oslo-versionedobjects-lang-2. 108 kB/s | 14 kB 00:00 (224/399): python3-GitPython-3.1.14-2.el9ost.no 2.3 MB/s | 238 kB 00:00 (225/399): python3-aodhclient-2.2.0-17.1.202306 536 kB/s | 56 kB 00:00 (226/399): python3-barbicanclient-5.3.0-17.1.20 1.1 MB/s | 127 kB 00:00 (227/399): python3-cliff-3.7.0-17.1.20230620172 762 kB/s | 95 kB 00:00 (228/399): python3-designateclient-4.2.1-17.1.2 772 kB/s | 92 kB 00:00 (229/399): python3-cinderclient-7.4.1-17.1.2023 1.0 MB/s | 218 kB 00:00 (230/399): python3-futurist-2.3.0-17.1.20230621 651 kB/s | 64 kB 00:00 (231/399): python3-heat-agent-2.2.1-17.1.202306 98 kB/s | 19 kB 00:00 (232/399): python3-heat-agent-ansible-2.2.1-17. 75 kB/s | 11 kB 00:00 (233/399): python3-heat-agent-apply-config-2.2. 67 kB/s | 9.9 kB 00:00 (234/399): python3-heat-agent-hiera-2.2.1-17.1. 73 kB/s | 10 kB 00:00 (235/399): python3-heat-agent-json-file-2.2.1-1 63 kB/s | 9.8 kB 00:00 (236/399): python3-heat-agent-docker-cmd-2.2.1- 59 kB/s | 12 kB 00:00 (237/399): python3-heat-agent-puppet-2.2.1-17.1 111 kB/s | 11 kB 00:00 (238/399): python3-heatclient-2.3.1-17.1.202306 1.5 MB/s | 158 kB 00:00 (239/399): python3-ironicclient-4.6.4-17.1.2023 2.7 MB/s | 342 kB 00:00 (240/399): python3-ironic-inspector-client-4.5. 359 kB/s | 67 kB 00:00 (241/399): python3-keystoneclient-4.3.0-17.1.20 1.9 MB/s | 239 kB 00:00 (242/399): python3-keystonemiddleware-9.2.0-17. 792 kB/s | 92 kB 00:00 (243/399): python3-magnumclient-3.4.1-17.1.2023 748 kB/s | 121 kB 00:00 (244/399): python3-mistralclient-4.2.0-17.1.202 1.2 MB/s | 166 kB 00:00 (245/399): python3-neutronclient-7.3.1-17.1.202 2.5 MB/s | 298 kB 00:00 (246/399): python3-novaclient-17.4.1-17.1.20230 1.9 MB/s | 201 kB 00:00 (247/399): python3-os-client-config-2.1.0-17.1. 521 kB/s | 55 kB 00:00 (248/399): python3-os-service-types-1.7.0-17.1. 294 kB/s | 38 kB 00:00 (249/399): python3-osc-lib-2.3.1-17.1.202306202 504 kB/s | 78 kB 00:00 (250/399): python3-os-traits-2.5.0-17.1.2023062 268 kB/s | 45 kB 00:00 (251/399): python3-oslo-cache-2.7.1-17.1.202306 555 kB/s | 56 kB 00:00 (252/399): python3-oslo-log-4.4.0-17.1.20230620 615 kB/s | 64 kB 00:00 (253/399): python3-oslo-middleware-4.2.1-17.1.2 483 kB/s | 55 kB 00:00 (254/399): python3-oslo-policy-3.7.1-17.1.20230 654 kB/s | 76 kB 00:00 (255/399): python3-oslo-context-3.2.1-17.1.2023 115 kB/s | 27 kB 00:00 (256/399): python3-oslo-reports-2.2.0-17.1.2023 444 kB/s | 59 kB 00:00 (257/399): python3-oslo-rootwrap-6.3.1-17.1.202 472 kB/s | 46 kB 00:00 (258/399): python3-oslo-upgradecheck-1.3.1-17.1 241 kB/s | 29 kB 00:00 (259/399): python3-oslo-serialization-4.1.1-17. 154 kB/s | 34 kB 00:00 (260/399): python3-osprofiler-3.4.0-17.1.202306 1.1 MB/s | 130 kB 00:00 (261/399): python3-oslo-versionedobjects-2.4.1- 378 kB/s | 79 kB 00:00 (262/399): python3-pycadf-3.1.1-17.1.2023062021 331 kB/s | 53 kB 00:00 (263/399): python3-requestsexceptions-1.4.0-17. 98 kB/s | 17 kB 00:00 (264/399): python3-saharaclient-3.3.0-17.1.2023 1.2 MB/s | 188 kB 00:00 (265/399): python3-shade-1.33.0-17.1.2023062022 3.3 MB/s | 523 kB 00:00 (266/399): python3-statsd-3.2.1-20.1.el9ost.noa 276 kB/s | 35 kB 00:00 (267/399): python3-swiftclient-3.11.1-17.1.2023 696 kB/s | 136 kB 00:00 (268/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 321 kB/s | 50 kB 00:00 (269/399): python3-troveclient-7.0.0-17.1.20230 2.4 MB/s | 344 kB 00:00 (270/399): python3-validations-libs-1.9.1-17.1. 1.2 MB/s | 137 kB 00:00 (271/399): validations-common-1.9.1-17.1.202310 778 kB/s | 111 kB 00:00 (272/399): python3-paramiko-2.11.0-2.el9ost.noa 2.6 MB/s | 299 kB 00:00 (273/399): python3-zaqarclient-2.4.0-17.1.20230 674 kB/s | 129 kB 00:00 (274/399): ansible-pacemaker-1.0.4-17.1.2023121 183 kB/s | 21 kB 00:00 (275/399): python3-werkzeug-2.0.1-7.el9ost.noar 2.4 MB/s | 427 kB 00:00 (276/399): python3-manilaclient-2.6.4-17.1.2024 2.9 MB/s | 528 kB 00:00 (277/399): python3-sqlparse-0.4.1-2.el9ost.noar 674 kB/s | 83 kB 00:00 (278/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.6 MB/s | 230 kB 00:00 (279/399): ansible-role-metalsmith-deployment-1 93 kB/s | 21 kB 00:00 (280/399): openstack-selinux-0.8.37-17.1.202311 1.0 MB/s | 221 kB 00:00 (281/399): puppet-ironic-18.7.1-17.1.2024030521 738 kB/s | 121 kB 00:00 (282/399): python3-glanceclient-3.3.0-17.1.2024 1.4 MB/s | 143 kB 00:00 (283/399): python-oslo-db-lang-8.5.2-17.1.20240 70 kB/s | 14 kB 00:00 (284/399): python3-metalsmith-1.4.4-17.1.202405 582 kB/s | 65 kB 00:00 (285/399): python3-keystoneauth1-4.4.0-17.1.202 1.9 MB/s | 409 kB 00:00 (286/399): python3-neutron-lib-2.10.3-17.1.2023 3.0 MB/s | 375 kB 00:00 (287/399): python3-octaviaclient-2.3.1-17.1.202 833 kB/s | 91 kB 00:00 (288/399): python3-oslo-messaging-12.7.3-17.1.2 1.6 MB/s | 216 kB 00:00 (289/399): python3-oslo-db-8.5.2-17.1.202408201 593 kB/s | 144 kB 00:00 (290/399): python3-oslo-service-2.5.1-17.1.2024 460 kB/s | 71 kB 00:00 (291/399): python3-rhosp-openvswitch-3.3-1.el9o 86 kB/s | 8.3 kB 00:00 (292/399): openstack-ansible-core-2.14.2-4.7.el 12 MB/s | 2.3 MB 00:00 (293/399): openstack-tripleo-validations-14.3.2 1.3 MB/s | 204 kB 00:00 (294/399): python3-waitress-2.0.0-4.el9ost.noar 459 kB/s | 109 kB 00:00 (295/399): puppet-glance-18.6.1-17.1.2025022015 779 kB/s | 87 kB 00:00 (296/399): puppet-ovn-18.6.1-17.1.2024092509490 219 kB/s | 29 kB 00:00 (297/399): puppet-pacemaker-1.5.1-17.1.20250214 1.1 MB/s | 158 kB 00:00 (298/399): python3-os-ken-1.4.1-17.1.2024120509 13 MB/s | 2.1 MB 00:00 (299/399): puppet-tripleo-14.2.3-17.1.202503201 1.8 MB/s | 239 kB 00:00 (300/399): ansible-collection-containers-podman 1.6 MB/s | 243 kB 00:00 (301/399): ansible-collections-openstack-1.9.1- 1.1 MB/s | 146 kB 00:00 (302/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.9 MB/s | 351 kB 00:00 (303/399): facter-3.14.19-3.el9ost.x86_64.rpm 3.1 MB/s | 518 kB 00:00 (304/399): hiera-3.6.0-6.el9ost.noarch.rpm 322 kB/s | 33 kB 00:00 (305/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.8 MB/s | 405 kB 00:00 (306/399): puppet-headless-7.10.0-4.el9ost.noar 12 MB/s | 1.4 MB 00:00 (307/399): python3-amqp-5.0.6-5.el9ost.noarch.r 743 kB/s | 92 kB 00:00 (308/399): puppet-7.10.0-4.el9ost.noarch.rpm 76 kB/s | 11 kB 00:00 (309/399): python3-boto-2.45.0-8.1.el9ost.noarc 9.9 MB/s | 1.3 MB 00:00 (310/399): python3-cachetools-4.2.2-3.el9ost.no 226 kB/s | 33 kB 00:00 (311/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.5 MB/s | 284 kB 00:00 (312/399): python3-colorama-0.4.4-4.el9ost.noar 303 kB/s | 35 kB 00:00 (313/399): python3-fixtures-3.0.0-24.el9ost.noa 867 kB/s | 93 kB 00:00 (314/399): python3-extras-1.0.0-17.el9ost.noarc 132 kB/s | 21 kB 00:00 (315/399): python3-dogpile-cache-1.1.5-5.el9ost 393 kB/s | 89 kB 00:00 (316/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.9 MB/s | 313 kB 00:00 (317/399): python3-keyring-21.8.0-4.el9ost.noar 685 kB/s | 77 kB 00:00 (318/399): python3-msgpack-1.0.2-4.el9ost.x86_6 599 kB/s | 87 kB 00:00 (319/399): python3-munch-2.5.0-6.el9ost.noarch. 249 kB/s | 25 kB 00:00 (320/399): python3-openstacksdk-0.55.1-17.1.202 5.7 MB/s | 735 kB 00:00 (321/399): python3-paste-deploy-2.1.1-4.el9ost. 405 kB/s | 41 kB 00:00 (322/399): python3-paste-3.5.0-5.el9ost.noarch. 5.3 MB/s | 776 kB 00:00 (323/399): python3-pystache-0.5.4-15.el9ost.noa 1.3 MB/s | 132 kB 00:00 (324/399): python3-repoze-lru-0.7-12.el9ost.noa 306 kB/s | 32 kB 00:00 (325/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 530 kB/s | 57 kB 00:00 (326/399): python3-routes-2.4.1-14.el9ost.noarc 875 kB/s | 188 kB 00:00 (327/399): python3-secretstorage-3.3.1-3.el9ost 220 kB/s | 36 kB 00:00 (328/399): python3-simplejson-3.17.5-3.el9ost.x 1.3 MB/s | 266 kB 00:00 (329/399): python3-tempita-0.5.1-27.el9ost.noar 290 kB/s | 36 kB 00:00 (330/399): python3-testtools-2.4.0-10.el9ost.no 2.8 MB/s | 333 kB 00:00 (331/399): python3-warlock-1.3.3-7.el9ost.noarc 201 kB/s | 21 kB 00:00 (332/399): python3-yappi-1.3.1-5.el9ost.x86_64. 564 kB/s | 56 kB 00:00 (333/399): python3-vine-5.0.0-5.el9ost.noarch.r 174 kB/s | 26 kB 00:00 (334/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.7 MB/s | 180 kB 00:00 (335/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 181 kB/s | 29 kB 00:00 (336/399): ruby-facter-3.14.19-3.el9ost.x86_64. 60 kB/s | 9.5 kB 00:00 (337/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.2 MB/s | 123 kB 00:00 (338/399): puppet-barbican-18.4.2-17.1.20250625 520 kB/s | 57 kB 00:00 (339/399): python-openstackclient-lang-5.5.2-17 399 kB/s | 58 kB 00:00 (340/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 91 kB/s | 19 kB 00:00 (341/399): puppet-apache-6.5.2-17.1.20250811150 2.4 MB/s | 253 kB 00:00 (342/399): python3-openstackclient-5.5.2-17.1.2 5.5 MB/s | 1.1 MB 00:00 (343/399): puppet-concat-6.2.1-17.1.20250725131 361 kB/s | 44 kB 00:00 (344/399): puppet-firewall-3.4.1-17.1.202508041 650 kB/s | 73 kB 00:00 (345/399): puppet-haproxy-4.2.2-17.1.2025072511 473 kB/s | 55 kB 00:00 (346/399): puppet-git-0.5.0-17.1.20250725114148 189 kB/s | 26 kB 00:00 (347/399): puppet-inifile-4.2.1-17.1.2025080415 396 kB/s | 46 kB 00:00 (348/399): puppet-ipaclient-2.5.2-17.1.20250725 214 kB/s | 21 kB 00:00 (349/399): puppet-keepalived-0.0.2-17.1.2025072 111 kB/s | 17 kB 00:00 (350/399): puppet-module-data-0.5.1-17.1.202507 117 kB/s | 16 kB 00:00 (351/399): puppet-remote-10.0.0-17.1.2025072511 190 kB/s | 19 kB 00:00 (352/399): puppet-snmp-3.9.1-17.1.2025072511575 331 kB/s | 38 kB 00:00 (353/399): puppet-rsync-1.1.4-17.1.202508041515 190 kB/s | 28 kB 00:00 (354/399): puppet-sysctl-0.0.13-17.1.2025072511 143 kB/s | 19 kB 00:00 (355/399): python3-tripleoclient-16.5.1-17.1.20 4.6 MB/s | 552 kB 00:00 (356/399): puppet-horizon-18.6.1-17.1.202510081 484 kB/s | 59 kB 00:00 (357/399): puppet-vcsrepo-3.1.1-17.1.2025072511 345 kB/s | 53 kB 00:00 (358/399): puppet-keystone-18.6.1-17.1.20251008 1.0 MB/s | 126 kB 00:00 (359/399): openstack-heat-api-16.1.1-17.1.20251 129 kB/s | 15 kB 00:00 (360/399): openstack-heat-common-16.1.1-17.1.20 7.9 MB/s | 1.6 MB 00:00 (361/399): openstack-heat-monolith-16.1.1-17.1. 118 kB/s | 14 kB 00:00 (362/399): openstack-heat-engine-16.1.1-17.1.20 57 kB/s | 14 kB 00:00 (363/399): openstack-tripleo-common-containers- 498 kB/s | 74 kB 00:00 (364/399): openstack-tripleo-common-15.4.1-17.1 215 kB/s | 48 kB 00:00 (365/399): openstack-tripleo-heat-templates-14. 3.7 MB/s | 603 kB 00:00 (366/399): puppet-neutron-18.6.1-17.1.202512171 1.5 MB/s | 190 kB 00:00 (367/399): tripleo-ansible-3.3.1-17.1.202512171 3.8 MB/s | 564 kB 00:00 (368/399): python3-tripleo-common-15.4.1-17.1.2 720 kB/s | 197 kB 00:00 (369/399): bash-completion-2.11-4.el9.noarch.rp 1.9 MB/s | 459 kB 00:00 (370/399): libaio-0.3.111-13.el9.x86_64.rpm 219 kB/s | 26 kB 00:00 (371/399): device-mapper-persistent-data-0.9.0- 3.8 MB/s | 786 kB 00:00 (372/399): glibc-langpack-en-2.34-60.el9.x86_64 2.9 MB/s | 675 kB 00:00 (373/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 353 kB/s | 62 kB 00:00 (374/399): krb5-workstation-1.20.1-8.el9.x86_64 3.2 MB/s | 542 kB 00:00 (375/399): pkgconf-1.7.3-10.el9.x86_64.rpm 431 kB/s | 45 kB 00:00 (376/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 241 kB/s | 37 kB 00:00 (377/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 157 kB/s | 16 kB 00:00 (378/399): libkadm5-1.20.1-8.el9.x86_64.rpm 276 kB/s | 81 kB 00:00 (379/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.3 MB/s | 418 kB 00:00 (380/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 65 kB/s | 12 kB 00:00 (381/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 262 kB/s | 36 kB 00:00 (382/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 243 kB/s | 30 kB 00:00 (383/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 111 kB/s | 19 kB 00:00 (384/399): device-mapper-event-libs-1.02.187-7. 301 kB/s | 31 kB 00:00 (385/399): device-mapper-event-1.02.187-7.el9_2 169 kB/s | 32 kB 00:00 (386/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 9.7 MB/s | 1.5 MB 00:00 (387/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 8.4 MB/s | 1.0 MB 00:00 (388/399): cephadm-18.2.1-381.el9cp.noarch.rpm 2.2 MB/s | 335 kB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 297 kB/s | 68 kB 00:00 (390/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 742 kB/s | 109 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 618 kB/s | 156 kB 00:00 (392/399): python3-openvswitch3.3-3.3.6-141.el9 946 kB/s | 383 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 699 kB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 600 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 283 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.0 MB/s | 464 kB 00:00 (397/399): util-linux-2.37.4-11.el9_2.x86_64.rp 13 MB/s | 2.3 MB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 939 kB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.2 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 4.5 MB/s | 97 MB 00:21 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-dns-2.2.1-2.el9.noarch 90/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 91/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 92/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 93/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 94/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 95/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 96/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 97/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 98/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 99/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 100/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 101/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 102/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 103/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 104/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 105/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 106/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 107/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 108/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 109/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 110/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 111/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 112/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 169/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 171/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 172/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-1.7.3-10.el9.x86_64 174/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 175/408 Installing : bash-completion-1:2.11-4.el9.noarch 176/408 Installing : libkadm5-1.20.1-8.el9.x86_64 177/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 178/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 179/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 180/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 181/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 182/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 183/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 184/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 185/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 186/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 187/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 188/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 189/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 190/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 191/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 192/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 193/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 194/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 196/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 197/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 198/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 199/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 200/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 201/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 202/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 203/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 204/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 205/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 206/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 207/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 208/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 209/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 210/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 211/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 212/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 213/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 214/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 215/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 216/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 217/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 218/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 219/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 220/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 221/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 222/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 223/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 224/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 225/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 226/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 227/408 Installing : python3-memcached-1.59-3.el9ost.noarch 228/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 229/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 230/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 231/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 232/408 Installing : python3-docutils-0.16-6.el9ost.noarch 233/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 234/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 235/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 236/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 237/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 238/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 239/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 240/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 118/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 119/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 120/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 121/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 122/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 123/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 124/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 125/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 126/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 127/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 128/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 129/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 130/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 131/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 132/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 133/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 134/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 135/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 136/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 137/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 138/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 139/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 140/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 141/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 142/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 143/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 144/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 145/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 146/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 147/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 148/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 149/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 150/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 151/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 152/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 153/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 154/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 155/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 156/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 157/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 158/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 159/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 160/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 161/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 162/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 163/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 166/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 167/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 168/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 169/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 170/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 171/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 172/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 173/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 174/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 175/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 176/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 177/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 178/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 179/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 180/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 181/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 182/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 183/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 184/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 185/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 186/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 187/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 188/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 189/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 190/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 191/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 192/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 193/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 194/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 195/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 196/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 197/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 198/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 199/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 200/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 201/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 202/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 203/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 204/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 205/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 206/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 207/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 208/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 209/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 210/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 211/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 212/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 213/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 214/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 215/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 216/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 217/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 218/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 219/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 220/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 221/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 222/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 223/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 224/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 225/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 226/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 227/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 228/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 229/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 230/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 231/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 232/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 233/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 234/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 235/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 236/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 237/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 238/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 239/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 240/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 241/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 242/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 243/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 244/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 245/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 246/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 247/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 248/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 249/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 250/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 251/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 252/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 253/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 254/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 255/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 256/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 257/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 258/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 259/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 260/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 261/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 262/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 263/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 264/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 265/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 266/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 267/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 268/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 269/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 270/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 271/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 272/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 273/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 274/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 275/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 276/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 277/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 278/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 279/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 280/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 281/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 282/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 283/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 284/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 285/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 286/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 287/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 288/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 289/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 290/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 291/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 292/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 293/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 294/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 295/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 296/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 297/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 298/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 299/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 300/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 301/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 302/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 303/408 Verifying : hiera-3.6.0-6.el9ost.noarch 304/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 305/408 Verifying : puppet-7.10.0-4.el9ost.noarch 306/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 307/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 308/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 309/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 310/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 311/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 312/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 313/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 314/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 315/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 316/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 317/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 318/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 319/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 320/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 321/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 322/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 323/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 324/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 325/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 326/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 327/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 328/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 329/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 330/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 331/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 332/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 333/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 334/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 335/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 336/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 337/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 338/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 339/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 340/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 341/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 342/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 343/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 344/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 345/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 346/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 347/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 348/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 349/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 350/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 351/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 352/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 353/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 354/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 355/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 356/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 357/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 358/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 359/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 360/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 361/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 362/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 363/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 364/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 365/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 366/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 367/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 368/408 Verifying : bash-completion-1:2.11-4.el9.noarch 369/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 370/408 Verifying : libaio-0.3.111-13.el9.x86_64 371/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 372/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 373/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 374/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 375/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 376/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 377/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 378/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 379/408 Verifying : python3-dns-2.2.1-2.el9.noarch 380/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 381/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 382/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 383/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 384/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 385/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 386/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 387/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 388/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 389/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.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-02-26T16:11:57.939000 # # 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, 4.8602e-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-02-26 16:12:02.100747 | fa163e59-d9bd-d789-5ed0-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2026-02-26 16:12:02.139654 | fa163e59-d9bd-d789-5ed0-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2026-02-26 16:12:02.140261 | fa163e59-d9bd-d789-5ed0-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.054607 | 0.04s 2026-02-26 16:12:02.143572 | fa163e59-d9bd-d789-5ed0-000000000006 | TASK | Ensure ceph_spec_path is defined 2026-02-26 16:12:02.183102 | fa163e59-d9bd-d789-5ed0-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2026-02-26 16:12:02.183792 | fa163e59-d9bd-d789-5ed0-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.098140 | 0.04s 2026-02-26 16:12:02.186862 | fa163e59-d9bd-d789-5ed0-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2026-02-26 16:12:02.282582 | fa163e59-d9bd-d789-5ed0-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-26 16:12:02.283668 | fa163e59-d9bd-d789-5ed0-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.198006 | 0.10s 2026-02-26 16:12:02.288854 | fa163e59-d9bd-d789-5ed0-000000000008 | TASK | Create Ceph spec for standalone deployment 2026-02-26 16:12:02.639892 | fa163e59-d9bd-d789-5ed0-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2026-02-26 16:12:02.641526 | fa163e59-d9bd-d789-5ed0-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.555853 | 0.35s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-26 16:12:02.666445 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:02.667348 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:02.668123 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.582463 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:02.668943 | UUID | Info | Host | Task Name | Run Time 2026-02-26 16:12:02.669818 | fa163e59-d9bd-d789-5ed0-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.35s 2026-02-26 16:12:02.670590 | fa163e59-d9bd-d789-5ed0-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2026-02-26 16:12:02.671590 | fa163e59-d9bd-d789-5ed0-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2026-02-26 16:12:02.672336 | fa163e59-d9bd-d789-5ed0-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2026-02-26 16:12:02.673162 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-02-26 16:12:05.029522 | fa163e59-d9bd-f7a5-e33b-000000000005 | TASK | set ssh key path facts 2026-02-26 16:12:05.063200 | fa163e59-d9bd-f7a5-e33b-000000000005 | OK | set ssh key path facts | undercloud 2026-02-26 16:12:05.063952 | fa163e59-d9bd-f7a5-e33b-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.048849 | 0.03s 2026-02-26 16:12:05.067874 | fa163e59-d9bd-f7a5-e33b-000000000006 | TASK | stat private key 2026-02-26 16:12:05.407579 | fa163e59-d9bd-f7a5-e33b-000000000006 | OK | stat private key | undercloud 2026-02-26 16:12:05.409080 | fa163e59-d9bd-f7a5-e33b-000000000006 | TIMING | stat private key | undercloud | 0:00:00.393958 | 0.34s 2026-02-26 16:12:05.415523 | fa163e59-d9bd-f7a5-e33b-000000000007 | TASK | stat public key 2026-02-26 16:12:05.604550 | fa163e59-d9bd-f7a5-e33b-000000000007 | OK | stat public key | undercloud 2026-02-26 16:12:05.605928 | fa163e59-d9bd-f7a5-e33b-000000000007 | TIMING | stat public key | undercloud | 0:00:00.590814 | 0.19s 2026-02-26 16:12:05.613322 | fa163e59-d9bd-f7a5-e33b-000000000008 | TASK | create private key if it does not exist 2026-02-26 16:12:06.794780 | fa163e59-d9bd-f7a5-e33b-000000000008 | CHANGED | create private key if it does not exist | undercloud 2026-02-26 16:12:06.796282 | fa163e59-d9bd-f7a5-e33b-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.781167 | 1.18s 2026-02-26 16:12:06.804172 | fa163e59-d9bd-f7a5-e33b-000000000009 | TASK | create public key if it does not exist 2026-02-26 16:12:07.036221 | fa163e59-d9bd-f7a5-e33b-000000000009 | CHANGED | create public key if it does not exist | undercloud 2026-02-26 16:12:07.037573 | fa163e59-d9bd-f7a5-e33b-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.022460 | 0.23s PLAY [allovercloud] ************************************************************ 2026-02-26 16:12:07.088221 | fa163e59-d9bd-f7a5-e33b-000000000023 | TASK | Get local private key 2026-02-26 16:12:07.420655 | fa163e59-d9bd-f7a5-e33b-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e59-d9bd-f7a5-e33b-000000000023') missing from stats 2026-02-26 16:12:07.432381 | fa163e59-d9bd-f7a5-e33b-000000000024 | TASK | Get local public key 2026-02-26 16:12:07.646752 | fa163e59-d9bd-f7a5-e33b-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e59-d9bd-f7a5-e33b-000000000024') missing from stats 2026-02-26 16:12:07.668649 | fa163e59-d9bd-f7a5-e33b-000000000012 | TASK | create user ceph-admin 2026-02-26 16:12:08.215565 | fa163e59-d9bd-f7a5-e33b-000000000012 | CHANGED | create user ceph-admin | undercloud 2026-02-26 16:12:08.217049 | fa163e59-d9bd-f7a5-e33b-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.201926 | 0.55s 2026-02-26 16:12:08.227055 | fa163e59-d9bd-f7a5-e33b-000000000013 | TASK | grant admin rights to user ceph-admin 2026-02-26 16:12:08.808159 | fa163e59-d9bd-f7a5-e33b-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2026-02-26 16:12:08.809554 | fa163e59-d9bd-f7a5-e33b-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.794439 | 0.58s 2026-02-26 16:12:08.819081 | fa163e59-d9bd-f7a5-e33b-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2026-02-26 16:12:09.141384 | fa163e59-d9bd-f7a5-e33b-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2026-02-26 16:12:09.142214 | fa163e59-d9bd-f7a5-e33b-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.127109 | 0.32s 2026-02-26 16:12:09.146775 | fa163e59-d9bd-f7a5-e33b-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2026-02-26 16:12:09.334186 | fa163e59-d9bd-f7a5-e33b-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2026-02-26 16:12:09.335671 | fa163e59-d9bd-f7a5-e33b-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.320555 | 0.19s 2026-02-26 16:12:09.344848 | fa163e59-d9bd-f7a5-e33b-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2026-02-26 16:12:09.554977 | fa163e59-d9bd-f7a5-e33b-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2026-02-26 16:12:09.556372 | fa163e59-d9bd-f7a5-e33b-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.541257 | 0.21s 2026-02-26 16:12:09.561457 | fa163e59-d9bd-f7a5-e33b-000000000017 | TASK | get remote ceph-admin public key 2026-02-26 16:12:09.595462 | fa163e59-d9bd-f7a5-e33b-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2026-02-26 16:12:09.596268 | fa163e59-d9bd-f7a5-e33b-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.581164 | 0.03s 2026-02-26 16:12:09.601252 | fa163e59-d9bd-f7a5-e33b-000000000018 | TASK | append ceph-admin public key to authorized_keys 2026-02-26 16:12:09.666152 | fa163e59-d9bd-f7a5-e33b-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2026-02-26 16:12:09.667513 | fa163e59-d9bd-f7a5-e33b-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.652397 | 0.06s 2026-02-26 16:12:09.676761 | fa163e59-d9bd-f7a5-e33b-00000000001c | TASK | authorize TripleO key for user ceph-admin 2026-02-26 16:12:10.041260 | fa163e59-d9bd-f7a5-e33b-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2026-02-26 16:12:10.042545 | fa163e59-d9bd-f7a5-e33b-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.027431 | 0.36s 2026-02-26 16:12:10.051147 | fa163e59-d9bd-f7a5-e33b-000000000020 | TASK | Install private key on nodes for user ceph-admin 2026-02-26 16:12:10.598126 | fa163e59-d9bd-f7a5-e33b-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2026-02-26 16:12:10.599419 | fa163e59-d9bd-f7a5-e33b-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.584304 | 0.55s 2026-02-26 16:12:10.608916 | fa163e59-d9bd-f7a5-e33b-000000000021 | TASK | Install public key on nodes for user ceph-admin 2026-02-26 16:12:11.136560 | fa163e59-d9bd-f7a5-e33b-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2026-02-26 16:12:11.137262 | fa163e59-d9bd-f7a5-e33b-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.122159 | 0.53s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-26 16:12:11.149870 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:11.150086 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:11.150302 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.135205 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:11.150540 | UUID | Info | Host | Task Name | Run Time 2026-02-26 16:12:11.150769 | fa163e59-d9bd-f7a5-e33b-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.18s 2026-02-26 16:12:11.150981 | fa163e59-d9bd-f7a5-e33b-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.58s 2026-02-26 16:12:11.151192 | fa163e59-d9bd-f7a5-e33b-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.55s 2026-02-26 16:12:11.151401 | fa163e59-d9bd-f7a5-e33b-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.55s 2026-02-26 16:12:11.151629 | fa163e59-d9bd-f7a5-e33b-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.53s 2026-02-26 16:12:11.151840 | fa163e59-d9bd-f7a5-e33b-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2026-02-26 16:12:11.152051 | fa163e59-d9bd-f7a5-e33b-000000000006 | SUMMARY | undercloud | stat private key | 0.34s 2026-02-26 16:12:11.152260 | fa163e59-d9bd-f7a5-e33b-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.32s 2026-02-26 16:12:11.152513 | fa163e59-d9bd-f7a5-e33b-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2026-02-26 16:12:11.152785 | fa163e59-d9bd-f7a5-e33b-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.21s 2026-02-26 16:12:11.153040 | fa163e59-d9bd-f7a5-e33b-000000000007 | SUMMARY | undercloud | stat public key | 0.19s 2026-02-26 16:12:11.153255 | fa163e59-d9bd-f7a5-e33b-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.19s 2026-02-26 16:12:11.153483 | fa163e59-d9bd-f7a5-e33b-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2026-02-26 16:12:11.154006 | fa163e59-d9bd-f7a5-e33b-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.03s 2026-02-26 16:12:11.154496 | fa163e59-d9bd-f7a5-e33b-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2026-02-26 16:12:11.155011 | fa163e59-d9bd-f7a5-e33b-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2026-02-26 16:12:11.155500 | fa163e59-d9bd-f7a5-e33b-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2026-02-26 16:12:11.156009 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-02-26 16:12:13.539629 | fa163e59-d9bd-318c-e55b-000000000039 | TASK | Gathering Facts 2026-02-26 16:12:14.110360 | fa163e59-d9bd-318c-e55b-000000000039 | OK | Gathering Facts | standalone.localdomain 2026-02-26 16:12:14.111868 | fa163e59-d9bd-318c-e55b-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.584967 | 0.57s 2026-02-26 16:12:14.114667 | fa163e59-d9bd-318c-e55b-000000000039 | OK | Gathering Facts | undercloud 2026-02-26 16:12:14.115729 | fa163e59-d9bd-318c-e55b-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.588836 | 0.57s 2026-02-26 16:12:14.144449 | fa163e59-d9bd-318c-e55b-00000000000a | TASK | Load distro-specific variables 2026-02-26 16:12:14.202426 | fa163e59-d9bd-318c-e55b-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.675497 | 0.04s 2026-02-26 16:12:14.213851 | fa163e59-d9bd-318c-e55b-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.686958 | 0.07s 2026-02-26 16:12:14.230915 | a396bad1-4079-4c7e-b796-2dfa5701e4a9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-26 16:12:14.231540 | a396bad1-4079-4c7e-b796-2dfa5701e4a9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-26 16:12:14.252813 | fa163e59-d9bd-318c-e55b-000000000052 | TASK | Load distro-specific variables 2026-02-26 16:12:14.350104 | fa163e59-d9bd-318c-e55b-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:12:14.351740 | fa163e59-d9bd-318c-e55b-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.824834 | 0.10s 2026-02-26 16:12:14.361339 | fa163e59-d9bd-318c-e55b-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.834440 | 0.11s 2026-02-26 16:12:14.366417 | fa163e59-d9bd-318c-e55b-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:12:14.367201 | fa163e59-d9bd-318c-e55b-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.840308 | 0.10s 2026-02-26 16:12:14.376816 | fa163e59-d9bd-318c-e55b-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.849922 | 0.11s 2026-02-26 16:12:14.384700 | fa163e59-d9bd-318c-e55b-00000000000b | TASK | Install chronyd 2026-02-26 16:12:14.469919 | fa163e59-d9bd-318c-e55b-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.942975 | 0.08s 2026-02-26 16:12:14.470957 | fa163e59-d9bd-318c-e55b-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.944065 | 0.07s 2026-02-26 16:12:14.491084 | d48132b5-81a6-4075-b011-794121c9473c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2026-02-26 16:12:14.491815 | d48132b5-81a6-4075-b011-794121c9473c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2026-02-26 16:12:14.516938 | fa163e59-d9bd-318c-e55b-0000000000a2 | TASK | Load distro-specific variables 2026-02-26 16:12:14.592553 | fa163e59-d9bd-318c-e55b-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.065638 | 0.07s 2026-02-26 16:12:14.603934 | fa163e59-d9bd-318c-e55b-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.077040 | 0.08s 2026-02-26 16:12:14.618088 | 100a5549-803e-4aea-b932-fd759f7d85fe | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-26 16:12:14.618812 | 100a5549-803e-4aea-b932-fd759f7d85fe | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-26 16:12:14.638891 | fa163e59-d9bd-318c-e55b-000000000102 | TASK | Load distro-specific variables 2026-02-26 16:12:14.738849 | fa163e59-d9bd-318c-e55b-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:12:14.740400 | fa163e59-d9bd-318c-e55b-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.213492 | 0.10s 2026-02-26 16:12:14.749649 | fa163e59-d9bd-318c-e55b-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:12:14.750864 | fa163e59-d9bd-318c-e55b-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.223971 | 0.10s 2026-02-26 16:12:14.756297 | fa163e59-d9bd-318c-e55b-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.229393 | 0.12s 2026-02-26 16:12:14.757526 | fa163e59-d9bd-318c-e55b-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.230633 | 0.11s 2026-02-26 16:12:14.765947 | fa163e59-d9bd-318c-e55b-0000000000a3 | TASK | Check for NTP service 2026-02-26 16:12:15.159682 | fa163e59-d9bd-318c-e55b-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2026-02-26 16:12:15.160629 | fa163e59-d9bd-318c-e55b-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.633711 | 0.39s 2026-02-26 16:12:15.161253 | fa163e59-d9bd-318c-e55b-0000000000a3 | CHANGED | Check for NTP service | undercloud 2026-02-26 16:12:15.161687 | fa163e59-d9bd-318c-e55b-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.634799 | 0.38s 2026-02-26 16:12:15.167244 | fa163e59-d9bd-318c-e55b-0000000000a4 | TASK | Disable NTP before configuring Chrony 2026-02-26 16:12:15.263201 | fa163e59-d9bd-318c-e55b-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2026-02-26 16:12:15.264558 | fa163e59-d9bd-318c-e55b-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.737651 | 0.10s 2026-02-26 16:12:15.265238 | fa163e59-d9bd-318c-e55b-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2026-02-26 16:12:15.265868 | fa163e59-d9bd-318c-e55b-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.738976 | 0.09s 2026-02-26 16:12:15.276815 | fa163e59-d9bd-318c-e55b-0000000000a5 | TASK | Install chronyd package 2026-02-26 16:12:18.403832 | fa163e59-d9bd-318c-e55b-0000000000a5 | OK | Install chronyd package | undercloud 2026-02-26 16:12:18.404573 | fa163e59-d9bd-318c-e55b-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.877678 | 3.11s 2026-02-26 16:12:20.407634 | fa163e59-d9bd-318c-e55b-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2026-02-26 16:12:20.408739 | fa163e59-d9bd-318c-e55b-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.881840 | 5.13s 2026-02-26 16:12:20.417516 | fa163e59-d9bd-318c-e55b-00000000000c | TASK | Upgrade chronyd 2026-02-26 16:12:20.505914 | fa163e59-d9bd-318c-e55b-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2026-02-26 16:12:20.507407 | fa163e59-d9bd-318c-e55b-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.980492 | 0.09s 2026-02-26 16:12:20.518543 | fa163e59-d9bd-318c-e55b-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2026-02-26 16:12:20.519218 | fa163e59-d9bd-318c-e55b-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.992325 | 0.08s 2026-02-26 16:12:20.527130 | fa163e59-d9bd-318c-e55b-00000000000d | TASK | Configure chronyd 2026-02-26 16:12:20.578332 | fa163e59-d9bd-318c-e55b-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.051407 | 0.05s 2026-02-26 16:12:20.600831 | fa163e59-d9bd-318c-e55b-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.073936 | 0.06s 2026-02-26 16:12:20.619708 | 94231cb2-11b5-420d-ab46-d8c66d9f1aed | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2026-02-26 16:12:20.620482 | 94231cb2-11b5-420d-ab46-d8c66d9f1aed | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2026-02-26 16:12:20.652659 | fa163e59-d9bd-318c-e55b-000000000162 | TASK | Load distro-specific variables 2026-02-26 16:12:20.712094 | fa163e59-d9bd-318c-e55b-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.185183 | 0.05s 2026-02-26 16:12:20.713162 | fa163e59-d9bd-318c-e55b-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.186269 | 0.06s 2026-02-26 16:12:20.728132 | 3406fcb5-cd23-47ab-996a-19f9c8c10be1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-26 16:12:20.728955 | 3406fcb5-cd23-47ab-996a-19f9c8c10be1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-26 16:12:20.745004 | fa163e59-d9bd-318c-e55b-0000000001fa | TASK | Load distro-specific variables 2026-02-26 16:12:20.823913 | fa163e59-d9bd-318c-e55b-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:12:20.825093 | fa163e59-d9bd-318c-e55b-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.298189 | 0.07s 2026-02-26 16:12:20.834246 | fa163e59-d9bd-318c-e55b-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:12:20.835380 | fa163e59-d9bd-318c-e55b-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.308485 | 0.09s 2026-02-26 16:12:20.840481 | fa163e59-d9bd-318c-e55b-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.313586 | 0.09s 2026-02-26 16:12:20.841530 | fa163e59-d9bd-318c-e55b-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.314635 | 0.10s 2026-02-26 16:12:20.850239 | fa163e59-d9bd-318c-e55b-000000000163 | TASK | Install chrony configuration file 2026-02-26 16:12:21.646165 | fa163e59-d9bd-318c-e55b-000000000163 | CHANGED | Install chrony configuration file | undercloud 2026-02-26 16:12:21.651720 | fa163e59-d9bd-318c-e55b-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.124818 | 0.79s 2026-02-26 16:12:21.652883 | fa163e59-d9bd-318c-e55b-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2026-02-26 16:12:21.653666 | fa163e59-d9bd-318c-e55b-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.126769 | 0.80s 2026-02-26 16:12:21.661954 | fa163e59-d9bd-318c-e55b-00000000000e | TASK | Run chronyd 2026-02-26 16:12:21.740810 | fa163e59-d9bd-318c-e55b-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.213903 | 0.08s 2026-02-26 16:12:21.772369 | fa163e59-d9bd-318c-e55b-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.245475 | 0.10s 2026-02-26 16:12:21.792166 | 18faaa33-4b13-4d04-8d12-05ecc32f5030 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2026-02-26 16:12:21.792912 | 18faaa33-4b13-4d04-8d12-05ecc32f5030 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2026-02-26 16:12:21.829690 | fa163e59-d9bd-318c-e55b-000000000233 | TASK | Load distro-specific variables 2026-02-26 16:12:21.911837 | fa163e59-d9bd-318c-e55b-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.384922 | 0.06s 2026-02-26 16:12:21.935930 | fa163e59-d9bd-318c-e55b-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.409032 | 0.08s 2026-02-26 16:12:21.950208 | 3f72f606-38fc-40f2-a201-5ec523a3c3ec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-26 16:12:21.950901 | 3f72f606-38fc-40f2-a201-5ec523a3c3ec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-26 16:12:21.968775 | fa163e59-d9bd-318c-e55b-0000000002ee | TASK | Load distro-specific variables 2026-02-26 16:12:22.060203 | fa163e59-d9bd-318c-e55b-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:12:22.061412 | fa163e59-d9bd-318c-e55b-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.534509 | 0.09s 2026-02-26 16:12:22.066677 | fa163e59-d9bd-318c-e55b-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.539780 | 0.10s 2026-02-26 16:12:22.085808 | fa163e59-d9bd-318c-e55b-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:12:22.086511 | fa163e59-d9bd-318c-e55b-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.559618 | 0.11s 2026-02-26 16:12:22.091696 | fa163e59-d9bd-318c-e55b-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.564798 | 0.11s 2026-02-26 16:12:22.099439 | fa163e59-d9bd-318c-e55b-000000000234 | TASK | Ensure chronyd is running 2026-02-26 16:12:22.708307 | fa163e59-d9bd-318c-e55b-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2026-02-26 16:12:22.709286 | fa163e59-d9bd-318c-e55b-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.182394 | 0.61s 2026-02-26 16:12:22.720528 | fa163e59-d9bd-318c-e55b-000000000234 | OK | Ensure chronyd is running | undercloud 2026-02-26 16:12:22.721141 | fa163e59-d9bd-318c-e55b-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.194256 | 0.61s 2026-02-26 16:12:22.725297 | fa163e59-d9bd-318c-e55b-000000000235 | TASK | Force chronyd restart 2026-02-26 16:12:22.788744 | fa163e59-d9bd-318c-e55b-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2026-02-26 16:12:22.790227 | fa163e59-d9bd-318c-e55b-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.263319 | 0.06s 2026-02-26 16:12:23.209194 | fa163e59-d9bd-318c-e55b-000000000235 | CHANGED | Force chronyd restart | undercloud 2026-02-26 16:12:23.210066 | fa163e59-d9bd-318c-e55b-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.683177 | 0.48s 2026-02-26 16:12:23.214368 | fa163e59-d9bd-318c-e55b-00000000000f | TASK | Enable online service 2026-02-26 16:12:23.294198 | fa163e59-d9bd-318c-e55b-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.767289 | 0.07s 2026-02-26 16:12:23.295319 | fa163e59-d9bd-318c-e55b-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.768426 | 0.08s 2026-02-26 16:12:23.313488 | f2d91988-3ba0-4ce2-9cd0-4b8dfda52865 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2026-02-26 16:12:23.314224 | f2d91988-3ba0-4ce2-9cd0-4b8dfda52865 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2026-02-26 16:12:23.359447 | fa163e59-d9bd-318c-e55b-000000000338 | TASK | Create chrony-online.service unit file 2026-02-26 16:12:23.842446 | fa163e59-d9bd-318c-e55b-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2026-02-26 16:12:23.843765 | fa163e59-d9bd-318c-e55b-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.316864 | 0.48s 2026-02-26 16:12:23.854876 | fa163e59-d9bd-318c-e55b-000000000338 | OK | Create chrony-online.service unit file | undercloud 2026-02-26 16:12:23.855380 | fa163e59-d9bd-318c-e55b-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.328492 | 0.49s 2026-02-26 16:12:23.860743 | fa163e59-d9bd-318c-e55b-000000000339 | TASK | Enable chrony-online.service 2026-02-26 16:12:25.025181 | fa163e59-d9bd-318c-e55b-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2026-02-26 16:12:25.027150 | fa163e59-d9bd-318c-e55b-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.500243 | 1.17s 2026-02-26 16:12:25.034156 | fa163e59-d9bd-318c-e55b-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2026-02-26 16:12:25.035365 | fa163e59-d9bd-318c-e55b-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.508472 | 1.17s 2026-02-26 16:12:25.044634 | fa163e59-d9bd-318c-e55b-000000000010 | TASK | Sync chronyc 2026-02-26 16:12:25.107559 | fa163e59-d9bd-318c-e55b-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.580640 | 0.06s 2026-02-26 16:12:25.132273 | fa163e59-d9bd-318c-e55b-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.605376 | 0.07s 2026-02-26 16:12:25.149651 | f30ea3ed-1bca-4fea-a31f-efcf0c5366de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2026-02-26 16:12:25.150370 | f30ea3ed-1bca-4fea-a31f-efcf0c5366de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2026-02-26 16:12:25.194749 | fa163e59-d9bd-318c-e55b-00000000042a | TASK | Force NTP sync 2026-02-26 16:12:25.472147 | fa163e59-d9bd-318c-e55b-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2026-02-26 16:12:25.473539 | fa163e59-d9bd-318c-e55b-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.946633 | 0.28s 2026-02-26 16:12:25.485965 | fa163e59-d9bd-318c-e55b-00000000042a | CHANGED | Force NTP sync | undercloud 2026-02-26 16:12:25.486719 | fa163e59-d9bd-318c-e55b-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.959827 | 0.28s 2026-02-26 16:12:25.494371 | fa163e59-d9bd-318c-e55b-00000000042b | TASK | Ensure system is NTP time synced 2026-02-26 16:12:35.783009 | fa163e59-d9bd-318c-e55b-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2026-02-26 16:12:35.784667 | fa163e59-d9bd-318c-e55b-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.257758 | 10.29s 2026-02-26 16:12:35.806370 | fa163e59-d9bd-318c-e55b-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2026-02-26 16:12:35.807427 | fa163e59-d9bd-318c-e55b-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.280529 | 10.30s 2026-02-26 16:12:35.827963 | fa163e59-d9bd-318c-e55b-00000000002c | TASK | Set timezone 2026-02-26 16:12:36.276550 | fa163e59-d9bd-318c-e55b-00000000002c | OK | Set timezone | standalone.localdomain 2026-02-26 16:12:36.277902 | fa163e59-d9bd-318c-e55b-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.750999 | 0.45s 2026-02-26 16:12:36.278790 | fa163e59-d9bd-318c-e55b-00000000002c | OK | Set timezone | undercloud 2026-02-26 16:12:36.279411 | fa163e59-d9bd-318c-e55b-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.752518 | 0.44s 2026-02-26 16:12:36.287252 | fa163e59-d9bd-318c-e55b-00000000002d | TASK | Restart time services 2026-02-26 16:12:36.325082 | fa163e59-d9bd-318c-e55b-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2026-02-26 16:12:36.331294 | fa163e59-d9bd-318c-e55b-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2026-02-26 16:12:36.339948 | fa163e59-d9bd-318c-e55b-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2026-02-26 16:12:36.341360 | fa163e59-d9bd-318c-e55b-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.814449 | 0.05s 2026-02-26 16:12:36.346582 | fa163e59-d9bd-318c-e55b-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2026-02-26 16:12:36.356967 | fa163e59-d9bd-318c-e55b-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.830071 | 0.06s 2026-02-26 16:12:36.403370 | fa163e59-d9bd-318c-e55b-000000000012 | HANDLER | Restart chronyd 2026-02-26 16:12:36.868424 | fa163e59-d9bd-318c-e55b-000000000012 | CHANGED | Restart chronyd | undercloud 2026-02-26 16:12:36.870180 | fa163e59-d9bd-318c-e55b-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.343278 | 0.47s 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-02-26 16:12:36.886331 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:36.886943 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:36.887407 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.360517 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:12:36.887924 | UUID | Info | Host | Task Name | Run Time 2026-02-26 16:12:36.888379 | fa163e59-d9bd-318c-e55b-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.30s 2026-02-26 16:12:36.888866 | fa163e59-d9bd-318c-e55b-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.29s 2026-02-26 16:12:36.889336 | fa163e59-d9bd-318c-e55b-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 5.13s 2026-02-26 16:12:36.889894 | fa163e59-d9bd-318c-e55b-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.11s 2026-02-26 16:12:36.890343 | fa163e59-d9bd-318c-e55b-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.17s 2026-02-26 16:12:36.890825 | fa163e59-d9bd-318c-e55b-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.17s 2026-02-26 16:12:36.891267 | fa163e59-d9bd-318c-e55b-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.80s 2026-02-26 16:12:36.891739 | fa163e59-d9bd-318c-e55b-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.79s 2026-02-26 16:12:36.892184 | fa163e59-d9bd-318c-e55b-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.61s 2026-02-26 16:12:36.892668 | fa163e59-d9bd-318c-e55b-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.61s 2026-02-26 16:12:36.893134 | fa163e59-d9bd-318c-e55b-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.57s 2026-02-26 16:12:36.893617 | fa163e59-d9bd-318c-e55b-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2026-02-26 16:12:36.894073 | fa163e59-d9bd-318c-e55b-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.49s 2026-02-26 16:12:36.894512 | fa163e59-d9bd-318c-e55b-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.48s 2026-02-26 16:12:36.894985 | fa163e59-d9bd-318c-e55b-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.48s 2026-02-26 16:12:36.895421 | fa163e59-d9bd-318c-e55b-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.47s 2026-02-26 16:12:36.895936 | fa163e59-d9bd-318c-e55b-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.45s 2026-02-26 16:12:36.896377 | fa163e59-d9bd-318c-e55b-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.44s 2026-02-26 16:12:36.896928 | fa163e59-d9bd-318c-e55b-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2026-02-26 16:12:36.897395 | fa163e59-d9bd-318c-e55b-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.38s 2026-02-26 16:12:36.897904 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-02-26 16:12:37.803843 | fa163e59-d9bd-4f17-6d98-000000000005 | SKIPPED | fail | undercloud 2026-02-26 16:12:37.804739 | fa163e59-d9bd-4f17-6d98-000000000005 | TIMING | fail | undercloud | 0:00:00.071726 | 0.06s 2026-02-26 16:12:37.865901 | fa163e59-d9bd-4f17-6d98-000000000006 | SKIPPED | fail | undercloud 2026-02-26 16:12:37.867084 | fa163e59-d9bd-4f17-6d98-000000000006 | TIMING | fail | undercloud | 0:00:00.134066 | 0.06s 2026-02-26 16:12:37.874276 | fa163e59-d9bd-4f17-6d98-000000000008 | TASK | Ensure working_dir is provided 2026-02-26 16:12:37.913557 | fa163e59-d9bd-4f17-6d98-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2026-02-26 16:12:37.914703 | fa163e59-d9bd-4f17-6d98-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.181684 | 0.04s 2026-02-26 16:12:37.934130 | fa163e59-d9bd-4f17-6d98-00000000000a | TASK | ensure ceph_spec_path is defined 2026-02-26 16:12:37.972853 | fa163e59-d9bd-4f17-6d98-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2026-02-26 16:12:37.974080 | fa163e59-d9bd-4f17-6d98-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.241062 | 0.04s 2026-02-26 16:12:37.981050 | fa163e59-d9bd-4f17-6d98-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2026-02-26 16:12:38.027276 | fa163e59-d9bd-4f17-6d98-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-26 16:12:38.028361 | fa163e59-d9bd-4f17-6d98-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.295341 | 0.05s 2026-02-26 16:12:38.035523 | fa163e59-d9bd-4f17-6d98-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2026-02-26 16:12:38.081581 | fa163e59-d9bd-4f17-6d98-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2026-02-26 16:12:38.082193 | fa163e59-d9bd-4f17-6d98-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.349186 | 0.05s 2026-02-26 16:12:38.085902 | fa163e59-d9bd-4f17-6d98-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2026-02-26 16:12:38.130215 | fa163e59-d9bd-4f17-6d98-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2026-02-26 16:12:38.131434 | fa163e59-d9bd-4f17-6d98-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.398410 | 0.04s 2026-02-26 16:12:38.139358 | fa163e59-d9bd-4f17-6d98-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2026-02-26 16:12:38.257094 | fa163e59-d9bd-4f17-6d98-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', 'mgr', '_admin', 'osd'], 'service_type': 'host'} 2026-02-26 16:12:38.258269 | fa163e59-d9bd-4f17-6d98-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.525248 | 0.12s 2026-02-26 16:12:38.271904 | fa163e59-d9bd-4f17-6d98-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-02-26 16:12:38.286895 | fa163e59-d9bd-4f17-6d98-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-02-26 16:12:38.298990 | fa163e59-d9bd-4f17-6d98-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-02-26 16:12:38.310706 | fa163e59-d9bd-4f17-6d98-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.577682 | 0.17s 2026-02-26 16:12:38.319067 | fa163e59-d9bd-4f17-6d98-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2026-02-26 16:12:38.404976 | fa163e59-d9bd-4f17-6d98-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', 'mgr', '_admin', 'osd'], 'service_type': 'host'} 2026-02-26 16:12:38.418722 | fa163e59-d9bd-4f17-6d98-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-02-26 16:12:38.433610 | fa163e59-d9bd-4f17-6d98-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-02-26 16:12:38.445948 | fa163e59-d9bd-4f17-6d98-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-02-26 16:12:38.450376 | fa163e59-d9bd-4f17-6d98-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.717349 | 0.13s 2026-02-26 16:12:38.458269 | fa163e59-d9bd-4f17-6d98-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2026-02-26 16:12:38.504403 | fa163e59-d9bd-4f17-6d98-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2026-02-26 16:12:38.505426 | fa163e59-d9bd-4f17-6d98-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.772410 | 0.05s 2026-02-26 16:12:38.514006 | fa163e59-d9bd-4f17-6d98-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2026-02-26 16:12:38.549350 | fa163e59-d9bd-4f17-6d98-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2026-02-26 16:12:38.550120 | fa163e59-d9bd-4f17-6d98-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.817107 | 0.04s 2026-02-26 16:12:38.550636 | fa163e59-d9bd-4f17-6d98-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.817631 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2026-02-26 16:12:38.616457 | fa163e59-d9bd-4f17-6d98-000000000017 | TASK | Ensure ceph_spec_path is defined 2026-02-26 16:12:38.652104 | fa163e59-d9bd-4f17-6d98-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2026-02-26 16:12:38.652827 | fa163e59-d9bd-4f17-6d98-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.919815 | 0.04s 2026-02-26 16:12:38.657705 | fa163e59-d9bd-4f17-6d98-000000000018 | TASK | Ensure public_network and cluster_network are defined 2026-02-26 16:12:38.814246 | fa163e59-d9bd-4f17-6d98-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2026-02-26 16:12:38.815288 | fa163e59-d9bd-4f17-6d98-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.082272 | 0.16s 2026-02-26 16:12:38.823093 | fa163e59-d9bd-4f17-6d98-000000000019 | TASK | Set IP address of first monitor 2026-02-26 16:12:38.850312 | fa163e59-d9bd-4f17-6d98-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2026-02-26 16:12:38.851359 | fa163e59-d9bd-4f17-6d98-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.118344 | 0.03s 2026-02-26 16:12:38.872376 | fa163e59-d9bd-4f17-6d98-000000000020 | TASK | Gather distribution facts if they don't exist 2026-02-26 16:12:38.908512 | fa163e59-d9bd-4f17-6d98-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2026-02-26 16:12:38.909550 | fa163e59-d9bd-4f17-6d98-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.176531 | 0.04s 2026-02-26 16:12:38.920178 | fa163e59-d9bd-4f17-6d98-000000000021 | TASK | Install cephadm package 2026-02-26 16:12:41.976439 | fa163e59-d9bd-4f17-6d98-000000000021 | OK | Install cephadm package | standalone.localdomain 2026-02-26 16:12:41.977846 | fa163e59-d9bd-4f17-6d98-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.244827 | 3.06s 2026-02-26 16:12:41.987304 | fa163e59-d9bd-4f17-6d98-000000000022 | TASK | Stat cephadm file 2026-02-26 16:12:42.322589 | fa163e59-d9bd-4f17-6d98-000000000022 | OK | Stat cephadm file | standalone.localdomain 2026-02-26 16:12:42.323988 | fa163e59-d9bd-4f17-6d98-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.590970 | 0.34s 2026-02-26 16:12:42.333409 | fa163e59-d9bd-4f17-6d98-000000000023 | TASK | Fail if cephadm is not available 2026-02-26 16:12:42.351448 | fa163e59-d9bd-4f17-6d98-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2026-02-26 16:12:42.352518 | fa163e59-d9bd-4f17-6d98-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.619499 | 0.02s 2026-02-26 16:12:42.361610 | fa163e59-d9bd-4f17-6d98-000000000024 | TASK | List Ceph daemon instances on this host 2026-02-26 16:12:43.175222 | fa163e59-d9bd-4f17-6d98-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2026-02-26 16:12:43.176548 | fa163e59-d9bd-4f17-6d98-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.443528 | 0.81s 2026-02-26 16:12:43.185554 | fa163e59-d9bd-4f17-6d98-000000000026 | TASK | Set list of found FSIDs 2026-02-26 16:12:43.286807 | fa163e59-d9bd-4f17-6d98-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2026-02-26 16:12:43.287854 | fa163e59-d9bd-4f17-6d98-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.554835 | 0.10s 2026-02-26 16:12:43.296713 | fa163e59-d9bd-4f17-6d98-000000000027 | TASK | Fail if >1 FSID was discovered 2026-02-26 16:12:43.406493 | fa163e59-d9bd-4f17-6d98-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2026-02-26 16:12:43.407684 | fa163e59-d9bd-4f17-6d98-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.674666 | 0.11s 2026-02-26 16:12:43.416752 | fa163e59-d9bd-4f17-6d98-000000000028 | TASK | Set FSID to the discovered value 2026-02-26 16:12:43.520430 | fa163e59-d9bd-4f17-6d98-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2026-02-26 16:12:43.521471 | fa163e59-d9bd-4f17-6d98-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.788455 | 0.10s 2026-02-26 16:12:43.530320 | fa163e59-d9bd-4f17-6d98-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2026-02-26 16:12:43.642052 | fa163e59-d9bd-4f17-6d98-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2026-02-26 16:12:43.643196 | fa163e59-d9bd-4f17-6d98-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.910178 | 0.11s 2026-02-26 16:12:43.652071 | fa163e59-d9bd-4f17-6d98-00000000002b | TASK | Set first monitor IP if it was not passed 2026-02-26 16:12:43.751632 | fa163e59-d9bd-4f17-6d98-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2026-02-26 16:12:43.752690 | fa163e59-d9bd-4f17-6d98-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.019671 | 0.10s 2026-02-26 16:12:43.761661 | fa163e59-d9bd-4f17-6d98-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2026-02-26 16:12:44.144097 | fa163e59-d9bd-4f17-6d98-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2026-02-26 16:12:44.144982 | fa163e59-d9bd-4f17-6d98-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.411972 | 0.38s 2026-02-26 16:12:44.149757 | fa163e59-d9bd-4f17-6d98-00000000002d | TASK | Ensure specs directory exists 2026-02-26 16:12:44.382928 | fa163e59-d9bd-4f17-6d98-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2026-02-26 16:12:44.384300 | fa163e59-d9bd-4f17-6d98-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.651280 | 0.23s 2026-02-26 16:12:44.398278 | fa163e59-d9bd-4f17-6d98-00000000002e | TASK | Stat spec file on ansible host 2026-02-26 16:12:44.627034 | fa163e59-d9bd-4f17-6d98-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e59-d9bd-4f17-6d98-00000000002e') missing from stats 2026-02-26 16:12:44.638686 | fa163e59-d9bd-4f17-6d98-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2026-02-26 16:12:45.220743 | fa163e59-d9bd-4f17-6d98-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2026-02-26 16:12:45.222109 | fa163e59-d9bd-4f17-6d98-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.489088 | 0.58s 2026-02-26 16:12:45.235917 | fa163e59-d9bd-4f17-6d98-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2026-02-26 16:12:45.515435 | fa163e59-d9bd-4f17-6d98-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e59-d9bd-4f17-6d98-000000000031') missing from stats 2026-02-26 16:12:45.526318 | fa163e59-d9bd-4f17-6d98-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-26 16:12:46.022595 | fa163e59-d9bd-4f17-6d98-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-26 16:12:46.023911 | fa163e59-d9bd-4f17-6d98-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.290890 | 0.50s 2026-02-26 16:12:46.046801 | fa163e59-d9bd-4f17-6d98-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-26 16:12:46.156904 | fa163e59-d9bd-4f17-6d98-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-26 16:12:46.158015 | fa163e59-d9bd-4f17-6d98-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.424995 | 0.11s 2026-02-26 16:12:46.174116 | fa163e59-d9bd-4f17-6d98-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2026-02-26 16:12:46.263556 | fa163e59-d9bd-4f17-6d98-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2026-02-26 16:12:46.264650 | fa163e59-d9bd-4f17-6d98-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.531604 | 0.09s 2026-02-26 16:12:46.273376 | fa163e59-d9bd-4f17-6d98-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2026-02-26 16:12:46.529549 | fa163e59-d9bd-4f17-6d98-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2026-02-26 16:12:46.531536 | fa163e59-d9bd-4f17-6d98-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.798499 | 0.26s 2026-02-26 16:12:46.727892 | fa163e59-d9bd-4f17-6d98-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2026-02-26 16:12:46.729216 | fa163e59-d9bd-4f17-6d98-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.996183 | 0.45s 2026-02-26 16:12:46.770559 | fa163e59-d9bd-4f17-6d98-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.037532 | 0.50s 2026-02-26 16:12:46.780681 | fa163e59-d9bd-4f17-6d98-000000000065 | TASK | Fail if necessary files are missing 2026-02-26 16:12:46.863814 | fa163e59-d9bd-4f17-6d98-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': 2622, 'inode': 343945684, 'dev': 64516, 'nlink': 1, 'atime': 1772122330.517826, 'mtime': 1772122330.3408208, 'ctime': 1772122330.5208263, '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': 'b555724058a50d9c5d5df85f4969b3d983ed3b34', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3965016231', '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-02-26 16:12:46.870506 | fa163e59-d9bd-4f17-6d98-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': 369112285, 'dev': 64516, 'nlink': 1, 'atime': 1772122331.097844, 'mtime': 1772122330.909838, 'ctime': 1772122331.100844, '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': '12b002473211a3d899cfe75a6aaf2bd3d49510aa', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1378685259', '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-02-26 16:12:46.882548 | fa163e59-d9bd-4f17-6d98-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.149527 | 0.10s 2026-02-26 16:12:46.892850 | fa163e59-d9bd-4f17-6d98-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2026-02-26 16:12:47.126510 | fa163e59-d9bd-4f17-6d98-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2026-02-26 16:12:47.127982 | fa163e59-d9bd-4f17-6d98-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.394963 | 0.23s 2026-02-26 16:12:47.137549 | fa163e59-d9bd-4f17-6d98-000000000068 | TASK | Run cephadm bootstrap 2026-02-26 16:13:50.547317 | fa163e59-d9bd-4f17-6d98-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2026-02-26 16:13:50.548886 | fa163e59-d9bd-4f17-6d98-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.815865 | 63.41s 2026-02-26 16:13:50.559425 | fa163e59-d9bd-4f17-6d98-000000000069 | TASK | Show results of bootstrap 2026-02-26 16:13:50.618199 | fa163e59-d9bd-4f17-6d98-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2026-02-26 16:13:50.619318 | fa163e59-d9bd-4f17-6d98-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:12.886298 | 0.06s 2026-02-26 16:13:50.629629 | fa163e59-d9bd-4f17-6d98-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-26 16:13:50.689844 | fa163e59-d9bd-4f17-6d98-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:12.956810 | 0.06s 2026-02-26 16:13:50.703403 | 3cf649fc-e409-4282-8f9d-696006110c70 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-26 16:13:50.714259 | fa163e59-d9bd-4f17-6d98-00000000020b | TASK | Set ceph CLI 2026-02-26 16:13:50.922888 | fa163e59-d9bd-4f17-6d98-00000000020b | OK | Set ceph CLI | standalone.localdomain 2026-02-26 16:13:50.923787 | fa163e59-d9bd-4f17-6d98-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.190775 | 0.21s 2026-02-26 16:13:50.928833 | fa163e59-d9bd-4f17-6d98-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2026-02-26 16:13:51.797808 | fa163e59-d9bd-4f17-6d98-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2026-02-26 16:13:51.799315 | fa163e59-d9bd-4f17-6d98-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.066296 | 0.87s 2026-02-26 16:13:51.808858 | fa163e59-d9bd-4f17-6d98-00000000006c | TASK | Set the default container image in ceph configuration 2026-02-26 16:13:52.804128 | fa163e59-d9bd-4f17-6d98-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2026-02-26 16:13:52.805648 | fa163e59-d9bd-4f17-6d98-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.072596 | 1.00s 2026-02-26 16:13:52.818713 | fa163e59-d9bd-4f17-6d98-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2026-02-26 16:13:52.845481 | fa163e59-d9bd-4f17-6d98-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2026-02-26 16:13:52.846634 | fa163e59-d9bd-4f17-6d98-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.113590 | 0.03s 2026-02-26 16:13:52.863660 | fa163e59-d9bd-4f17-6d98-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-26 16:13:52.891634 | fa163e59-d9bd-4f17-6d98-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-26 16:13:52.892681 | fa163e59-d9bd-4f17-6d98-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.159664 | 0.03s 2026-02-26 16:13:52.902136 | fa163e59-d9bd-4f17-6d98-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2026-02-26 16:13:52.919690 | fa163e59-d9bd-4f17-6d98-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2026-02-26 16:13:52.920918 | fa163e59-d9bd-4f17-6d98-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.187896 | 0.02s 2026-02-26 16:13:52.929691 | fa163e59-d9bd-4f17-6d98-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2026-02-26 16:13:53.005267 | fa163e59-d9bd-4f17-6d98-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2026-02-26 16:13:53.007280 | fa163e59-d9bd-4f17-6d98-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.274246 | 0.08s 2026-02-26 16:13:53.017197 | fa163e59-d9bd-4f17-6d98-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2026-02-26 16:13:53.018041 | fa163e59-d9bd-4f17-6d98-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.285026 | 0.09s 2026-02-26 16:13:53.028911 | fa163e59-d9bd-4f17-6d98-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2026-02-26 16:13:53.029952 | fa163e59-d9bd-4f17-6d98-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.296936 | 0.10s 2026-02-26 16:13:53.036050 | fa163e59-d9bd-4f17-6d98-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2026-02-26 16:13:53.036942 | fa163e59-d9bd-4f17-6d98-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.303926 | 0.11s 2026-02-26 16:13:53.044326 | fa163e59-d9bd-4f17-6d98-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.311307 | 0.11s 2026-02-26 16:13:53.062463 | fa163e59-d9bd-4f17-6d98-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2026-02-26 16:13:53.191671 | fa163e59-d9bd-4f17-6d98-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2026-02-26 16:13:53.252480 | fa163e59-d9bd-4f17-6d98-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2026-02-26 16:13:53.310851 | fa163e59-d9bd-4f17-6d98-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2026-02-26 16:13:53.368558 | fa163e59-d9bd-4f17-6d98-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2026-02-26 16:13:53.427718 | fa163e59-d9bd-4f17-6d98-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2026-02-26 16:13:53.484645 | fa163e59-d9bd-4f17-6d98-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2026-02-26 16:13:53.542588 | fa163e59-d9bd-4f17-6d98-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2026-02-26 16:13:53.596375 | fa163e59-d9bd-4f17-6d98-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2026-02-26 16:13:53.602311 | fa163e59-d9bd-4f17-6d98-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:15.869281 | 0.54s 2026-02-26 16:13:53.612443 | fa163e59-d9bd-4f17-6d98-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2026-02-26 16:13:54.605882 | fa163e59-d9bd-4f17-6d98-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-02-26 16:13:54.607494 | fa163e59-d9bd-4f17-6d98-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:16.874466 | 0.99s 2026-02-26 16:13:55.506793 | fa163e59-d9bd-4f17-6d98-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-02-26 16:13:55.507898 | fa163e59-d9bd-4f17-6d98-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.774884 | 1.89s 2026-02-26 16:13:56.514944 | fa163e59-d9bd-4f17-6d98-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-02-26 16:13:56.517807 | fa163e59-d9bd-4f17-6d98-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.784791 | 2.90s 2026-02-26 16:13:57.406999 | fa163e59-d9bd-4f17-6d98-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-02-26 16:13:57.408199 | fa163e59-d9bd-4f17-6d98-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.675183 | 3.79s 2026-02-26 16:13:57.415152 | fa163e59-d9bd-4f17-6d98-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.682140 | 3.80s 2026-02-26 16:13:57.433931 | fa163e59-d9bd-4f17-6d98-0000000000a6 | TASK | Stat spec file on bootstrap node 2026-02-26 16:13:57.705193 | fa163e59-d9bd-4f17-6d98-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2026-02-26 16:13:57.706664 | fa163e59-d9bd-4f17-6d98-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.973643 | 0.27s 2026-02-26 16:13:57.716316 | fa163e59-d9bd-4f17-6d98-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.983296 | 0.28s 2026-02-26 16:13:57.722934 | fa163e59-d9bd-4f17-6d98-0000000000a7 | TASK | Fail if spec file is missing 2026-02-26 16:13:57.807207 | fa163e59-d9bd-4f17-6d98-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': 981471013, 'dev': 64516, 'nlink': 1, 'atime': 1772122365.1901793, 'mtime': 1772122364.8831701, 'ctime': 1772122365.1921794, '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': '8780a677d26f151a7007fb3a863dc2af5e6cb5ff', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1031311532', '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-02-26 16:13:57.814970 | fa163e59-d9bd-4f17-6d98-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:20.081934 | 0.09s 2026-02-26 16:13:57.825969 | fa163e59-d9bd-4f17-6d98-0000000000a8 | TASK | Get ceph_cli 2026-02-26 16:13:57.854074 | fa163e59-d9bd-4f17-6d98-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.121048 | 0.03s 2026-02-26 16:13:57.864627 | 1b5d6687-9bac-4a42-8a77-816ab24042cf | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-26 16:13:57.881987 | fa163e59-d9bd-4f17-6d98-000000000270 | TASK | Set ceph CLI 2026-02-26 16:13:58.041587 | fa163e59-d9bd-4f17-6d98-000000000270 | OK | Set ceph CLI | standalone.localdomain 2026-02-26 16:13:58.044282 | fa163e59-d9bd-4f17-6d98-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.311259 | 0.16s 2026-02-26 16:13:58.054390 | fa163e59-d9bd-4f17-6d98-0000000000a9 | TASK | Get the ceph orchestrator status 2026-02-26 16:13:59.076240 | fa163e59-d9bd-4f17-6d98-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-26 16:13:59.077924 | fa163e59-d9bd-4f17-6d98-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.344898 | 1.02s 2026-02-26 16:13:59.088510 | fa163e59-d9bd-4f17-6d98-0000000000aa | TASK | Fail if ceph orchestrator is not available 2026-02-26 16:13:59.155765 | fa163e59-d9bd-4f17-6d98-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-26 16:13:59.157031 | fa163e59-d9bd-4f17-6d98-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.424009 | 0.07s 2026-02-26 16:13:59.167896 | fa163e59-d9bd-4f17-6d98-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2026-02-26 16:13:59.197015 | fa163e59-d9bd-4f17-6d98-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.463990 | 0.03s 2026-02-26 16:13:59.225080 | f82e6613-d87e-484d-b32a-4c07ef00ec1f | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2026-02-26 16:13:59.246279 | fa163e59-d9bd-4f17-6d98-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-26 16:13:59.295293 | fa163e59-d9bd-4f17-6d98-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-26 16:13:59.296502 | fa163e59-d9bd-4f17-6d98-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.563480 | 0.05s 2026-02-26 16:13:59.306304 | fa163e59-d9bd-4f17-6d98-0000000002a8 | TASK | set cephadm debug level 2026-02-26 16:13:59.373570 | fa163e59-d9bd-4f17-6d98-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2026-02-26 16:13:59.374872 | fa163e59-d9bd-4f17-6d98-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.641853 | 0.07s 2026-02-26 16:13:59.384261 | fa163e59-d9bd-4f17-6d98-0000000002a9 | TASK | enforce minimum ceph clients version 2026-02-26 16:13:59.463289 | fa163e59-d9bd-4f17-6d98-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2026-02-26 16:13:59.464629 | fa163e59-d9bd-4f17-6d98-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.731580 | 0.08s 2026-02-26 16:13:59.474534 | fa163e59-d9bd-4f17-6d98-0000000002aa | TASK | set container image base in ceph configuration 2026-02-26 16:14:00.506733 | fa163e59-d9bd-4f17-6d98-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2026-02-26 16:14:00.508157 | fa163e59-d9bd-4f17-6d98-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.775134 | 1.03s 2026-02-26 16:14:00.523370 | fa163e59-d9bd-4f17-6d98-0000000002ac | TASK | set alertmanager container image in ceph configuration 2026-02-26 16:14:00.585983 | fa163e59-d9bd-4f17-6d98-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2026-02-26 16:14:00.586828 | fa163e59-d9bd-4f17-6d98-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.853814 | 0.06s 2026-02-26 16:14:00.592972 | fa163e59-d9bd-4f17-6d98-0000000002ad | TASK | set grafana container image in ceph configuration 2026-02-26 16:14:00.642340 | fa163e59-d9bd-4f17-6d98-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2026-02-26 16:14:00.643102 | fa163e59-d9bd-4f17-6d98-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.910089 | 0.05s 2026-02-26 16:14:00.648862 | fa163e59-d9bd-4f17-6d98-0000000002ae | TASK | set node-exporter container image in ceph configuration 2026-02-26 16:14:00.720425 | fa163e59-d9bd-4f17-6d98-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2026-02-26 16:14:00.721672 | fa163e59-d9bd-4f17-6d98-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.988648 | 0.07s 2026-02-26 16:14:00.730964 | fa163e59-d9bd-4f17-6d98-0000000002af | TASK | set prometheus container image in ceph configuration 2026-02-26 16:14:00.803995 | fa163e59-d9bd-4f17-6d98-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2026-02-26 16:14:00.805234 | fa163e59-d9bd-4f17-6d98-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:23.072212 | 0.07s 2026-02-26 16:14:00.814679 | fa163e59-d9bd-4f17-6d98-0000000000ac | TASK | Apply spec 2026-02-26 16:14:02.399905 | fa163e59-d9bd-4f17-6d98-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2026-02-26 16:14:02.401159 | fa163e59-d9bd-4f17-6d98-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.668139 | 1.59s 2026-02-26 16:14:02.411279 | fa163e59-d9bd-4f17-6d98-0000000000ad | TASK | Show results of spec apply 2026-02-26 16:14:02.478082 | fa163e59-d9bd-4f17-6d98-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2026-02-26 16:14:02.479654 | fa163e59-d9bd-4f17-6d98-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.746630 | 0.07s 2026-02-26 16:14:02.488802 | fa163e59-d9bd-4f17-6d98-0000000000ae | TASK | Wait for the expected number of osds to be running 2026-02-26 16:14:02.546485 | fa163e59-d9bd-4f17-6d98-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.813463 | 0.06s 2026-02-26 16:14:02.560704 | 3815cf68-fb26-4d57-959b-1203f7d31aa9 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2026-02-26 16:14:02.589141 | fa163e59-d9bd-4f17-6d98-000000000307 | TASK | Wait for expected number of osds to be running 2026-02-26 16:14:03.670074 | fa163e59-d9bd-4f17-6d98-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2026-02-26 16:14:34.672438 | fa163e59-d9bd-4f17-6d98-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2026-02-26 16:14:34.673709 | fa163e59-d9bd-4f17-6d98-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.940688 | 32.08s 2026-02-26 16:14:34.692041 | fa163e59-d9bd-4f17-6d98-0000000000c9 | TASK | Get ceph_cli 2026-02-26 16:14:34.732290 | fa163e59-d9bd-4f17-6d98-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-26 16:14:34.733562 | fa163e59-d9bd-4f17-6d98-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.000540 | 0.04s 2026-02-26 16:14:34.742409 | fa163e59-d9bd-4f17-6d98-0000000000ca | TASK | Collect ceph config dump 2026-02-26 16:14:34.788229 | fa163e59-d9bd-4f17-6d98-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2026-02-26 16:14:34.789473 | fa163e59-d9bd-4f17-6d98-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:57.056451 | 0.05s 2026-02-26 16:14:34.800115 | fa163e59-d9bd-4f17-6d98-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2026-02-26 16:14:34.869576 | fa163e59-d9bd-4f17-6d98-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2026-02-26 16:14:34.870790 | fa163e59-d9bd-4f17-6d98-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:57.137769 | 0.07s 2026-02-26 16:14:34.880072 | fa163e59-d9bd-4f17-6d98-0000000000cc | TASK | Create pool 2026-02-26 16:14:34.950147 | fa163e59-d9bd-4f17-6d98-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:57.217124 | 0.07s 2026-02-26 16:14:34.959423 | fa163e59-d9bd-4f17-6d98-0000000000cd | TASK | Enable application on Ceph pools 2026-02-26 16:14:35.029292 | fa163e59-d9bd-4f17-6d98-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:57.296256 | 0.07s 2026-02-26 16:14:35.039674 | fa163e59-d9bd-4f17-6d98-0000000000cf | TASK | Get the RBD ceph_cli 2026-02-26 16:14:35.087849 | fa163e59-d9bd-4f17-6d98-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2026-02-26 16:14:35.089134 | fa163e59-d9bd-4f17-6d98-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:57.356111 | 0.05s 2026-02-26 16:14:35.099279 | fa163e59-d9bd-4f17-6d98-0000000000d0 | TASK | Set trash interval 2026-02-26 16:14:35.184020 | fa163e59-d9bd-4f17-6d98-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2026-02-26 16:14:35.191949 | fa163e59-d9bd-4f17-6d98-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:57.458916 | 0.09s 2026-02-26 16:14:35.210782 | fa163e59-d9bd-4f17-6d98-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2026-02-26 16:14:35.290120 | fa163e59-d9bd-4f17-6d98-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:57.557088 | 0.08s 2026-02-26 16:14:35.300068 | fa163e59-d9bd-4f17-6d98-0000000000e9 | TASK | Get ceph_cli 2026-02-26 16:14:35.347360 | fa163e59-d9bd-4f17-6d98-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-26 16:14:35.348514 | fa163e59-d9bd-4f17-6d98-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.615496 | 0.05s 2026-02-26 16:14:35.357535 | fa163e59-d9bd-4f17-6d98-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2026-02-26 16:14:35.424943 | fa163e59-d9bd-4f17-6d98-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.691921 | 0.07s 2026-02-26 16:14:35.441866 | fa163e59-d9bd-4f17-6d98-0000000000f9 | TASK | Get ceph_cli 2026-02-26 16:14:35.483142 | fa163e59-d9bd-4f17-6d98-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-26 16:14:35.484236 | fa163e59-d9bd-4f17-6d98-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.751219 | 0.04s 2026-02-26 16:14:35.493660 | fa163e59-d9bd-4f17-6d98-0000000000fa | TASK | Wait for the expected number of monitors to be running 2026-02-26 16:14:35.533533 | fa163e59-d9bd-4f17-6d98-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2026-02-26 16:14:35.534705 | fa163e59-d9bd-4f17-6d98-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.801687 | 0.04s 2026-02-26 16:14:35.543507 | fa163e59-d9bd-4f17-6d98-0000000000fb | TASK | Run ceph mon dump to get all monitors 2026-02-26 16:14:35.581529 | fa163e59-d9bd-4f17-6d98-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2026-02-26 16:14:35.582588 | fa163e59-d9bd-4f17-6d98-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.849570 | 0.04s 2026-02-26 16:14:35.591172 | fa163e59-d9bd-4f17-6d98-0000000000fc | TASK | Extract mons_json 2026-02-26 16:14:35.627734 | fa163e59-d9bd-4f17-6d98-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2026-02-26 16:14:35.628825 | fa163e59-d9bd-4f17-6d98-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.895808 | 0.04s 2026-02-26 16:14:35.637830 | fa163e59-d9bd-4f17-6d98-0000000000fd | TASK | Build mons_list 2026-02-26 16:14:35.674262 | fa163e59-d9bd-4f17-6d98-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2026-02-26 16:14:35.675447 | fa163e59-d9bd-4f17-6d98-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.942424 | 0.04s 2026-02-26 16:14:35.684446 | fa163e59-d9bd-4f17-6d98-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2026-02-26 16:14:35.722766 | fa163e59-d9bd-4f17-6d98-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2026-02-26 16:14:35.723832 | fa163e59-d9bd-4f17-6d98-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.990816 | 0.04s 2026-02-26 16:14:35.732765 | fa163e59-d9bd-4f17-6d98-0000000000ff | TASK | Verify the keyring 2026-02-26 16:14:35.801595 | fa163e59-d9bd-4f17-6d98-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:58.068572 | 0.07s 2026-02-26 16:14:35.817146 | fa163e59-d9bd-4f17-6d98-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2026-02-26 16:14:35.857521 | fa163e59-d9bd-4f17-6d98-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2026-02-26 16:14:35.858632 | fa163e59-d9bd-4f17-6d98-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:58.125587 | 0.04s 2026-02-26 16:14:35.872844 | fa163e59-d9bd-4f17-6d98-000000000101 | TASK | Save tripleo_ceph_client_vars file 2026-02-26 16:14:35.919692 | fa163e59-d9bd-4f17-6d98-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2026-02-26 16:14:35.920878 | fa163e59-d9bd-4f17-6d98-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:58.187860 | 0.05s 2026-02-26 16:14:35.939490 | fa163e59-d9bd-4f17-6d98-00000000011c | TASK | Get ceph_cli 2026-02-26 16:14:35.965873 | fa163e59-d9bd-4f17-6d98-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.232853 | 0.03s 2026-02-26 16:14:35.977375 | 6783939d-7057-4e33-ab3e-c5d47b3cd116 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-26 16:14:35.990914 | fa163e59-d9bd-4f17-6d98-0000000003c0 | TASK | Set ceph CLI 2026-02-26 16:14:36.163771 | fa163e59-d9bd-4f17-6d98-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2026-02-26 16:14:36.165196 | fa163e59-d9bd-4f17-6d98-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:58.432170 | 0.17s 2026-02-26 16:14:36.174416 | fa163e59-d9bd-4f17-6d98-00000000011d | TASK | Get the ceph orchestrator status 2026-02-26 16:14:37.053478 | fa163e59-d9bd-4f17-6d98-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-26 16:14:37.054893 | fa163e59-d9bd-4f17-6d98-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:59.321871 | 0.88s 2026-02-26 16:14:37.064565 | fa163e59-d9bd-4f17-6d98-00000000011e | TASK | Fail if ceph orchestrator is not available 2026-02-26 16:14:37.121465 | fa163e59-d9bd-4f17-6d98-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-26 16:14:37.122858 | fa163e59-d9bd-4f17-6d98-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:59.389836 | 0.06s 2026-02-26 16:14:37.131906 | fa163e59-d9bd-4f17-6d98-000000000120 | TASK | Show the deployed daemons 2026-02-26 16:14:38.015669 | fa163e59-d9bd-4f17-6d98-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2026-02-26 16:14:38.017299 | fa163e59-d9bd-4f17-6d98-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:00.284271 | 0.88s 2026-02-26 16:14:38.027519 | fa163e59-d9bd-4f17-6d98-000000000121 | TASK | Deployed daemons 2026-02-26 16:14:38.085937 | fa163e59-d9bd-4f17-6d98-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2026-02-26 16:14:38.087340 | fa163e59-d9bd-4f17-6d98-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:00.354310 | 0.06s 2026-02-26 16:14:38.096713 | fa163e59-d9bd-4f17-6d98-000000000122 | TASK | Print the status of the deployed Ceph cluster 2026-02-26 16:14:38.987939 | fa163e59-d9bd-4f17-6d98-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2026-02-26 16:14:38.989980 | fa163e59-d9bd-4f17-6d98-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:01.256953 | 0.89s 2026-02-26 16:14:39.000165 | fa163e59-d9bd-4f17-6d98-000000000123 | TASK | Ceph cluster status 2026-02-26 16:14:39.028241 | fa163e59-d9bd-4f17-6d98-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 3fc09345-6c26-5ae5-b035-baee944ffe6a", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.kgbptq(active, since 66s)", " osd: 1 osds: 1 up (since 15s), 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-02-26 16:14:39.029413 | fa163e59-d9bd-4f17-6d98-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:01.296394 | 0.03s 2026-02-26 16:14:39.043914 | fa163e59-d9bd-4f17-6d98-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2026-02-26 16:14:39.652042 | fa163e59-d9bd-4f17-6d98-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e59-d9bd-4f17-6d98-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-02-26 16:14:39.700318 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:14:39.701033 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:14:39.701645 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.968585 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:14:39.702240 | UUID | Info | Host | Task Name | Run Time 2026-02-26 16:14:39.702856 | fa163e59-d9bd-4f17-6d98-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 63.41s 2026-02-26 16:14:39.703407 | fa163e59-d9bd-4f17-6d98-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.08s 2026-02-26 16:14:39.703980 | fa163e59-d9bd-4f17-6d98-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.80s 2026-02-26 16:14:39.704673 | fa163e59-d9bd-4f17-6d98-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.06s 2026-02-26 16:14:39.705215 | fa163e59-d9bd-4f17-6d98-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.59s 2026-02-26 16:14:39.705862 | fa163e59-d9bd-4f17-6d98-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.03s 2026-02-26 16:14:39.706390 | fa163e59-d9bd-4f17-6d98-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.02s 2026-02-26 16:14:39.706936 | fa163e59-d9bd-4f17-6d98-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.00s 2026-02-26 16:14:39.707452 | fa163e59-d9bd-4f17-6d98-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.89s 2026-02-26 16:14:39.707994 | fa163e59-d9bd-4f17-6d98-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.88s 2026-02-26 16:14:39.708518 | fa163e59-d9bd-4f17-6d98-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.88s 2026-02-26 16:14:39.708951 | fa163e59-d9bd-4f17-6d98-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.87s 2026-02-26 16:14:39.709282 | fa163e59-d9bd-4f17-6d98-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.81s 2026-02-26 16:14:39.709588 | fa163e59-d9bd-4f17-6d98-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.58s 2026-02-26 16:14:39.709944 | fa163e59-d9bd-4f17-6d98-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.54s 2026-02-26 16:14:39.710252 | fa163e59-d9bd-4f17-6d98-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.50s 2026-02-26 16:14:39.710553 | fa163e59-d9bd-4f17-6d98-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.50s 2026-02-26 16:14:39.710896 | fa163e59-d9bd-4f17-6d98-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.38s 2026-02-26 16:14:39.711203 | fa163e59-d9bd-4f17-6d98-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.34s 2026-02-26 16:14:39.711524 | fa163e59-d9bd-4f17-6d98-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.28s 2026-02-26 16:14:39.711861 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-02-26 16:14:43.100 40870 INFO migrate.versioning.api [-] 72 -> 73...  2026-02-26 16:14:43.124 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.124 40870 INFO migrate.versioning.api [-] 73 -> 74...  2026-02-26 16:14:43.126 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.126 40870 INFO migrate.versioning.api [-] 74 -> 75...  2026-02-26 16:14:43.127 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.127 40870 INFO migrate.versioning.api [-] 75 -> 76...  2026-02-26 16:14:43.129 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.129 40870 INFO migrate.versioning.api [-] 76 -> 77...  2026-02-26 16:14:43.131 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.131 40870 INFO migrate.versioning.api [-] 77 -> 78...  2026-02-26 16:14:43.133 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.133 40870 INFO migrate.versioning.api [-] 78 -> 79...  2026-02-26 16:14:43.156 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.156 40870 INFO migrate.versioning.api [-] 79 -> 80...  2026-02-26 16:14:43.173 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.173 40870 INFO migrate.versioning.api [-] 80 -> 81...  2026-02-26 16:14:43.175 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.175 40870 INFO migrate.versioning.api [-] 81 -> 82...  2026-02-26 16:14:43.177 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.177 40870 INFO migrate.versioning.api [-] 82 -> 83...  2026-02-26 16:14:43.179 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.179 40870 INFO migrate.versioning.api [-] 83 -> 84...  2026-02-26 16:14:43.181 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.181 40870 INFO migrate.versioning.api [-] 84 -> 85...  2026-02-26 16:14:43.182 40870 INFO migrate.versioning.api [-] done 2026-02-26 16:14:43.182 40870 INFO migrate.versioning.api [-] 85 -> 86...  2026-02-26 16:14:43.204 40870 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-02-26 16:14:51Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:14:52Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:52Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-02-26 16:14:53Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:53Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-02-26 16:14:54Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:54Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:14:54Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:54Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-02-26 16:14:54Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:14:55Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:55Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:14:55Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-02-26 16:14:55Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:55Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-02-26 16:14:55Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:14:56Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:56Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:14:56Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-02-26 16:14:56Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:56Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-02-26 16:14:56Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:14:57Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:57Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:14:57Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-02-26 16:14:57Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:57Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:57Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:57Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-02-26 16:14:57Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-02-26 16:14:57Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:58Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-02-26 16:14:58Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:14:58Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:58Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:14:58Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:58Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-02-26 16:14:58Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-02-26 16:14:58Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-02-26 16:14:59Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:59Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:14:59Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:59Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-02-26 16:14:59Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:59Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-02-26 16:14:59Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-26 16:14:59Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-02-26 16:14:59Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:00Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:00Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-02-26 16:15:00Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-02-26 16:15:00Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:00Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-02-26 16:15:01Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:01Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-02-26 16:15:02Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:02Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-02-26 16:15:02Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:03Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-02-26 16:15:03Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:03Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:03Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:03Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:03Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:03Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:03Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:03Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:03Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:03Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-02-26 16:15:04Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-02-26 16:15:04Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-02-26 16:15:04Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-02-26 16:15:04Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-02-26 16:15:05Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:05Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:05Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:05Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:05Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:06Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-02-26 16:15:06Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:06Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:06Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-02-26 16:15:07Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-02-26 16:15:07Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:07Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-02-26 16:15:07Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:07Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:08Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:09Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:10Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:10Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:10Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:11Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:11Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:11Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:12Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:12Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:15:12Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:12Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:12Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:14Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:15:16Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:15:16Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:16Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-02-26 16:15:17Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:17Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:17Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:18Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:18Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:15:19Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:19Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:19Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:20Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:21Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:15:21Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:22Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-02-26 16:15:23Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:23Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:23Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:24Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:24Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:15:25Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:25Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:15:26Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:26Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:26Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:26Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:27Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-02-26 16:15:27Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:27Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:27Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:28Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:28Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:28Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:29Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:30Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:31Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:15:32Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:15:32Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:32Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-02-26 16:15:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:33Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:33Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:34Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-02-26 16:15:34Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:34Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:35Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:36Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:36Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:15:37Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:37Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:15:38Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:38Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:38Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2026-02-26 16:15:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:40Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-02-26 16:15:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:15:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:41Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:41Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:42Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-02-26 16:15:42Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:43Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-02-26 16:15:44Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:45Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-02-26 16:15:45Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:45Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:45Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:45Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:46Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:47Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:47Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:15:49Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:49Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-02-26 16:15:50Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:50Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:50Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:51Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:51Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:15:51Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:15:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:53Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:54Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-02-26 16:15:54Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:54Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:15:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-26 16:15:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-26 16:15:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-26 16:15:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2026-02-26 16:15:57Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:15:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-02-26 16:15:58Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:59Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-02-26 16:15:59Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-02-26 16:15:59Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2026-02-26 16:16:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-26 16:16:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-26 16:16:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-26 16:16:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:03Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:04Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-26 16:16:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-26 16:16:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:06Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:07Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-02-26 16:16:08Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:08Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-26 16:16:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-26 16:16:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-26 16:16:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:10Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:11Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-02-26 16:16:11Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:11Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:12Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:13Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:16:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:16:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:14Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:14Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:16Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:16:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:17Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:18Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:18Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-02-26 16:16:19Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:19Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:20Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:21Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:21Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:21Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:16:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:22Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:23Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:16:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:16:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:16:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:29Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:30Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-02-26 16:16:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:31Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:32Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:33Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:33Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:33Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:34Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:16:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:35Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:35Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:35Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:16:37Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:38Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:38Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-02-26 16:16:39Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:39Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:39Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:40Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:42Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:43Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:43Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:43Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:16:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:16:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:16:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:16:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:49Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:49Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-02-26 16:16:50Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:50Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:51Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:51Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:53Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:54Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:54Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:54Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:16:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:57Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-02-26 16:16:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:16:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-02-26 16:16:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:16:58Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:16:58Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:16:59Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:00Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:00Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:17:01Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:02Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:02Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-02-26 16:17:03Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:04Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-02-26 16:17:04Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:04Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:04Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:04Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:05Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:06Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:06Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:07Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-02-26 16:17:08Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:09Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-02-26 16:17:09Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:09Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:09Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:10Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:10Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:17:11Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:11Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:11Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:17:11Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:11Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:11Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:12Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:12Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-26 16:17:12Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-26 16:17:13Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:13Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:14Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:15Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:15Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:16Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-02-26 16:17:17Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:17Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:18Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:18Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-26 16:17:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:20Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:21Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:17:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:17:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-26 16:17:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:17:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-26 16:17:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2026-02-26 16:17:26Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:27Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-02-26 16:17:28Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:28Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:17:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:29Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:29Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:17:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:31Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:32Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:32Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:17:33Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:17:33Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:34Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-02-26 16:17:34Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:35Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:35Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:36Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:36Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:36Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:17:37Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:38Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:38Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:17:39Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:39Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:40Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-02-26 16:17:40Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:40Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:40Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:41Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:41Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:41Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:17:42Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:43Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:43Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:44Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:17:44Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:45Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-02-26 16:17:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:47Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:47Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-26 16:17:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-26 16:17:48Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:49Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:49Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-26 16:17:52Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:52Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-26 16:17:52Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:17:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-02-26 16:17:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2026-02-26 16:17:56Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:17:57Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-02-26 16:17:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:17:58Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:17:58Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:17:59Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:00Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:18:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:01Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:01Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:02Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:02Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2026-02-26 16:18:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:03Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:04Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-02-26 16:18:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:04Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:06Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:06Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:06Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-02-26 16:18:07Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:08Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:18:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:10Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:10Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-02-26 16:18:11Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:11Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:11Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:11Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:11Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:11Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:11Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:12Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:12Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:12Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-02-26 16:18:13Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:14Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:14Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:18:15Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:15Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:16Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:17Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-02-26 16:18:18Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:18Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:18Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:19Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:19Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:19Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:19Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:20Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-02-26 16:18:20Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:20Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:20Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:20Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:23Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-02-26 16:18:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:24Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:24Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:25Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-02-26 16:18:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:25Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:25Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:25Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:25Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:25Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:26Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:26Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2026-02-26 16:18:27Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:27Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:28Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:28Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:28Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:18:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:18:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:30Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:31Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-02-26 16:18:32Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:32Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:32Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:33Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:33Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:33Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:18:34Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:18:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:37Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:38Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-02-26 16:18:39Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:40Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-02-26 16:18:40Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:40Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:40Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:41Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:41Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:42Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:42Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:18:43Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:43Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:43Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:44Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-02-26 16:18:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:46Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:46Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:49Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:50Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:18:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:18:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-02-26 16:18:53Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:54Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-02-26 16:18:55Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:55Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:55Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:55Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:56Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:57Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:18:57Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:18:58Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-02-26 16:18:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:18:58Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:18:58Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:18:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:00Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:00Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:19:01Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:01Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:02Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-02-26 16:19:03Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:04Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-02-26 16:19:04Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:05Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:06Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-26 16:19:07Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:07Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:07Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:08Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:09Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:09Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:09Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:19:10Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:11Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:12Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-02-26 16:19:12Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:12Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:13Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:13Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-02-26 16:19:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:16Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-02-26 16:19:17Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:17Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:17Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:19Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-26 16:19:20Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:20Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:20Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:19:20Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:21Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-02-26 16:19:22Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:22Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:22Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:23Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:23Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:19:24Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:24Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:24Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:25Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-26 16:19:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:27Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-02-26 16:19:27Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:27Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:27Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:28Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:28Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:29Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:30Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:19:30Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:30Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:30Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:30Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:30Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:30Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:31Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:33Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:34Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2026-02-26 16:19:34Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:34Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:19:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:36Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-02-26 16:19:37Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:37Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:37Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:37Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-26 16:19:38Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:40Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:19:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-02-26 16:19:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:42Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:44Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:44Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:44Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-02-26 16:19:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:45Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:46Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:19:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:47Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:47Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:48Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:48Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:48Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:48Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:48Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:48Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-02-26 16:19:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:19:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:50Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:50Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:51Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:51Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:52Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:19:54Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:54Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-02-26 16:19:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:55Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:55Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:56Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-26 16:19:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:19:57Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:19:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2026-02-26 16:19:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:19:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:19:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2026-02-26 16:19:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:19:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:20:00Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:20:01Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:20:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:02Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-02-26 16:20:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:04Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:05Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:06Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2026-02-26 16:20:07Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:07Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:07Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-26 16:20:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-26 16:20:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2026-02-26 16:20:09Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:10Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-02-26 16:20:10Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:11Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:11Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-02-26 16:20:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:13Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:13Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:14Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:15Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2026-02-26 16:20:16Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:17Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-02-26 16:20:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:17Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:18Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:18Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:18Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:19Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:20Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2026-02-26 16:20:20Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:21Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-02-26 16:20:22Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:22Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:22Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:22Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-26 16:20:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:24Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-26 16:20:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2026-02-26 16:20:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:25Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:26Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2026-02-26 16:20:27Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:20:27Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:28Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-02-26 16:20:28Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:29Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:29Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:29Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:30Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:31Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:31Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:31Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:31Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:32Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-02-26 16:20:32Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:32Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:32Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:33Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:33Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:33Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:33Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:34Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-02-26 16:20:35Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:35Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:35Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:36Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:36Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:36Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:37Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:38Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:38Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2026-02-26 16:20:39Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-26 16:20:39Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:40Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-02-26 16:20:40Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:40Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:40Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:42Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:20:42Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:43Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-02-26 16:20:43Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:44Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-26 16:20:45Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:45Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:45Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:45Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:45Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:45Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:20:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-26 16:20:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2026-02-26 16:20:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-02-26 16:20:51Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:51Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:51Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:51Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2026-02-26 16:20:51Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:52Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-02-26 16:20:53Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:53Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:53Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:54Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:54Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:20:54Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-26 16:20:55Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:56Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:56Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:20:57Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:20:57Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:20:58Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-02-26 16:20:58Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-02-26 16:20:58Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:20:59Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:00Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:00Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:01Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:01Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:02Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:02Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:02Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:21:02Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:02Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-02-26 16:21:03Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:03Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:03Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:04Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:04Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:04Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:05Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:06Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:06Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:07Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:21:07Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:08Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-02-26 16:21:09Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:10Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-02-26 16:21:10Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:10Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:10Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:11Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:11Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:12Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-02-26 16:21:12Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:13Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:13Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:13Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:13Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:13Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:14Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:15Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:18Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:19Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-02-26 16:21:19Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:20Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-02-26 16:21:21Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:21Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-26 16:21:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:22Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:22Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:22Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:23Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:24Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:24Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:25Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2026-02-26 16:21:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:26Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2026-02-26 16:21:26Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:27Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-02-26 16:21:27Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:29Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-02-26 16:21:29Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:29Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:29Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:30Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:33Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:35Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:35Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:36Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-02-26 16:21:37Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:38Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-02-26 16:21:38Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:39Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-02-26 16:21:40Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:41Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-02-26 16:21:41Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:41Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:41Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:42Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:42Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:43Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:43Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:43Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:44Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:44Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:44Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:45Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-02-26 16:21:46Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:46Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:46Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:46Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:46Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:47Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-02-26 16:21:47Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:47Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:47Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:47Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:48Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:49Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:49Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2026-02-26 16:21:50Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-26 16:21:50Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:51Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-02-26 16:21:52Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:53Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2026-02-26 16:21:53Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:54Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2026-02-26 16:21:55Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:56Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2026-02-26 16:21:56Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:56Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:56Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:56Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:56Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:21:57Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2026-02-26 16:21:57Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:58Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:21:58Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:59Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:21:59Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:21:59Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2026-02-26 16:21:59Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:00Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2026-02-26 16:22:00Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:00Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:00Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:00Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-26 16:22:00Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:01Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2026-02-26 16:22:01Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:01Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-02-26 16:22:03Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:04Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:04Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:04Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:05Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:05Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:05Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:05Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-02-26 16:22:05Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:05Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:06Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:06Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:06Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:07Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:07Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:07Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-26 16:22:07Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:07Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:07Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:08Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:08Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:08Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-02-26 16:22:08Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:08Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:08Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:09Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:09Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:09Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-26 16:22:09Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:09Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-02-26 16:22:09Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:10Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-02-26 16:22:10Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:10Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:10Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:10Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:10Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:11Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:11Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:11Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-02-26 16:22:11Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:12Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:12Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:12Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:12Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:12Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:12Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-02-26 16:22:13Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:13Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-02-26 16:22:13Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:13Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:13Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:14Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:14Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:14Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:14Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:14Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:14Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:14Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:15Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:15Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:15Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:15Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:15Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:15Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-02-26 16:22:15Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:15Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-02-26 16:22:15Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:16Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:16Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:16Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:16Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-26 16:22:16Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-02-26 16:22:16Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:16Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-02-26 16:22:17Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:17Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:17Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-26 16:22:17Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:17Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:17Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-02-26 16:22:17Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:18Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-02-26 16:22:18Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:18Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:18Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:18Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-02-26 16:22:19Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:19Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:19Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:20Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:20Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-02-26 16:22:21Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-02-26 16:22:21Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:21Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:22Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:22Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:22Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:22Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:22Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:22Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:22Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:22Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:22Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:22Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:23Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-02-26 16:22:23Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:23Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:23Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:23Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-02-26 16:22:23Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-02-26 16:22:23Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:23Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:23Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:24Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:24Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-26 16:22:24Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:24Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:24Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-02-26 16:22:25Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:25Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-02-26 16:22:25Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-02-26 16:22:26Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-02-26 16:22:26Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:26Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:26Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:26Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:26Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-02-26 16:22:26Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-02-26 16:22:26Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-02-26 16:22:27Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:27Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:27Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-02-26 16:22:27Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:27Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-02-26 16:22:27Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-26 16:22:27Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-02-26 16:22:27Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:27Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:27Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:27Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:27Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:27Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:27Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-02-26 16:22:27Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-26 16:22:27Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:27Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:28Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:28Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-26 16:22:28Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:29Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:29Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:29Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-02-26 16:22:30Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:30Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:31Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:32Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:32Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:32Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-02-26 16:22:32Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:32Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-02-26 16:22:33Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:33Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:34Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:34Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-26 16:22:35Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-02-26 16:22:35Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-02-26 16:22:35Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-26 16:22:35Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-02-26 16:22:35Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/a4a36e6d-3f42-4b34-a21b-dfec364f79c5 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-02-26 16:23:01.525761 | fa163e59-d9bd-ca95-7e8e-000000000006 | TASK | External deployment step 0 2026-02-26 16:23:01.553714 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-000000000006') missing from stats 2026-02-26 16:23:01.599630 | fa163e59-d9bd-ca95-7e8e-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.124840 | 0.03s 2026-02-26 16:23:01.609022 | e39a6201-3765-45f9-a178-dd911aa41f3d | INCLUDED | /root/standalone-ansible-an2_1b3z/external_deploy_steps_tasks_step0.yaml | undercloud 2026-02-26 16:23:01.625818 | fa163e59-d9bd-ca95-7e8e-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-02-26 16:23:02.581022 | fa163e59-d9bd-ca95-7e8e-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-02-26 16:23:02.582744 | fa163e59-d9bd-ca95-7e8e-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.107981 | 0.96s 2026-02-26 16:23:02.602924 | fa163e59-d9bd-ca95-7e8e-000000000129 | TASK | create redis virtual ip 2026-02-26 16:23:03.553705 | fa163e59-d9bd-ca95-7e8e-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-02-26 16:23:03.555089 | fa163e59-d9bd-ca95-7e8e-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.080331 | 0.95s PLAY [Check if required variables are defined] ********************************* 2026-02-26 16:23:03.630348 | fa163e59-d9bd-ca95-7e8e-000000000138 | TASK | Gathering Facts 2026-02-26 16:23:04.226188 | fa163e59-d9bd-ca95-7e8e-000000000138 | OK | Gathering Facts | localhost 2026-02-26 16:23:04.228041 | fa163e59-d9bd-ca95-7e8e-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.753276 | 0.60s 2026-02-26 16:23:04.276357 | fa163e59-d9bd-ca95-7e8e-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-02-26 16:23:04.277235 | fa163e59-d9bd-ca95-7e8e-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.802482 | 0.03s 2026-02-26 16:23:04.327171 | fa163e59-d9bd-ca95-7e8e-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-02-26 16:23:04.328644 | fa163e59-d9bd-ca95-7e8e-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.853848 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-02-26 16:23:04.446228 | fa163e59-d9bd-ca95-7e8e-000000000160 | TASK | Gathering Facts 2026-02-26 16:23:04.458343 | fa163e59-d9bd-ca95-7e8e-000000000160 | TASK | Gathering Facts 2026-02-26 16:23:04.798797 | fa163e59-d9bd-ca95-7e8e-000000000160 | OK | Gathering Facts | standalone 2026-02-26 16:23:04.804914 | fa163e59-d9bd-ca95-7e8e-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.330149 | 0.35s 2026-02-26 16:23:04.807905 | fa163e59-d9bd-ca95-7e8e-000000000160 | OK | Gathering Facts | undercloud 2026-02-26 16:23:04.808994 | fa163e59-d9bd-ca95-7e8e-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.334242 | 0.36s 2026-02-26 16:23:04.871094 | fa163e59-d9bd-ca95-7e8e-000000000012 | TASK | Set legacy facts 2026-02-26 16:23:04.893059 | fa163e59-d9bd-ca95-7e8e-000000000012 | TASK | Set legacy facts 2026-02-26 16:23:04.910776 | fa163e59-d9bd-ca95-7e8e-000000000012 | OK | Set legacy facts | undercloud 2026-02-26 16:23:04.912461 | fa163e59-d9bd-ca95-7e8e-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.437706 | 0.04s 2026-02-26 16:23:04.929665 | fa163e59-d9bd-ca95-7e8e-000000000012 | OK | Set legacy facts | standalone 2026-02-26 16:23:04.930093 | fa163e59-d9bd-ca95-7e8e-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.455345 | 0.04s PLAY [Load global variables] *************************************************** 2026-02-26 16:23:05.105239 | fa163e59-d9bd-ca95-7e8e-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-02-26 16:23:05.106576 | fa163e59-d9bd-ca95-7e8e-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.631812 | 0.05s 2026-02-26 16:23:05.117219 | fa163e59-d9bd-ca95-7e8e-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-02-26 16:23:05.117717 | fa163e59-d9bd-ca95-7e8e-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.642967 | 0.05s PLAY [Include extra variables from files] ************************************** 2026-02-26 16:23:05.196466 | fa163e59-d9bd-ca95-7e8e-000000000018 | TASK | Include Service VIP vars 2026-02-26 16:23:05.226686 | fa163e59-d9bd-ca95-7e8e-000000000018 | OK | Include Service VIP vars | undercloud 2026-02-26 16:23:05.231970 | fa163e59-d9bd-ca95-7e8e-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.757214 | 0.03s 2026-02-26 16:23:05.232354 | fa163e59-d9bd-ca95-7e8e-000000000018 | OK | Include Service VIP vars | standalone 2026-02-26 16:23:05.232722 | fa163e59-d9bd-ca95-7e8e-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.757977 | 0.02s 2026-02-26 16:23:05.236670 | fa163e59-d9bd-ca95-7e8e-000000000019 | TASK | Include OVN bridge MAC address variables 2026-02-26 16:23:05.266526 | fa163e59-d9bd-ca95-7e8e-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-02-26 16:23:05.267841 | fa163e59-d9bd-ca95-7e8e-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.793079 | 0.03s 2026-02-26 16:23:05.279040 | fa163e59-d9bd-ca95-7e8e-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-02-26 16:23:05.279799 | fa163e59-d9bd-ca95-7e8e-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.805049 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-02-26 16:23:05.370487 | fa163e59-d9bd-ca95-7e8e-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-02-26 16:23:06.219939 | fa163e59-d9bd-ca95-7e8e-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e59-d9bd-ca95-7e8e-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-02-26 16:23:06.280157 | fa163e59-d9bd-ca95-7e8e-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-02-26 16:23:06.316840 | fa163e59-d9bd-ca95-7e8e-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-02-26 16:23:06.317675 | fa163e59-d9bd-ca95-7e8e-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.842918 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-02-26 16:23:06.381684 | fa163e59-d9bd-ca95-7e8e-000000000023 | TASK | Set selinux state 2026-02-26 16:23:07.008194 | fa163e59-d9bd-ca95-7e8e-000000000023 | OK | Set selinux state | standalone 2026-02-26 16:23:07.009259 | fa163e59-d9bd-ca95-7e8e-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.534503 | 0.63s PLAY [Generate /etc/hosts] ***************************************************** 2026-02-26 16:23:07.107697 | fa163e59-d9bd-ca95-7e8e-000000000026 | TASK | Configure Hosts Entries 2026-02-26 16:23:07.133820 | fa163e59-d9bd-ca95-7e8e-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.659046 | 0.03s 2026-02-26 16:23:07.140394 | fa163e59-d9bd-ca95-7e8e-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.665648 | 0.02s 2026-02-26 16:23:07.179820 | fa163e59-d9bd-ca95-7e8e-0000000001f1 | TASK | Create temporary file for hosts 2026-02-26 16:23:07.533443 | fa163e59-d9bd-ca95-7e8e-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-02-26 16:23:07.540361 | fa163e59-d9bd-ca95-7e8e-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.065588 | 0.34s 2026-02-26 16:23:07.541414 | fa163e59-d9bd-ca95-7e8e-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-02-26 16:23:07.542128 | fa163e59-d9bd-ca95-7e8e-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.067374 | 0.36s 2026-02-26 16:23:07.562233 | fa163e59-d9bd-ca95-7e8e-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-02-26 16:23:07.922295 | fa163e59-d9bd-ca95-7e8e-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-02-26 16:23:07.923829 | fa163e59-d9bd-ca95-7e8e-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.449064 | 0.36s 2026-02-26 16:23:08.006458 | fa163e59-d9bd-ca95-7e8e-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-02-26 16:23:08.007258 | fa163e59-d9bd-ca95-7e8e-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.532506 | 0.42s 2026-02-26 16:23:08.025213 | fa163e59-d9bd-ca95-7e8e-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-02-26 16:23:08.392051 | fa163e59-d9bd-ca95-7e8e-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-02-26 16:23:08.393892 | fa163e59-d9bd-ca95-7e8e-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.919121 | 0.37s 2026-02-26 16:23:08.415527 | fa163e59-d9bd-ca95-7e8e-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-02-26 16:23:08.416339 | fa163e59-d9bd-ca95-7e8e-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.941587 | 0.37s 2026-02-26 16:23:08.434123 | fa163e59-d9bd-ca95-7e8e-0000000001f4 | TASK | Render out the hosts entries 2026-02-26 16:23:08.544518 | fa163e59-d9bd-ca95-7e8e-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-02-26 16:23:08.546035 | fa163e59-d9bd-ca95-7e8e-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.071274 | 0.11s 2026-02-26 16:23:08.563752 | fa163e59-d9bd-ca95-7e8e-0000000001f5 | TASK | Prepare new /etc/hosts 2026-02-26 16:23:08.872240 | fa163e59-d9bd-ca95-7e8e-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-02-26 16:23:08.874329 | fa163e59-d9bd-ca95-7e8e-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.399564 | 0.31s 2026-02-26 16:23:08.890467 | fa163e59-d9bd-ca95-7e8e-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-02-26 16:23:08.891303 | fa163e59-d9bd-ca95-7e8e-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.416549 | 0.30s 2026-02-26 16:23:08.909940 | fa163e59-d9bd-ca95-7e8e-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-02-26 16:23:09.237772 | fa163e59-d9bd-ca95-7e8e-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-02-26 16:23:09.239773 | fa163e59-d9bd-ca95-7e8e-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.765001 | 0.33s 2026-02-26 16:23:09.312312 | fa163e59-d9bd-ca95-7e8e-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-02-26 16:23:09.313149 | fa163e59-d9bd-ca95-7e8e-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.838396 | 0.38s 2026-02-26 16:23:09.331570 | fa163e59-d9bd-ca95-7e8e-0000000001f7 | TASK | Clean up temporary hosts file 2026-02-26 16:23:09.698466 | fa163e59-d9bd-ca95-7e8e-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-02-26 16:23:09.700090 | fa163e59-d9bd-ca95-7e8e-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.225325 | 0.35s 2026-02-26 16:23:09.712566 | fa163e59-d9bd-ca95-7e8e-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-02-26 16:23:09.713411 | fa163e59-d9bd-ca95-7e8e-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.238658 | 0.38s PLAY [Common roles for TripleO servers] **************************************** 2026-02-26 16:23:09.839265 | fa163e59-d9bd-ca95-7e8e-00000000002a | TASK | Common roles for TripleO servers 2026-02-26 16:23:09.877132 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-00000000002a') missing from stats 2026-02-26 16:23:09.951230 | fa163e59-d9bd-ca95-7e8e-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.476462 | 0.03s 2026-02-26 16:23:10.014426 | fa163e59-d9bd-ca95-7e8e-000000000254 | TASK | Gather variables for each operating system 2026-02-26 16:23:10.134245 | fa163e59-d9bd-ca95-7e8e-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-26 16:23:10.136360 | fa163e59-d9bd-ca95-7e8e-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.661590 | 0.12s 2026-02-26 16:23:10.145659 | fa163e59-d9bd-ca95-7e8e-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.670897 | 0.13s 2026-02-26 16:23:10.172353 | fa163e59-d9bd-ca95-7e8e-000000000256 | TASK | Check release version package is installed 2026-02-26 16:23:10.514542 | fa163e59-d9bd-ca95-7e8e-000000000256 | CHANGED | Check release version package is installed | standalone 2026-02-26 16:23:10.516111 | fa163e59-d9bd-ca95-7e8e-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:09.041348 | 0.34s 2026-02-26 16:23:10.544168 | fa163e59-d9bd-ca95-7e8e-000000000257 | TASK | Deploy release version package 2026-02-26 16:23:15.506844 | fa163e59-d9bd-ca95-7e8e-000000000257 | CHANGED | Deploy release version package | standalone 2026-02-26 16:23:15.508167 | fa163e59-d9bd-ca95-7e8e-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:14.033409 | 4.96s 2026-02-26 16:23:15.534741 | fa163e59-d9bd-ca95-7e8e-000000000259 | TASK | Include packages tasks 2026-02-26 16:23:15.557770 | fa163e59-d9bd-ca95-7e8e-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:14.082988 | 0.02s 2026-02-26 16:23:15.586880 | f74213d6-35ea-46a1-aab5-340c8769aa7c | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-02-26 16:23:15.620470 | fa163e59-d9bd-ca95-7e8e-0000000002ad | TASK | Gather facts if they don't exist 2026-02-26 16:23:15.670879 | fa163e59-d9bd-ca95-7e8e-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-02-26 16:23:15.672592 | fa163e59-d9bd-ca95-7e8e-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:14.197820 | 0.05s 2026-02-26 16:23:15.700501 | fa163e59-d9bd-ca95-7e8e-0000000002ae | TASK | Gather variables for each operating system 2026-02-26 16:23:15.821205 | fa163e59-d9bd-ca95-7e8e-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-26 16:23:15.839391 | fa163e59-d9bd-ca95-7e8e-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.364615 | 0.14s 2026-02-26 16:23:15.865778 | fa163e59-d9bd-ca95-7e8e-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-26 16:23:16.131160 | fa163e59-d9bd-ca95-7e8e-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-26 16:23:16.132899 | fa163e59-d9bd-ca95-7e8e-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.658135 | 0.27s 2026-02-26 16:23:16.159383 | fa163e59-d9bd-ca95-7e8e-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-02-26 16:23:21.816203 | fa163e59-d9bd-ca95-7e8e-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-02-26 16:23:21.817887 | fa163e59-d9bd-ca95-7e8e-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.343122 | 5.66s 2026-02-26 16:23:21.845428 | fa163e59-d9bd-ca95-7e8e-0000000002b2 | TASK | Ensure packages are actually well installed 2026-02-26 16:23:22.907024 | fa163e59-d9bd-ca95-7e8e-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-26 16:23:22.908573 | fa163e59-d9bd-ca95-7e8e-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.433811 | 1.06s 2026-02-26 16:23:22.936112 | fa163e59-d9bd-ca95-7e8e-00000000025a | TASK | Enable openvswitch service if installed 2026-02-26 16:23:23.902620 | fa163e59-d9bd-ca95-7e8e-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-02-26 16:23:23.904163 | fa163e59-d9bd-ca95-7e8e-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.429406 | 0.97s 2026-02-26 16:23:23.925258 | fa163e59-d9bd-ca95-7e8e-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-02-26 16:23:24.157059 | fa163e59-d9bd-ca95-7e8e-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-02-26 16:23:24.158097 | fa163e59-d9bd-ca95-7e8e-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.683342 | 0.23s 2026-02-26 16:23:24.178622 | fa163e59-d9bd-ca95-7e8e-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-02-26 16:23:24.438339 | fa163e59-d9bd-ca95-7e8e-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-02-26 16:23:24.439460 | fa163e59-d9bd-ca95-7e8e-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.964705 | 0.26s 2026-02-26 16:23:24.460136 | fa163e59-d9bd-ca95-7e8e-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-02-26 16:23:24.507694 | fa163e59-d9bd-ca95-7e8e-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-02-26 16:23:24.508636 | fa163e59-d9bd-ca95-7e8e-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.033879 | 0.05s 2026-02-26 16:23:24.529594 | fa163e59-d9bd-ca95-7e8e-00000000025f | TASK | Ensure network service is enabled 2026-02-26 16:23:24.898711 | fa163e59-d9bd-ca95-7e8e-00000000025f | OK | Ensure network service is enabled | standalone 2026-02-26 16:23:24.899992 | fa163e59-d9bd-ca95-7e8e-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.425236 | 0.37s 2026-02-26 16:23:24.918119 | fa163e59-d9bd-ca95-7e8e-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-02-26 16:23:25.252207 | fa163e59-d9bd-ca95-7e8e-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-26 16:23:25.253729 | fa163e59-d9bd-ca95-7e8e-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.778965 | 0.33s 2026-02-26 16:23:25.281921 | fa163e59-d9bd-ca95-7e8e-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-02-26 16:23:25.531868 | fa163e59-d9bd-ca95-7e8e-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-26 16:23:25.533493 | fa163e59-d9bd-ca95-7e8e-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.058731 | 0.25s 2026-02-26 16:23:25.563693 | fa163e59-d9bd-ca95-7e8e-000000000263 | TASK | Reload NetworkManager 2026-02-26 16:23:26.017944 | fa163e59-d9bd-ca95-7e8e-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-02-26 16:23:26.020575 | fa163e59-d9bd-ca95-7e8e-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.545810 | 0.46s 2026-02-26 16:23:26.047982 | fa163e59-d9bd-ca95-7e8e-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-02-26 16:23:26.287854 | fa163e59-d9bd-ca95-7e8e-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-02-26 16:23:26.289313 | fa163e59-d9bd-ca95-7e8e-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.814549 | 0.24s 2026-02-26 16:23:26.315468 | fa163e59-d9bd-ca95-7e8e-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-02-26 16:23:26.678521 | fa163e59-d9bd-ca95-7e8e-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-02-26 16:23:26.680163 | fa163e59-d9bd-ca95-7e8e-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.205402 | 0.36s 2026-02-26 16:23:26.706416 | fa163e59-d9bd-ca95-7e8e-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-02-26 16:23:26.930073 | fa163e59-d9bd-ca95-7e8e-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-02-26 16:23:26.931266 | fa163e59-d9bd-ca95-7e8e-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.456507 | 0.22s 2026-02-26 16:23:26.952836 | fa163e59-d9bd-ca95-7e8e-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-02-26 16:23:27.318094 | fa163e59-d9bd-ca95-7e8e-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-02-26 16:23:27.318980 | fa163e59-d9bd-ca95-7e8e-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.844229 | 0.36s 2026-02-26 16:23:27.382551 | fa163e59-d9bd-ca95-7e8e-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.907796 | 0.03s 2026-02-26 16:23:27.436052 | fa163e59-d9bd-ca95-7e8e-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-02-26 16:23:27.668399 | fa163e59-d9bd-ca95-7e8e-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-02-26 16:23:27.669920 | fa163e59-d9bd-ca95-7e8e-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.195157 | 0.23s 2026-02-26 16:23:27.696423 | fa163e59-d9bd-ca95-7e8e-000000000362 | TASK | Check for ssh_known_hosts file 2026-02-26 16:23:27.911643 | fa163e59-d9bd-ca95-7e8e-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-02-26 16:23:27.913221 | fa163e59-d9bd-ca95-7e8e-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.438463 | 0.22s 2026-02-26 16:23:27.938847 | fa163e59-d9bd-ca95-7e8e-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-02-26 16:23:27.977544 | fa163e59-d9bd-ca95-7e8e-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-02-26 16:23:27.978747 | fa163e59-d9bd-ca95-7e8e-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.503987 | 0.04s 2026-02-26 16:23:28.005197 | fa163e59-d9bd-ca95-7e8e-000000000364 | TASK | Write temporary file 2026-02-26 16:23:28.025885 | fa163e59-d9bd-ca95-7e8e-000000000364 | SKIPPED | Write temporary file | standalone 2026-02-26 16:23:28.027022 | fa163e59-d9bd-ca95-7e8e-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.552260 | 0.02s 2026-02-26 16:23:28.052172 | fa163e59-d9bd-ca95-7e8e-000000000365 | TASK | Set ssh_known_hosts fact 2026-02-26 16:23:28.135953 | fa163e59-d9bd-ca95-7e8e-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-02-26 16:23:28.137741 | fa163e59-d9bd-ca95-7e8e-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.662967 | 0.08s 2026-02-26 16:23:28.169712 | fa163e59-d9bd-ca95-7e8e-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-02-26 16:23:28.417222 | fa163e59-d9bd-ca95-7e8e-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-02-26 16:23:28.418757 | fa163e59-d9bd-ca95-7e8e-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.943991 | 0.25s 2026-02-26 16:23:28.446953 | fa163e59-d9bd-ca95-7e8e-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-02-26 16:23:28.639034 | fa163e59-d9bd-ca95-7e8e-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-02-26 16:23:28.640502 | fa163e59-d9bd-ca95-7e8e-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.165738 | 0.19s 2026-02-26 16:23:28.666110 | fa163e59-d9bd-ca95-7e8e-000000000368 | TASK | Remove temp file 2026-02-26 16:23:28.892060 | fa163e59-d9bd-ca95-7e8e-000000000368 | CHANGED | Remove temp file | standalone 2026-02-26 16:23:28.893574 | fa163e59-d9bd-ca95-7e8e-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.418808 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2026-02-26 16:23:29.082511 | fa163e59-d9bd-ca95-7e8e-000000000034 | TASK | Deploy step tasks for step 0 2026-02-26 16:23:29.155958 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-000000000034') missing from stats 2026-02-26 16:23:29.182291 | fa163e59-d9bd-ca95-7e8e-000000000035 | TASK | Ensure /var/log/journal exists 2026-02-26 16:23:29.425632 | fa163e59-d9bd-ca95-7e8e-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-02-26 16:23:29.426932 | fa163e59-d9bd-ca95-7e8e-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.952174 | 0.24s 2026-02-26 16:23:29.452156 | fa163e59-d9bd-ca95-7e8e-000000000036 | TASK | Check cloud-init status 2026-02-26 16:23:29.702999 | fa163e59-d9bd-ca95-7e8e-000000000036 | CHANGED | Check cloud-init status | standalone 2026-02-26 16:23:29.704379 | fa163e59-d9bd-ca95-7e8e-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.229622 | 0.25s 2026-02-26 16:23:29.729518 | fa163e59-d9bd-ca95-7e8e-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-02-26 16:23:29.968665 | fa163e59-d9bd-ca95-7e8e-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-02-26 16:23:29.969966 | fa163e59-d9bd-ca95-7e8e-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.495207 | 0.24s 2026-02-26 16:23:29.995551 | fa163e59-d9bd-ca95-7e8e-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-02-26 16:23:30.431050 | fa163e59-d9bd-ca95-7e8e-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-02-26 16:23:30.432448 | fa163e59-d9bd-ca95-7e8e-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.957690 | 0.44s 2026-02-26 16:23:30.458942 | fa163e59-d9bd-ca95-7e8e-000000000039 | TASK | Create /var/lib/container-puppet 2026-02-26 16:23:30.700491 | fa163e59-d9bd-ca95-7e8e-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-02-26 16:23:30.701830 | fa163e59-d9bd-ca95-7e8e-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.227075 | 0.24s 2026-02-26 16:23:30.727805 | fa163e59-d9bd-ca95-7e8e-00000000003a | TASK | Write container-puppet.sh 2026-02-26 16:23:31.219543 | fa163e59-d9bd-ca95-7e8e-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-02-26 16:23:31.220923 | fa163e59-d9bd-ca95-7e8e-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.746166 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-26 16:23:31.290929 | fa163e59-d9bd-ca95-7e8e-00000000003b | TIMING | include_tasks | standalone | 0:00:29.816168 | 0.04s 2026-02-26 16:23:31.313282 | cc792b30-d72b-44ac-8408-8ea8e2fb85e5 | INCLUDED | /root/standalone-ansible-an2_1b3z/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-02-26 16:23:31.348782 | fa163e59-d9bd-ca95-7e8e-000000000416 | TASK | Configure tuned before reboot 2026-02-26 16:23:31.403396 | fa163e59-d9bd-ca95-7e8e-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.928598 | 0.05s 2026-02-26 16:23:31.464461 | fa163e59-d9bd-ca95-7e8e-000000000455 | TASK | Gather variables for each operating system 2026-02-26 16:23:31.583169 | fa163e59-d9bd-ca95-7e8e-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-26 16:23:31.584379 | fa163e59-d9bd-ca95-7e8e-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.109619 | 0.12s 2026-02-26 16:23:31.590351 | fa163e59-d9bd-ca95-7e8e-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.115603 | 0.12s 2026-02-26 16:23:31.659091 | fa163e59-d9bd-ca95-7e8e-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.184332 | 0.05s 2026-02-26 16:23:31.673334 | 2ceec0fd-1a8b-401a-bab8-737606bed5b6 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-26 16:23:31.701467 | fa163e59-d9bd-ca95-7e8e-00000000047f | TASK | Check tuned package is installed 2026-02-26 16:23:31.976046 | fa163e59-d9bd-ca95-7e8e-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-02-26 16:23:31.977506 | fa163e59-d9bd-ca95-7e8e-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.502748 | 0.27s 2026-02-26 16:23:32.004559 | fa163e59-d9bd-ca95-7e8e-000000000480 | TASK | Install tuned 2026-02-26 16:23:38.961356 | fa163e59-d9bd-ca95-7e8e-000000000480 | CHANGED | Install tuned | standalone 2026-02-26 16:23:38.962558 | fa163e59-d9bd-ca95-7e8e-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.487807 | 6.96s 2026-02-26 16:23:38.984957 | fa163e59-d9bd-ca95-7e8e-000000000481 | TASK | Restart tuned 2026-02-26 16:23:40.845140 | fa163e59-d9bd-ca95-7e8e-000000000481 | CHANGED | Restart tuned | standalone 2026-02-26 16:23:40.846584 | fa163e59-d9bd-ca95-7e8e-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.371830 | 1.86s 2026-02-26 16:23:40.868300 | fa163e59-d9bd-ca95-7e8e-000000000457 | TASK | Check for tuned-adm 2026-02-26 16:23:41.117083 | fa163e59-d9bd-ca95-7e8e-000000000457 | OK | Check for tuned-adm | standalone 2026-02-26 16:23:41.118566 | fa163e59-d9bd-ca95-7e8e-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.643808 | 0.25s 2026-02-26 16:23:41.190783 | fa163e59-d9bd-ca95-7e8e-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.716017 | 0.04s 2026-02-26 16:23:41.220646 | 7b994da4-811c-4f86-b4e4-a46bf4accfab | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-26 16:23:41.262225 | fa163e59-d9bd-ca95-7e8e-0000000004b6 | TASK | Ensure profile directory exists 2026-02-26 16:23:41.333165 | fa163e59-d9bd-ca95-7e8e-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-02-26 16:23:41.334393 | fa163e59-d9bd-ca95-7e8e-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.859633 | 0.07s 2026-02-26 16:23:41.361591 | fa163e59-d9bd-ca95-7e8e-0000000004b7 | TASK | Create custom tuned profile 2026-02-26 16:23:41.429047 | fa163e59-d9bd-ca95-7e8e-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-02-26 16:23:41.430439 | fa163e59-d9bd-ca95-7e8e-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.955678 | 0.07s 2026-02-26 16:23:41.456473 | fa163e59-d9bd-ca95-7e8e-0000000004b8 | TASK | Check tuned active profile 2026-02-26 16:23:41.812672 | fa163e59-d9bd-ca95-7e8e-0000000004b8 | OK | Check tuned active profile | standalone 2026-02-26 16:23:41.814044 | fa163e59-d9bd-ca95-7e8e-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.339287 | 0.36s 2026-02-26 16:23:41.841336 | fa163e59-d9bd-ca95-7e8e-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-02-26 16:23:42.076168 | fa163e59-d9bd-ca95-7e8e-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-02-26 16:23:42.077747 | fa163e59-d9bd-ca95-7e8e-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.602987 | 0.23s 2026-02-26 16:23:42.105530 | fa163e59-d9bd-ca95-7e8e-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-26 16:23:42.168858 | fa163e59-d9bd-ca95-7e8e-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-26 16:23:42.170142 | fa163e59-d9bd-ca95-7e8e-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.695382 | 0.06s 2026-02-26 16:23:42.198169 | fa163e59-d9bd-ca95-7e8e-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-02-26 16:23:42.263229 | fa163e59-d9bd-ca95-7e8e-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-26 16:23:42.264335 | fa163e59-d9bd-ca95-7e8e-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.789576 | 0.06s 2026-02-26 16:23:42.290575 | fa163e59-d9bd-ca95-7e8e-0000000004bc | TASK | Enable tuned profile 2026-02-26 16:23:43.719585 | fa163e59-d9bd-ca95-7e8e-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-02-26 16:23:43.721162 | fa163e59-d9bd-ca95-7e8e-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.246405 | 1.43s 2026-02-26 16:23:43.767884 | fa163e59-d9bd-ca95-7e8e-000000000417 | TASK | Configure kernel args and reboot 2026-02-26 16:23:43.819333 | fa163e59-d9bd-ca95-7e8e-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.344570 | 0.05s 2026-02-26 16:23:43.949474 | fa163e59-d9bd-ca95-7e8e-000000000569 | TASK | Get the command line args of the node 2026-02-26 16:23:44.187165 | fa163e59-d9bd-ca95-7e8e-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-02-26 16:23:44.188776 | fa163e59-d9bd-ca95-7e8e-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.714017 | 0.24s 2026-02-26 16:23:44.216637 | fa163e59-d9bd-ca95-7e8e-00000000056b | TASK | Check if node has a nova.conf 2026-02-26 16:23:44.493083 | fa163e59-d9bd-ca95-7e8e-00000000056b | OK | Check if node has a nova.conf | standalone 2026-02-26 16:23:44.494551 | fa163e59-d9bd-ca95-7e8e-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:43.019791 | 0.28s 2026-02-26 16:23:44.521280 | fa163e59-d9bd-ca95-7e8e-00000000056d | TASK | Warn operator about workload protection 2026-02-26 16:23:44.561129 | fa163e59-d9bd-ca95-7e8e-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-02-26 16:23:44.562256 | fa163e59-d9bd-ca95-7e8e-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:43.087496 | 0.04s 2026-02-26 16:23:44.590085 | fa163e59-d9bd-ca95-7e8e-00000000056e | TASK | Setting defer reboot fact 2026-02-26 16:23:44.630697 | fa163e59-d9bd-ca95-7e8e-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-02-26 16:23:44.632408 | fa163e59-d9bd-ca95-7e8e-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:43.157648 | 0.04s 2026-02-26 16:23:44.660844 | fa163e59-d9bd-ca95-7e8e-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-02-26 16:23:44.691776 | fa163e59-d9bd-ca95-7e8e-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:43.216996 | 0.03s 2026-02-26 16:23:44.720904 | fa163e59-d9bd-ca95-7e8e-000000000575 | TASK | Find hugepages in cmdline 2026-02-26 16:23:44.775263 | fa163e59-d9bd-ca95-7e8e-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-02-26 16:23:44.776846 | fa163e59-d9bd-ca95-7e8e-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.302077 | 0.05s 2026-02-26 16:23:44.806482 | fa163e59-d9bd-ca95-7e8e-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-02-26 16:23:44.853376 | fa163e59-d9bd-ca95-7e8e-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-02-26 16:23:44.854939 | fa163e59-d9bd-ca95-7e8e-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.380177 | 0.05s 2026-02-26 16:23:44.883457 | fa163e59-d9bd-ca95-7e8e-00000000057a | TASK | Find desired default hugepage size 2026-02-26 16:23:44.934791 | fa163e59-d9bd-ca95-7e8e-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-02-26 16:23:44.935615 | fa163e59-d9bd-ca95-7e8e-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:43.460853 | 0.05s 2026-02-26 16:23:44.953981 | fa163e59-d9bd-ca95-7e8e-00000000057c | TASK | Storing non-configured hugepages 2026-02-26 16:23:44.982376 | fa163e59-d9bd-ca95-7e8e-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.507619 | 0.03s 2026-02-26 16:23:45.001769 | fa163e59-d9bd-ca95-7e8e-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-02-26 16:23:45.048847 | fa163e59-d9bd-ca95-7e8e-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-02-26 16:23:45.049751 | fa163e59-d9bd-ca95-7e8e-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.575001 | 0.05s 2026-02-26 16:23:45.067569 | fa163e59-d9bd-ca95-7e8e-00000000057f | TASK | Determining the default hugepagesz 2026-02-26 16:23:45.114746 | fa163e59-d9bd-ca95-7e8e-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-02-26 16:23:45.116205 | fa163e59-d9bd-ca95-7e8e-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.641443 | 0.05s 2026-02-26 16:23:45.144199 | fa163e59-d9bd-ca95-7e8e-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-02-26 16:23:45.187496 | fa163e59-d9bd-ca95-7e8e-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-02-26 16:23:45.189136 | fa163e59-d9bd-ca95-7e8e-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.714373 | 0.04s 2026-02-26 16:23:45.218691 | fa163e59-d9bd-ca95-7e8e-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-02-26 16:23:45.263963 | fa163e59-d9bd-ca95-7e8e-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-02-26 16:23:45.265375 | fa163e59-d9bd-ca95-7e8e-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.790616 | 0.04s 2026-02-26 16:23:45.292758 | fa163e59-d9bd-ca95-7e8e-000000000583 | TASK | Warn about possible modifications 2026-02-26 16:23:45.335818 | fa163e59-d9bd-ca95-7e8e-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-02-26 16:23:45.337143 | fa163e59-d9bd-ca95-7e8e-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.862353 | 0.04s 2026-02-26 16:23:45.364419 | fa163e59-d9bd-ca95-7e8e-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-02-26 16:23:45.407448 | fa163e59-d9bd-ca95-7e8e-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-02-26 16:23:45.408818 | fa163e59-d9bd-ca95-7e8e-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.934057 | 0.04s 2026-02-26 16:23:45.435212 | fa163e59-d9bd-ca95-7e8e-000000000585 | TASK | Cleaning up whitespaces 2026-02-26 16:23:45.475557 | fa163e59-d9bd-ca95-7e8e-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-02-26 16:23:45.476774 | fa163e59-d9bd-ca95-7e8e-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:44.002014 | 0.04s 2026-02-26 16:23:45.503128 | fa163e59-d9bd-ca95-7e8e-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-02-26 16:23:45.862852 | fa163e59-d9bd-ca95-7e8e-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-02-26 16:23:45.864402 | fa163e59-d9bd-ca95-7e8e-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.389642 | 0.36s 2026-02-26 16:23:45.890716 | fa163e59-d9bd-ca95-7e8e-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-02-26 16:23:45.962657 | fa163e59-d9bd-ca95-7e8e-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-02-26 16:23:45.964185 | fa163e59-d9bd-ca95-7e8e-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:44.489424 | 0.07s 2026-02-26 16:23:45.992458 | fa163e59-d9bd-ca95-7e8e-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-02-26 16:23:46.052696 | fa163e59-d9bd-ca95-7e8e-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-02-26 16:23:46.053952 | fa163e59-d9bd-ca95-7e8e-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.579192 | 0.06s 2026-02-26 16:23:46.079940 | fa163e59-d9bd-ca95-7e8e-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-02-26 16:23:46.141100 | fa163e59-d9bd-ca95-7e8e-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-02-26 16:23:46.142363 | fa163e59-d9bd-ca95-7e8e-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.667602 | 0.06s 2026-02-26 16:23:46.173226 | fa163e59-d9bd-ca95-7e8e-00000000058c | TASK | Generate grub config 2026-02-26 16:23:46.237183 | fa163e59-d9bd-ca95-7e8e-00000000058c | SKIPPED | Generate grub config | standalone 2026-02-26 16:23:46.238735 | fa163e59-d9bd-ca95-7e8e-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.763973 | 0.06s 2026-02-26 16:23:46.267376 | fa163e59-d9bd-ca95-7e8e-000000000590 | TASK | Get the block device that /boot is on 2026-02-26 16:23:46.342490 | fa163e59-d9bd-ca95-7e8e-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-02-26 16:23:46.344048 | fa163e59-d9bd-ca95-7e8e-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.869286 | 0.07s 2026-02-26 16:23:46.372788 | fa163e59-d9bd-ca95-7e8e-000000000591 | TASK | Get the mount point that /boot is in 2026-02-26 16:23:46.414151 | fa163e59-d9bd-ca95-7e8e-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-02-26 16:23:46.415393 | fa163e59-d9bd-ca95-7e8e-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.940630 | 0.04s 2026-02-26 16:23:46.444361 | fa163e59-d9bd-ca95-7e8e-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-02-26 16:23:46.508947 | fa163e59-d9bd-ca95-7e8e-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-02-26 16:23:46.510861 | fa163e59-d9bd-ca95-7e8e-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:45.036095 | 0.06s 2026-02-26 16:23:46.540587 | fa163e59-d9bd-ca95-7e8e-000000000593 | TASK | Executed script to fix grub-menu 2026-02-26 16:23:46.605332 | fa163e59-d9bd-ca95-7e8e-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-02-26 16:23:46.606775 | fa163e59-d9bd-ca95-7e8e-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:45.132015 | 0.06s 2026-02-26 16:23:46.635022 | fa163e59-d9bd-ca95-7e8e-000000000594 | TASK | Check grub config paths 2026-02-26 16:23:46.714284 | fa163e59-d9bd-ca95-7e8e-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-02-26 16:23:46.731234 | fa163e59-d9bd-ca95-7e8e-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-02-26 16:23:46.743409 | fa163e59-d9bd-ca95-7e8e-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:45.268636 | 0.11s 2026-02-26 16:23:46.771698 | fa163e59-d9bd-ca95-7e8e-000000000595 | TASK | Write EFI grub.cfg 2026-02-26 16:23:46.828364 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:23:46.845954 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:23:46.853425 | fa163e59-d9bd-ca95-7e8e-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.378666 | 0.08s 2026-02-26 16:23:46.872842 | fa163e59-d9bd-ca95-7e8e-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-02-26 16:23:46.919945 | fa163e59-d9bd-ca95-7e8e-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-02-26 16:23:46.920748 | fa163e59-d9bd-ca95-7e8e-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.445998 | 0.05s 2026-02-26 16:23:46.939176 | fa163e59-d9bd-ca95-7e8e-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-02-26 16:23:47.009957 | fa163e59-d9bd-ca95-7e8e-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-02-26 16:23:47.011273 | fa163e59-d9bd-ca95-7e8e-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:45.536514 | 0.07s 2026-02-26 16:23:47.030023 | fa163e59-d9bd-ca95-7e8e-000000000598 | TASK | Execute grub2-mkconfig 2026-02-26 16:23:47.091113 | fa163e59-d9bd-ca95-7e8e-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-02-26 16:23:47.092524 | fa163e59-d9bd-ca95-7e8e-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.617764 | 0.06s 2026-02-26 16:23:47.120388 | fa163e59-d9bd-ca95-7e8e-000000000599 | TASK | Check for active tuned profile 2026-02-26 16:23:47.181488 | fa163e59-d9bd-ca95-7e8e-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-02-26 16:23:47.182445 | fa163e59-d9bd-ca95-7e8e-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.707695 | 0.06s 2026-02-26 16:23:47.202820 | fa163e59-d9bd-ca95-7e8e-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-02-26 16:23:47.268713 | fa163e59-d9bd-ca95-7e8e-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-02-26 16:23:47.269972 | fa163e59-d9bd-ca95-7e8e-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.795214 | 0.07s 2026-02-26 16:23:47.295938 | fa163e59-d9bd-ca95-7e8e-00000000059b | TASK | Set reboot required fact 2026-02-26 16:23:47.357273 | fa163e59-d9bd-ca95-7e8e-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-02-26 16:23:47.358502 | fa163e59-d9bd-ca95-7e8e-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.883742 | 0.06s 2026-02-26 16:23:47.384916 | fa163e59-d9bd-ca95-7e8e-00000000059d | TASK | Apply DPDK workarounds 2026-02-26 16:23:47.437409 | fa163e59-d9bd-ca95-7e8e-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-02-26 16:23:47.438681 | fa163e59-d9bd-ca95-7e8e-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.963914 | 0.05s 2026-02-26 16:23:47.464775 | fa163e59-d9bd-ca95-7e8e-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-02-26 16:23:47.505994 | fa163e59-d9bd-ca95-7e8e-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-02-26 16:23:47.507263 | fa163e59-d9bd-ca95-7e8e-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:46.032503 | 0.04s 2026-02-26 16:23:47.533190 | fa163e59-d9bd-ca95-7e8e-0000000005a0 | TASK | Load modules 2026-02-26 16:23:47.576235 | fa163e59-d9bd-ca95-7e8e-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-02-26 16:23:47.582797 | fa163e59-d9bd-ca95-7e8e-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:46.108034 | 0.05s 2026-02-26 16:23:47.609091 | fa163e59-d9bd-ca95-7e8e-0000000005a2 | TASK | Persist modules via modules-load.d 2026-02-26 16:23:47.658231 | fa163e59-d9bd-ca95-7e8e-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-02-26 16:23:47.664376 | fa163e59-d9bd-ca95-7e8e-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:46.189614 | 0.05s 2026-02-26 16:23:47.691400 | fa163e59-d9bd-ca95-7e8e-0000000005a4 | TASK | Drop module persistence 2026-02-26 16:23:47.740056 | fa163e59-d9bd-ca95-7e8e-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-02-26 16:23:47.746238 | fa163e59-d9bd-ca95-7e8e-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:46.271479 | 0.05s 2026-02-26 16:23:47.772302 | fa163e59-d9bd-ca95-7e8e-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-02-26 16:23:47.819462 | fa163e59-d9bd-ca95-7e8e-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-02-26 16:23:47.825514 | fa163e59-d9bd-ca95-7e8e-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.350752 | 0.05s 2026-02-26 16:23:47.851793 | fa163e59-d9bd-ca95-7e8e-0000000005a8 | TASK | Modules reload 2026-02-26 16:23:47.892692 | fa163e59-d9bd-ca95-7e8e-0000000005a8 | SKIPPED | Modules reload | standalone 2026-02-26 16:23:47.893938 | fa163e59-d9bd-ca95-7e8e-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.419178 | 0.04s 2026-02-26 16:23:47.920217 | fa163e59-d9bd-ca95-7e8e-0000000005aa | TASK | Reboot tasks 2026-02-26 16:23:47.972484 | fa163e59-d9bd-ca95-7e8e-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-02-26 16:23:47.973621 | fa163e59-d9bd-ca95-7e8e-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.498837 | 0.05s 2026-02-26 16:23:47.999401 | fa163e59-d9bd-ca95-7e8e-0000000005ab | TASK | Skipping reboot for deployed node 2026-02-26 16:23:48.054891 | fa163e59-d9bd-ca95-7e8e-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-02-26 16:23:48.056125 | fa163e59-d9bd-ca95-7e8e-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.581364 | 0.06s PLAY [Server pre network steps] ************************************************ 2026-02-26 16:23:48.244323 | fa163e59-d9bd-ca95-7e8e-00000000003f | TASK | Server pre-network deployments 2026-02-26 16:23:48.274006 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-00000000003f') missing from stats 2026-02-26 16:23:48.295246 | fa163e59-d9bd-ca95-7e8e-000000000043 | TASK | Hiera config 2026-02-26 16:23:48.315188 | fa163e59-d9bd-ca95-7e8e-000000000043 | TIMING | Hiera config | standalone | 0:00:46.840420 | 0.02s 2026-02-26 16:23:48.356594 | fa163e59-d9bd-ca95-7e8e-000000000721 | TASK | Create /etc/puppet/hieradata 2026-02-26 16:23:48.596073 | fa163e59-d9bd-ca95-7e8e-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-02-26 16:23:48.597663 | fa163e59-d9bd-ca95-7e8e-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:47.122896 | 0.24s 2026-02-26 16:23:48.628358 | fa163e59-d9bd-ca95-7e8e-000000000722 | TASK | Write hiera config 2026-02-26 16:23:49.139734 | fa163e59-d9bd-ca95-7e8e-000000000722 | CHANGED | Write hiera config | standalone 2026-02-26 16:23:49.141043 | fa163e59-d9bd-ca95-7e8e-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.666285 | 0.51s 2026-02-26 16:23:49.190593 | fa163e59-d9bd-ca95-7e8e-000000000044 | TASK | Hiera symlink 2026-02-26 16:23:49.426049 | fa163e59-d9bd-ca95-7e8e-000000000044 | CHANGED | Hiera symlink | standalone 2026-02-26 16:23:49.427400 | fa163e59-d9bd-ca95-7e8e-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.952641 | 0.24s 2026-02-26 16:23:49.453334 | fa163e59-d9bd-ca95-7e8e-000000000045 | TASK | Hieradata from vars 2026-02-26 16:23:49.481372 | fa163e59-d9bd-ca95-7e8e-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:48.006604 | 0.03s 2026-02-26 16:23:49.546351 | fa163e59-d9bd-ca95-7e8e-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-02-26 16:23:50.021506 | fa163e59-d9bd-ca95-7e8e-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-02-26 16:23:50.023080 | fa163e59-d9bd-ca95-7e8e-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.548319 | 0.48s 2026-02-26 16:23:50.051181 | fa163e59-d9bd-ca95-7e8e-00000000077d | TASK | Render hieradata from template 2026-02-26 16:23:50.586182 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-02-26 16:23:50.589308 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.114542 | 0.54s 2026-02-26 16:23:51.130411 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-02-26 16:23:51.131888 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.657126 | 1.08s 2026-02-26 16:23:51.654167 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-02-26 16:23:51.656126 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.181367 | 1.60s 2026-02-26 16:23:52.094576 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-02-26 16:23:52.096480 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.621731 | 2.04s 2026-02-26 16:23:52.555486 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-02-26 16:23:52.556858 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.082109 | 2.50s 2026-02-26 16:23:53.012218 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-02-26 16:23:53.012896 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.538146 | 2.96s 2026-02-26 16:23:53.560568 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-02-26 16:23:53.561418 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.086669 | 3.51s 2026-02-26 16:23:54.006050 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-02-26 16:23:54.006776 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.532027 | 3.95s 2026-02-26 16:23:54.487148 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-02-26 16:23:54.488093 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.013271 | 4.44s 2026-02-26 16:23:54.932936 | fa163e59-d9bd-ca95-7e8e-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-26 16:23:54.934765 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.460014 | 4.88s 2026-02-26 16:23:54.947808 | fa163e59-d9bd-ca95-7e8e-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.473043 | 4.90s 2026-02-26 16:23:55.003304 | fa163e59-d9bd-ca95-7e8e-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-02-26 16:23:55.033831 | fa163e59-d9bd-ca95-7e8e-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.559060 | 0.03s 2026-02-26 16:23:55.109333 | fa163e59-d9bd-ca95-7e8e-000000000821 | TASK | Check for hieradata file 2026-02-26 16:23:55.339065 | fa163e59-d9bd-ca95-7e8e-000000000821 | OK | Check for hieradata file | standalone 2026-02-26 16:23:55.340581 | fa163e59-d9bd-ca95-7e8e-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.865813 | 0.23s 2026-02-26 16:23:55.367400 | fa163e59-d9bd-ca95-7e8e-000000000823 | TASK | Get existing data 2026-02-26 16:23:55.417643 | fa163e59-d9bd-ca95-7e8e-000000000823 | SKIPPED | Get existing data | standalone 2026-02-26 16:23:55.419130 | fa163e59-d9bd-ca95-7e8e-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.944324 | 0.05s 2026-02-26 16:23:55.445165 | fa163e59-d9bd-ca95-7e8e-000000000824 | TASK | Set data fact 2026-02-26 16:23:55.497084 | fa163e59-d9bd-ca95-7e8e-000000000824 | SKIPPED | Set data fact | standalone 2026-02-26 16:23:55.498506 | fa163e59-d9bd-ca95-7e8e-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:54.023744 | 0.05s 2026-02-26 16:23:55.524399 | fa163e59-d9bd-ca95-7e8e-000000000826 | TASK | Write ansible hieradata file 2026-02-26 16:23:56.008757 | fa163e59-d9bd-ca95-7e8e-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-02-26 16:23:56.010094 | fa163e59-d9bd-ca95-7e8e-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.535337 | 0.48s 2026-02-26 16:23:56.112144 | fa163e59-d9bd-ca95-7e8e-000000000047 | TIMING | include_tasks | standalone | 0:00:54.637383 | 0.03s PLAY [Server network deployments] ********************************************** 2026-02-26 16:23:56.243241 | fa163e59-d9bd-ca95-7e8e-00000000004b | TASK | Network Configuration 2026-02-26 16:23:56.268778 | fa163e59-d9bd-ca95-7e8e-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e59-d9bd-ca95-7e8e-00000000004b') missing from stats 2026-02-26 16:23:56.291319 | fa163e59-d9bd-ca95-7e8e-00000000004c | TASK | Check NetworkConfig script existence 2026-02-26 16:23:56.316968 | fa163e59-d9bd-ca95-7e8e-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-02-26 16:23:56.317654 | fa163e59-d9bd-ca95-7e8e-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.842901 | 0.03s 2026-02-26 16:23:56.337587 | fa163e59-d9bd-ca95-7e8e-000000000052 | TASK | Gather SELinux fact if needed 2026-02-26 16:23:56.366520 | fa163e59-d9bd-ca95-7e8e-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-02-26 16:23:56.367205 | fa163e59-d9bd-ca95-7e8e-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.892452 | 0.03s 2026-02-26 16:23:56.386421 | fa163e59-d9bd-ca95-7e8e-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-02-26 16:23:57.174925 | fa163e59-d9bd-ca95-7e8e-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-02-26 16:23:57.175885 | fa163e59-d9bd-ca95-7e8e-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.701132 | 0.79s 2026-02-26 16:23:57.202110 | fa163e59-d9bd-ca95-7e8e-000000000054 | TASK | Ensure requirements are satisfied 2026-02-26 16:23:57.232403 | fa163e59-d9bd-ca95-7e8e-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.757635 | 0.03s 2026-02-26 16:23:57.292202 | fa163e59-d9bd-ca95-7e8e-0000000008bf | TASK | Gather facts if they don't exist 2026-02-26 16:23:57.339784 | fa163e59-d9bd-ca95-7e8e-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-02-26 16:23:57.341042 | fa163e59-d9bd-ca95-7e8e-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.866282 | 0.05s 2026-02-26 16:23:57.367124 | fa163e59-d9bd-ca95-7e8e-0000000008c0 | TASK | Gather variables for each operating system 2026-02-26 16:23:57.488862 | fa163e59-d9bd-ca95-7e8e-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-26 16:23:57.495744 | fa163e59-d9bd-ca95-7e8e-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:56.020983 | 0.13s 2026-02-26 16:23:57.521334 | fa163e59-d9bd-ca95-7e8e-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-26 16:23:57.816523 | fa163e59-d9bd-ca95-7e8e-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-26 16:23:57.817925 | fa163e59-d9bd-ca95-7e8e-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:56.343166 | 0.30s 2026-02-26 16:23:57.846245 | fa163e59-d9bd-ca95-7e8e-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-02-26 16:23:57.879043 | fa163e59-d9bd-ca95-7e8e-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-02-26 16:23:57.880374 | fa163e59-d9bd-ca95-7e8e-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.405607 | 0.03s 2026-02-26 16:23:57.906391 | fa163e59-d9bd-ca95-7e8e-0000000008c4 | TASK | Ensure packages are actually well installed 2026-02-26 16:23:58.914388 | fa163e59-d9bd-ca95-7e8e-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-26 16:23:58.915916 | fa163e59-d9bd-ca95-7e8e-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.441154 | 1.01s 2026-02-26 16:23:58.965829 | fa163e59-d9bd-ca95-7e8e-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-02-26 16:23:59.207111 | fa163e59-d9bd-ca95-7e8e-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-26 16:23:59.208478 | fa163e59-d9bd-ca95-7e8e-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.733713 | 0.24s 2026-02-26 16:23:59.234018 | fa163e59-d9bd-ca95-7e8e-000000000057 | TASK | Reload NetworkManager 2026-02-26 16:23:59.675944 | fa163e59-d9bd-ca95-7e8e-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-02-26 16:23:59.677805 | fa163e59-d9bd-ca95-7e8e-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:58.203043 | 0.44s 2026-02-26 16:23:59.704549 | fa163e59-d9bd-ca95-7e8e-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-02-26 16:23:59.946268 | fa163e59-d9bd-ca95-7e8e-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-02-26 16:23:59.947097 | fa163e59-d9bd-ca95-7e8e-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.472347 | 0.24s 2026-02-26 16:23:59.964635 | fa163e59-d9bd-ca95-7e8e-00000000005a | TASK | Check for previous run of NetworkConfig 2026-02-26 16:24:00.215712 | fa163e59-d9bd-ca95-7e8e-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-02-26 16:24:00.216998 | fa163e59-d9bd-ca95-7e8e-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.742239 | 0.25s 2026-02-26 16:24:00.244136 | fa163e59-d9bd-ca95-7e8e-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-02-26 16:24:00.275450 | fa163e59-d9bd-ca95-7e8e-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-02-26 16:24:00.276861 | fa163e59-d9bd-ca95-7e8e-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.802099 | 0.03s 2026-02-26 16:24:00.302855 | fa163e59-d9bd-ca95-7e8e-00000000005c | TASK | Ensure we get cloud-init 2026-02-26 16:24:00.545470 | fa163e59-d9bd-ca95-7e8e-00000000005c | OK | Ensure we get cloud-init | standalone 2026-02-26 16:24:00.547002 | fa163e59-d9bd-ca95-7e8e-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:59.072242 | 0.24s 2026-02-26 16:24:00.572922 | fa163e59-d9bd-ca95-7e8e-00000000005e | TASK | Create /etc/os-net-config directory 2026-02-26 16:24:00.856463 | fa163e59-d9bd-ca95-7e8e-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-02-26 16:24:00.857944 | fa163e59-d9bd-ca95-7e8e-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:59.383184 | 0.28s 2026-02-26 16:24:00.883866 | fa163e59-d9bd-ca95-7e8e-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-02-26 16:24:01.285655 | fa163e59-d9bd-ca95-7e8e-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-02-26 16:24:01.287066 | fa163e59-d9bd-ca95-7e8e-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.812307 | 0.40s 2026-02-26 16:24:01.314450 | fa163e59-d9bd-ca95-7e8e-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-02-26 16:24:01.387358 | fa163e59-d9bd-ca95-7e8e-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-02-26 16:24:01.388799 | fa163e59-d9bd-ca95-7e8e-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.914037 | 0.07s 2026-02-26 16:24:01.415080 | fa163e59-d9bd-ca95-7e8e-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-02-26 16:24:01.679840 | fa163e59-d9bd-ca95-7e8e-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-02-26 16:24:01.681218 | fa163e59-d9bd-ca95-7e8e-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:00.206457 | 0.26s 2026-02-26 16:24:01.707842 | fa163e59-d9bd-ca95-7e8e-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-02-26 16:24:01.780302 | fa163e59-d9bd-ca95-7e8e-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:00.305531 | 0.07s 2026-02-26 16:24:01.808777 | 6f7d12ec-15b2-470d-8982-fbd8c5e08601 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-02-26 16:24:01.843107 | fa163e59-d9bd-ca95-7e8e-000000000909 | TASK | Set nic_config_file fact 2026-02-26 16:24:01.925682 | fa163e59-d9bd-ca95-7e8e-000000000909 | OK | Set nic_config_file fact | standalone 2026-02-26 16:24:01.926777 | fa163e59-d9bd-ca95-7e8e-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:00.452018 | 0.08s 2026-02-26 16:24:01.947225 | fa163e59-d9bd-ca95-7e8e-00000000090a | TASK | Render overidden network config 2026-02-26 16:24:02.018484 | fa163e59-d9bd-ca95-7e8e-00000000090a | SKIPPED | Render overidden network config | standalone 2026-02-26 16:24:02.019730 | fa163e59-d9bd-ca95-7e8e-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.544973 | 0.07s 2026-02-26 16:24:02.041512 | fa163e59-d9bd-ca95-7e8e-00000000090b | TASK | Render network_config 2026-02-26 16:24:02.101748 | fa163e59-d9bd-ca95-7e8e-00000000090b | SKIPPED | Render network_config | standalone 2026-02-26 16:24:02.103152 | fa163e59-d9bd-ca95-7e8e-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.628390 | 0.06s 2026-02-26 16:24:02.129746 | fa163e59-d9bd-ca95-7e8e-00000000090c | TASK | Render network_config from template 2026-02-26 16:24:02.778105 | fa163e59-d9bd-ca95-7e8e-00000000090c | CHANGED | Render network_config from template | standalone 2026-02-26 16:24:02.779476 | fa163e59-d9bd-ca95-7e8e-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.304720 | 0.65s 2026-02-26 16:24:02.799224 | fa163e59-d9bd-ca95-7e8e-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=180702442745.43973 2026-02-26 16:24:06.830822 | fa163e59-d9bd-ca95-7e8e-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-02-26 16:24:06.832907 | fa163e59-d9bd-ca95-7e8e-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:05.358148 | 4.03s 2026-02-26 16:24:06.862061 | fa163e59-d9bd-ca95-7e8e-000000000064 | TASK | Write rc of NetworkConfig script 2026-02-26 16:24:07.381101 | fa163e59-d9bd-ca95-7e8e-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-02-26 16:24:07.382207 | fa163e59-d9bd-ca95-7e8e-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.907456 | 0.52s 2026-02-26 16:24:07.409318 | fa163e59-d9bd-ca95-7e8e-000000000065 | TASK | Disable cloud-init network config 2026-02-26 16:24:07.883779 | fa163e59-d9bd-ca95-7e8e-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-02-26 16:24:07.885254 | fa163e59-d9bd-ca95-7e8e-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:06.410494 | 0.47s 2026-02-26 16:24:07.911165 | fa163e59-d9bd-ca95-7e8e-000000000066 | TASK | Ensure network service is enabled 2026-02-26 16:24:08.314258 | fa163e59-d9bd-ca95-7e8e-000000000066 | OK | Ensure network service is enabled | standalone 2026-02-26 16:24:08.316157 | fa163e59-d9bd-ca95-7e8e-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.841398 | 0.40s PLAY [Server network validation] *********************************************** 2026-02-26 16:24:08.499927 | fa163e59-d9bd-ca95-7e8e-000000000096 | TASK | Basic Network Validation 2026-02-26 16:24:08.526628 | fa163e59-d9bd-ca95-7e8e-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:07.051840 | 0.03s 2026-02-26 16:24:08.569241 | fa163e59-d9bd-ca95-7e8e-000000000945 | TASK | Collect default network fact 2026-02-26 16:24:09.131553 | fa163e59-d9bd-ca95-7e8e-000000000945 | OK | Collect default network fact | standalone 2026-02-26 16:24:09.134054 | fa163e59-d9bd-ca95-7e8e-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:07.659293 | 0.56s 2026-02-26 16:24:09.169822 | fa163e59-d9bd-ca95-7e8e-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-02-26 16:24:09.201627 | fa163e59-d9bd-ca95-7e8e-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-02-26 16:24:09.203272 | fa163e59-d9bd-ca95-7e8e-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.728504 | 0.03s 2026-02-26 16:24:09.229196 | fa163e59-d9bd-ca95-7e8e-000000000947 | TASK | Check all networks Gateway availability 2026-02-26 16:24:09.258296 | fa163e59-d9bd-ca95-7e8e-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:07.783525 | 0.03s 2026-02-26 16:24:09.285094 | fa163e59-d9bd-ca95-7e8e-000000000949 | TASK | Check Controllers availability 2026-02-26 16:24:09.354165 | fa163e59-d9bd-ca95-7e8e-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-02-26 16:24:09.360250 | fa163e59-d9bd-ca95-7e8e-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-02-26 16:24:09.366660 | fa163e59-d9bd-ca95-7e8e-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-02-26 16:24:09.373199 | fa163e59-d9bd-ca95-7e8e-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-02-26 16:24:09.380366 | fa163e59-d9bd-ca95-7e8e-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-02-26 16:24:09.385530 | fa163e59-d9bd-ca95-7e8e-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-02-26 16:24:09.397345 | fa163e59-d9bd-ca95-7e8e-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.922580 | 0.11s 2026-02-26 16:24:09.422233 | fa163e59-d9bd-ca95-7e8e-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-02-26 16:24:09.450544 | fa163e59-d9bd-ca95-7e8e-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-02-26 16:24:09.451807 | fa163e59-d9bd-ca95-7e8e-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.977045 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-02-26 16:24:09.622541 | fa163e59-d9bd-ca95-7e8e-00000000009a | TASK | Server pre deployments 2026-02-26 16:24:09.653360 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-00000000009a') missing from stats 2026-02-26 16:24:09.674022 | fa163e59-d9bd-ca95-7e8e-00000000009e | TASK | Hiera config 2026-02-26 16:24:09.702033 | fa163e59-d9bd-ca95-7e8e-00000000009e | TIMING | Hiera config | standalone | 0:01:08.227267 | 0.03s 2026-02-26 16:24:09.744617 | fa163e59-d9bd-ca95-7e8e-00000000099e | TASK | Create /etc/puppet/hieradata 2026-02-26 16:24:09.957228 | fa163e59-d9bd-ca95-7e8e-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-02-26 16:24:09.958146 | fa163e59-d9bd-ca95-7e8e-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:08.483395 | 0.21s 2026-02-26 16:24:09.976964 | fa163e59-d9bd-ca95-7e8e-00000000099f | TASK | Write hiera config 2026-02-26 16:24:10.498017 | fa163e59-d9bd-ca95-7e8e-00000000099f | OK | Write hiera config | standalone 2026-02-26 16:24:10.499589 | fa163e59-d9bd-ca95-7e8e-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:09.024830 | 0.52s 2026-02-26 16:24:10.552819 | fa163e59-d9bd-ca95-7e8e-00000000009f | TASK | Hiera symlink 2026-02-26 16:24:10.807837 | fa163e59-d9bd-ca95-7e8e-00000000009f | OK | Hiera symlink | standalone 2026-02-26 16:24:10.809139 | fa163e59-d9bd-ca95-7e8e-00000000009f | TIMING | Hiera symlink | standalone | 0:01:09.334379 | 0.25s 2026-02-26 16:24:10.834519 | fa163e59-d9bd-ca95-7e8e-0000000000a0 | TASK | Hieradata from vars 2026-02-26 16:24:10.862223 | fa163e59-d9bd-ca95-7e8e-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:09.387455 | 0.03s 2026-02-26 16:24:10.921505 | fa163e59-d9bd-ca95-7e8e-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-02-26 16:24:11.373131 | fa163e59-d9bd-ca95-7e8e-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-02-26 16:24:11.374575 | fa163e59-d9bd-ca95-7e8e-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.899815 | 0.45s 2026-02-26 16:24:11.401149 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TASK | Render hieradata from template 2026-02-26 16:24:11.920996 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-02-26 16:24:11.922657 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.447889 | 0.52s 2026-02-26 16:24:12.479704 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-02-26 16:24:12.480924 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.006166 | 1.08s 2026-02-26 16:24:13.040013 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-02-26 16:24:13.041135 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.566378 | 1.64s 2026-02-26 16:24:13.576635 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-02-26 16:24:13.577776 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.103018 | 2.18s 2026-02-26 16:24:14.044412 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-02-26 16:24:14.045464 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.570709 | 2.64s 2026-02-26 16:24:14.489986 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-02-26 16:24:14.490718 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.015969 | 3.09s 2026-02-26 16:24:14.958796 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-02-26 16:24:14.960945 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.486187 | 3.56s 2026-02-26 16:24:15.420265 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-02-26 16:24:15.422210 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.947453 | 4.02s 2026-02-26 16:24:15.931720 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-02-26 16:24:15.933966 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.459208 | 4.53s 2026-02-26 16:24:16.366736 | fa163e59-d9bd-ca95-7e8e-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-26 16:24:16.367764 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.893008 | 4.97s 2026-02-26 16:24:16.377851 | fa163e59-d9bd-ca95-7e8e-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.903086 | 4.98s 2026-02-26 16:24:16.433529 | fa163e59-d9bd-ca95-7e8e-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-02-26 16:24:16.455376 | fa163e59-d9bd-ca95-7e8e-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.980611 | 0.02s 2026-02-26 16:24:16.526807 | fa163e59-d9bd-ca95-7e8e-000000000a9e | TASK | Check for hieradata file 2026-02-26 16:24:16.757272 | fa163e59-d9bd-ca95-7e8e-000000000a9e | OK | Check for hieradata file | standalone 2026-02-26 16:24:16.758873 | fa163e59-d9bd-ca95-7e8e-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:15.284112 | 0.23s 2026-02-26 16:24:16.787422 | fa163e59-d9bd-ca95-7e8e-000000000aa0 | TASK | Get existing data 2026-02-26 16:24:16.838501 | fa163e59-d9bd-ca95-7e8e-000000000aa0 | SKIPPED | Get existing data | standalone 2026-02-26 16:24:16.839748 | fa163e59-d9bd-ca95-7e8e-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:15.364989 | 0.05s 2026-02-26 16:24:16.865526 | fa163e59-d9bd-ca95-7e8e-000000000aa1 | TASK | Set data fact 2026-02-26 16:24:16.917246 | fa163e59-d9bd-ca95-7e8e-000000000aa1 | SKIPPED | Set data fact | standalone 2026-02-26 16:24:16.918664 | fa163e59-d9bd-ca95-7e8e-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:15.443899 | 0.05s 2026-02-26 16:24:16.945315 | fa163e59-d9bd-ca95-7e8e-000000000aa3 | TASK | Write ansible hieradata file 2026-02-26 16:24:17.371978 | fa163e59-d9bd-ca95-7e8e-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-02-26 16:24:17.373484 | fa163e59-d9bd-ca95-7e8e-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.898724 | 0.43s 2026-02-26 16:24:17.473718 | fa163e59-d9bd-ca95-7e8e-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.998950 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-02-26 16:24:17.632737 | fa163e59-d9bd-ca95-7e8e-0000000000a6 | TASK | Host prep steps 2026-02-26 16:24:17.660391 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000a6') missing from stats 2026-02-26 16:24:17.732655 | fa163e59-d9bd-ca95-7e8e-0000000000a7 | TASK | Deploy Artifacts 2026-02-26 16:24:17.843832 | fa163e59-d9bd-ca95-7e8e-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-02-26 16:24:17.845119 | fa163e59-d9bd-ca95-7e8e-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:16.370357 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-26 16:24:17.898994 | fa163e59-d9bd-ca95-7e8e-0000000000a8 | TIMING | include_tasks | standalone | 0:01:16.424231 | 0.03s 2026-02-26 16:24:18.104815 | 66c42e06-1916-4d7e-80df-44258d822e58 | INCLUDED | /root/standalone-ansible-an2_1b3z/Standalone/host_prep_tasks.yaml | standalone 2026-02-26 16:24:18.162001 | fa163e59-d9bd-ca95-7e8e-000000000b1e | TASK | Run firewall role 2026-02-26 16:24:18.187362 | fa163e59-d9bd-ca95-7e8e-000000000b1e | TIMING | Run firewall role | standalone | 0:01:16.712606 | 0.02s 2026-02-26 16:24:18.240771 | fa163e59-d9bd-ca95-7e8e-000000000c38 | TASK | Gather variables for each operating system 2026-02-26 16:24:18.358138 | fa163e59-d9bd-ca95-7e8e-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-02-26 16:24:18.359635 | fa163e59-d9bd-ca95-7e8e-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.884837 | 0.12s 2026-02-26 16:24:18.365481 | fa163e59-d9bd-ca95-7e8e-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.890718 | 0.12s 2026-02-26 16:24:18.392690 | fa163e59-d9bd-ca95-7e8e-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2026-02-26 16:24:21.422458 | fa163e59-d9bd-ca95-7e8e-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-02-26 16:24:21.423853 | fa163e59-d9bd-ca95-7e8e-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:19.949094 | 3.03s 2026-02-26 16:24:21.451231 | fa163e59-d9bd-ca95-7e8e-000000000c3d | TASK | Create empty var for masquerade rules 2026-02-26 16:24:21.492425 | fa163e59-d9bd-ca95-7e8e-000000000c3d | OK | Create empty var for masquerade rules | standalone 2026-02-26 16:24:21.493735 | fa163e59-d9bd-ca95-7e8e-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.018975 | 0.04s 2026-02-26 16:24:21.520405 | fa163e59-d9bd-ca95-7e8e-000000000c3e | TASK | Enable masquerade 2026-02-26 16:24:21.572667 | fa163e59-d9bd-ca95-7e8e-000000000c3e | SKIPPED | Enable masquerade | standalone 2026-02-26 16:24:21.574124 | fa163e59-d9bd-ca95-7e8e-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:20.099362 | 0.05s 2026-02-26 16:24:21.600297 | fa163e59-d9bd-ca95-7e8e-000000000c3f | TASK | Set the default frontend firewall rules 2026-02-26 16:24:21.648184 | fa163e59-d9bd-ca95-7e8e-000000000c3f | OK | Set the default frontend firewall rules | standalone 2026-02-26 16:24:21.649336 | fa163e59-d9bd-ca95-7e8e-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:20.174579 | 0.05s 2026-02-26 16:24:21.676156 | fa163e59-d9bd-ca95-7e8e-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-26 16:24:21.726799 | fa163e59-d9bd-ca95-7e8e-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-02-26 16:24:21.728438 | fa163e59-d9bd-ca95-7e8e-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.253679 | 0.05s 2026-02-26 16:24:21.755541 | fa163e59-d9bd-ca95-7e8e-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2026-02-26 16:24:21.788093 | fa163e59-d9bd-ca95-7e8e-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-26 16:24:21.789155 | fa163e59-d9bd-ca95-7e8e-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.314395 | 0.03s 2026-02-26 16:24:21.815433 | fa163e59-d9bd-ca95-7e8e-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-26 16:24:21.847159 | fa163e59-d9bd-ca95-7e8e-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-02-26 16:24:21.848351 | fa163e59-d9bd-ca95-7e8e-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.373592 | 0.03s 2026-02-26 16:24:21.873864 | fa163e59-d9bd-ca95-7e8e-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2026-02-26 16:24:21.905576 | fa163e59-d9bd-ca95-7e8e-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-26 16:24:21.906743 | fa163e59-d9bd-ca95-7e8e-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.431984 | 0.03s 2026-02-26 16:24:21.935119 | fa163e59-d9bd-ca95-7e8e-000000000c48 | TASK | Enable LOG rules 2026-02-26 16:24:21.964693 | fa163e59-d9bd-ca95-7e8e-000000000c48 | SKIPPED | Enable LOG rules | standalone 2026-02-26 16:24:21.966053 | fa163e59-d9bd-ca95-7e8e-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:20.491293 | 0.03s 2026-02-26 16:24:21.991637 | fa163e59-d9bd-ca95-7e8e-000000000c49 | TASK | Set rule fact 2026-02-26 16:24:22.087217 | fa163e59-d9bd-ca95-7e8e-000000000c49 | OK | Set rule fact | standalone 2026-02-26 16:24:22.090335 | fa163e59-d9bd-ca95-7e8e-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:20.615574 | 0.10s 2026-02-26 16:24:22.118895 | fa163e59-d9bd-ca95-7e8e-000000000c4a | TASK | Manage rules via nftables 2026-02-26 16:24:22.148437 | fa163e59-d9bd-ca95-7e8e-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:20.673670 | 0.03s 2026-02-26 16:24:22.233418 | fa163e59-d9bd-ca95-7e8e-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.758658 | 0.03s 2026-02-26 16:24:22.247488 | d9c3e0b7-3476-49ef-b4e4-8a2b0637937e | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-02-26 16:24:22.272923 | fa163e59-d9bd-ca95-7e8e-000000000d11 | TASK | Ensure legacy iptables services are off 2026-02-26 16:24:22.666974 | fa163e59-d9bd-ca95-7e8e-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-02-26 16:24:22.669954 | fa163e59-d9bd-ca95-7e8e-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.195189 | 0.40s 2026-02-26 16:24:22.989791 | fa163e59-d9bd-ca95-7e8e-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-02-26 16:24:22.993180 | fa163e59-d9bd-ca95-7e8e-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.518421 | 0.72s 2026-02-26 16:24:23.005369 | fa163e59-d9bd-ca95-7e8e-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.530611 | 0.73s 2026-02-26 16:24:23.035798 | fa163e59-d9bd-ca95-7e8e-000000000d12 | TASK | Ensure nftables service is enabled and running 2026-02-26 16:24:23.840088 | fa163e59-d9bd-ca95-7e8e-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-02-26 16:24:23.843087 | fa163e59-d9bd-ca95-7e8e-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.368325 | 0.81s 2026-02-26 16:24:23.862760 | fa163e59-d9bd-ca95-7e8e-000000000d13 | TASK | Empty nftables from anything that may lay around 2026-02-26 16:24:23.900762 | fa163e59-d9bd-ca95-7e8e-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-02-26 16:24:23.901414 | fa163e59-d9bd-ca95-7e8e-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.426663 | 0.04s 2026-02-26 16:24:23.946449 | fa163e59-d9bd-ca95-7e8e-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.471689 | 0.03s 2026-02-26 16:24:23.967077 | 8a010d72-a452-45fc-b4aa-9786724de8ad | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-02-26 16:24:23.997010 | fa163e59-d9bd-ca95-7e8e-000000000d42 | TASK | Push empty ruleset 2026-02-26 16:24:24.509427 | fa163e59-d9bd-ca95-7e8e-000000000d42 | CHANGED | Push empty ruleset | standalone 2026-02-26 16:24:24.510839 | fa163e59-d9bd-ca95-7e8e-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.036080 | 0.51s 2026-02-26 16:24:24.538150 | fa163e59-d9bd-ca95-7e8e-000000000d43 | TASK | Load empty ruleset 2026-02-26 16:24:24.805703 | fa163e59-d9bd-ca95-7e8e-000000000d43 | CHANGED | Load empty ruleset | standalone 2026-02-26 16:24:24.806641 | fa163e59-d9bd-ca95-7e8e-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.331890 | 0.27s 2026-02-26 16:24:24.827246 | fa163e59-d9bd-ca95-7e8e-000000000d45 | TASK | Use default rules 2026-02-26 16:24:24.920852 | fa163e59-d9bd-ca95-7e8e-000000000d45 | OK | Use default rules | standalone 2026-02-26 16:24:24.923863 | fa163e59-d9bd-ca95-7e8e-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:23.449105 | 0.10s 2026-02-26 16:24:24.953864 | fa163e59-d9bd-ca95-7e8e-000000000d46 | TASK | Enable LOG rules 2026-02-26 16:24:25.050932 | fa163e59-d9bd-ca95-7e8e-000000000d46 | OK | Enable LOG rules | standalone 2026-02-26 16:24:25.054265 | fa163e59-d9bd-ca95-7e8e-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:23.579505 | 0.10s 2026-02-26 16:24:25.084532 | fa163e59-d9bd-ca95-7e8e-000000000d48 | TASK | Get current nftables content 2026-02-26 16:24:25.337347 | fa163e59-d9bd-ca95-7e8e-000000000d48 | CHANGED | Get current nftables content | standalone 2026-02-26 16:24:25.338787 | fa163e59-d9bd-ca95-7e8e-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.864027 | 0.25s 2026-02-26 16:24:25.369216 | fa163e59-d9bd-ca95-7e8e-000000000d4a | TASK | Generate chain jumps 2026-02-26 16:24:25.946962 | fa163e59-d9bd-ca95-7e8e-000000000d4a | CHANGED | Generate chain jumps | standalone 2026-02-26 16:24:25.948501 | fa163e59-d9bd-ca95-7e8e-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.473741 | 0.58s 2026-02-26 16:24:25.974899 | fa163e59-d9bd-ca95-7e8e-000000000d4b | TASK | Generate chain jumps 2026-02-26 16:24:26.593290 | fa163e59-d9bd-ca95-7e8e-000000000d4b | CHANGED | Generate chain jumps | standalone 2026-02-26 16:24:26.594593 | fa163e59-d9bd-ca95-7e8e-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.119839 | 0.62s 2026-02-26 16:24:26.617294 | fa163e59-d9bd-ca95-7e8e-000000000d4c | TASK | Generate nft flushes 2026-02-26 16:24:27.248727 | fa163e59-d9bd-ca95-7e8e-000000000d4c | CHANGED | Generate nft flushes | standalone 2026-02-26 16:24:27.250168 | fa163e59-d9bd-ca95-7e8e-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.775408 | 0.63s 2026-02-26 16:24:27.278327 | fa163e59-d9bd-ca95-7e8e-000000000d4d | TASK | Generate nft tripleo chains 2026-02-26 16:24:27.787823 | fa163e59-d9bd-ca95-7e8e-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2026-02-26 16:24:27.790312 | fa163e59-d9bd-ca95-7e8e-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.315552 | 0.51s 2026-02-26 16:24:27.817683 | fa163e59-d9bd-ca95-7e8e-000000000d4e | TASK | Generate nft ruleset in static file 2026-02-26 16:24:29.466080 | fa163e59-d9bd-ca95-7e8e-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2026-02-26 16:24:29.467995 | fa163e59-d9bd-ca95-7e8e-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.993241 | 1.65s 2026-02-26 16:24:29.489404 | fa163e59-d9bd-ca95-7e8e-000000000d50 | TASK | Validate all of the generated content before loading 2026-02-26 16:24:30.054099 | fa163e59-d9bd-ca95-7e8e-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2026-02-26 16:24:30.055161 | fa163e59-d9bd-ca95-7e8e-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:28.580408 | 0.56s 2026-02-26 16:24:30.077579 | fa163e59-d9bd-ca95-7e8e-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2026-02-26 16:24:30.356691 | fa163e59-d9bd-ca95-7e8e-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-02-26 16:24:30.357716 | fa163e59-d9bd-ca95-7e8e-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.882963 | 0.28s 2026-02-26 16:24:30.406874 | fa163e59-d9bd-ca95-7e8e-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.932108 | 0.03s 2026-02-26 16:24:30.432026 | ba62099c-3347-41db-bddb-df7987da1434 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-02-26 16:24:30.482145 | fa163e59-d9bd-ca95-7e8e-000000000db9 | TASK | Inject our custom chains in nftables 2026-02-26 16:24:30.733671 | fa163e59-d9bd-ca95-7e8e-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2026-02-26 16:24:30.735170 | fa163e59-d9bd-ca95-7e8e-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.260409 | 0.25s 2026-02-26 16:24:30.756189 | fa163e59-d9bd-ca95-7e8e-000000000dba | TASK | Reload custom nftables ruleset files 2026-02-26 16:24:31.058898 | fa163e59-d9bd-ca95-7e8e-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2026-02-26 16:24:31.059906 | fa163e59-d9bd-ca95-7e8e-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.585154 | 0.30s 2026-02-26 16:24:31.111053 | fa163e59-d9bd-ca95-7e8e-000000000b1f | TASK | create persistent logs directory 2026-02-26 16:24:31.369312 | fa163e59-d9bd-ca95-7e8e-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-26 16:24:31.370345 | fa163e59-d9bd-ca95-7e8e-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.895591 | 0.26s 2026-02-26 16:24:31.598009 | fa163e59-d9bd-ca95-7e8e-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-02-26 16:24:31.600126 | fa163e59-d9bd-ca95-7e8e-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.125372 | 0.49s 2026-02-26 16:24:31.609540 | fa163e59-d9bd-ca95-7e8e-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.134786 | 0.50s 2026-02-26 16:24:31.630738 | fa163e59-d9bd-ca95-7e8e-000000000b20 | TASK | create persistent directories 2026-02-26 16:24:31.875000 | fa163e59-d9bd-ca95-7e8e-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-26 16:24:31.876144 | fa163e59-d9bd-ca95-7e8e-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.401392 | 0.24s 2026-02-26 16:24:31.882882 | fa163e59-d9bd-ca95-7e8e-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.408123 | 0.25s 2026-02-26 16:24:31.903012 | fa163e59-d9bd-ca95-7e8e-000000000b21 | TASK | create persistent directories 2026-02-26 16:24:32.124828 | fa163e59-d9bd-ca95-7e8e-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-26 16:24:32.126706 | fa163e59-d9bd-ca95-7e8e-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.651934 | 0.22s 2026-02-26 16:24:32.316982 | fa163e59-d9bd-ca95-7e8e-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-02-26 16:24:32.318888 | fa163e59-d9bd-ca95-7e8e-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.844135 | 0.41s 2026-02-26 16:24:32.329775 | fa163e59-d9bd-ca95-7e8e-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.855012 | 0.43s 2026-02-26 16:24:32.358225 | fa163e59-d9bd-ca95-7e8e-000000000b22 | TASK | create persistent directories 2026-02-26 16:24:32.554483 | fa163e59-d9bd-ca95-7e8e-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-02-26 16:24:32.555855 | fa163e59-d9bd-ca95-7e8e-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.081098 | 0.20s 2026-02-26 16:24:32.724691 | fa163e59-d9bd-ca95-7e8e-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-02-26 16:24:32.725513 | fa163e59-d9bd-ca95-7e8e-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.250764 | 0.37s 2026-02-26 16:24:32.730126 | fa163e59-d9bd-ca95-7e8e-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.255362 | 0.37s 2026-02-26 16:24:32.757805 | fa163e59-d9bd-ca95-7e8e-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-02-26 16:24:33.790444 | fa163e59-d9bd-ca95-7e8e-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-02-26 16:24:33.791717 | fa163e59-d9bd-ca95-7e8e-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.316963 | 1.03s 2026-02-26 16:24:33.812765 | fa163e59-d9bd-ca95-7e8e-000000000b24 | TASK | create persistent directories 2026-02-26 16:24:34.060422 | fa163e59-d9bd-ca95-7e8e-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-02-26 16:24:34.062154 | fa163e59-d9bd-ca95-7e8e-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.587385 | 0.25s 2026-02-26 16:24:34.068639 | fa163e59-d9bd-ca95-7e8e-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.593891 | 0.25s 2026-02-26 16:24:34.089560 | fa163e59-d9bd-ca95-7e8e-000000000b25 | TASK | create persistent directories 2026-02-26 16:24:34.338638 | fa163e59-d9bd-ca95-7e8e-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-26 16:24:34.340290 | fa163e59-d9bd-ca95-7e8e-000000000b25 | TIMING | create persistent directories | standalone | 0:01:32.865526 | 0.25s 2026-02-26 16:24:34.558957 | fa163e59-d9bd-ca95-7e8e-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-02-26 16:24:34.561078 | fa163e59-d9bd-ca95-7e8e-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.086322 | 0.47s 2026-02-26 16:24:34.571093 | fa163e59-d9bd-ca95-7e8e-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.096338 | 0.48s 2026-02-26 16:24:34.596738 | fa163e59-d9bd-ca95-7e8e-000000000b26 | TASK | create fcontext entry for cinder data 2026-02-26 16:24:35.944002 | fa163e59-d9bd-ca95-7e8e-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2026-02-26 16:24:35.945264 | fa163e59-d9bd-ca95-7e8e-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.470511 | 1.35s 2026-02-26 16:24:35.965509 | fa163e59-d9bd-ca95-7e8e-000000000b27 | TASK | create persistent directories 2026-02-26 16:24:36.233162 | fa163e59-d9bd-ca95-7e8e-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-26 16:24:36.234160 | fa163e59-d9bd-ca95-7e8e-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.759408 | 0.27s 2026-02-26 16:24:36.457468 | fa163e59-d9bd-ca95-7e8e-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-02-26 16:24:36.459109 | fa163e59-d9bd-ca95-7e8e-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.984354 | 0.49s 2026-02-26 16:24:36.470113 | fa163e59-d9bd-ca95-7e8e-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.995350 | 0.50s 2026-02-26 16:24:36.496304 | fa163e59-d9bd-ca95-7e8e-000000000b28 | TASK | ensure ceph configurations exist 2026-02-26 16:24:36.746051 | fa163e59-d9bd-ca95-7e8e-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2026-02-26 16:24:36.747523 | fa163e59-d9bd-ca95-7e8e-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:35.272766 | 0.25s 2026-02-26 16:24:36.773158 | fa163e59-d9bd-ca95-7e8e-000000000b29 | TASK | create persistent directories 2026-02-26 16:24:37.034197 | fa163e59-d9bd-ca95-7e8e-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-26 16:24:37.035622 | fa163e59-d9bd-ca95-7e8e-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.560837 | 0.26s 2026-02-26 16:24:37.041367 | fa163e59-d9bd-ca95-7e8e-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.566588 | 0.27s 2026-02-26 16:24:37.059640 | fa163e59-d9bd-ca95-7e8e-000000000b2b | TASK | Create cinder image conversion directory 2026-02-26 16:24:37.086308 | fa163e59-d9bd-ca95-7e8e-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2026-02-26 16:24:37.087076 | fa163e59-d9bd-ca95-7e8e-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:35.612325 | 0.03s 2026-02-26 16:24:37.104558 | fa163e59-d9bd-ca95-7e8e-000000000b2c | TASK | Mount cinder's image conversion NFS share 2026-02-26 16:24:37.130738 | fa163e59-d9bd-ca95-7e8e-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-02-26 16:24:37.131373 | fa163e59-d9bd-ca95-7e8e-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.656619 | 0.03s 2026-02-26 16:24:37.148516 | fa163e59-d9bd-ca95-7e8e-000000000b2e | TASK | cinder_configure_lvm fact 2026-02-26 16:24:37.175532 | fa163e59-d9bd-ca95-7e8e-000000000b2e | OK | cinder_configure_lvm fact | standalone 2026-02-26 16:24:37.176217 | fa163e59-d9bd-ca95-7e8e-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:35.701468 | 0.03s 2026-02-26 16:24:37.193203 | fa163e59-d9bd-ca95-7e8e-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2026-02-26 16:24:37.220646 | fa163e59-d9bd-ca95-7e8e-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2026-02-26 16:24:37.221476 | fa163e59-d9bd-ca95-7e8e-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.746724 | 0.03s 2026-02-26 16:24:37.239219 | fa163e59-d9bd-ca95-7e8e-000000000b31 | TASK | cinder create LVM volume group dd 2026-02-26 16:24:37.268322 | fa163e59-d9bd-ca95-7e8e-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2026-02-26 16:24:37.269119 | fa163e59-d9bd-ca95-7e8e-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:35.794368 | 0.03s 2026-02-26 16:24:37.286592 | fa163e59-d9bd-ca95-7e8e-000000000b32 | TASK | Get or create LVM loopback device 2026-02-26 16:24:37.315014 | fa163e59-d9bd-ca95-7e8e-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2026-02-26 16:24:37.316464 | fa163e59-d9bd-ca95-7e8e-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:35.841703 | 0.03s 2026-02-26 16:24:37.346019 | fa163e59-d9bd-ca95-7e8e-000000000b33 | TASK | Create LVM volume group 2026-02-26 16:24:37.376001 | fa163e59-d9bd-ca95-7e8e-000000000b33 | SKIPPED | Create LVM volume group | standalone 2026-02-26 16:24:37.377143 | fa163e59-d9bd-ca95-7e8e-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:35.902385 | 0.03s 2026-02-26 16:24:37.402327 | fa163e59-d9bd-ca95-7e8e-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2026-02-26 16:24:37.421672 | fa163e59-d9bd-ca95-7e8e-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2026-02-26 16:24:37.422997 | fa163e59-d9bd-ca95-7e8e-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:35.948234 | 0.02s 2026-02-26 16:24:37.450261 | fa163e59-d9bd-ca95-7e8e-000000000b35 | TASK | cinder enable the LVM losetup service 2026-02-26 16:24:37.480091 | fa163e59-d9bd-ca95-7e8e-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2026-02-26 16:24:37.481460 | fa163e59-d9bd-ca95-7e8e-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:36.006694 | 0.03s 2026-02-26 16:24:37.506950 | fa163e59-d9bd-ca95-7e8e-000000000b37 | TASK | allow logrotate to read inside containers 2026-02-26 16:24:38.455819 | fa163e59-d9bd-ca95-7e8e-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2026-02-26 16:24:38.458179 | fa163e59-d9bd-ca95-7e8e-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:36.983413 | 0.95s 2026-02-26 16:24:38.484146 | fa163e59-d9bd-ca95-7e8e-000000000b38 | TASK | authorize httpd to listen on registry ports 2026-02-26 16:24:40.731697 | fa163e59-d9bd-ca95-7e8e-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-02-26 16:24:40.733490 | fa163e59-d9bd-ca95-7e8e-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:39.258731 | 2.25s 2026-02-26 16:24:40.794003 | fa163e59-d9bd-ca95-7e8e-000000000b3a | OK | set_fact | standalone 2026-02-26 16:24:40.795515 | fa163e59-d9bd-ca95-7e8e-000000000b3a | TIMING | set_fact | standalone | 0:01:39.320756 | 0.04s 2026-02-26 16:24:40.858842 | fa163e59-d9bd-ca95-7e8e-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:39.384070 | 0.03s 2026-02-26 16:24:40.916977 | fa163e59-d9bd-ca95-7e8e-000000000f06 | TASK | ensure apache is installed 2026-02-26 16:24:47.127480 | fa163e59-d9bd-ca95-7e8e-000000000f06 | CHANGED | ensure apache is installed | standalone 2026-02-26 16:24:47.129941 | fa163e59-d9bd-ca95-7e8e-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:45.655169 | 6.21s 2026-02-26 16:24:47.157812 | fa163e59-d9bd-ca95-7e8e-000000000f07 | TASK | create image data directory 2026-02-26 16:24:47.412159 | fa163e59-d9bd-ca95-7e8e-000000000f07 | CHANGED | create image data directory | standalone 2026-02-26 16:24:47.413809 | fa163e59-d9bd-ca95-7e8e-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:45.939048 | 0.25s 2026-02-26 16:24:47.439762 | fa163e59-d9bd-ca95-7e8e-000000000f08 | TASK | create /v2/ response file 2026-02-26 16:24:47.973223 | fa163e59-d9bd-ca95-7e8e-000000000f08 | CHANGED | create /v2/ response file | standalone 2026-02-26 16:24:47.974726 | fa163e59-d9bd-ca95-7e8e-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:46.499971 | 0.53s 2026-02-26 16:24:47.998388 | fa163e59-d9bd-ca95-7e8e-000000000f09 | TASK | Add listen line 2026-02-26 16:24:48.363460 | fa163e59-d9bd-ca95-7e8e-000000000f09 | CHANGED | Add listen line | standalone 2026-02-26 16:24:48.364578 | fa163e59-d9bd-ca95-7e8e-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:46.889826 | 0.36s 2026-02-26 16:24:48.383078 | fa163e59-d9bd-ca95-7e8e-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-02-26 16:24:48.884045 | fa163e59-d9bd-ca95-7e8e-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-02-26 16:24:48.885945 | fa163e59-d9bd-ca95-7e8e-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:47.411180 | 0.50s 2026-02-26 16:24:48.915008 | fa163e59-d9bd-ca95-7e8e-000000000f0b | TASK | Image-Serve | restart httpd 2026-02-26 16:24:49.995286 | fa163e59-d9bd-ca95-7e8e-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2026-02-26 16:24:49.997314 | fa163e59-d9bd-ca95-7e8e-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:48.522554 | 1.08s 2026-02-26 16:24:50.047792 | fa163e59-d9bd-ca95-7e8e-000000000b3d | TASK | create persistent logs directory 2026-02-26 16:24:50.268890 | fa163e59-d9bd-ca95-7e8e-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-02-26 16:24:50.271484 | fa163e59-d9bd-ca95-7e8e-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.796717 | 0.22s 2026-02-26 16:24:50.443461 | fa163e59-d9bd-ca95-7e8e-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-02-26 16:24:50.444707 | fa163e59-d9bd-ca95-7e8e-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.969949 | 0.40s 2026-02-26 16:24:50.451560 | fa163e59-d9bd-ca95-7e8e-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.976796 | 0.40s 2026-02-26 16:24:50.477628 | fa163e59-d9bd-ca95-7e8e-000000000b3e | TASK | Mount NFS on host 2026-02-26 16:24:50.507264 | fa163e59-d9bd-ca95-7e8e-000000000b3e | SKIPPED | Mount NFS on host | standalone 2026-02-26 16:24:50.508379 | fa163e59-d9bd-ca95-7e8e-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:49.033618 | 0.03s 2026-02-26 16:24:50.533565 | fa163e59-d9bd-ca95-7e8e-000000000b3f | TASK | Mount Node Staging Location 2026-02-26 16:24:50.562747 | fa163e59-d9bd-ca95-7e8e-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2026-02-26 16:24:50.563868 | fa163e59-d9bd-ca95-7e8e-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:49.089108 | 0.03s 2026-02-26 16:24:50.589413 | fa163e59-d9bd-ca95-7e8e-000000000b40 | TASK | ensure /var/lib/glance exists 2026-02-26 16:24:50.830270 | fa163e59-d9bd-ca95-7e8e-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2026-02-26 16:24:50.831721 | fa163e59-d9bd-ca95-7e8e-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:49.356962 | 0.24s 2026-02-26 16:24:50.857580 | fa163e59-d9bd-ca95-7e8e-000000000b41 | TASK | create logs directory 2026-02-26 16:24:51.142951 | fa163e59-d9bd-ca95-7e8e-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-26 16:24:51.145792 | fa163e59-d9bd-ca95-7e8e-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.671026 | 0.29s 2026-02-26 16:24:51.408631 | fa163e59-d9bd-ca95-7e8e-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-02-26 16:24:51.409536 | fa163e59-d9bd-ca95-7e8e-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.934783 | 0.55s 2026-02-26 16:24:51.416287 | fa163e59-d9bd-ca95-7e8e-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.941517 | 0.56s 2026-02-26 16:24:51.444593 | fa163e59-d9bd-ca95-7e8e-000000000b42 | TASK | Mount Gnocchi NFS on host 2026-02-26 16:24:51.479454 | fa163e59-d9bd-ca95-7e8e-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-02-26 16:24:51.480803 | fa163e59-d9bd-ca95-7e8e-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:50.006038 | 0.03s 2026-02-26 16:24:51.506297 | fa163e59-d9bd-ca95-7e8e-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2026-02-26 16:24:51.760867 | fa163e59-d9bd-ca95-7e8e-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-02-26 16:24:51.762676 | fa163e59-d9bd-ca95-7e8e-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:50.287913 | 0.26s 2026-02-26 16:24:51.783708 | fa163e59-d9bd-ca95-7e8e-000000000b44 | TASK | create persistent directories 2026-02-26 16:24:51.982591 | fa163e59-d9bd-ca95-7e8e-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-26 16:24:51.984883 | fa163e59-d9bd-ca95-7e8e-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.510119 | 0.20s 2026-02-26 16:24:51.994476 | fa163e59-d9bd-ca95-7e8e-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.519710 | 0.21s 2026-02-26 16:24:52.015957 | fa163e59-d9bd-ca95-7e8e-000000000b45 | TASK | create persistent data directory 2026-02-26 16:24:52.232084 | fa163e59-d9bd-ca95-7e8e-000000000b45 | OK | create persistent data directory | standalone 2026-02-26 16:24:52.234143 | fa163e59-d9bd-ca95-7e8e-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:50.759377 | 0.22s 2026-02-26 16:24:52.262027 | fa163e59-d9bd-ca95-7e8e-000000000b46 | TASK | get parameters 2026-02-26 16:24:52.304693 | fa163e59-d9bd-ca95-7e8e-000000000b46 | OK | get parameters | standalone 2026-02-26 16:24:52.306509 | fa163e59-d9bd-ca95-7e8e-000000000b46 | TIMING | get parameters | standalone | 0:01:50.831740 | 0.04s 2026-02-26 16:24:52.335783 | fa163e59-d9bd-ca95-7e8e-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2026-02-26 16:24:52.387885 | fa163e59-d9bd-ca95-7e8e-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2026-02-26 16:24:52.389740 | fa163e59-d9bd-ca95-7e8e-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:50.914976 | 0.05s 2026-02-26 16:24:52.415944 | fa163e59-d9bd-ca95-7e8e-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2026-02-26 16:24:52.466959 | fa163e59-d9bd-ca95-7e8e-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2026-02-26 16:24:52.468090 | fa163e59-d9bd-ca95-7e8e-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:50.993335 | 0.05s 2026-02-26 16:24:52.488317 | fa163e59-d9bd-ca95-7e8e-000000000b4a | TASK | get haproxy status 2026-02-26 16:24:52.538851 | fa163e59-d9bd-ca95-7e8e-000000000b4a | SKIPPED | get haproxy status | standalone 2026-02-26 16:24:52.540109 | fa163e59-d9bd-ca95-7e8e-000000000b4a | TIMING | get haproxy status | standalone | 0:01:51.065349 | 0.05s 2026-02-26 16:24:52.565587 | fa163e59-d9bd-ca95-7e8e-000000000b4b | TASK | get pacemaker status 2026-02-26 16:24:52.607515 | fa163e59-d9bd-ca95-7e8e-000000000b4b | SKIPPED | get pacemaker status | standalone 2026-02-26 16:24:52.608718 | fa163e59-d9bd-ca95-7e8e-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:51.133958 | 0.04s 2026-02-26 16:24:52.634030 | fa163e59-d9bd-ca95-7e8e-000000000b4c | TASK | get docker status 2026-02-26 16:24:52.673785 | fa163e59-d9bd-ca95-7e8e-000000000b4c | SKIPPED | get docker status | standalone 2026-02-26 16:24:52.675038 | fa163e59-d9bd-ca95-7e8e-000000000b4c | TIMING | get docker status | standalone | 0:01:51.200276 | 0.04s 2026-02-26 16:24:52.701690 | fa163e59-d9bd-ca95-7e8e-000000000b4d | TASK | get container_id 2026-02-26 16:24:52.741491 | fa163e59-d9bd-ca95-7e8e-000000000b4d | SKIPPED | get container_id | standalone 2026-02-26 16:24:52.742685 | fa163e59-d9bd-ca95-7e8e-000000000b4d | TIMING | get container_id | standalone | 0:01:51.267921 | 0.04s 2026-02-26 16:24:52.767836 | fa163e59-d9bd-ca95-7e8e-000000000b4e | TASK | get pcs resource name for haproxy container 2026-02-26 16:24:52.807428 | fa163e59-d9bd-ca95-7e8e-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2026-02-26 16:24:52.808548 | fa163e59-d9bd-ca95-7e8e-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.333788 | 0.04s 2026-02-26 16:24:52.833738 | fa163e59-d9bd-ca95-7e8e-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2026-02-26 16:24:52.873385 | fa163e59-d9bd-ca95-7e8e-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2026-02-26 16:24:52.874539 | fa163e59-d9bd-ca95-7e8e-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:51.399779 | 0.04s 2026-02-26 16:24:52.900848 | fa163e59-d9bd-ca95-7e8e-000000000b50 | TASK | push certificate content 2026-02-26 16:24:52.941117 | fa163e59-d9bd-ca95-7e8e-000000000b50 | SKIPPED | push certificate content | standalone 2026-02-26 16:24:52.942339 | fa163e59-d9bd-ca95-7e8e-000000000b50 | TIMING | push certificate content | standalone | 0:01:51.467577 | 0.04s 2026-02-26 16:24:52.968201 | fa163e59-d9bd-ca95-7e8e-000000000b52 | TASK | set certificate ownership 2026-02-26 16:24:53.018854 | fa163e59-d9bd-ca95-7e8e-000000000b52 | SKIPPED | set certificate ownership | standalone 2026-02-26 16:24:53.020065 | fa163e59-d9bd-ca95-7e8e-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:51.545306 | 0.05s 2026-02-26 16:24:53.045544 | fa163e59-d9bd-ca95-7e8e-000000000b53 | TASK | reload haproxy if enabled 2026-02-26 16:24:53.097407 | fa163e59-d9bd-ca95-7e8e-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2026-02-26 16:24:53.098818 | fa163e59-d9bd-ca95-7e8e-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:51.624056 | 0.05s 2026-02-26 16:24:53.123736 | fa163e59-d9bd-ca95-7e8e-000000000b54 | TASK | restart pacemaker resource for haproxy 2026-02-26 16:24:53.175254 | fa163e59-d9bd-ca95-7e8e-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2026-02-26 16:24:53.176682 | fa163e59-d9bd-ca95-7e8e-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:51.701921 | 0.05s 2026-02-26 16:24:53.202326 | fa163e59-d9bd-ca95-7e8e-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2026-02-26 16:24:53.253527 | fa163e59-d9bd-ca95-7e8e-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2026-02-26 16:24:53.254838 | fa163e59-d9bd-ca95-7e8e-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:51.780076 | 0.05s 2026-02-26 16:24:53.281080 | fa163e59-d9bd-ca95-7e8e-000000000b58 | TASK | create persistent directories 2026-02-26 16:24:53.558932 | fa163e59-d9bd-ca95-7e8e-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-02-26 16:24:53.562818 | fa163e59-d9bd-ca95-7e8e-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.088013 | 0.28s 2026-02-26 16:24:53.788848 | fa163e59-d9bd-ca95-7e8e-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-02-26 16:24:53.790544 | fa163e59-d9bd-ca95-7e8e-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.315781 | 0.51s 2026-02-26 16:24:53.797977 | fa163e59-d9bd-ca95-7e8e-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.323211 | 0.52s 2026-02-26 16:24:53.824500 | fa163e59-d9bd-ca95-7e8e-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2026-02-26 16:24:59.323526 | fa163e59-d9bd-ca95-7e8e-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-02-26 16:24:59.325101 | fa163e59-d9bd-ca95-7e8e-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:57.850341 | 5.50s 2026-02-26 16:24:59.350432 | fa163e59-d9bd-ca95-7e8e-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-02-26 16:24:59.433409 | fa163e59-d9bd-ca95-7e8e-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.82 seconds", "Notice: Applied catalog in 0.27 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.26", " Catalog application: 0.27", " Config retrieval: 0.92", " Last run: 1772123099", " Total: 0.27", "Version:", " Config: 1772123097", " 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-02-26 16:24:59.434902 | fa163e59-d9bd-ca95-7e8e-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:57.960141 | 0.08s 2026-02-26 16:24:59.461987 | fa163e59-d9bd-ca95-7e8e-000000000b5b | TASK | create persistent directories 2026-02-26 16:24:59.729399 | fa163e59-d9bd-ca95-7e8e-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-26 16:24:59.732158 | fa163e59-d9bd-ca95-7e8e-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.257391 | 0.27s 2026-02-26 16:24:59.942123 | fa163e59-d9bd-ca95-7e8e-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-02-26 16:24:59.943506 | fa163e59-d9bd-ca95-7e8e-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.468755 | 0.48s 2026-02-26 16:24:59.954291 | fa163e59-d9bd-ca95-7e8e-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.479538 | 0.49s 2026-02-26 16:24:59.980811 | fa163e59-d9bd-ca95-7e8e-000000000b5c | TASK | create persistent directories 2026-02-26 16:25:00.248669 | fa163e59-d9bd-ca95-7e8e-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-26 16:25:00.251893 | fa163e59-d9bd-ca95-7e8e-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.777122 | 0.27s 2026-02-26 16:25:00.421346 | fa163e59-d9bd-ca95-7e8e-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-02-26 16:25:00.423510 | fa163e59-d9bd-ca95-7e8e-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.948753 | 0.44s 2026-02-26 16:25:00.434358 | fa163e59-d9bd-ca95-7e8e-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.959590 | 0.45s 2026-02-26 16:25:00.460988 | fa163e59-d9bd-ca95-7e8e-000000000b5d | TASK | create persistent directories 2026-02-26 16:25:00.692216 | fa163e59-d9bd-ca95-7e8e-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-26 16:25:00.694736 | fa163e59-d9bd-ca95-7e8e-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.219969 | 0.23s 2026-02-26 16:25:00.704758 | fa163e59-d9bd-ca95-7e8e-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.229991 | 0.24s 2026-02-26 16:25:00.731025 | fa163e59-d9bd-ca95-7e8e-000000000b5e | TASK | create persistent directories 2026-02-26 16:25:00.995393 | fa163e59-d9bd-ca95-7e8e-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-02-26 16:25:00.998186 | fa163e59-d9bd-ca95-7e8e-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.523415 | 0.27s 2026-02-26 16:25:01.195127 | fa163e59-d9bd-ca95-7e8e-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-02-26 16:25:01.196413 | fa163e59-d9bd-ca95-7e8e-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.721654 | 0.46s 2026-02-26 16:25:01.392188 | fa163e59-d9bd-ca95-7e8e-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-02-26 16:25:01.394064 | fa163e59-d9bd-ca95-7e8e-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.919304 | 0.66s 2026-02-26 16:25:01.625016 | fa163e59-d9bd-ca95-7e8e-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-02-26 16:25:01.627500 | fa163e59-d9bd-ca95-7e8e-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.152734 | 0.90s 2026-02-26 16:25:01.638863 | fa163e59-d9bd-ca95-7e8e-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.164097 | 0.91s 2026-02-26 16:25:01.666302 | fa163e59-d9bd-ca95-7e8e-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2026-02-26 16:25:02.117963 | fa163e59-d9bd-ca95-7e8e-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-02-26 16:25:02.119688 | fa163e59-d9bd-ca95-7e8e-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:00.644929 | 0.45s 2026-02-26 16:25:02.145429 | fa163e59-d9bd-ca95-7e8e-000000000b60 | TASK | create fcontext entry for iscsi 2026-02-26 16:25:03.443766 | fa163e59-d9bd-ca95-7e8e-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-26 16:25:03.445907 | fa163e59-d9bd-ca95-7e8e-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.971138 | 1.30s 2026-02-26 16:25:04.741313 | fa163e59-d9bd-ca95-7e8e-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-26 16:25:04.744007 | fa163e59-d9bd-ca95-7e8e-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.269244 | 2.60s 2026-02-26 16:25:06.058789 | fa163e59-d9bd-ca95-7e8e-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-26 16:25:06.061332 | fa163e59-d9bd-ca95-7e8e-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.586572 | 3.91s 2026-02-26 16:25:06.072572 | fa163e59-d9bd-ca95-7e8e-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.597803 | 3.93s 2026-02-26 16:25:06.099982 | fa163e59-d9bd-ca95-7e8e-000000000b61 | TASK | create persistent directories 2026-02-26 16:25:06.386015 | fa163e59-d9bd-ca95-7e8e-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-26 16:25:06.388231 | fa163e59-d9bd-ca95-7e8e-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.913468 | 0.29s 2026-02-26 16:25:06.595346 | fa163e59-d9bd-ca95-7e8e-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-26 16:25:06.596755 | fa163e59-d9bd-ca95-7e8e-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.121998 | 0.50s 2026-02-26 16:25:06.812111 | fa163e59-d9bd-ca95-7e8e-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-26 16:25:06.813406 | fa163e59-d9bd-ca95-7e8e-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.338650 | 0.71s 2026-02-26 16:25:06.821035 | fa163e59-d9bd-ca95-7e8e-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.346267 | 0.72s 2026-02-26 16:25:06.850805 | fa163e59-d9bd-ca95-7e8e-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2026-02-26 16:25:07.116339 | fa163e59-d9bd-ca95-7e8e-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-02-26 16:25:07.117857 | fa163e59-d9bd-ca95-7e8e-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:05.643096 | 0.27s 2026-02-26 16:25:07.144308 | fa163e59-d9bd-ca95-7e8e-000000000b63 | TASK | Stop and disable iscsid.socket service 2026-02-26 16:25:07.174158 | fa163e59-d9bd-ca95-7e8e-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-02-26 16:25:07.175455 | fa163e59-d9bd-ca95-7e8e-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:05.700694 | 0.03s 2026-02-26 16:25:07.200748 | fa163e59-d9bd-ca95-7e8e-000000000b64 | TASK | Check if iscsi.service is enabled 2026-02-26 16:25:07.443646 | fa163e59-d9bd-ca95-7e8e-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2026-02-26 16:25:07.445204 | fa163e59-d9bd-ca95-7e8e-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:05.970444 | 0.24s 2026-02-26 16:25:07.473295 | fa163e59-d9bd-ca95-7e8e-000000000b65 | TASK | Stop iscsi.service 2026-02-26 16:25:07.506485 | fa163e59-d9bd-ca95-7e8e-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2026-02-26 16:25:07.507861 | fa163e59-d9bd-ca95-7e8e-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:06.033099 | 0.03s 2026-02-26 16:25:07.568582 | fa163e59-d9bd-ca95-7e8e-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:06.093810 | 0.03s 2026-02-26 16:25:07.667935 | fa163e59-d9bd-ca95-7e8e-000000001069 | TASK | Install additional packages 2026-02-26 16:25:07.698480 | fa163e59-d9bd-ca95-7e8e-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:06.223708 | 0.03s 2026-02-26 16:25:07.725998 | fa163e59-d9bd-ca95-7e8e-00000000106a | TASK | Remove dracut-config-generic 2026-02-26 16:25:11.737462 | fa163e59-d9bd-ca95-7e8e-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2026-02-26 16:25:11.740282 | fa163e59-d9bd-ca95-7e8e-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:10.265520 | 4.01s 2026-02-26 16:25:11.767379 | fa163e59-d9bd-ca95-7e8e-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-02-26 16:25:11.993328 | fa163e59-d9bd-ca95-7e8e-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-02-26 16:25:11.994317 | fa163e59-d9bd-ca95-7e8e-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:10.519564 | 0.23s 2026-02-26 16:25:12.014997 | fa163e59-d9bd-ca95-7e8e-00000000106c | TASK | Write list of modules to load at boot 2026-02-26 16:25:12.504790 | fa163e59-d9bd-ca95-7e8e-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2026-02-26 16:25:12.506125 | fa163e59-d9bd-ca95-7e8e-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:11.031365 | 0.49s 2026-02-26 16:25:12.532390 | fa163e59-d9bd-ca95-7e8e-00000000106d | TASK | Modules reload 2026-02-26 16:25:13.029765 | fa163e59-d9bd-ca95-7e8e-00000000106d | CHANGED | Modules reload | standalone 2026-02-26 16:25:13.031735 | fa163e59-d9bd-ca95-7e8e-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:11.556974 | 0.50s 2026-02-26 16:25:13.059284 | fa163e59-d9bd-ca95-7e8e-00000000106e | TASK | Set default sysctl options 2026-02-26 16:25:13.575525 | fa163e59-d9bd-ca95-7e8e-00000000106e | CHANGED | Set default sysctl options | standalone 2026-02-26 16:25:13.577052 | fa163e59-d9bd-ca95-7e8e-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:12.102291 | 0.52s 2026-02-26 16:25:13.604581 | fa163e59-d9bd-ca95-7e8e-00000000106f | TASK | Set extra sysctl options 2026-02-26 16:25:14.001236 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-02-26 16:25:14.003442 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.528680 | 0.40s 2026-02-26 16:25:14.246212 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-02-26 16:25:14.247426 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.772670 | 0.64s 2026-02-26 16:25:14.482226 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-02-26 16:25:14.483300 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.008545 | 0.88s 2026-02-26 16:25:14.716160 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-02-26 16:25:14.717409 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.242651 | 1.11s 2026-02-26 16:25:14.971073 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-02-26 16:25:14.972924 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.498167 | 1.37s 2026-02-26 16:25:15.196370 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-02-26 16:25:15.198231 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.723474 | 1.59s 2026-02-26 16:25:15.418946 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-02-26 16:25:15.420640 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.945850 | 1.81s 2026-02-26 16:25:15.649660 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-02-26 16:25:15.651200 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.176437 | 2.04s 2026-02-26 16:25:15.903038 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-02-26 16:25:15.904218 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.429471 | 2.30s 2026-02-26 16:25:16.148951 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-02-26 16:25:16.150785 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.676030 | 2.54s 2026-02-26 16:25:16.391069 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-02-26 16:25:16.392269 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.917512 | 2.79s 2026-02-26 16:25:16.651409 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-02-26 16:25:16.653335 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.178579 | 3.05s 2026-02-26 16:25:16.906775 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-02-26 16:25:16.907839 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.433083 | 3.30s 2026-02-26 16:25:17.168217 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-02-26 16:25:17.170037 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.695281 | 3.56s 2026-02-26 16:25:17.370406 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-02-26 16:25:17.372100 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.897344 | 3.77s 2026-02-26 16:25:17.590857 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-02-26 16:25:17.591928 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.117172 | 3.99s 2026-02-26 16:25:17.788713 | fa163e59-d9bd-ca95-7e8e-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-02-26 16:25:17.790790 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.316034 | 4.18s 2026-02-26 16:25:17.803302 | fa163e59-d9bd-ca95-7e8e-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.328538 | 4.20s 2026-02-26 16:25:17.833505 | fa163e59-d9bd-ca95-7e8e-000000001071 | TASK | Sysctl reload 2026-02-26 16:25:18.264212 | fa163e59-d9bd-ca95-7e8e-000000001071 | CHANGED | Sysctl reload | standalone 2026-02-26 16:25:18.266297 | fa163e59-d9bd-ca95-7e8e-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:16.791538 | 0.43s 2026-02-26 16:25:18.320177 | fa163e59-d9bd-ca95-7e8e-000000000b67 | TASK | create persistent directories 2026-02-26 16:25:18.571723 | fa163e59-d9bd-ca95-7e8e-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-02-26 16:25:18.573533 | fa163e59-d9bd-ca95-7e8e-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.098768 | 0.25s 2026-02-26 16:25:18.735053 | fa163e59-d9bd-ca95-7e8e-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-02-26 16:25:18.736925 | fa163e59-d9bd-ca95-7e8e-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.262168 | 0.42s 2026-02-26 16:25:18.748358 | fa163e59-d9bd-ca95-7e8e-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.273577 | 0.43s 2026-02-26 16:25:18.776411 | fa163e59-d9bd-ca95-7e8e-000000000b68 | TASK | Check if file certs_valid exist 2026-02-26 16:25:19.001143 | fa163e59-d9bd-ca95-7e8e-000000000b68 | OK | Check if file certs_valid exist | standalone 2026-02-26 16:25:19.002952 | fa163e59-d9bd-ca95-7e8e-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:17.528187 | 0.22s 2026-02-26 16:25:19.030275 | fa163e59-d9bd-ca95-7e8e-000000000b69 | TASK | Check if file cert9.db exist 2026-02-26 16:25:19.261211 | fa163e59-d9bd-ca95-7e8e-000000000b69 | OK | Check if file cert9.db exist | standalone 2026-02-26 16:25:19.262951 | fa163e59-d9bd-ca95-7e8e-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:17.788189 | 0.23s 2026-02-26 16:25:19.289556 | fa163e59-d9bd-ca95-7e8e-000000000b6a | TASK | Check if file key4.db exist 2026-02-26 16:25:19.482830 | fa163e59-d9bd-ca95-7e8e-000000000b6a | OK | Check if file key4.db exist | standalone 2026-02-26 16:25:19.484259 | fa163e59-d9bd-ca95-7e8e-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:18.009500 | 0.19s 2026-02-26 16:25:19.540679 | fa163e59-d9bd-ca95-7e8e-000000000b6b | SKIPPED | fail | standalone 2026-02-26 16:25:19.542039 | fa163e59-d9bd-ca95-7e8e-000000000b6b | TIMING | fail | standalone | 0:02:18.067277 | 0.03s 2026-02-26 16:25:19.567012 | fa163e59-d9bd-ca95-7e8e-000000000b6c | TASK | Create persistent directories 2026-02-26 16:25:19.837424 | fa163e59-d9bd-ca95-7e8e-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-26 16:25:19.839162 | fa163e59-d9bd-ca95-7e8e-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:18.364400 | 0.27s 2026-02-26 16:25:20.068500 | fa163e59-d9bd-ca95-7e8e-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-02-26 16:25:20.070247 | fa163e59-d9bd-ca95-7e8e-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:18.595491 | 0.50s 2026-02-26 16:25:20.080662 | fa163e59-d9bd-ca95-7e8e-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:18.605903 | 0.51s 2026-02-26 16:25:20.101144 | fa163e59-d9bd-ca95-7e8e-000000000b6d | TASK | create persistent directories 2026-02-26 16:25:20.355414 | fa163e59-d9bd-ca95-7e8e-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-26 16:25:20.357036 | fa163e59-d9bd-ca95-7e8e-000000000b6d | TIMING | create persistent directories | standalone | 0:02:18.882284 | 0.25s 2026-02-26 16:25:20.367457 | fa163e59-d9bd-ca95-7e8e-000000000b6d | TIMING | create persistent directories | standalone | 0:02:18.892696 | 0.26s 2026-02-26 16:25:20.393487 | fa163e59-d9bd-ca95-7e8e-000000000b6e | TASK | create persistent directories 2026-02-26 16:25:20.654746 | fa163e59-d9bd-ca95-7e8e-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-26 16:25:20.656493 | fa163e59-d9bd-ca95-7e8e-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.181730 | 0.26s 2026-02-26 16:25:20.855638 | fa163e59-d9bd-ca95-7e8e-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-02-26 16:25:20.857520 | fa163e59-d9bd-ca95-7e8e-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.382764 | 0.46s 2026-02-26 16:25:20.868298 | fa163e59-d9bd-ca95-7e8e-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.393535 | 0.47s 2026-02-26 16:25:20.899476 | fa163e59-d9bd-ca95-7e8e-000000000b6f | TASK | create persistent directories 2026-02-26 16:25:21.153001 | fa163e59-d9bd-ca95-7e8e-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-02-26 16:25:21.154941 | fa163e59-d9bd-ca95-7e8e-000000000b6f | TIMING | create persistent directories | standalone | 0:02:19.680180 | 0.25s 2026-02-26 16:25:21.164540 | fa163e59-d9bd-ca95-7e8e-000000000b6f | TIMING | create persistent directories | standalone | 0:02:19.689783 | 0.26s 2026-02-26 16:25:21.185050 | fa163e59-d9bd-ca95-7e8e-000000000b70 | TASK | create persistent directories 2026-02-26 16:25:21.447825 | fa163e59-d9bd-ca95-7e8e-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-02-26 16:25:21.449866 | fa163e59-d9bd-ca95-7e8e-000000000b70 | TIMING | create persistent directories | standalone | 0:02:19.975102 | 0.26s 2026-02-26 16:25:21.679391 | fa163e59-d9bd-ca95-7e8e-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-02-26 16:25:21.681206 | fa163e59-d9bd-ca95-7e8e-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.206450 | 0.50s 2026-02-26 16:25:21.859558 | fa163e59-d9bd-ca95-7e8e-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-02-26 16:25:21.860903 | fa163e59-d9bd-ca95-7e8e-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.386147 | 0.67s 2026-02-26 16:25:21.873810 | fa163e59-d9bd-ca95-7e8e-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.399046 | 0.69s 2026-02-26 16:25:21.901105 | fa163e59-d9bd-ca95-7e8e-000000000b71 | TASK | create persistent directories 2026-02-26 16:25:22.202301 | fa163e59-d9bd-ca95-7e8e-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-26 16:25:22.204759 | fa163e59-d9bd-ca95-7e8e-000000000b71 | TIMING | create persistent directories | standalone | 0:02:20.729990 | 0.30s 2026-02-26 16:25:22.412747 | fa163e59-d9bd-ca95-7e8e-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-02-26 16:25:22.413895 | fa163e59-d9bd-ca95-7e8e-000000000b71 | TIMING | create persistent directories | standalone | 0:02:20.939140 | 0.51s 2026-02-26 16:25:22.426674 | fa163e59-d9bd-ca95-7e8e-000000000b71 | TIMING | create persistent directories | standalone | 0:02:20.951916 | 0.52s 2026-02-26 16:25:22.447469 | fa163e59-d9bd-ca95-7e8e-000000000b72 | TASK | create persistent directories 2026-02-26 16:25:22.685470 | fa163e59-d9bd-ca95-7e8e-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-26 16:25:22.687570 | fa163e59-d9bd-ca95-7e8e-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.212806 | 0.24s 2026-02-26 16:25:22.697393 | fa163e59-d9bd-ca95-7e8e-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.222638 | 0.25s 2026-02-26 16:25:22.724653 | fa163e59-d9bd-ca95-7e8e-000000000b73 | TASK | creating directory 2026-02-26 16:25:22.946111 | fa163e59-d9bd-ca95-7e8e-000000000b73 | CHANGED | creating directory | standalone 2026-02-26 16:25:22.947790 | fa163e59-d9bd-ca95-7e8e-000000000b73 | TIMING | creating directory | standalone | 0:02:21.473030 | 0.22s 2026-02-26 16:25:22.973562 | fa163e59-d9bd-ca95-7e8e-000000000b74 | TASK | derive pci passthrough whitelist 2026-02-26 16:25:23.418703 | fa163e59-d9bd-ca95-7e8e-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2026-02-26 16:25:23.420387 | fa163e59-d9bd-ca95-7e8e-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:21.945620 | 0.45s 2026-02-26 16:25:23.448492 | fa163e59-d9bd-ca95-7e8e-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2026-02-26 16:25:24.310201 | fa163e59-d9bd-ca95-7e8e-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-02-26 16:25:24.311495 | fa163e59-d9bd-ca95-7e8e-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:22.836737 | 0.86s 2026-02-26 16:25:24.337579 | fa163e59-d9bd-ca95-7e8e-000000000b76 | TASK | create /run/netns with temp namespace 2026-02-26 16:25:24.569930 | fa163e59-d9bd-ca95-7e8e-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2026-02-26 16:25:24.571292 | fa163e59-d9bd-ca95-7e8e-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:23.096535 | 0.23s 2026-02-26 16:25:24.597139 | fa163e59-d9bd-ca95-7e8e-000000000b77 | TASK | remove temp namespace 2026-02-26 16:25:24.831676 | fa163e59-d9bd-ca95-7e8e-000000000b77 | CHANGED | remove temp namespace | standalone 2026-02-26 16:25:24.833059 | fa163e59-d9bd-ca95-7e8e-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:23.358298 | 0.23s 2026-02-26 16:25:24.858264 | fa163e59-d9bd-ca95-7e8e-000000000b78 | TASK | create /var/lib/neutron 2026-02-26 16:25:25.095769 | fa163e59-d9bd-ca95-7e8e-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2026-02-26 16:25:25.097393 | fa163e59-d9bd-ca95-7e8e-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:23.622634 | 0.24s 2026-02-26 16:25:25.123171 | fa163e59-d9bd-ca95-7e8e-000000000b79 | TASK | set conditions 2026-02-26 16:25:25.151834 | fa163e59-d9bd-ca95-7e8e-000000000b79 | OK | set conditions | standalone 2026-02-26 16:25:25.153187 | fa163e59-d9bd-ca95-7e8e-000000000b79 | TIMING | set conditions | standalone | 0:02:23.678428 | 0.03s 2026-02-26 16:25:25.178773 | fa163e59-d9bd-ca95-7e8e-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2026-02-26 16:25:25.425962 | fa163e59-d9bd-ca95-7e8e-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-02-26 16:25:25.426976 | fa163e59-d9bd-ca95-7e8e-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:23.952223 | 0.25s 2026-02-26 16:25:25.447292 | fa163e59-d9bd-ca95-7e8e-000000000b7b | TASK | create dnsmasq dhcp kill script 2026-02-26 16:25:25.935682 | fa163e59-d9bd-ca95-7e8e-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2026-02-26 16:25:25.936953 | fa163e59-d9bd-ca95-7e8e-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:24.462195 | 0.49s 2026-02-26 16:25:25.962738 | fa163e59-d9bd-ca95-7e8e-000000000b7c | TASK | create haproxy kill script 2026-02-26 16:25:26.426872 | fa163e59-d9bd-ca95-7e8e-000000000b7c | CHANGED | create haproxy kill script | standalone 2026-02-26 16:25:26.428138 | fa163e59-d9bd-ca95-7e8e-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:24.953378 | 0.46s 2026-02-26 16:25:26.453687 | fa163e59-d9bd-ca95-7e8e-000000000b7d | TASK | create persistent directories 2026-02-26 16:25:26.712338 | fa163e59-d9bd-ca95-7e8e-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-26 16:25:26.714085 | fa163e59-d9bd-ca95-7e8e-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.239320 | 0.26s 2026-02-26 16:25:27.171999 | fa163e59-d9bd-ca95-7e8e-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-02-26 16:25:27.172704 | fa163e59-d9bd-ca95-7e8e-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.697955 | 0.72s 2026-02-26 16:25:27.176160 | fa163e59-d9bd-ca95-7e8e-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.701412 | 0.72s 2026-02-26 16:25:27.194038 | fa163e59-d9bd-ca95-7e8e-000000000b7e | TASK | create persistent directories 2026-02-26 16:25:27.449362 | fa163e59-d9bd-ca95-7e8e-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-26 16:25:27.451697 | fa163e59-d9bd-ca95-7e8e-000000000b7e | TIMING | create persistent directories | standalone | 0:02:25.976933 | 0.26s 2026-02-26 16:25:27.462399 | fa163e59-d9bd-ca95-7e8e-000000000b7e | TIMING | create persistent directories | standalone | 0:02:25.987636 | 0.27s 2026-02-26 16:25:27.488297 | fa163e59-d9bd-ca95-7e8e-000000000b7f | TASK | create persistent directories 2026-02-26 16:25:27.741151 | fa163e59-d9bd-ca95-7e8e-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-26 16:25:27.745803 | fa163e59-d9bd-ca95-7e8e-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.271039 | 0.26s 2026-02-26 16:25:27.962366 | fa163e59-d9bd-ca95-7e8e-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-02-26 16:25:27.963532 | fa163e59-d9bd-ca95-7e8e-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.488775 | 0.47s 2026-02-26 16:25:27.970197 | fa163e59-d9bd-ca95-7e8e-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.495432 | 0.48s 2026-02-26 16:25:27.997665 | fa163e59-d9bd-ca95-7e8e-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2026-02-26 16:25:28.232940 | fa163e59-d9bd-ca95-7e8e-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-02-26 16:25:28.234244 | fa163e59-d9bd-ca95-7e8e-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:26.759485 | 0.24s 2026-02-26 16:25:28.259713 | fa163e59-d9bd-ca95-7e8e-000000000b81 | TASK | create persistent directories 2026-02-26 16:25:28.527488 | fa163e59-d9bd-ca95-7e8e-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-26 16:25:28.529586 | fa163e59-d9bd-ca95-7e8e-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.054810 | 0.27s 2026-02-26 16:25:28.727341 | fa163e59-d9bd-ca95-7e8e-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-02-26 16:25:28.729038 | fa163e59-d9bd-ca95-7e8e-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.254283 | 0.47s 2026-02-26 16:25:28.928404 | fa163e59-d9bd-ca95-7e8e-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-02-26 16:25:28.929438 | fa163e59-d9bd-ca95-7e8e-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.454684 | 0.67s 2026-02-26 16:25:29.115543 | fa163e59-d9bd-ca95-7e8e-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-26 16:25:29.117415 | fa163e59-d9bd-ca95-7e8e-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.642660 | 0.86s 2026-02-26 16:25:29.307653 | fa163e59-d9bd-ca95-7e8e-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-02-26 16:25:29.309393 | fa163e59-d9bd-ca95-7e8e-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.834639 | 1.05s 2026-02-26 16:25:29.320746 | fa163e59-d9bd-ca95-7e8e-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.845992 | 1.06s 2026-02-26 16:25:29.346762 | fa163e59-d9bd-ca95-7e8e-000000000b82 | TASK | ensure /run/nova is present upon reboot 2026-02-26 16:25:29.822355 | fa163e59-d9bd-ca95-7e8e-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-02-26 16:25:29.823746 | fa163e59-d9bd-ca95-7e8e-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:28.348986 | 0.48s 2026-02-26 16:25:29.849230 | fa163e59-d9bd-ca95-7e8e-000000000b83 | TASK | create tempfiles 2026-02-26 16:25:30.138888 | fa163e59-d9bd-ca95-7e8e-000000000b83 | CHANGED | create tempfiles | standalone 2026-02-26 16:25:30.140127 | fa163e59-d9bd-ca95-7e8e-000000000b83 | TIMING | create tempfiles | standalone | 0:02:28.665373 | 0.29s 2026-02-26 16:25:30.158686 | fa163e59-d9bd-ca95-7e8e-000000000b84 | TASK | Mount Nova NFS Share 2026-02-26 16:25:30.187082 | fa163e59-d9bd-ca95-7e8e-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2026-02-26 16:25:30.187745 | fa163e59-d9bd-ca95-7e8e-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:28.712995 | 0.03s 2026-02-26 16:25:30.213283 | fa163e59-d9bd-ca95-7e8e-000000000b86 | TASK | check systemd-container package installed or not 2026-02-26 16:25:30.243237 | fa163e59-d9bd-ca95-7e8e-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2026-02-26 16:25:30.245246 | fa163e59-d9bd-ca95-7e8e-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:28.770483 | 0.03s 2026-02-26 16:25:30.273566 | fa163e59-d9bd-ca95-7e8e-000000000b87 | TASK | get latest package from downloaded package versions 2026-02-26 16:25:30.303952 | fa163e59-d9bd-ca95-7e8e-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2026-02-26 16:25:30.305368 | fa163e59-d9bd-ca95-7e8e-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:28.830605 | 0.03s 2026-02-26 16:25:30.333742 | fa163e59-d9bd-ca95-7e8e-000000000b88 | TASK | Install systemd-container package on boot 2026-02-26 16:25:30.364745 | fa163e59-d9bd-ca95-7e8e-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2026-02-26 16:25:30.366218 | fa163e59-d9bd-ca95-7e8e-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:28.891456 | 0.03s 2026-02-26 16:25:30.392951 | fa163e59-d9bd-ca95-7e8e-000000000b89 | TASK | enable install-systemd-container on compute boot 2026-02-26 16:25:30.423361 | fa163e59-d9bd-ca95-7e8e-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-02-26 16:25:30.424698 | fa163e59-d9bd-ca95-7e8e-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:28.949936 | 0.03s 2026-02-26 16:25:30.451678 | fa163e59-d9bd-ca95-7e8e-000000000b8a | TASK | check if install-systemd-container service exists 2026-02-26 16:25:30.482791 | fa163e59-d9bd-ca95-7e8e-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2026-02-26 16:25:30.484008 | fa163e59-d9bd-ca95-7e8e-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:29.009243 | 0.03s 2026-02-26 16:25:30.510496 | fa163e59-d9bd-ca95-7e8e-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2026-02-26 16:25:30.541531 | fa163e59-d9bd-ca95-7e8e-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-02-26 16:25:30.543216 | fa163e59-d9bd-ca95-7e8e-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:29.068448 | 0.03s 2026-02-26 16:25:30.573952 | fa163e59-d9bd-ca95-7e8e-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2026-02-26 16:25:30.605288 | fa163e59-d9bd-ca95-7e8e-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-02-26 16:25:30.606419 | fa163e59-d9bd-ca95-7e8e-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:29.131660 | 0.03s 2026-02-26 16:25:30.631473 | fa163e59-d9bd-ca95-7e8e-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-02-26 16:25:30.663806 | fa163e59-d9bd-ca95-7e8e-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-02-26 16:25:30.665151 | fa163e59-d9bd-ca95-7e8e-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:29.190389 | 0.03s 2026-02-26 16:25:30.694950 | fa163e59-d9bd-ca95-7e8e-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-26 16:25:30.726554 | fa163e59-d9bd-ca95-7e8e-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-26 16:25:30.727745 | fa163e59-d9bd-ca95-7e8e-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.252981 | 0.03s 2026-02-26 16:25:30.753284 | fa163e59-d9bd-ca95-7e8e-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-02-26 16:25:30.783990 | fa163e59-d9bd-ca95-7e8e-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-26 16:25:30.785212 | fa163e59-d9bd-ca95-7e8e-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.310457 | 0.03s 2026-02-26 16:25:30.803577 | fa163e59-d9bd-ca95-7e8e-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-02-26 16:25:30.841253 | fa163e59-d9bd-ca95-7e8e-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-02-26 16:25:30.842460 | fa163e59-d9bd-ca95-7e8e-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:29.367697 | 0.04s 2026-02-26 16:25:30.868869 | fa163e59-d9bd-ca95-7e8e-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-02-26 16:25:30.900764 | fa163e59-d9bd-ca95-7e8e-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-02-26 16:25:30.902003 | fa163e59-d9bd-ca95-7e8e-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:29.427243 | 0.03s 2026-02-26 16:25:30.926975 | fa163e59-d9bd-ca95-7e8e-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-26 16:25:30.960359 | fa163e59-d9bd-ca95-7e8e-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-26 16:25:30.961689 | fa163e59-d9bd-ca95-7e8e-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.486927 | 0.03s 2026-02-26 16:25:30.987352 | fa163e59-d9bd-ca95-7e8e-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-02-26 16:25:31.020075 | fa163e59-d9bd-ca95-7e8e-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-26 16:25:31.021892 | fa163e59-d9bd-ca95-7e8e-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.547122 | 0.03s 2026-02-26 16:25:31.043099 | fa163e59-d9bd-ca95-7e8e-000000000b98 | TASK | Do we prepend nova startup with a delay 2026-02-26 16:25:31.083513 | fa163e59-d9bd-ca95-7e8e-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2026-02-26 16:25:31.085155 | fa163e59-d9bd-ca95-7e8e-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:29.610393 | 0.04s 2026-02-26 16:25:31.110859 | fa163e59-d9bd-ca95-7e8e-000000000b99 | TASK | install nova-compute delay wrapper script 2026-02-26 16:25:31.162812 | fa163e59-d9bd-ca95-7e8e-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-02-26 16:25:31.164371 | fa163e59-d9bd-ca95-7e8e-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:29.689608 | 0.05s 2026-02-26 16:25:31.190334 | fa163e59-d9bd-ca95-7e8e-000000000b9a | TASK | Is irqbalance enabled 2026-02-26 16:25:31.236275 | fa163e59-d9bd-ca95-7e8e-000000000b9a | OK | Is irqbalance enabled | standalone 2026-02-26 16:25:31.237853 | fa163e59-d9bd-ca95-7e8e-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:29.763092 | 0.05s 2026-02-26 16:25:31.264729 | fa163e59-d9bd-ca95-7e8e-000000000b9b | TASK | disable irqbalance service on compute 2026-02-26 16:25:31.299268 | fa163e59-d9bd-ca95-7e8e-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2026-02-26 16:25:31.300868 | fa163e59-d9bd-ca95-7e8e-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:29.826105 | 0.03s 2026-02-26 16:25:31.327553 | fa163e59-d9bd-ca95-7e8e-000000000b9c | TASK | create persistent directories 2026-02-26 16:25:31.581982 | fa163e59-d9bd-ca95-7e8e-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-02-26 16:25:31.583896 | fa163e59-d9bd-ca95-7e8e-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.109129 | 0.25s 2026-02-26 16:25:31.596475 | fa163e59-d9bd-ca95-7e8e-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.121710 | 0.27s 2026-02-26 16:25:31.630752 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TASK | create libvirt persistent data directories 2026-02-26 16:25:31.913998 | fa163e59-d9bd-ca95-7e8e-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-02-26 16:25:31.915739 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.440979 | 0.28s 2026-02-26 16:25:32.159674 | fa163e59-d9bd-ca95-7e8e-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-02-26 16:25:32.160907 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.686155 | 0.53s 2026-02-26 16:25:32.365089 | fa163e59-d9bd-ca95-7e8e-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-02-26 16:25:32.366981 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.892225 | 0.73s 2026-02-26 16:25:32.617972 | fa163e59-d9bd-ca95-7e8e-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-26 16:25:32.619005 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.144250 | 0.99s 2026-02-26 16:25:32.854431 | fa163e59-d9bd-ca95-7e8e-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-02-26 16:25:32.856283 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.381527 | 1.22s 2026-02-26 16:25:33.059396 | fa163e59-d9bd-ca95-7e8e-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-26 16:25:33.060952 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.586196 | 1.43s 2026-02-26 16:25:33.278902 | fa163e59-d9bd-ca95-7e8e-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-02-26 16:25:33.279929 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.805174 | 1.65s 2026-02-26 16:25:33.512156 | fa163e59-d9bd-ca95-7e8e-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-02-26 16:25:33.514064 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.039308 | 1.88s 2026-02-26 16:25:33.526501 | fa163e59-d9bd-ca95-7e8e-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.051736 | 1.89s 2026-02-26 16:25:33.556630 | fa163e59-d9bd-ca95-7e8e-000000000b9e | TASK | ensure qemu group is present on the host 2026-02-26 16:25:34.004731 | fa163e59-d9bd-ca95-7e8e-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2026-02-26 16:25:34.006326 | fa163e59-d9bd-ca95-7e8e-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:32.531565 | 0.45s 2026-02-26 16:25:34.032291 | fa163e59-d9bd-ca95-7e8e-000000000b9f | TASK | ensure qemu user is present on the host 2026-02-26 16:25:34.562352 | fa163e59-d9bd-ca95-7e8e-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2026-02-26 16:25:34.563790 | fa163e59-d9bd-ca95-7e8e-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:33.089037 | 0.53s 2026-02-26 16:25:34.582616 | fa163e59-d9bd-ca95-7e8e-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2026-02-26 16:25:34.820226 | fa163e59-d9bd-ca95-7e8e-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-02-26 16:25:34.821394 | fa163e59-d9bd-ca95-7e8e-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:33.346634 | 0.24s 2026-02-26 16:25:34.841046 | fa163e59-d9bd-ca95-7e8e-000000000ba1 | TASK | check if libvirt is installed 2026-02-26 16:25:35.073219 | fa163e59-d9bd-ca95-7e8e-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2026-02-26 16:25:35.074677 | fa163e59-d9bd-ca95-7e8e-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:33.599912 | 0.23s 2026-02-26 16:25:35.100759 | fa163e59-d9bd-ca95-7e8e-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2026-02-26 16:25:35.143276 | fa163e59-d9bd-ca95-7e8e-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-02-26 16:25:35.149735 | fa163e59-d9bd-ca95-7e8e-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-02-26 16:25:35.155433 | fa163e59-d9bd-ca95-7e8e-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:33.680669 | 0.05s 2026-02-26 16:25:35.181376 | fa163e59-d9bd-ca95-7e8e-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2026-02-26 16:25:35.652085 | fa163e59-d9bd-ca95-7e8e-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-02-26 16:25:35.653510 | fa163e59-d9bd-ca95-7e8e-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:34.178749 | 0.47s 2026-02-26 16:25:35.679775 | fa163e59-d9bd-ca95-7e8e-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-02-26 16:25:36.538706 | fa163e59-d9bd-ca95-7e8e-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-02-26 16:25:36.539869 | fa163e59-d9bd-ca95-7e8e-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:35.065115 | 0.86s 2026-02-26 16:25:36.557558 | fa163e59-d9bd-ca95-7e8e-000000000ba5 | TASK | remove gnutls-qemu.config 2026-02-26 16:25:36.773077 | fa163e59-d9bd-ca95-7e8e-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2026-02-26 16:25:36.774794 | fa163e59-d9bd-ca95-7e8e-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:35.300028 | 0.22s 2026-02-26 16:25:36.808973 | fa163e59-d9bd-ca95-7e8e-000000000ba6 | TASK | update crypto policies 2026-02-26 16:25:36.841934 | fa163e59-d9bd-ca95-7e8e-000000000ba6 | SKIPPED | update crypto policies | standalone 2026-02-26 16:25:36.843407 | fa163e59-d9bd-ca95-7e8e-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:35.368644 | 0.03s 2026-02-26 16:25:36.870170 | fa163e59-d9bd-ca95-7e8e-000000000ba7 | TASK | Create libvirt persistent data directories 2026-02-26 16:25:37.120728 | fa163e59-d9bd-ca95-7e8e-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-02-26 16:25:37.122269 | fa163e59-d9bd-ca95-7e8e-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.647506 | 0.25s 2026-02-26 16:25:37.129200 | fa163e59-d9bd-ca95-7e8e-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.654433 | 0.26s 2026-02-26 16:25:37.158715 | fa163e59-d9bd-ca95-7e8e-000000000ba8 | TASK | create persistent directories 2026-02-26 16:25:37.428500 | fa163e59-d9bd-ca95-7e8e-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-26 16:25:37.429723 | fa163e59-d9bd-ca95-7e8e-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:35.954968 | 0.27s 2026-02-26 16:25:37.652010 | fa163e59-d9bd-ca95-7e8e-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-26 16:25:37.653126 | fa163e59-d9bd-ca95-7e8e-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:36.178371 | 0.49s 2026-02-26 16:25:37.660146 | fa163e59-d9bd-ca95-7e8e-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:36.185384 | 0.50s 2026-02-26 16:25:37.685739 | fa163e59-d9bd-ca95-7e8e-000000000ba9 | TASK | Copy in cleanup script 2026-02-26 16:25:38.134219 | fa163e59-d9bd-ca95-7e8e-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2026-02-26 16:25:38.135098 | fa163e59-d9bd-ca95-7e8e-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:36.660348 | 0.45s 2026-02-26 16:25:38.161263 | fa163e59-d9bd-ca95-7e8e-000000000baa | TASK | Copy in cleanup service 2026-02-26 16:25:38.644889 | fa163e59-d9bd-ca95-7e8e-000000000baa | CHANGED | Copy in cleanup service | standalone 2026-02-26 16:25:38.646358 | fa163e59-d9bd-ca95-7e8e-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:37.171597 | 0.48s 2026-02-26 16:25:38.673925 | fa163e59-d9bd-ca95-7e8e-000000000bab | TASK | Enabling the cleanup service 2026-02-26 16:25:39.445453 | fa163e59-d9bd-ca95-7e8e-000000000bab | CHANGED | Enabling the cleanup service | standalone 2026-02-26 16:25:39.446957 | fa163e59-d9bd-ca95-7e8e-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:37.972202 | 0.77s 2026-02-26 16:25:39.466030 | fa163e59-d9bd-ca95-7e8e-000000000bac | TASK | create persistent directories 2026-02-26 16:25:39.736382 | fa163e59-d9bd-ca95-7e8e-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-26 16:25:39.737947 | fa163e59-d9bd-ca95-7e8e-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.263183 | 0.27s 2026-02-26 16:25:39.948279 | fa163e59-d9bd-ca95-7e8e-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-26 16:25:39.949431 | fa163e59-d9bd-ca95-7e8e-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.474675 | 0.48s 2026-02-26 16:25:39.956455 | fa163e59-d9bd-ca95-7e8e-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.481694 | 0.49s 2026-02-26 16:25:39.982456 | fa163e59-d9bd-ca95-7e8e-000000000bad | TASK | set conditions 2026-02-26 16:25:40.013378 | fa163e59-d9bd-ca95-7e8e-000000000bad | OK | set conditions | standalone 2026-02-26 16:25:40.014664 | fa163e59-d9bd-ca95-7e8e-000000000bad | TIMING | set conditions | standalone | 0:02:38.539902 | 0.03s 2026-02-26 16:25:40.040526 | fa163e59-d9bd-ca95-7e8e-000000000bae | TASK | create persistent directories 2026-02-26 16:25:40.309160 | fa163e59-d9bd-ca95-7e8e-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-26 16:25:40.311531 | fa163e59-d9bd-ca95-7e8e-000000000bae | TIMING | create persistent directories | standalone | 0:02:38.836767 | 0.27s 2026-02-26 16:25:40.513312 | fa163e59-d9bd-ca95-7e8e-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-02-26 16:25:40.515012 | fa163e59-d9bd-ca95-7e8e-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.040256 | 0.47s 2026-02-26 16:25:40.705947 | fa163e59-d9bd-ca95-7e8e-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-02-26 16:25:40.707746 | fa163e59-d9bd-ca95-7e8e-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.232988 | 0.67s 2026-02-26 16:25:40.718668 | fa163e59-d9bd-ca95-7e8e-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.243905 | 0.68s 2026-02-26 16:25:40.745098 | fa163e59-d9bd-ca95-7e8e-000000000baf | TASK | ensure /run/octavia is present upon reboot 2026-02-26 16:25:41.208311 | fa163e59-d9bd-ca95-7e8e-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-02-26 16:25:41.209734 | fa163e59-d9bd-ca95-7e8e-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:39.734975 | 0.46s 2026-02-26 16:25:41.235000 | fa163e59-d9bd-ca95-7e8e-000000000bb0 | TASK | create persistent directories 2026-02-26 16:25:41.500255 | fa163e59-d9bd-ca95-7e8e-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-26 16:25:41.503359 | fa163e59-d9bd-ca95-7e8e-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.028586 | 0.27s 2026-02-26 16:25:41.723360 | fa163e59-d9bd-ca95-7e8e-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-02-26 16:25:41.724164 | fa163e59-d9bd-ca95-7e8e-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.249413 | 0.49s 2026-02-26 16:25:41.728902 | fa163e59-d9bd-ca95-7e8e-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.254140 | 0.49s 2026-02-26 16:25:41.756848 | fa163e59-d9bd-ca95-7e8e-000000000bb1 | TASK | create empty log files 2026-02-26 16:25:41.991807 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:25:41.993525 | fa163e59-d9bd-ca95-7e8e-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.518772 | 0.24s 2026-02-26 16:25:42.173771 | fa163e59-d9bd-ca95-7e8e-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-02-26 16:25:42.175168 | fa163e59-d9bd-ca95-7e8e-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.700418 | 0.42s 2026-02-26 16:25:42.186051 | fa163e59-d9bd-ca95-7e8e-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.711289 | 0.43s 2026-02-26 16:25:42.213064 | fa163e59-d9bd-ca95-7e8e-000000000bb2 | TASK | create persistent directories 2026-02-26 16:25:42.439432 | fa163e59-d9bd-ca95-7e8e-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-26 16:25:42.440481 | fa163e59-d9bd-ca95-7e8e-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:40.965729 | 0.23s 2026-02-26 16:25:42.445110 | fa163e59-d9bd-ca95-7e8e-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:40.970349 | 0.23s 2026-02-26 16:25:42.470840 | fa163e59-d9bd-ca95-7e8e-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2026-02-26 16:25:45.987879 | fa163e59-d9bd-ca95-7e8e-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2026-02-26 16:25:45.988954 | fa163e59-d9bd-ca95-7e8e-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:44.514205 | 3.52s 2026-02-26 16:25:46.044113 | fa163e59-d9bd-ca95-7e8e-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:44.569348 | 0.03s 2026-02-26 16:25:46.097199 | fa163e59-d9bd-ca95-7e8e-000000001297 | TASK | Gather variables for each operating system 2026-02-26 16:25:46.220446 | fa163e59-d9bd-ca95-7e8e-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:44.745677 | 0.12s 2026-02-26 16:25:46.241475 | fa163e59-d9bd-ca95-7e8e-000000001298 | TASK | Set packages facts 2026-02-26 16:25:46.270763 | fa163e59-d9bd-ca95-7e8e-000000001298 | OK | Set packages facts | standalone 2026-02-26 16:25:46.271901 | fa163e59-d9bd-ca95-7e8e-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:44.797147 | 0.03s 2026-02-26 16:25:46.292624 | fa163e59-d9bd-ca95-7e8e-000000001299 | TASK | Manage package 2026-02-26 16:25:46.354334 | fa163e59-d9bd-ca95-7e8e-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2026-02-26 16:25:46.379897 | fa163e59-d9bd-ca95-7e8e-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2026-02-26 16:25:46.397753 | fa163e59-d9bd-ca95-7e8e-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2026-02-26 16:25:51.573180 | fa163e59-d9bd-ca95-7e8e-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.098419 | 5.28s 2026-02-26 16:25:51.581449 | fa163e59-d9bd-ca95-7e8e-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2026-02-26 16:25:51.589479 | fa163e59-d9bd-ca95-7e8e-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.114716 | 5.30s 2026-02-26 16:25:51.626437 | fa163e59-d9bd-ca95-7e8e-000000000bb7 | TASK | create fcontext for rabbitmq data 2026-02-26 16:25:52.844571 | fa163e59-d9bd-ca95-7e8e-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2026-02-26 16:25:52.846493 | fa163e59-d9bd-ca95-7e8e-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:51.371727 | 1.22s 2026-02-26 16:25:52.874177 | fa163e59-d9bd-ca95-7e8e-000000000bb8 | TASK | create persistent directories 2026-02-26 16:25:53.163293 | fa163e59-d9bd-ca95-7e8e-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-02-26 16:25:53.164547 | fa163e59-d9bd-ca95-7e8e-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:51.689790 | 0.29s 2026-02-26 16:25:53.383548 | fa163e59-d9bd-ca95-7e8e-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-02-26 16:25:53.385342 | fa163e59-d9bd-ca95-7e8e-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:51.910590 | 0.51s 2026-02-26 16:25:53.396167 | fa163e59-d9bd-ca95-7e8e-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:51.921404 | 0.52s 2026-02-26 16:25:53.423204 | fa163e59-d9bd-ca95-7e8e-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-02-26 16:25:53.666797 | fa163e59-d9bd-ca95-7e8e-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-02-26 16:25:53.668348 | fa163e59-d9bd-ca95-7e8e-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:52.193580 | 0.24s 2026-02-26 16:25:53.696433 | fa163e59-d9bd-ca95-7e8e-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-02-26 16:25:53.718559 | fa163e59-d9bd-ca95-7e8e-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-02-26 16:25:53.719936 | fa163e59-d9bd-ca95-7e8e-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:52.245169 | 0.02s 2026-02-26 16:25:53.746012 | fa163e59-d9bd-ca95-7e8e-000000000bbb | TASK | Remove existing entries from logind conf 2026-02-26 16:25:53.970469 | fa163e59-d9bd-ca95-7e8e-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2026-02-26 16:25:53.971983 | fa163e59-d9bd-ca95-7e8e-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:52.497217 | 0.22s 2026-02-26 16:25:53.998774 | fa163e59-d9bd-ca95-7e8e-000000000bbc | TASK | Make sure systemd-logind ignores power off 2026-02-26 16:25:54.240932 | fa163e59-d9bd-ca95-7e8e-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-02-26 16:25:54.242348 | fa163e59-d9bd-ca95-7e8e-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:52.767589 | 0.24s 2026-02-26 16:25:54.268047 | fa163e59-d9bd-ca95-7e8e-000000000bbd | TASK | Restart systemd-logind 2026-02-26 16:25:54.747186 | fa163e59-d9bd-ca95-7e8e-000000000bbd | CHANGED | Restart systemd-logind | standalone 2026-02-26 16:25:54.748966 | fa163e59-d9bd-ca95-7e8e-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:53.274207 | 0.48s 2026-02-26 16:25:54.775081 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:25:54.845169 | fa163e59-d9bd-ca95-7e8e-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-02-26 16:25:54.845967 | fa163e59-d9bd-ca95-7e8e-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:53.371205 | 0.07s 2026-02-26 16:25:54.870957 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:25:54.924480 | fa163e59-d9bd-ca95-7e8e-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-02-26 16:25:54.925356 | fa163e59-d9bd-ca95-7e8e-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:53.450596 | 0.05s 2026-02-26 16:25:54.950734 | fa163e59-d9bd-ca95-7e8e-000000000bc0 | TASK | create persistent logs directory 2026-02-26 16:25:55.163129 | fa163e59-d9bd-ca95-7e8e-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-02-26 16:25:55.165559 | fa163e59-d9bd-ca95-7e8e-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:53.690794 | 0.21s 2026-02-26 16:25:55.328928 | fa163e59-d9bd-ca95-7e8e-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-02-26 16:25:55.330204 | fa163e59-d9bd-ca95-7e8e-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:53.855446 | 0.38s 2026-02-26 16:25:55.337880 | fa163e59-d9bd-ca95-7e8e-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:53.863115 | 0.39s 2026-02-26 16:25:55.363318 | fa163e59-d9bd-ca95-7e8e-000000000bc2 | TASK | Set login facts 2026-02-26 16:25:55.392282 | fa163e59-d9bd-ca95-7e8e-000000000bc2 | OK | Set login facts | standalone 2026-02-26 16:25:55.393798 | fa163e59-d9bd-ca95-7e8e-000000000bc2 | TIMING | Set login facts | standalone | 0:02:53.919038 | 0.03s 2026-02-26 16:25:55.411824 | fa163e59-d9bd-ca95-7e8e-000000000bc3 | TASK | Convert logins json to dict 2026-02-26 16:25:55.455584 | fa163e59-d9bd-ca95-7e8e-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2026-02-26 16:25:55.456661 | fa163e59-d9bd-ca95-7e8e-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:53.981907 | 0.04s 2026-02-26 16:25:55.481002 | fa163e59-d9bd-ca95-7e8e-000000000bc4 | TASK | Set registry logins 2026-02-26 16:25:55.532087 | fa163e59-d9bd-ca95-7e8e-000000000bc4 | SKIPPED | Set registry logins | standalone 2026-02-26 16:25:55.533778 | fa163e59-d9bd-ca95-7e8e-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:54.059017 | 0.05s 2026-02-26 16:25:55.559494 | fa163e59-d9bd-ca95-7e8e-000000000bc5 | TASK | Run podman install 2026-02-26 16:25:55.588718 | fa163e59-d9bd-ca95-7e8e-000000000bc5 | TIMING | Run podman install | standalone | 0:02:54.113952 | 0.03s 2026-02-26 16:25:55.673641 | fa163e59-d9bd-ca95-7e8e-000000001329 | TASK | Gather variables for each operating system 2026-02-26 16:25:55.814303 | fa163e59-d9bd-ca95-7e8e-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-02-26 16:25:55.817689 | fa163e59-d9bd-ca95-7e8e-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.342925 | 0.14s 2026-02-26 16:25:55.826439 | fa163e59-d9bd-ca95-7e8e-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.351678 | 0.15s 2026-02-26 16:25:55.852419 | fa163e59-d9bd-ca95-7e8e-00000000132b | TASK | ensure podman and deps are installed 2026-02-26 16:25:58.982343 | fa163e59-d9bd-ca95-7e8e-00000000132b | OK | ensure podman and deps are installed | standalone 2026-02-26 16:25:58.984384 | fa163e59-d9bd-ca95-7e8e-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:57.509612 | 3.13s 2026-02-26 16:25:59.015057 | fa163e59-d9bd-ca95-7e8e-00000000132c | TASK | Ensure we get the ansible interfaces facts 2026-02-26 16:25:59.531976 | fa163e59-d9bd-ca95-7e8e-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2026-02-26 16:25:59.533308 | fa163e59-d9bd-ca95-7e8e-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:58.058547 | 0.52s 2026-02-26 16:25:59.592224 | fa163e59-d9bd-ca95-7e8e-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-02-26 16:25:59.623939 | fa163e59-d9bd-ca95-7e8e-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-02-26 16:25:59.625458 | fa163e59-d9bd-ca95-7e8e-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:58.150695 | 0.03s 2026-02-26 16:25:59.652129 | fa163e59-d9bd-ca95-7e8e-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2026-02-26 16:25:59.691671 | fa163e59-d9bd-ca95-7e8e-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-02-26 16:25:59.692774 | fa163e59-d9bd-ca95-7e8e-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:58.218013 | 0.04s 2026-02-26 16:25:59.718883 | fa163e59-d9bd-ca95-7e8e-000000001330 | TASK | Update default network configuration if possible 2026-02-26 16:25:59.765890 | fa163e59-d9bd-ca95-7e8e-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2026-02-26 16:25:59.767194 | fa163e59-d9bd-ca95-7e8e-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:58.292433 | 0.05s 2026-02-26 16:25:59.793064 | fa163e59-d9bd-ca95-7e8e-000000001332 | TASK | Make sure /etc/containers/networks exists 2026-02-26 16:26:00.035765 | fa163e59-d9bd-ca95-7e8e-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2026-02-26 16:26:00.037298 | fa163e59-d9bd-ca95-7e8e-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:58.562538 | 0.24s 2026-02-26 16:26:00.063572 | fa163e59-d9bd-ca95-7e8e-000000001333 | TASK | Get current podman network 2026-02-26 16:26:00.392092 | fa163e59-d9bd-ca95-7e8e-000000001333 | CHANGED | Get current podman network | standalone 2026-02-26 16:26:00.393669 | fa163e59-d9bd-ca95-7e8e-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:58.918910 | 0.33s 2026-02-26 16:26:00.419526 | fa163e59-d9bd-ca95-7e8e-000000001334 | TASK | Update the default network configuration 2026-02-26 16:26:01.061553 | fa163e59-d9bd-ca95-7e8e-000000001334 | CHANGED | Update the default network configuration | standalone 2026-02-26 16:26:01.063063 | fa163e59-d9bd-ca95-7e8e-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:59.588302 | 0.64s 2026-02-26 16:26:01.090799 | fa163e59-d9bd-ca95-7e8e-000000001335 | TASK | Write containers registries.conf 2026-02-26 16:26:01.708971 | fa163e59-d9bd-ca95-7e8e-000000001335 | CHANGED | Write containers registries.conf | standalone 2026-02-26 16:26:01.711447 | fa163e59-d9bd-ca95-7e8e-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:00.236692 | 0.62s 2026-02-26 16:26:01.732579 | fa163e59-d9bd-ca95-7e8e-000000001336 | TASK | Write containers.conf 2026-02-26 16:26:01.961843 | fa163e59-d9bd-ca95-7e8e-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-02-26 16:26:01.964949 | fa163e59-d9bd-ca95-7e8e-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.490178 | 0.23s 2026-02-26 16:26:02.174765 | fa163e59-d9bd-ca95-7e8e-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-02-26 16:26:02.177253 | fa163e59-d9bd-ca95-7e8e-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.702497 | 0.44s 2026-02-26 16:26:02.379526 | fa163e59-d9bd-ca95-7e8e-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-02-26 16:26:02.381682 | fa163e59-d9bd-ca95-7e8e-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.906933 | 0.65s 2026-02-26 16:26:02.560537 | fa163e59-d9bd-ca95-7e8e-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-02-26 16:26:02.562504 | fa163e59-d9bd-ca95-7e8e-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.087298 | 0.83s 2026-02-26 16:26:02.573348 | fa163e59-d9bd-ca95-7e8e-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.098584 | 0.84s 2026-02-26 16:26:02.601042 | fa163e59-d9bd-ca95-7e8e-000000001337 | TASK | Enable podman.socket service 2026-02-26 16:26:02.630636 | fa163e59-d9bd-ca95-7e8e-000000001337 | SKIPPED | Enable podman.socket service | standalone 2026-02-26 16:26:02.632084 | fa163e59-d9bd-ca95-7e8e-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:01.157323 | 0.03s 2026-02-26 16:26:02.681891 | fa163e59-d9bd-ca95-7e8e-000000000bc6 | TASK | Run podman login 2026-02-26 16:26:02.702000 | fa163e59-d9bd-ca95-7e8e-000000000bc6 | TIMING | Run podman login | standalone | 0:03:01.227233 | 0.02s 2026-02-26 16:26:02.810880 | fa163e59-d9bd-ca95-7e8e-000000001437 | TASK | Perform container registry login(s) with podman 2026-02-26 16:26:02.832999 | fa163e59-d9bd-ca95-7e8e-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:01.358227 | 0.02s 2026-02-26 16:26:02.885087 | fa163e59-d9bd-ca95-7e8e-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-02-26 16:26:03.393974 | fa163e59-d9bd-ca95-7e8e-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-02-26 16:26:03.394730 | fa163e59-d9bd-ca95-7e8e-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:01.919981 | 0.51s 2026-02-26 16:26:03.412267 | fa163e59-d9bd-ca95-7e8e-000000000bc9 | TASK | create persistent directories 2026-02-26 16:26:03.667406 | fa163e59-d9bd-ca95-7e8e-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-02-26 16:26:03.669539 | fa163e59-d9bd-ca95-7e8e-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.194784 | 0.26s 2026-02-26 16:26:03.902268 | fa163e59-d9bd-ca95-7e8e-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-02-26 16:26:03.904412 | fa163e59-d9bd-ca95-7e8e-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.429654 | 0.49s 2026-02-26 16:26:04.102024 | fa163e59-d9bd-ca95-7e8e-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-02-26 16:26:04.104185 | fa163e59-d9bd-ca95-7e8e-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.629427 | 0.69s 2026-02-26 16:26:04.112350 | fa163e59-d9bd-ca95-7e8e-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.637594 | 0.70s 2026-02-26 16:26:04.137567 | fa163e59-d9bd-ca95-7e8e-000000000bca | TASK | ensure /run/redis is present upon reboot 2026-02-26 16:26:04.603535 | fa163e59-d9bd-ca95-7e8e-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-02-26 16:26:04.605640 | fa163e59-d9bd-ca95-7e8e-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:03.130837 | 0.47s 2026-02-26 16:26:04.635282 | fa163e59-d9bd-ca95-7e8e-000000000bcb | TASK | Ensure rsyslog is installed 2026-02-26 16:26:07.607836 | fa163e59-d9bd-ca95-7e8e-000000000bcb | OK | Ensure rsyslog is installed | standalone 2026-02-26 16:26:07.609262 | fa163e59-d9bd-ca95-7e8e-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:06.134503 | 2.97s 2026-02-26 16:26:07.634641 | fa163e59-d9bd-ca95-7e8e-000000000bcc | TASK | Ensure rsyslog is enabled and started 2026-02-26 16:26:08.012702 | fa163e59-d9bd-ca95-7e8e-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2026-02-26 16:26:08.014496 | fa163e59-d9bd-ca95-7e8e-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:06.539738 | 0.38s 2026-02-26 16:26:08.069936 | fa163e59-d9bd-ca95-7e8e-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:06.595165 | 0.03s 2026-02-26 16:26:08.162062 | fa163e59-d9bd-ca95-7e8e-000000001552 | TASK | Gather variables for each operating system 2026-02-26 16:26:08.277024 | fa163e59-d9bd-ca95-7e8e-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-02-26 16:26:08.278041 | fa163e59-d9bd-ca95-7e8e-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.803287 | 0.11s 2026-02-26 16:26:08.284356 | fa163e59-d9bd-ca95-7e8e-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.809602 | 0.12s 2026-02-26 16:26:08.316129 | fa163e59-d9bd-ca95-7e8e-000000001554 | TASK | Install the OpenSSH server 2026-02-26 16:26:11.374063 | fa163e59-d9bd-ca95-7e8e-000000001554 | OK | Install the OpenSSH server | standalone 2026-02-26 16:26:11.375565 | fa163e59-d9bd-ca95-7e8e-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:09.900806 | 3.06s 2026-02-26 16:26:11.401907 | fa163e59-d9bd-ca95-7e8e-000000001555 | TASK | Start sshd 2026-02-26 16:26:11.431287 | fa163e59-d9bd-ca95-7e8e-000000001555 | SKIPPED | Start sshd | standalone 2026-02-26 16:26:11.432669 | fa163e59-d9bd-ca95-7e8e-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:09.957907 | 0.03s 2026-02-26 16:26:11.457953 | fa163e59-d9bd-ca95-7e8e-000000001556 | TASK | PasswordAuthentication notice 2026-02-26 16:26:11.488283 | fa163e59-d9bd-ca95-7e8e-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2026-02-26 16:26:11.489357 | fa163e59-d9bd-ca95-7e8e-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:10.014595 | 0.03s 2026-02-26 16:26:11.514550 | fa163e59-d9bd-ca95-7e8e-000000001557 | TASK | PasswordAuthentication duplication notice 2026-02-26 16:26:11.547139 | fa163e59-d9bd-ca95-7e8e-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-02-26 16:26:11.548246 | fa163e59-d9bd-ca95-7e8e-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:10.073486 | 0.03s 2026-02-26 16:26:11.575062 | fa163e59-d9bd-ca95-7e8e-000000001558 | TASK | Motd duplication notice 2026-02-26 16:26:11.614563 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:26:11.615652 | fa163e59-d9bd-ca95-7e8e-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:10.140893 | 0.04s 2026-02-26 16:26:11.641551 | fa163e59-d9bd-ca95-7e8e-000000001559 | TASK | Configure the banner text 2026-02-26 16:26:11.672286 | fa163e59-d9bd-ca95-7e8e-000000001559 | SKIPPED | Configure the banner text | standalone 2026-02-26 16:26:11.673441 | fa163e59-d9bd-ca95-7e8e-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:10.198682 | 0.03s 2026-02-26 16:26:11.698793 | fa163e59-d9bd-ca95-7e8e-00000000155a | TASK | Configure the motd banner 2026-02-26 16:26:11.738546 | fa163e59-d9bd-ca95-7e8e-00000000155a | SKIPPED | Configure the motd banner | standalone 2026-02-26 16:26:11.739698 | fa163e59-d9bd-ca95-7e8e-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:10.264939 | 0.04s 2026-02-26 16:26:11.766197 | fa163e59-d9bd-ca95-7e8e-00000000155b | TASK | Update sshd configuration options from vars 2026-02-26 16:26:11.805418 | fa163e59-d9bd-ca95-7e8e-00000000155b | OK | Update sshd configuration options from vars | standalone 2026-02-26 16:26:11.806588 | fa163e59-d9bd-ca95-7e8e-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:10.331830 | 0.04s 2026-02-26 16:26:11.832455 | fa163e59-d9bd-ca95-7e8e-00000000155c | TASK | Adjust ssh server configuration 2026-02-26 16:26:12.340061 | fa163e59-d9bd-ca95-7e8e-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2026-02-26 16:26:12.341581 | fa163e59-d9bd-ca95-7e8e-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:10.866821 | 0.51s 2026-02-26 16:26:12.386530 | fa163e59-d9bd-ca95-7e8e-00000000155d | TASK | Restart sshd 2026-02-26 16:26:12.819947 | fa163e59-d9bd-ca95-7e8e-00000000155d | CHANGED | Restart sshd | standalone 2026-02-26 16:26:12.822211 | fa163e59-d9bd-ca95-7e8e-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:11.347447 | 0.43s 2026-02-26 16:26:12.885971 | fa163e59-d9bd-ca95-7e8e-000000000bce | TASK | create persistent directories 2026-02-26 16:26:13.158963 | fa163e59-d9bd-ca95-7e8e-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-26 16:26:13.160720 | fa163e59-d9bd-ca95-7e8e-000000000bce | TIMING | create persistent directories | standalone | 0:03:11.685957 | 0.27s 2026-02-26 16:26:13.389153 | fa163e59-d9bd-ca95-7e8e-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-02-26 16:26:13.390625 | fa163e59-d9bd-ca95-7e8e-000000000bce | TIMING | create persistent directories | standalone | 0:03:11.915875 | 0.50s 2026-02-26 16:26:13.601050 | fa163e59-d9bd-ca95-7e8e-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-26 16:26:13.602890 | fa163e59-d9bd-ca95-7e8e-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.128139 | 0.72s 2026-02-26 16:26:13.613991 | fa163e59-d9bd-ca95-7e8e-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.139228 | 0.73s 2026-02-26 16:26:13.640085 | fa163e59-d9bd-ca95-7e8e-000000000bcf | TASK | create persistent directories 2026-02-26 16:26:13.897673 | fa163e59-d9bd-ca95-7e8e-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-26 16:26:13.899353 | fa163e59-d9bd-ca95-7e8e-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.424589 | 0.26s 2026-02-26 16:26:14.128991 | fa163e59-d9bd-ca95-7e8e-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-02-26 16:26:14.130639 | fa163e59-d9bd-ca95-7e8e-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.655844 | 0.49s 2026-02-26 16:26:14.332823 | fa163e59-d9bd-ca95-7e8e-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-26 16:26:14.334741 | fa163e59-d9bd-ca95-7e8e-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.859979 | 0.69s 2026-02-26 16:26:14.344433 | fa163e59-d9bd-ca95-7e8e-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.869675 | 0.70s 2026-02-26 16:26:14.364470 | fa163e59-d9bd-ca95-7e8e-000000000bd0 | TASK | Set swift_use_local_disks fact 2026-02-26 16:26:14.402812 | fa163e59-d9bd-ca95-7e8e-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2026-02-26 16:26:14.403958 | fa163e59-d9bd-ca95-7e8e-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:12.929200 | 0.04s 2026-02-26 16:26:14.428721 | fa163e59-d9bd-ca95-7e8e-000000000bd1 | TASK | Set use_node_data_lookup fact 2026-02-26 16:26:14.461137 | fa163e59-d9bd-ca95-7e8e-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2026-02-26 16:26:14.462402 | fa163e59-d9bd-ca95-7e8e-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:12.987642 | 0.03s 2026-02-26 16:26:14.488242 | fa163e59-d9bd-ca95-7e8e-000000000bd2 | TASK | Create Swift d1 directory if needed 2026-02-26 16:26:14.727309 | fa163e59-d9bd-ca95-7e8e-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2026-02-26 16:26:14.729120 | fa163e59-d9bd-ca95-7e8e-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:13.254358 | 0.24s 2026-02-26 16:26:14.754416 | fa163e59-d9bd-ca95-7e8e-000000000bd3 | TASK | Set fact for SwiftRawDisks 2026-02-26 16:26:14.783280 | fa163e59-d9bd-ca95-7e8e-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2026-02-26 16:26:14.784495 | fa163e59-d9bd-ca95-7e8e-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:13.309735 | 0.03s 2026-02-26 16:26:14.809343 | fa163e59-d9bd-ca95-7e8e-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2026-02-26 16:26:14.838190 | fa163e59-d9bd-ca95-7e8e-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-02-26 16:26:14.839286 | fa163e59-d9bd-ca95-7e8e-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:13.364526 | 0.03s 2026-02-26 16:26:14.864566 | fa163e59-d9bd-ca95-7e8e-000000000bd5 | TASK | Set fact for swift_raw_disks 2026-02-26 16:26:14.893663 | fa163e59-d9bd-ca95-7e8e-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-02-26 16:26:14.895252 | fa163e59-d9bd-ca95-7e8e-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:13.420482 | 0.03s 2026-02-26 16:26:14.923616 | fa163e59-d9bd-ca95-7e8e-000000000bd6 | TASK | Format SwiftRawDisks 2026-02-26 16:26:14.960372 | fa163e59-d9bd-ca95-7e8e-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:13.485591 | 0.03s 2026-02-26 16:26:14.987834 | fa163e59-d9bd-ca95-7e8e-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-02-26 16:26:15.019745 | fa163e59-d9bd-ca95-7e8e-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-02-26 16:26:15.021004 | fa163e59-d9bd-ca95-7e8e-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:13.546243 | 0.03s 2026-02-26 16:26:15.049718 | fa163e59-d9bd-ca95-7e8e-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2026-02-26 16:26:15.079048 | fa163e59-d9bd-ca95-7e8e-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:13.604280 | 0.03s 2026-02-26 16:26:15.107018 | fa163e59-d9bd-ca95-7e8e-000000000bd9 | TASK | Check for NTP service 2026-02-26 16:26:15.359484 | fa163e59-d9bd-ca95-7e8e-000000000bd9 | CHANGED | Check for NTP service | standalone 2026-02-26 16:26:15.360912 | fa163e59-d9bd-ca95-7e8e-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:13.886153 | 0.25s 2026-02-26 16:26:15.386055 | fa163e59-d9bd-ca95-7e8e-000000000bda | TASK | Disable NTP before configuring Chrony 2026-02-26 16:26:15.435970 | fa163e59-d9bd-ca95-7e8e-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-26 16:26:15.437070 | fa163e59-d9bd-ca95-7e8e-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:13.962311 | 0.05s 2026-02-26 16:26:15.462291 | fa163e59-d9bd-ca95-7e8e-000000000bdb | TASK | Install, Configure and Run Chrony 2026-02-26 16:26:15.491055 | fa163e59-d9bd-ca95-7e8e-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:14.016286 | 0.03s 2026-02-26 16:26:15.588654 | fa163e59-d9bd-ca95-7e8e-0000000016ee | TASK | Load distro-specific variables 2026-02-26 16:26:15.614530 | fa163e59-d9bd-ca95-7e8e-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.139772 | 0.03s 2026-02-26 16:26:15.622793 | b6a0d639-bc8f-48dc-a47f-f94f420fe282 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-26 16:26:15.643577 | fa163e59-d9bd-ca95-7e8e-0000000017d3 | TASK | Load distro-specific variables 2026-02-26 16:26:15.693916 | fa163e59-d9bd-ca95-7e8e-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:26:15.695323 | fa163e59-d9bd-ca95-7e8e-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.220559 | 0.05s 2026-02-26 16:26:15.701115 | fa163e59-d9bd-ca95-7e8e-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.226353 | 0.06s 2026-02-26 16:26:15.729964 | fa163e59-d9bd-ca95-7e8e-0000000016ef | TASK | Install chronyd 2026-02-26 16:26:15.759012 | fa163e59-d9bd-ca95-7e8e-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:14.284244 | 0.03s 2026-02-26 16:26:15.782710 | 939150e1-f333-4c86-8e2a-10b92ff41b87 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-02-26 16:26:15.814790 | fa163e59-d9bd-ca95-7e8e-00000000180c | TASK | Load distro-specific variables 2026-02-26 16:26:15.840751 | fa163e59-d9bd-ca95-7e8e-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.365990 | 0.03s 2026-02-26 16:26:15.851777 | 25c4eb00-9483-4c74-b3fd-044bb1e61f67 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-26 16:26:15.876533 | fa163e59-d9bd-ca95-7e8e-000000001853 | TASK | Load distro-specific variables 2026-02-26 16:26:15.932533 | fa163e59-d9bd-ca95-7e8e-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:26:15.934437 | fa163e59-d9bd-ca95-7e8e-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.459681 | 0.06s 2026-02-26 16:26:15.945176 | fa163e59-d9bd-ca95-7e8e-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.470410 | 0.07s 2026-02-26 16:26:15.972428 | fa163e59-d9bd-ca95-7e8e-00000000180d | TASK | Check for NTP service 2026-02-26 16:26:16.226107 | fa163e59-d9bd-ca95-7e8e-00000000180d | CHANGED | Check for NTP service | standalone 2026-02-26 16:26:16.228307 | fa163e59-d9bd-ca95-7e8e-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:14.753545 | 0.25s 2026-02-26 16:26:16.255876 | fa163e59-d9bd-ca95-7e8e-00000000180e | TASK | Disable NTP before configuring Chrony 2026-02-26 16:26:16.307999 | fa163e59-d9bd-ca95-7e8e-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-26 16:26:16.309307 | fa163e59-d9bd-ca95-7e8e-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:14.834545 | 0.05s 2026-02-26 16:26:16.334958 | fa163e59-d9bd-ca95-7e8e-00000000180f | TASK | Install chronyd package 2026-02-26 16:26:19.419165 | fa163e59-d9bd-ca95-7e8e-00000000180f | OK | Install chronyd package | standalone 2026-02-26 16:26:19.420978 | fa163e59-d9bd-ca95-7e8e-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:17.946214 | 3.08s 2026-02-26 16:26:19.448595 | fa163e59-d9bd-ca95-7e8e-0000000016f0 | TASK | Upgrade chronyd 2026-02-26 16:26:19.482742 | fa163e59-d9bd-ca95-7e8e-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2026-02-26 16:26:19.484110 | fa163e59-d9bd-ca95-7e8e-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:18.009341 | 0.03s 2026-02-26 16:26:19.511302 | fa163e59-d9bd-ca95-7e8e-0000000016f1 | TASK | Configure chronyd 2026-02-26 16:26:19.546419 | fa163e59-d9bd-ca95-7e8e-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:18.071652 | 0.03s 2026-02-26 16:26:19.568814 | 7af889f0-27dc-4f0f-9bc6-a320f90dfa30 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-02-26 16:26:19.612213 | fa163e59-d9bd-ca95-7e8e-00000000188c | TASK | Load distro-specific variables 2026-02-26 16:26:19.641992 | fa163e59-d9bd-ca95-7e8e-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.167222 | 0.03s 2026-02-26 16:26:19.654711 | 163f111c-6658-4e4a-b316-80df24b660bd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-26 16:26:19.681557 | fa163e59-d9bd-ca95-7e8e-0000000018f8 | TASK | Load distro-specific variables 2026-02-26 16:26:19.744438 | fa163e59-d9bd-ca95-7e8e-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:26:19.746831 | fa163e59-d9bd-ca95-7e8e-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.272069 | 0.06s 2026-02-26 16:26:19.757031 | fa163e59-d9bd-ca95-7e8e-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.282266 | 0.07s 2026-02-26 16:26:19.780271 | fa163e59-d9bd-ca95-7e8e-00000000188d | TASK | Install chrony configuration file 2026-02-26 16:26:20.473256 | fa163e59-d9bd-ca95-7e8e-00000000188d | OK | Install chrony configuration file | standalone 2026-02-26 16:26:20.475056 | fa163e59-d9bd-ca95-7e8e-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:19.000289 | 0.69s 2026-02-26 16:26:20.502806 | fa163e59-d9bd-ca95-7e8e-0000000016f2 | TASK | Run chronyd 2026-02-26 16:26:20.537083 | fa163e59-d9bd-ca95-7e8e-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:19.062280 | 0.03s 2026-02-26 16:26:20.563107 | 68e7f166-5f71-4aa9-9b0a-f93e4cf36843 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-02-26 16:26:20.605012 | fa163e59-d9bd-ca95-7e8e-00000000191b | TASK | Load distro-specific variables 2026-02-26 16:26:20.632717 | fa163e59-d9bd-ca95-7e8e-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.157953 | 0.03s 2026-02-26 16:26:20.645386 | e406d7e6-4a35-4243-9db3-50ec6c2dfd40 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-26 16:26:20.669943 | fa163e59-d9bd-ca95-7e8e-00000000199f | TASK | Load distro-specific variables 2026-02-26 16:26:20.725337 | fa163e59-d9bd-ca95-7e8e-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-26 16:26:20.726863 | fa163e59-d9bd-ca95-7e8e-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.252099 | 0.06s 2026-02-26 16:26:20.733188 | fa163e59-d9bd-ca95-7e8e-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.258424 | 0.06s 2026-02-26 16:26:20.761537 | fa163e59-d9bd-ca95-7e8e-00000000191c | TASK | Ensure chronyd is running 2026-02-26 16:26:21.189268 | fa163e59-d9bd-ca95-7e8e-00000000191c | OK | Ensure chronyd is running | standalone 2026-02-26 16:26:21.191341 | fa163e59-d9bd-ca95-7e8e-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:19.716580 | 0.43s 2026-02-26 16:26:21.219067 | fa163e59-d9bd-ca95-7e8e-00000000191d | TASK | Force chronyd restart 2026-02-26 16:26:21.270164 | fa163e59-d9bd-ca95-7e8e-00000000191d | SKIPPED | Force chronyd restart | standalone 2026-02-26 16:26:21.271491 | fa163e59-d9bd-ca95-7e8e-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:19.796731 | 0.05s 2026-02-26 16:26:21.297580 | fa163e59-d9bd-ca95-7e8e-0000000016f3 | TASK | Enable online service 2026-02-26 16:26:21.328346 | fa163e59-d9bd-ca95-7e8e-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:19.853575 | 0.03s 2026-02-26 16:26:21.348623 | 4903b114-e02e-4a6d-a7e5-2efbbd086a4c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-02-26 16:26:21.393338 | fa163e59-d9bd-ca95-7e8e-0000000019cc | TASK | Create chrony-online.service unit file 2026-02-26 16:26:21.884041 | fa163e59-d9bd-ca95-7e8e-0000000019cc | OK | Create chrony-online.service unit file | standalone 2026-02-26 16:26:21.885800 | fa163e59-d9bd-ca95-7e8e-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:20.411033 | 0.49s 2026-02-26 16:26:21.916717 | fa163e59-d9bd-ca95-7e8e-0000000019cd | TASK | Enable chrony-online.service 2026-02-26 16:26:22.598906 | fa163e59-d9bd-ca95-7e8e-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2026-02-26 16:26:22.601046 | fa163e59-d9bd-ca95-7e8e-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:21.126286 | 0.68s 2026-02-26 16:26:22.628371 | fa163e59-d9bd-ca95-7e8e-0000000016f4 | TASK | Sync chronyc 2026-02-26 16:26:22.662110 | fa163e59-d9bd-ca95-7e8e-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:21.187344 | 0.03s 2026-02-26 16:26:22.682034 | 16121892-f732-4b1e-b16d-5ddf0d2c0878 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-02-26 16:26:22.729299 | fa163e59-d9bd-ca95-7e8e-000000001a72 | TASK | Force NTP sync 2026-02-26 16:26:22.979073 | fa163e59-d9bd-ca95-7e8e-000000001a72 | CHANGED | Force NTP sync | standalone 2026-02-26 16:26:22.980382 | fa163e59-d9bd-ca95-7e8e-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:21.505626 | 0.25s 2026-02-26 16:26:23.001495 | fa163e59-d9bd-ca95-7e8e-000000001a73 | TASK | Ensure system is NTP time synced 2026-02-26 16:26:23.232219 | fa163e59-d9bd-ca95-7e8e-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2026-02-26 16:26:23.233380 | fa163e59-d9bd-ca95-7e8e-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:21.758627 | 0.23s 2026-02-26 16:26:23.271515 | fa163e59-d9bd-ca95-7e8e-000000000bdc | TASK | Force NTP sync 2026-02-26 16:26:23.512253 | fa163e59-d9bd-ca95-7e8e-000000000bdc | CHANGED | Force NTP sync | standalone 2026-02-26 16:26:23.513550 | fa163e59-d9bd-ca95-7e8e-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:22.038796 | 0.24s 2026-02-26 16:26:23.531397 | fa163e59-d9bd-ca95-7e8e-000000000bdd | TASK | Ensure system is NTP time synced 2026-02-26 16:26:23.763596 | fa163e59-d9bd-ca95-7e8e-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2026-02-26 16:26:23.764878 | fa163e59-d9bd-ca95-7e8e-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:22.290121 | 0.23s 2026-02-26 16:26:23.786444 | fa163e59-d9bd-ca95-7e8e-000000000bde | TASK | Run timezone role 2026-02-26 16:26:23.815227 | fa163e59-d9bd-ca95-7e8e-000000000bde | TIMING | Run timezone role | standalone | 0:03:22.340467 | 0.03s 2026-02-26 16:26:23.900800 | fa163e59-d9bd-ca95-7e8e-000000001c33 | TASK | Set timezone 2026-02-26 16:26:24.475180 | fa163e59-d9bd-ca95-7e8e-000000001c33 | OK | Set timezone | standalone 2026-02-26 16:26:24.476383 | fa163e59-d9bd-ca95-7e8e-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:23.001627 | 0.57s 2026-02-26 16:26:24.497754 | fa163e59-d9bd-ca95-7e8e-000000001c34 | TASK | Restart time services 2026-02-26 16:26:24.541459 | fa163e59-d9bd-ca95-7e8e-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-02-26 16:26:24.549673 | fa163e59-d9bd-ca95-7e8e-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2026-02-26 16:26:24.556463 | fa163e59-d9bd-ca95-7e8e-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:23.081689 | 0.06s 2026-02-26 16:26:24.606132 | fa163e59-d9bd-ca95-7e8e-000000000bdf | TASK | install tmpwatch on the host 2026-02-26 16:26:27.704309 | fa163e59-d9bd-ca95-7e8e-000000000bdf | OK | install tmpwatch on the host | standalone 2026-02-26 16:26:27.706133 | fa163e59-d9bd-ca95-7e8e-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:26.231365 | 3.10s 2026-02-26 16:26:27.731938 | fa163e59-d9bd-ca95-7e8e-000000000be0 | TASK | Notice - ctlplane subnet is set 2026-02-26 16:26:27.765573 | fa163e59-d9bd-ca95-7e8e-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-02-26 16:26:27.766953 | fa163e59-d9bd-ca95-7e8e-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:26.292194 | 0.03s 2026-02-26 16:26:27.823331 | fa163e59-d9bd-ca95-7e8e-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:26.348564 | 0.03s 2026-02-26 16:26:27.926110 | fa163e59-d9bd-ca95-7e8e-000000001e67 | TASK | Gather variables for each operating system 2026-02-26 16:26:28.043806 | fa163e59-d9bd-ca95-7e8e-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-26 16:26:28.045334 | fa163e59-d9bd-ca95-7e8e-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.570569 | 0.12s 2026-02-26 16:26:28.051330 | fa163e59-d9bd-ca95-7e8e-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.576567 | 0.12s 2026-02-26 16:26:28.133678 | fa163e59-d9bd-ca95-7e8e-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:26.658869 | 0.05s 2026-02-26 16:26:28.154796 | 59dc1d63-0d81-4a0d-b837-431b5e704e43 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-26 16:26:28.188468 | fa163e59-d9bd-ca95-7e8e-000000001f98 | TASK | Check tuned package is installed 2026-02-26 16:26:28.464163 | fa163e59-d9bd-ca95-7e8e-000000001f98 | CHANGED | Check tuned package is installed | standalone 2026-02-26 16:26:28.465908 | fa163e59-d9bd-ca95-7e8e-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:26.991145 | 0.28s 2026-02-26 16:26:28.494217 | fa163e59-d9bd-ca95-7e8e-000000001f99 | TASK | Install tuned 2026-02-26 16:26:28.526339 | fa163e59-d9bd-ca95-7e8e-000000001f99 | SKIPPED | Install tuned | standalone 2026-02-26 16:26:28.527561 | fa163e59-d9bd-ca95-7e8e-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:27.052799 | 0.03s 2026-02-26 16:26:28.555022 | fa163e59-d9bd-ca95-7e8e-000000001f9a | TASK | Restart tuned 2026-02-26 16:26:28.586134 | fa163e59-d9bd-ca95-7e8e-000000001f9a | SKIPPED | Restart tuned | standalone 2026-02-26 16:26:28.587278 | fa163e59-d9bd-ca95-7e8e-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:27.112519 | 0.03s 2026-02-26 16:26:28.614428 | fa163e59-d9bd-ca95-7e8e-000000001e69 | TASK | Check for tuned-adm 2026-02-26 16:26:28.841492 | fa163e59-d9bd-ca95-7e8e-000000001e69 | OK | Check for tuned-adm | standalone 2026-02-26 16:26:28.843020 | fa163e59-d9bd-ca95-7e8e-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:27.368261 | 0.23s 2026-02-26 16:26:28.900659 | fa163e59-d9bd-ca95-7e8e-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:27.425868 | 0.03s 2026-02-26 16:26:28.929540 | d35e1d90-ddf9-4bcc-be0c-8c75f8c88c10 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-26 16:26:28.963789 | fa163e59-d9bd-ca95-7e8e-000000001fc5 | TASK | Ensure profile directory exists 2026-02-26 16:26:29.035361 | fa163e59-d9bd-ca95-7e8e-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2026-02-26 16:26:29.036415 | fa163e59-d9bd-ca95-7e8e-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:27.561659 | 0.07s 2026-02-26 16:26:29.056992 | fa163e59-d9bd-ca95-7e8e-000000001fc6 | TASK | Create custom tuned profile 2026-02-26 16:26:29.126556 | fa163e59-d9bd-ca95-7e8e-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2026-02-26 16:26:29.127712 | fa163e59-d9bd-ca95-7e8e-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:27.652953 | 0.07s 2026-02-26 16:26:29.153619 | fa163e59-d9bd-ca95-7e8e-000000001fc7 | TASK | Check tuned active profile 2026-02-26 16:26:29.379915 | fa163e59-d9bd-ca95-7e8e-000000001fc7 | OK | Check tuned active profile | standalone 2026-02-26 16:26:29.381405 | fa163e59-d9bd-ca95-7e8e-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:27.906644 | 0.23s 2026-02-26 16:26:29.407809 | fa163e59-d9bd-ca95-7e8e-000000001fc8 | TASK | Check Tuned Configuration file exists 2026-02-26 16:26:29.642362 | fa163e59-d9bd-ca95-7e8e-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2026-02-26 16:26:29.643867 | fa163e59-d9bd-ca95-7e8e-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:28.169107 | 0.23s 2026-02-26 16:26:29.670606 | fa163e59-d9bd-ca95-7e8e-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-26 16:26:29.820822 | fa163e59-d9bd-ca95-7e8e-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-26 16:26:29.821725 | fa163e59-d9bd-ca95-7e8e-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:28.346974 | 0.15s 2026-02-26 16:26:29.850790 | fa163e59-d9bd-ca95-7e8e-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2026-02-26 16:26:29.912157 | fa163e59-d9bd-ca95-7e8e-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-26 16:26:29.913373 | fa163e59-d9bd-ca95-7e8e-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:28.438612 | 0.06s 2026-02-26 16:26:29.940871 | fa163e59-d9bd-ca95-7e8e-000000001fcb | TASK | Enable tuned profile 2026-02-26 16:26:29.976320 | fa163e59-d9bd-ca95-7e8e-000000001fcb | SKIPPED | Enable tuned profile | standalone 2026-02-26 16:26:29.977525 | fa163e59-d9bd-ca95-7e8e-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:28.502764 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2026-02-26 16:26:30.167149 | fa163e59-d9bd-ca95-7e8e-0000000000ac | TASK | Overcloud container setup tasks 2026-02-26 16:26:30.197731 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000ac') missing from stats 2026-02-26 16:26:30.218862 | fa163e59-d9bd-ca95-7e8e-0000000000ad | TASK | Write config data 2026-02-26 16:26:30.289539 | fa163e59-d9bd-ca95-7e8e-0000000000ad | TIMING | Write config data | standalone | 0:03:28.814766 | 0.07s 2026-02-26 16:26:30.333527 | 1613f20e-aa8d-4d57-91c5-2ad99297c3dd | INCLUDED | /root/standalone-ansible-an2_1b3z/common_container_setup_tasks.yaml | standalone 2026-02-26 16:26:30.357959 | fa163e59-d9bd-ca95-7e8e-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2026-02-26 16:26:30.601252 | fa163e59-d9bd-ca95-7e8e-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-02-26 16:26:30.602837 | fa163e59-d9bd-ca95-7e8e-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:29.128076 | 0.24s 2026-02-26 16:26:30.629043 | fa163e59-d9bd-ca95-7e8e-00000000202a | TASK | Create ContainerLogStdoutPath directory 2026-02-26 16:26:30.872342 | fa163e59-d9bd-ca95-7e8e-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-02-26 16:26:30.873784 | fa163e59-d9bd-ca95-7e8e-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:29.399024 | 0.24s 2026-02-26 16:26:30.899395 | fa163e59-d9bd-ca95-7e8e-00000000202b | TASK | Create /var/lib/tripleo-config directory 2026-02-26 16:26:31.134854 | fa163e59-d9bd-ca95-7e8e-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2026-02-26 16:26:31.136480 | fa163e59-d9bd-ca95-7e8e-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:29.661715 | 0.24s 2026-02-26 16:26:31.162111 | fa163e59-d9bd-ca95-7e8e-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2026-02-26 16:26:31.395570 | fa163e59-d9bd-ca95-7e8e-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-02-26 16:26:31.396964 | fa163e59-d9bd-ca95-7e8e-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:29.922204 | 0.23s 2026-02-26 16:26:31.423546 | fa163e59-d9bd-ca95-7e8e-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-02-26 16:26:31.649477 | fa163e59-d9bd-ca95-7e8e-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-02-26 16:26:31.650508 | fa163e59-d9bd-ca95-7e8e-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:30.175755 | 0.23s 2026-02-26 16:26:31.676721 | fa163e59-d9bd-ca95-7e8e-000000002031 | TASK | Create fcontext entry for container-config-scripts 2026-02-26 16:26:32.941721 | fa163e59-d9bd-ca95-7e8e-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-02-26 16:26:32.943551 | fa163e59-d9bd-ca95-7e8e-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:31.468790 | 1.27s 2026-02-26 16:26:32.972539 | fa163e59-d9bd-ca95-7e8e-000000002032 | TASK | Create /var/lib/container-config-scripts 2026-02-26 16:26:33.175963 | fa163e59-d9bd-ca95-7e8e-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-02-26 16:26:33.177937 | fa163e59-d9bd-ca95-7e8e-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:31.703170 | 0.20s 2026-02-26 16:26:33.205129 | fa163e59-d9bd-ca95-7e8e-000000002033 | TASK | Write container config scripts 2026-02-26 16:26:33.517871 | fa163e59-d9bd-ca95-7e8e-000000002033 | CHANGED | Write container config scripts | standalone 2026-02-26 16:26:33.518726 | fa163e59-d9bd-ca95-7e8e-000000002033 | TIMING | Write container config scripts | standalone | 0:03:32.043976 | 0.31s 2026-02-26 16:26:33.543402 | fa163e59-d9bd-ca95-7e8e-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-02-26 16:26:34.032503 | fa163e59-d9bd-ca95-7e8e-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-02-26 16:26:34.033857 | fa163e59-d9bd-ca95-7e8e-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:32.559098 | 0.49s 2026-02-26 16:26:34.059713 | fa163e59-d9bd-ca95-7e8e-000000002035 | TASK | Generate startup configs files per step and per container 2026-02-26 16:26:34.676043 | fa163e59-d9bd-ca95-7e8e-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2026-02-26 16:26:34.685275 | fa163e59-d9bd-ca95-7e8e-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:33.210512 | 0.62s 2026-02-26 16:26:34.726944 | fa163e59-d9bd-ca95-7e8e-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2026-02-26 16:26:35.014565 | fa163e59-d9bd-ca95-7e8e-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-02-26 16:26:35.016304 | fa163e59-d9bd-ca95-7e8e-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:33.541543 | 0.29s 2026-02-26 16:26:35.043856 | fa163e59-d9bd-ca95-7e8e-000000002037 | TASK | Create /var/lib/config-data directory 2026-02-26 16:26:35.280583 | fa163e59-d9bd-ca95-7e8e-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2026-02-26 16:26:35.281741 | fa163e59-d9bd-ca95-7e8e-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:33.806986 | 0.24s 2026-02-26 16:26:35.302677 | fa163e59-d9bd-ca95-7e8e-000000002038 | TASK | Write container config json files 2026-02-26 16:26:35.860920 | fa163e59-d9bd-ca95-7e8e-000000002038 | CHANGED | Write container config json files | standalone 2026-02-26 16:26:35.867136 | fa163e59-d9bd-ca95-7e8e-000000002038 | TIMING | Write container config json files | standalone | 0:03:34.392382 | 0.56s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-02-26 16:26:35.989222 | fa163e59-d9bd-ca95-7e8e-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-02-26 16:26:36.020569 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-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-02-26 16:26:36.090695 | fa163e59-d9bd-ca95-7e8e-0000000000b2 | TIMING | include_tasks | standalone | 0:03:34.615877 | 0.05s 2026-02-26 16:26:36.113394 | c0cdae1f-63c4-4288-9b4f-919860ffe64f | INCLUDED | /root/standalone-ansible-an2_1b3z/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2026-02-26 16:26:36.226528 | fa163e59-d9bd-ca95-7e8e-0000000000b6 | TASK | External deployment step 1 2026-02-26 16:26:36.255278 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000b6') missing from stats 2026-02-26 16:26:36.310913 | fa163e59-d9bd-ca95-7e8e-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:34.836137 | 0.04s 2026-02-26 16:26:36.350434 | 2fae0520-8e01-43c3-a764-afe46cc73753 | INCLUDED | /root/standalone-ansible-an2_1b3z/external_deploy_steps_tasks_step1.yaml | undercloud 2026-02-26 16:26:36.370580 | fa163e59-d9bd-ca95-7e8e-00000000207d | TASK | Set some tripleo-ansible facts 2026-02-26 16:26:36.422078 | fa163e59-d9bd-ca95-7e8e-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2026-02-26 16:26:36.423357 | fa163e59-d9bd-ca95-7e8e-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:34.948599 | 0.05s 2026-02-26 16:26:36.438502 | fa163e59-d9bd-ca95-7e8e-00000000207f | TASK | Build disk list for cephadm 2026-02-26 16:26:36.488991 | fa163e59-d9bd-ca95-7e8e-00000000207f | OK | Build disk list for cephadm | undercloud 2026-02-26 16:26:36.489960 | fa163e59-d9bd-ca95-7e8e-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:35.015206 | 0.05s 2026-02-26 16:26:36.507620 | fa163e59-d9bd-ca95-7e8e-000000002086 | TASK | Container image prepare 2026-02-26 16:26:37.615706 | fa163e59-d9bd-ca95-7e8e-000000002086 | CHANGED | Container image prepare | undercloud 2026-02-26 16:26:37.619013 | fa163e59-d9bd-ca95-7e8e-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:36.144248 | 1.11s 2026-02-26 16:26:37.660839 | fa163e59-d9bd-ca95-7e8e-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2026-02-26 16:26:37.897723 | fa163e59-d9bd-ca95-7e8e-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-02-26 16:26:37.899096 | fa163e59-d9bd-ca95-7e8e-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:36.424336 | 0.24s 2026-02-26 16:26:37.917085 | fa163e59-d9bd-ca95-7e8e-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2026-02-26 16:26:37.970385 | fa163e59-d9bd-ca95-7e8e-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:36.495576 | 0.05s 2026-02-26 16:26:38.001671 | fa163e59-d9bd-ca95-7e8e-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-02-26 16:26:38.251427 | fa163e59-d9bd-ca95-7e8e-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-02-26 16:26:38.252876 | fa163e59-d9bd-ca95-7e8e-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:36.778115 | 0.25s 2026-02-26 16:26:38.272482 | fa163e59-d9bd-ca95-7e8e-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-02-26 16:26:38.738222 | fa163e59-d9bd-ca95-7e8e-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-02-26 16:26:38.739563 | fa163e59-d9bd-ca95-7e8e-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:37.264806 | 0.47s 2026-02-26 16:26:38.759412 | fa163e59-d9bd-ca95-7e8e-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-26 16:26:38.812616 | fa163e59-d9bd-ca95-7e8e-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:37.337845 | 0.05s 2026-02-26 16:26:38.859214 | fa163e59-d9bd-ca95-7e8e-0000000020f1 | TASK | Check for a configured destination 2026-02-26 16:26:38.942136 | fa163e59-d9bd-ca95-7e8e-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2026-02-26 16:26:38.943398 | fa163e59-d9bd-ca95-7e8e-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:37.468636 | 0.08s 2026-02-26 16:26:38.969103 | fa163e59-d9bd-ca95-7e8e-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2026-02-26 16:26:39.480768 | fa163e59-d9bd-ca95-7e8e-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-02-26 16:26:39.482177 | fa163e59-d9bd-ca95-7e8e-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:38.007420 | 0.51s PLAY [Deploy step tasks for 1] ************************************************* 2026-02-26 16:26:39.648230 | fa163e59-d9bd-ca95-7e8e-0000000000ba | TASK | Deploy step tasks for 1 2026-02-26 16:26:39.677321 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000ba') missing from stats 2026-02-26 16:26:39.699181 | fa163e59-d9bd-ca95-7e8e-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-02-26 16:26:40.217440 | fa163e59-d9bd-ca95-7e8e-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-02-26 16:26:40.219011 | fa163e59-d9bd-ca95-7e8e-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:38.744252 | 0.52s 2026-02-26 16:26:40.245090 | fa163e59-d9bd-ca95-7e8e-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-26 16:26:40.509047 | fa163e59-d9bd-ca95-7e8e-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-26 16:26:40.510550 | fa163e59-d9bd-ca95-7e8e-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:39.035790 | 0.26s 2026-02-26 16:26:40.536399 | fa163e59-d9bd-ca95-7e8e-0000000000be | TASK | Write config data at the start of step 1 2026-02-26 16:26:40.611599 | fa163e59-d9bd-ca95-7e8e-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:39.136830 | 0.07s 2026-02-26 16:26:40.656746 | f36a44fc-360c-4531-b08e-bf7bf2393c3c | INCLUDED | /root/standalone-ansible-an2_1b3z/common_deploy_steps_tasks_step_1.yaml | standalone 2026-02-26 16:26:40.683418 | fa163e59-d9bd-ca95-7e8e-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-02-26 16:26:40.711162 | fa163e59-d9bd-ca95-7e8e-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-26 16:26:40.712129 | fa163e59-d9bd-ca95-7e8e-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:39.237376 | 0.03s 2026-02-26 16:26:40.732684 | fa163e59-d9bd-ca95-7e8e-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-02-26 16:26:40.764314 | fa163e59-d9bd-ca95-7e8e-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-26 16:26:40.765480 | fa163e59-d9bd-ca95-7e8e-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:39.290723 | 0.03s 2026-02-26 16:26:40.786290 | fa163e59-d9bd-ca95-7e8e-000000002132 | TASK | Write the puppet step_config manifest 2026-02-26 16:26:41.297667 | fa163e59-d9bd-ca95-7e8e-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2026-02-26 16:26:41.298984 | fa163e59-d9bd-ca95-7e8e-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:39.824225 | 0.51s 2026-02-26 16:26:41.324175 | fa163e59-d9bd-ca95-7e8e-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-26 16:26:41.355153 | fa163e59-d9bd-ca95-7e8e-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-26 16:26:41.356478 | fa163e59-d9bd-ca95-7e8e-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.881711 | 0.03s 2026-02-26 16:26:41.381855 | fa163e59-d9bd-ca95-7e8e-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-26 16:26:41.414484 | fa163e59-d9bd-ca95-7e8e-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-26 16:26:41.415671 | fa163e59-d9bd-ca95-7e8e-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.940875 | 0.03s 2026-02-26 16:26:41.440855 | fa163e59-d9bd-ca95-7e8e-000000002135 | TASK | Create /var/lib/container-puppet 2026-02-26 16:26:41.699318 | fa163e59-d9bd-ca95-7e8e-000000002135 | OK | Create /var/lib/container-puppet | standalone 2026-02-26 16:26:41.700878 | fa163e59-d9bd-ca95-7e8e-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:40.226116 | 0.26s 2026-02-26 16:26:41.727134 | fa163e59-d9bd-ca95-7e8e-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-02-26 16:26:41.749185 | fa163e59-d9bd-ca95-7e8e-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-26 16:26:41.750476 | fa163e59-d9bd-ca95-7e8e-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:40.275711 | 0.02s 2026-02-26 16:26:41.779765 | fa163e59-d9bd-ca95-7e8e-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-02-26 16:26:41.799537 | fa163e59-d9bd-ca95-7e8e-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-26 16:26:41.801275 | fa163e59-d9bd-ca95-7e8e-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:40.326505 | 0.02s 2026-02-26 16:26:41.835001 | fa163e59-d9bd-ca95-7e8e-000000002138 | TASK | Write container-puppet.json file 2026-02-26 16:26:42.418923 | fa163e59-d9bd-ca95-7e8e-000000002138 | CHANGED | Write container-puppet.json file | standalone 2026-02-26 16:26:42.420249 | fa163e59-d9bd-ca95-7e8e-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:40.945487 | 0.58s 2026-02-26 16:26:42.445068 | fa163e59-d9bd-ca95-7e8e-000000002139 | TASK | Diff container-puppet.json changes for check mode 2026-02-26 16:26:42.474412 | fa163e59-d9bd-ca95-7e8e-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-26 16:26:42.475769 | fa163e59-d9bd-ca95-7e8e-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:41.001008 | 0.03s 2026-02-26 16:26:42.500815 | fa163e59-d9bd-ca95-7e8e-00000000213a | TASK | Diff container-puppet.json changes for check mode 2026-02-26 16:26:42.529979 | fa163e59-d9bd-ca95-7e8e-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-26 16:26:42.531178 | fa163e59-d9bd-ca95-7e8e-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:41.056418 | 0.03s 2026-02-26 16:26:42.556292 | fa163e59-d9bd-ca95-7e8e-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2026-02-26 16:26:42.938238 | fa163e59-d9bd-ca95-7e8e-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-02-26 16:26:42.939543 | fa163e59-d9bd-ca95-7e8e-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:41.464784 | 0.38s 2026-02-26 16:26:42.964189 | fa163e59-d9bd-ca95-7e8e-00000000213c | TASK | Set host puppet debugging fact string 2026-02-26 16:26:42.996862 | fa163e59-d9bd-ca95-7e8e-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2026-02-26 16:26:42.998147 | fa163e59-d9bd-ca95-7e8e-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:41.523386 | 0.03s 2026-02-26 16:26:43.023452 | fa163e59-d9bd-ca95-7e8e-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-02-26 16:26:43.054796 | fa163e59-d9bd-ca95-7e8e-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-02-26 16:26:43.056010 | fa163e59-d9bd-ca95-7e8e-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:41.581249 | 0.03s 2026-02-26 16:26:43.082498 | fa163e59-d9bd-ca95-7e8e-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-02-26 16:26:43.111830 | fa163e59-d9bd-ca95-7e8e-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-02-26 16:26:43.113083 | fa163e59-d9bd-ca95-7e8e-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:41.638323 | 0.03s 2026-02-26 16:26:43.133519 | fa163e59-d9bd-ca95-7e8e-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2026-02-26 16:26:43.163733 | fa163e59-d9bd-ca95-7e8e-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-02-26 16:26:43.165291 | fa163e59-d9bd-ca95-7e8e-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:41.690530 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-26 16:26:43.242536 | fa163e59-d9bd-ca95-7e8e-0000000000c0 | TIMING | include_tasks | standalone | 0:03:41.767760 | 0.05s 2026-02-26 16:26:43.383474 | a2591023-7378-48c5-8d9d-c08a89f2bfd2 | INCLUDED | /root/standalone-ansible-an2_1b3z/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-02-26 16:26:43.462576 | fa163e59-d9bd-ca95-7e8e-00000000216a | TASK | Create dirs for certificates and keys 2026-02-26 16:26:43.527796 | fa163e59-d9bd-ca95-7e8e-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-02-26 16:26:43.549908 | fa163e59-d9bd-ca95-7e8e-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-02-26 16:26:43.553953 | fa163e59-d9bd-ca95-7e8e-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:42.079181 | 0.09s 2026-02-26 16:26:43.633996 | fa163e59-d9bd-ca95-7e8e-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-26 16:26:43.635357 | fa163e59-d9bd-ca95-7e8e-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:42.160595 | 0.05s 2026-02-26 16:26:43.662236 | fa163e59-d9bd-ca95-7e8e-000000002172 | TASK | Fail if container image is undefined 2026-02-26 16:26:43.723685 | fa163e59-d9bd-ca95-7e8e-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2026-02-26 16:26:43.724889 | fa163e59-d9bd-ca95-7e8e-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:42.250128 | 0.06s 2026-02-26 16:26:43.768159 | fa163e59-d9bd-ca95-7e8e-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-26 16:26:58.320339 | fa163e59-d9bd-ca95-7e8e-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-26 16:26:58.321789 | fa163e59-d9bd-ca95-7e8e-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:56.847028 | 14.55s 2026-02-26 16:26:58.377751 | fa163e59-d9bd-ca95-7e8e-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-26 16:26:58.730070 | fa163e59-d9bd-ca95-7e8e-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-26 16:26:58.731731 | fa163e59-d9bd-ca95-7e8e-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:57.256966 | 0.35s 2026-02-26 16:26:58.787496 | fa163e59-d9bd-ca95-7e8e-000000002183 | TASK | Fail if container image is undefined 2026-02-26 16:26:58.860536 | fa163e59-d9bd-ca95-7e8e-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2026-02-26 16:26:58.861798 | fa163e59-d9bd-ca95-7e8e-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:57.387037 | 0.07s 2026-02-26 16:26:58.907803 | fa163e59-d9bd-ca95-7e8e-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-26 16:27:06.904246 | fa163e59-d9bd-ca95-7e8e-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-26 16:27:06.905681 | fa163e59-d9bd-ca95-7e8e-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:05.430921 | 8.00s 2026-02-26 16:27:06.961956 | fa163e59-d9bd-ca95-7e8e-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-26 16:27:07.287781 | fa163e59-d9bd-ca95-7e8e-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-26 16:27:07.289303 | fa163e59-d9bd-ca95-7e8e-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:05.814541 | 0.33s 2026-02-26 16:27:07.341673 | fa163e59-d9bd-ca95-7e8e-000000002190 | TASK | Check if rsyslog exists 2026-02-26 16:27:07.610703 | fa163e59-d9bd-ca95-7e8e-000000002190 | CHANGED | Check if rsyslog exists | standalone 2026-02-26 16:27:07.611873 | fa163e59-d9bd-ca95-7e8e-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:06.137116 | 0.27s 2026-02-26 16:27:07.633782 | fa163e59-d9bd-ca95-7e8e-000000002192 | TASK | Forward logging to haproxy.log file 2026-02-26 16:27:07.901333 | fa163e59-d9bd-ca95-7e8e-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2026-02-26 16:27:07.902785 | fa163e59-d9bd-ca95-7e8e-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:06.428025 | 0.27s 2026-02-26 16:27:07.931016 | fa163e59-d9bd-ca95-7e8e-000000002193 | TASK | restart rsyslog service after logging conf change 2026-02-26 16:27:08.578722 | fa163e59-d9bd-ca95-7e8e-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2026-02-26 16:27:08.580988 | fa163e59-d9bd-ca95-7e8e-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:07.106185 | 0.65s 2026-02-26 16:27:08.609710 | fa163e59-d9bd-ca95-7e8e-00000000219a | TASK | Fail if container image is undefined 2026-02-26 16:27:08.663434 | fa163e59-d9bd-ca95-7e8e-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2026-02-26 16:27:08.664961 | fa163e59-d9bd-ca95-7e8e-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:07.190158 | 0.05s 2026-02-26 16:27:08.708066 | fa163e59-d9bd-ca95-7e8e-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-26 16:27:14.314708 | fa163e59-d9bd-ca95-7e8e-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-26 16:27:14.316203 | fa163e59-d9bd-ca95-7e8e-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:12.841442 | 5.61s 2026-02-26 16:27:14.373015 | fa163e59-d9bd-ca95-7e8e-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-26 16:27:14.707889 | fa163e59-d9bd-ca95-7e8e-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-26 16:27:14.709279 | fa163e59-d9bd-ca95-7e8e-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:13.234520 | 0.33s 2026-02-26 16:27:14.759434 | fa163e59-d9bd-ca95-7e8e-0000000021a6 | TASK | Run lvmfilter role 2026-02-26 16:27:14.812555 | fa163e59-d9bd-ca95-7e8e-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:13.337786 | 0.05s 2026-02-26 16:27:14.895045 | fa163e59-d9bd-ca95-7e8e-0000000022bd | TASK | Check if lvm2 is installed 2026-02-26 16:27:15.147845 | fa163e59-d9bd-ca95-7e8e-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2026-02-26 16:27:15.149453 | fa163e59-d9bd-ca95-7e8e-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:13.674694 | 0.25s 2026-02-26 16:27:15.176782 | fa163e59-d9bd-ca95-7e8e-0000000022bf | TASK | collect ansible devices 2026-02-26 16:27:15.230842 | fa163e59-d9bd-ca95-7e8e-0000000022bf | SKIPPED | collect ansible devices | standalone 2026-02-26 16:27:15.232325 | fa163e59-d9bd-ca95-7e8e-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:13.757564 | 0.05s 2026-02-26 16:27:15.259939 | fa163e59-d9bd-ca95-7e8e-0000000022c0 | TASK | collect in-use lvm2 devices list 2026-02-26 16:27:15.315063 | fa163e59-d9bd-ca95-7e8e-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-02-26 16:27:15.316516 | fa163e59-d9bd-ca95-7e8e-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:13.841754 | 0.05s 2026-02-26 16:27:15.344145 | fa163e59-d9bd-ca95-7e8e-0000000022c1 | TASK | set allowed_devices 2026-02-26 16:27:15.395865 | fa163e59-d9bd-ca95-7e8e-0000000022c1 | SKIPPED | set allowed_devices | standalone 2026-02-26 16:27:15.397033 | fa163e59-d9bd-ca95-7e8e-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:13.922271 | 0.05s 2026-02-26 16:27:15.423449 | fa163e59-d9bd-ca95-7e8e-0000000022c2 | TASK | build lvm2 allow list 2026-02-26 16:27:15.475227 | fa163e59-d9bd-ca95-7e8e-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2026-02-26 16:27:15.476794 | fa163e59-d9bd-ca95-7e8e-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:14.002032 | 0.05s 2026-02-26 16:27:15.503946 | fa163e59-d9bd-ca95-7e8e-0000000022c3 | TASK | build lvm2 deny list 2026-02-26 16:27:15.551821 | fa163e59-d9bd-ca95-7e8e-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2026-02-26 16:27:15.552771 | fa163e59-d9bd-ca95-7e8e-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:14.078017 | 0.05s 2026-02-26 16:27:15.575157 | fa163e59-d9bd-ca95-7e8e-0000000022c4 | TASK | build lvm2 filter 2026-02-26 16:27:15.623221 | fa163e59-d9bd-ca95-7e8e-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2026-02-26 16:27:15.624218 | fa163e59-d9bd-ca95-7e8e-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:14.149464 | 0.05s 2026-02-26 16:27:15.644408 | fa163e59-d9bd-ca95-7e8e-0000000022c5 | TASK | regenerate lvm config 2026-02-26 16:27:15.691352 | fa163e59-d9bd-ca95-7e8e-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2026-02-26 16:27:15.692161 | fa163e59-d9bd-ca95-7e8e-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:14.217407 | 0.05s 2026-02-26 16:27:15.713873 | fa163e59-d9bd-ca95-7e8e-0000000022c6 | TASK | copy new lvm.conf in place 2026-02-26 16:27:15.763956 | fa163e59-d9bd-ca95-7e8e-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2026-02-26 16:27:15.764959 | fa163e59-d9bd-ca95-7e8e-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:14.290205 | 0.05s 2026-02-26 16:27:15.804429 | fa163e59-d9bd-ca95-7e8e-0000000021ac | TASK | Fail if container image is undefined 2026-02-26 16:27:15.841174 | fa163e59-d9bd-ca95-7e8e-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2026-02-26 16:27:15.842127 | fa163e59-d9bd-ca95-7e8e-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:14.367374 | 0.04s 2026-02-26 16:27:15.874560 | fa163e59-d9bd-ca95-7e8e-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-26 16:27:24.123452 | fa163e59-d9bd-ca95-7e8e-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-26 16:27:24.124878 | fa163e59-d9bd-ca95-7e8e-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:22.650112 | 8.25s 2026-02-26 16:27:24.182795 | fa163e59-d9bd-ca95-7e8e-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-26 16:27:24.540996 | fa163e59-d9bd-ca95-7e8e-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-26 16:27:24.542469 | fa163e59-d9bd-ca95-7e8e-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:23.067703 | 0.36s 2026-02-26 16:27:24.647751 | fa163e59-d9bd-ca95-7e8e-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-26 16:27:24.649151 | fa163e59-d9bd-ca95-7e8e-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:23.174390 | 0.05s 2026-02-26 16:27:24.676323 | fa163e59-d9bd-ca95-7e8e-0000000021c0 | TASK | Fail if container image is undefined 2026-02-26 16:27:24.738361 | fa163e59-d9bd-ca95-7e8e-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2026-02-26 16:27:24.739686 | fa163e59-d9bd-ca95-7e8e-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:23.264926 | 0.06s 2026-02-26 16:27:24.783231 | fa163e59-d9bd-ca95-7e8e-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-26 16:27:32.875757 | fa163e59-d9bd-ca95-7e8e-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-26 16:27:32.878785 | fa163e59-d9bd-ca95-7e8e-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:31.404023 | 8.09s 2026-02-26 16:27:32.935616 | fa163e59-d9bd-ca95-7e8e-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-26 16:27:33.284159 | fa163e59-d9bd-ca95-7e8e-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-26 16:27:33.286943 | fa163e59-d9bd-ca95-7e8e-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:31.812183 | 0.35s 2026-02-26 16:27:33.388917 | fa163e59-d9bd-ca95-7e8e-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-26 16:27:33.391404 | fa163e59-d9bd-ca95-7e8e-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:31.916543 | 0.05s 2026-02-26 16:27:33.417888 | fa163e59-d9bd-ca95-7e8e-0000000021cf | TASK | install systemd-container for a greenfield 2026-02-26 16:27:53.724700 | fa163e59-d9bd-ca95-7e8e-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2026-02-26 16:27:53.726285 | fa163e59-d9bd-ca95-7e8e-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:52.251525 | 20.31s 2026-02-26 16:27:53.752820 | fa163e59-d9bd-ca95-7e8e-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2026-02-26 16:27:53.802903 | fa163e59-d9bd-ca95-7e8e-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-02-26 16:27:53.804244 | fa163e59-d9bd-ca95-7e8e-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:52.329484 | 0.05s 2026-02-26 16:27:53.831203 | fa163e59-d9bd-ca95-7e8e-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-02-26 16:27:54.108897 | fa163e59-d9bd-ca95-7e8e-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-02-26 16:27:54.111380 | fa163e59-d9bd-ca95-7e8e-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:52.636616 | 0.28s 2026-02-26 16:27:54.140171 | fa163e59-d9bd-ca95-7e8e-0000000021d4 | TASK | is KSM enabled 2026-02-26 16:27:54.203425 | fa163e59-d9bd-ca95-7e8e-0000000021d4 | OK | is KSM enabled | standalone 2026-02-26 16:27:54.206184 | fa163e59-d9bd-ca95-7e8e-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:52.731410 | 0.06s 2026-02-26 16:27:54.235693 | fa163e59-d9bd-ca95-7e8e-0000000021d6 | TASK | Check for ksm 2026-02-26 16:27:54.521278 | fa163e59-d9bd-ca95-7e8e-0000000021d6 | CHANGED | Check for ksm | standalone 2026-02-26 16:27:54.522730 | fa163e59-d9bd-ca95-7e8e-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:53.047964 | 0.29s 2026-02-26 16:27:54.550491 | fa163e59-d9bd-ca95-7e8e-0000000021d7 | TASK | disable KSM services 2026-02-26 16:27:54.640058 | fa163e59-d9bd-ca95-7e8e-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-02-26 16:27:54.672439 | fa163e59-d9bd-ca95-7e8e-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-02-26 16:27:54.678409 | fa163e59-d9bd-ca95-7e8e-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:53.203637 | 0.13s 2026-02-26 16:27:54.705874 | fa163e59-d9bd-ca95-7e8e-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2026-02-26 16:27:54.756251 | fa163e59-d9bd-ca95-7e8e-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-02-26 16:27:54.757437 | fa163e59-d9bd-ca95-7e8e-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:53.282676 | 0.05s 2026-02-26 16:27:54.783362 | fa163e59-d9bd-ca95-7e8e-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-02-26 16:27:54.823225 | fa163e59-d9bd-ca95-7e8e-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-02-26 16:27:54.824415 | fa163e59-d9bd-ca95-7e8e-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:53.349649 | 0.04s 2026-02-26 16:27:54.850508 | fa163e59-d9bd-ca95-7e8e-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-02-26 16:27:54.890478 | fa163e59-d9bd-ca95-7e8e-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-02-26 16:27:54.891661 | fa163e59-d9bd-ca95-7e8e-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:53.416875 | 0.04s 2026-02-26 16:27:54.918304 | fa163e59-d9bd-ca95-7e8e-0000000021dc | TASK | enable ksmtunded 2026-02-26 16:27:54.964672 | fa163e59-d9bd-ca95-7e8e-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-02-26 16:27:54.977592 | fa163e59-d9bd-ca95-7e8e-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-02-26 16:27:54.983661 | fa163e59-d9bd-ca95-7e8e-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:53.508872 | 0.06s 2026-02-26 16:27:55.061732 | fa163e59-d9bd-ca95-7e8e-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-26 16:27:55.063083 | fa163e59-d9bd-ca95-7e8e-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:53.588322 | 0.05s 2026-02-26 16:27:55.089393 | fa163e59-d9bd-ca95-7e8e-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-26 16:27:55.162674 | fa163e59-d9bd-ca95-7e8e-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-26 16:27:55.164053 | fa163e59-d9bd-ca95-7e8e-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:53.689293 | 0.07s 2026-02-26 16:27:55.190481 | fa163e59-d9bd-ca95-7e8e-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-02-26 16:27:59.354885 | fa163e59-d9bd-ca95-7e8e-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-02-26 16:27:59.360587 | fa163e59-d9bd-ca95-7e8e-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:57.885821 | 4.17s 2026-02-26 16:27:59.398547 | fa163e59-d9bd-ca95-7e8e-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2026-02-26 16:27:59.471174 | fa163e59-d9bd-ca95-7e8e-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-02-26 16:27:59.472392 | fa163e59-d9bd-ca95-7e8e-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:57.997632 | 0.07s 2026-02-26 16:27:59.501870 | fa163e59-d9bd-ca95-7e8e-0000000021e4 | TASK | Fetch ovn VIP 2026-02-26 16:27:59.573326 | fa163e59-d9bd-ca95-7e8e-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2026-02-26 16:27:59.574703 | fa163e59-d9bd-ca95-7e8e-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:58.099936 | 0.07s 2026-02-26 16:27:59.604232 | fa163e59-d9bd-ca95-7e8e-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2026-02-26 16:27:59.676705 | fa163e59-d9bd-ca95-7e8e-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-02-26 16:27:59.677986 | fa163e59-d9bd-ca95-7e8e-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:58.203227 | 0.07s 2026-02-26 16:27:59.707329 | fa163e59-d9bd-ca95-7e8e-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2026-02-26 16:27:59.770866 | fa163e59-d9bd-ca95-7e8e-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-02-26 16:27:59.772212 | fa163e59-d9bd-ca95-7e8e-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:58.297441 | 0.06s 2026-02-26 16:27:59.802482 | fa163e59-d9bd-ca95-7e8e-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2026-02-26 16:27:59.874417 | fa163e59-d9bd-ca95-7e8e-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-02-26 16:27:59.875763 | fa163e59-d9bd-ca95-7e8e-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:58.400995 | 0.07s 2026-02-26 16:27:59.904547 | fa163e59-d9bd-ca95-7e8e-0000000021e8 | TASK | Remove pacemaker attributes 2026-02-26 16:27:59.976621 | fa163e59-d9bd-ca95-7e8e-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-02-26 16:27:59.989727 | fa163e59-d9bd-ca95-7e8e-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:58.514957 | 0.08s 2026-02-26 16:28:00.073235 | fa163e59-d9bd-ca95-7e8e-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-26 16:28:00.074547 | fa163e59-d9bd-ca95-7e8e-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:58.599788 | 0.05s 2026-02-26 16:28:00.104109 | fa163e59-d9bd-ca95-7e8e-0000000021ed | TASK | Configure OVN DBs and northd 2026-02-26 16:28:00.155568 | fa163e59-d9bd-ca95-7e8e-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:04:58.680806 | 0.05s 2026-02-26 16:28:00.209674 | fa163e59-d9bd-ca95-7e8e-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-02-26 16:28:00.474270 | fa163e59-d9bd-ca95-7e8e-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-02-26 16:28:00.475606 | fa163e59-d9bd-ca95-7e8e-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:59.000848 | 0.26s 2026-02-26 16:28:00.505113 | fa163e59-d9bd-ca95-7e8e-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-26 16:28:00.570033 | fa163e59-d9bd-ca95-7e8e-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-26 16:28:00.571210 | fa163e59-d9bd-ca95-7e8e-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:59.096448 | 0.06s 2026-02-26 16:28:00.602132 | fa163e59-d9bd-ca95-7e8e-000000002397 | TASK | check ovsdb-tool election-timer options 2026-02-26 16:28:00.870148 | fa163e59-d9bd-ca95-7e8e-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2026-02-26 16:28:00.871659 | fa163e59-d9bd-ca95-7e8e-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:59.396871 | 0.27s 2026-02-26 16:28:00.903621 | fa163e59-d9bd-ca95-7e8e-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2026-02-26 16:28:00.966388 | fa163e59-d9bd-ca95-7e8e-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-02-26 16:28:00.967997 | fa163e59-d9bd-ca95-7e8e-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:59.493239 | 0.06s 2026-02-26 16:28:00.998907 | fa163e59-d9bd-ca95-7e8e-000000002399 | TASK | render OVN cluster configuration 2026-02-26 16:28:01.592920 | fa163e59-d9bd-ca95-7e8e-000000002399 | CHANGED | render OVN cluster configuration | standalone 2026-02-26 16:28:01.594443 | fa163e59-d9bd-ca95-7e8e-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:00.119681 | 0.59s 2026-02-26 16:28:01.624958 | fa163e59-d9bd-ca95-7e8e-00000000239a | TASK | restart OVN northd and north and south databases 2026-02-26 16:28:01.688698 | fa163e59-d9bd-ca95-7e8e-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:00.213925 | 0.06s 2026-02-26 16:28:01.712419 | fa163e59-d9bd-ca95-7e8e-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:00.237655 | 0.09s 2026-02-26 16:28:01.725808 | fa163e59-d9bd-ca95-7e8e-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:00.251052 | 0.10s 2026-02-26 16:28:01.738450 | fa163e59-d9bd-ca95-7e8e-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:00.263688 | 0.11s 2026-02-26 16:28:01.765484 | 42a9a7c3-0662-42d2-9290-18d50f3b3d77 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-26 16:28:01.774626 | 154b1082-5c48-433f-b975-93c060b2f0d5 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-26 16:28:01.783491 | 8efdd309-9e49-4ed1-a003-632ff6cc5107 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-26 16:28:01.816965 | fa163e59-d9bd-ca95-7e8e-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-02-26 16:28:02.106163 | fa163e59-d9bd-ca95-7e8e-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-02-26 16:28:02.108072 | fa163e59-d9bd-ca95-7e8e-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:00.633307 | 0.29s 2026-02-26 16:28:02.142926 | fa163e59-d9bd-ca95-7e8e-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2026-02-26 16:28:02.198538 | fa163e59-d9bd-ca95-7e8e-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-02-26 16:28:02.200003 | fa163e59-d9bd-ca95-7e8e-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:00.725239 | 0.06s 2026-02-26 16:28:02.233596 | fa163e59-d9bd-ca95-7e8e-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-02-26 16:28:02.512509 | fa163e59-d9bd-ca95-7e8e-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-02-26 16:28:02.514433 | fa163e59-d9bd-ca95-7e8e-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:01.039670 | 0.28s 2026-02-26 16:28:02.551520 | fa163e59-d9bd-ca95-7e8e-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2026-02-26 16:28:02.607325 | fa163e59-d9bd-ca95-7e8e-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-02-26 16:28:02.608839 | fa163e59-d9bd-ca95-7e8e-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:01.134076 | 0.05s 2026-02-26 16:28:02.641340 | fa163e59-d9bd-ca95-7e8e-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2026-02-26 16:28:02.898232 | fa163e59-d9bd-ca95-7e8e-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-02-26 16:28:02.899810 | fa163e59-d9bd-ca95-7e8e-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:01.425047 | 0.26s 2026-02-26 16:28:02.931824 | fa163e59-d9bd-ca95-7e8e-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2026-02-26 16:28:02.962922 | fa163e59-d9bd-ca95-7e8e-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-02-26 16:28:02.964061 | fa163e59-d9bd-ca95-7e8e-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:01.489300 | 0.03s 2026-02-26 16:28:03.072367 | fa163e59-d9bd-ca95-7e8e-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-26 16:28:03.074397 | fa163e59-d9bd-ca95-7e8e-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:01.599635 | 0.05s 2026-02-26 16:28:03.155876 | fa163e59-d9bd-ca95-7e8e-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-26 16:28:03.157194 | fa163e59-d9bd-ca95-7e8e-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:01.682433 | 0.05s 2026-02-26 16:28:03.187470 | fa163e59-d9bd-ca95-7e8e-0000000021f8 | TASK | Fail if container image is undefined 2026-02-26 16:28:03.249445 | fa163e59-d9bd-ca95-7e8e-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2026-02-26 16:28:03.250932 | fa163e59-d9bd-ca95-7e8e-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:01.776169 | 0.06s 2026-02-26 16:28:03.302864 | fa163e59-d9bd-ca95-7e8e-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-26 16:28:09.588090 | fa163e59-d9bd-ca95-7e8e-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-26 16:28:09.589493 | fa163e59-d9bd-ca95-7e8e-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:08.114726 | 6.28s 2026-02-26 16:28:09.647651 | fa163e59-d9bd-ca95-7e8e-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-26 16:28:10.044828 | fa163e59-d9bd-ca95-7e8e-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-26 16:28:10.046218 | fa163e59-d9bd-ca95-7e8e-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:08.571460 | 0.40s 2026-02-26 16:28:10.105623 | fa163e59-d9bd-ca95-7e8e-000000002205 | TASK | Pre-fetch all the containers 2026-02-26 16:28:14.871748 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-02-26 16:28:14.876759 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:13.401989 | 4.77s 2026-02-26 16:28:20.216617 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-02-26 16:28:20.219744 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:18.744873 | 10.11s 2026-02-26 16:28:23.260599 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-02-26 16:28:23.265993 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:21.791230 | 13.16s 2026-02-26 16:28:26.410903 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-02-26 16:28:26.414894 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:24.940130 | 16.31s 2026-02-26 16:28:28.572711 | fa163e59-d9bd-ca95-7e8e-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-02-26 16:28:28.576183 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:27.101424 | 18.47s 2026-02-26 16:28:30.564724 | fa163e59-d9bd-ca95-7e8e-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-02-26 16:28:30.567357 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:29.092598 | 20.46s 2026-02-26 16:28:34.776433 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-02-26 16:28:34.781164 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:33.306405 | 24.67s 2026-02-26 16:28:39.386278 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2026-02-26 16:28:39.389268 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:37.914510 | 29.28s 2026-02-26 16:28:44.083334 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-02-26 16:28:44.087458 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:42.612700 | 33.98s 2026-02-26 16:28:46.447011 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-02-26 16:28:46.450963 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:44.976204 | 36.34s 2026-02-26 16:28:54.349808 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-02-26 16:28:54.355863 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:52.881099 | 44.25s 2026-02-26 16:28:57.161737 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-02-26 16:28:57.164281 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:55.689529 | 47.06s 2026-02-26 16:29:16.131595 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-02-26 16:29:16.134447 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:14.659690 | 66.03s 2026-02-26 16:29:26.722100 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-02-26 16:29:26.726131 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:25.251369 | 76.62s 2026-02-26 16:29:34.071416 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-02-26 16:29:34.074876 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:32.600114 | 83.97s 2026-02-26 16:29:42.436452 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-02-26 16:29:42.440653 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:40.965876 | 92.33s 2026-02-26 16:29:52.202852 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-02-26 16:29:52.205675 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:50.730898 | 102.10s 2026-02-26 16:29:57.179995 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-02-26 16:29:57.183992 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:55.709233 | 107.08s 2026-02-26 16:30:00.438097 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-02-26 16:30:00.441067 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:58.966309 | 110.33s 2026-02-26 16:30:04.480243 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-02-26 16:30:04.483997 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:03.009239 | 114.38s 2026-02-26 16:30:09.125235 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-02-26 16:30:09.128951 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:07.654194 | 119.02s 2026-02-26 16:30:20.096274 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-02-26 16:30:20.099106 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:18.624346 | 129.99s 2026-02-26 16:30:23.052569 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-02-26 16:30:23.055833 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:21.581074 | 132.95s 2026-02-26 16:30:34.302213 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-02-26 16:30:34.305458 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:32.830698 | 144.20s 2026-02-26 16:30:37.503027 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-02-26 16:30:37.505953 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.031196 | 147.40s 2026-02-26 16:30:40.783928 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-02-26 16:30:40.787001 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:39.312244 | 150.68s 2026-02-26 16:30:43.568859 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-02-26 16:30:43.570350 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:42.095600 | 153.46s 2026-02-26 16:30:47.190258 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-02-26 16:30:47.192527 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.717776 | 157.08s 2026-02-26 16:30:50.112616 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2026-02-26 16:30:50.115789 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:48.641026 | 160.01s 2026-02-26 16:30:53.422497 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2026-02-26 16:30:53.425584 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:51.950830 | 163.32s 2026-02-26 16:30:58.352556 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-02-26 16:30:58.356319 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:56.881557 | 168.25s 2026-02-26 16:31:00.357276 | fa163e59-d9bd-ca95-7e8e-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-02-26 16:31:00.360564 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:58.885804 | 170.25s 2026-02-26 16:31:02.502176 | fa163e59-d9bd-ca95-7e8e-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-02-26 16:31:02.505084 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:01.030327 | 172.40s 2026-02-26 16:31:06.112554 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-02-26 16:31:06.115367 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:04.640609 | 176.01s 2026-02-26 16:31:09.074832 | fa163e59-d9bd-ca95-7e8e-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-02-26 16:31:09.077679 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:07.602921 | 178.97s 2026-02-26 16:31:12.916106 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-02-26 16:31:12.918626 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:11.443873 | 182.81s 2026-02-26 16:31:15.591808 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-02-26 16:31:15.595550 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:14.120792 | 185.49s 2026-02-26 16:31:18.203397 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-02-26 16:31:18.207309 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:16.732552 | 188.10s 2026-02-26 16:31:21.723777 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-02-26 16:31:21.727028 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:20.252271 | 191.62s 2026-02-26 16:31:24.611312 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-02-26 16:31:24.616301 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:23.141534 | 194.51s 2026-02-26 16:31:29.046984 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-02-26 16:31:29.048538 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:27.573789 | 198.94s 2026-02-26 16:31:32.042232 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-02-26 16:31:32.045203 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:30.570449 | 201.94s 2026-02-26 16:31:34.647438 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-02-26 16:31:34.651370 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:33.176609 | 204.54s 2026-02-26 16:31:38.521954 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-02-26 16:31:38.525535 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:37.050778 | 208.42s 2026-02-26 16:31:41.265745 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-02-26 16:31:41.269752 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.794995 | 211.16s 2026-02-26 16:31:44.062705 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-02-26 16:31:44.063934 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.589185 | 213.96s 2026-02-26 16:31:46.374018 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-02-26 16:31:46.376880 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:44.902123 | 216.27s 2026-02-26 16:31:49.259647 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-02-26 16:31:49.262554 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.787797 | 219.15s 2026-02-26 16:31:52.877729 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-02-26 16:31:52.881444 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.406685 | 222.77s 2026-02-26 16:31:57.533204 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-02-26 16:31:57.537903 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:56.063142 | 227.43s 2026-02-26 16:32:00.865677 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-02-26 16:32:00.868497 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.393741 | 230.76s 2026-02-26 16:32:04.794427 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-02-26 16:32:04.797188 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.322430 | 234.69s 2026-02-26 16:32:09.704684 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-02-26 16:32:09.707022 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:08.232269 | 239.60s 2026-02-26 16:32:12.734058 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-02-26 16:32:12.738328 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:11.263566 | 242.63s 2026-02-26 16:32:15.749613 | fa163e59-d9bd-ca95-7e8e-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-02-26 16:32:15.753198 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.278440 | 245.65s 2026-02-26 16:32:16.145088 | fa163e59-d9bd-ca95-7e8e-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.670326 | 246.04s 2026-02-26 16:32:16.370262 | fa163e59-d9bd-ca95-7e8e-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-26 16:32:16.371728 | fa163e59-d9bd-ca95-7e8e-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:14.896966 | 0.07s 2026-02-26 16:32:16.397795 | fa163e59-d9bd-ca95-7e8e-00000000220f | TASK | Fail if container image is undefined 2026-02-26 16:32:16.440970 | fa163e59-d9bd-ca95-7e8e-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2026-02-26 16:32:16.442372 | fa163e59-d9bd-ca95-7e8e-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:14.967610 | 0.04s 2026-02-26 16:32:16.487381 | fa163e59-d9bd-ca95-7e8e-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-26 16:32:21.948316 | fa163e59-d9bd-ca95-7e8e-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-26 16:32:21.949912 | fa163e59-d9bd-ca95-7e8e-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:20.475151 | 5.46s 2026-02-26 16:32:22.012705 | fa163e59-d9bd-ca95-7e8e-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-26 16:32:22.383762 | fa163e59-d9bd-ca95-7e8e-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-26 16:32:22.385159 | fa163e59-d9bd-ca95-7e8e-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:09:20.910399 | 0.37s 2026-02-26 16:32:22.441217 | fa163e59-d9bd-ca95-7e8e-00000000221c | TASK | Check if rsyslog exists 2026-02-26 16:32:22.715521 | fa163e59-d9bd-ca95-7e8e-00000000221c | CHANGED | Check if rsyslog exists | standalone 2026-02-26 16:32:22.717132 | fa163e59-d9bd-ca95-7e8e-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:21.242371 | 0.27s 2026-02-26 16:32:22.747726 | fa163e59-d9bd-ca95-7e8e-00000000221d | TASK | Forward logging to swift.log file 2026-02-26 16:32:23.257884 | fa163e59-d9bd-ca95-7e8e-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2026-02-26 16:32:23.259548 | fa163e59-d9bd-ca95-7e8e-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:21.784785 | 0.51s 2026-02-26 16:32:23.290023 | fa163e59-d9bd-ca95-7e8e-00000000221e | TASK | Restart rsyslogd service after logging conf change 2026-02-26 16:32:24.081460 | fa163e59-d9bd-ca95-7e8e-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-02-26 16:32:24.083074 | fa163e59-d9bd-ca95-7e8e-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:22.608320 | 0.79s 2026-02-26 16:32:24.106007 | fa163e59-d9bd-ca95-7e8e-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-26 16:32:24.349080 | fa163e59-d9bd-ca95-7e8e-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-26 16:32:24.349991 | fa163e59-d9bd-ca95-7e8e-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:22.875240 | 0.24s 2026-02-26 16:32:24.447546 | fa163e59-d9bd-ca95-7e8e-0000000000c3 | TIMING | include_tasks | standalone | 0:09:22.972787 | 0.08s 2026-02-26 16:32:24.467924 | 31e06f49-138b-4cfa-957e-5c57a91d99ef | INCLUDED | /root/standalone-ansible-an2_1b3z/common_deploy_steps_tasks.yaml | standalone 2026-02-26 16:32:24.493948 | fa163e59-d9bd-ca95-7e8e-0000000024a0 | TASK | Write the config_step hieradata 2026-02-26 16:32:25.000660 | fa163e59-d9bd-ca95-7e8e-0000000024a0 | OK | Write the config_step hieradata | standalone 2026-02-26 16:32:25.002164 | fa163e59-d9bd-ca95-7e8e-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:23.527403 | 0.51s 2026-02-26 16:32:25.032375 | fa163e59-d9bd-ca95-7e8e-0000000024a1 | TASK | Run puppet host configuration for step 1 2026-02-26 16:32:25.354932 | fa163e59-d9bd-ca95-7e8e-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2026-02-26 16:32:25.356434 | fa163e59-d9bd-ca95-7e8e-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:23.881673 | 0.32s 2026-02-26 16:32:25.386539 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | TASK | Wait for puppet host configuration to finish 2026-02-26 16:32:25.634735 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-26 16:32:35.822453 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-26 16:32:46.036180 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-26 16:32:56.254116 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-02-26 16:33:06.475314 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-02-26 16:33:16.663112 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-02-26 16:33:26.897757 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-26 16:33:26.898850 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:25.424099 | 61.51s 2026-02-26 16:33:26.926845 | fa163e59-d9bd-ca95-7e8e-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2026-02-26 16:33:26.988453 | fa163e59-d9bd-ca95-7e8e-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>Feb 26 16:32:25 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 26 16:32:29 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 26 16:32:29 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 26 16:32:29 puppet-user: (file & line not available)", "<13>Feb 26 16:32:29 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>Feb 26 16:32:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 26 16:32:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 26 16:32:29 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Feb 26 16:32:29 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Feb 26 16:32:29 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Feb 26 16:32:29 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Feb 26 16:32:38 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Feb 26 16:32:46 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Feb 26 16:32:46 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Feb 26 16:32:46 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Feb 26 16:32:46 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Feb 26 16:32:50 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 26 16:32:50 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Feb 26 16:32:51 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Feb 26 16:32:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 26 16:32:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 26 16:32:57 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Feb 26 16:32:58 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Feb 26 16:33:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Feb 26 16:33:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 26 16:33:24 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Feb 26 16:33:24 puppet-user: Notice: Applied catalog in 54.91 seconds", "<13>Feb 26 16:33:24 puppet-user: Application:", "<13>Feb 26 16:33:24 puppet-user: Initial environment: production", "<13>Feb 26 16:33:24 puppet-user: Converged environment: production", "<13>Feb 26 16:33:24 puppet-user: Run mode: user", "<13>Feb 26 16:33:24 puppet-user: Changes:", "<13>Feb 26 16:33:24 puppet-user: Total: 17", "<13>Feb 26 16:33:24 puppet-user: Events:", "<13>Feb 26 16:33:24 puppet-user: Success: 17", "<13>Feb 26 16:33:24 puppet-user: Resources:", "<13>Feb 26 16:33:24 puppet-user: Restarted: 1", "<13>Feb 26 16:33:24 puppet-user: Changed: 16", "<13>Feb 26 16:33:24 puppet-user: Out of sync: 16", "<13>Feb 26 16:33:24 puppet-user: Total: 26", "<13>Feb 26 16:33:24 puppet-user: Time:", "<13>Feb 26 16:33:24 puppet-user: Schedule: 0.00", "<13>Feb 26 16:33:24 puppet-user: File: 0.00", "<13>Feb 26 16:33:24 puppet-user: File line: 0.00", "<13>Feb 26 16:33:24 puppet-user: Augeas: 0.02", "<13>Feb 26 16:33:24 puppet-user: User: 0.19", "<13>Feb 26 16:33:24 puppet-user: Config retrieval: 0.42", "<13>Feb 26 16:33:24 puppet-user: Package: 16.46", "<13>Feb 26 16:33:24 puppet-user: Last run: 1772123604", "<13>Feb 26 16:33:24 puppet-user: Exec: 28.81", "<13>Feb 26 16:33:24 puppet-user: Pcmk property: 3.44", "<13>Feb 26 16:33:24 puppet-user: Service: 4.74", "<13>Feb 26 16:33:24 puppet-user: Transaction evaluation: 54.90", "<13>Feb 26 16:33:24 puppet-user: Catalog application: 54.91", "<13>Feb 26 16:33:24 puppet-user: Filebucket: 0.00", "<13>Feb 26 16:33:24 puppet-user: Total: 54.91", "<13>Feb 26 16:33:24 puppet-user: Version:", "<13>Feb 26 16:33:24 puppet-user: Config: 1772123549", "<13>Feb 26 16:33:24 puppet-user: Puppet: 7.10.0" ] } 2026-02-26 16:33:26.989720 | fa163e59-d9bd-ca95-7e8e-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:25.514964 | 0.06s 2026-02-26 16:33:27.013421 | fa163e59-d9bd-ca95-7e8e-0000000024a4 | TASK | Pre-cache facts for puppet containers 2026-02-26 16:33:27.036276 | fa163e59-d9bd-ca95-7e8e-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:25.561512 | 0.02s 2026-02-26 16:33:27.094348 | fa163e59-d9bd-ca95-7e8e-0000000024eb | TASK | Gather variables for each operating system 2026-02-26 16:33:27.239026 | fa163e59-d9bd-ca95-7e8e-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:25.764240 | 0.14s 2026-02-26 16:33:27.272772 | fa163e59-d9bd-ca95-7e8e-0000000024ec | TASK | Create puppet caching structures 2026-02-26 16:33:27.487928 | fa163e59-d9bd-ca95-7e8e-0000000024ec | CHANGED | Create puppet caching structures | standalone 2026-02-26 16:33:27.489418 | fa163e59-d9bd-ca95-7e8e-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:26.014659 | 0.22s 2026-02-26 16:33:27.518758 | fa163e59-d9bd-ca95-7e8e-0000000024ed | TASK | Check for facter.conf 2026-02-26 16:33:27.761653 | fa163e59-d9bd-ca95-7e8e-0000000024ed | OK | Check for facter.conf | standalone 2026-02-26 16:33:27.763106 | fa163e59-d9bd-ca95-7e8e-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:26.288347 | 0.24s 2026-02-26 16:33:27.792575 | fa163e59-d9bd-ca95-7e8e-0000000024ee | TASK | Remove facter.conf if directory 2026-02-26 16:33:27.843978 | fa163e59-d9bd-ca95-7e8e-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2026-02-26 16:33:27.845360 | fa163e59-d9bd-ca95-7e8e-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:26.370598 | 0.05s 2026-02-26 16:33:27.875088 | fa163e59-d9bd-ca95-7e8e-0000000024ef | TASK | Write facter cache config 2026-02-26 16:33:28.355970 | fa163e59-d9bd-ca95-7e8e-0000000024ef | CHANGED | Write facter cache config | standalone 2026-02-26 16:33:28.357440 | fa163e59-d9bd-ca95-7e8e-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:26.882680 | 0.48s 2026-02-26 16:33:28.389226 | fa163e59-d9bd-ca95-7e8e-0000000024f0 | TASK | Cleanup facter cache if exists 2026-02-26 16:33:28.622944 | fa163e59-d9bd-ca95-7e8e-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2026-02-26 16:33:28.624220 | fa163e59-d9bd-ca95-7e8e-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:27.149461 | 0.23s 2026-02-26 16:33:28.653755 | fa163e59-d9bd-ca95-7e8e-0000000024f1 | TASK | Pre-cache facts 2026-02-26 16:33:29.302303 | fa163e59-d9bd-ca95-7e8e-0000000024f1 | CHANGED | Pre-cache facts | standalone 2026-02-26 16:33:29.303217 | fa163e59-d9bd-ca95-7e8e-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:27.828466 | 0.65s 2026-02-26 16:33:29.324359 | fa163e59-d9bd-ca95-7e8e-0000000024f2 | TASK | Failed deployment if facter fails 2026-02-26 16:33:29.352953 | fa163e59-d9bd-ca95-7e8e-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-26 16:33:29.353822 | fa163e59-d9bd-ca95-7e8e-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:27.879071 | 0.03s 2026-02-26 16:33:29.384751 | fa163e59-d9bd-ca95-7e8e-0000000024f3 | TASK | Sync cached facts 2026-02-26 16:33:29.885834 | fa163e59-d9bd-ca95-7e8e-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-0000000024f3') missing from stats 2026-02-26 16:33:29.928076 | fa163e59-d9bd-ca95-7e8e-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-26 16:33:29.977771 | fa163e59-d9bd-ca95-7e8e-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:28.503006 | 0.05s 2026-02-26 16:33:29.999837 | 7ab9e718-0325-48ea-ad27-7affd830ec66 | INCLUDED | /root/standalone-ansible-an2_1b3z/generate-config-tasks.yaml | standalone 2026-02-26 16:33:30.030792 | fa163e59-d9bd-ca95-7e8e-00000000253d | TASK | Create base directory puppet configs 2026-02-26 16:33:30.277033 | fa163e59-d9bd-ca95-7e8e-00000000253d | CHANGED | Create base directory puppet configs | standalone 2026-02-26 16:33:30.278451 | fa163e59-d9bd-ca95-7e8e-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:28.803692 | 0.25s 2026-02-26 16:33:30.311087 | fa163e59-d9bd-ca95-7e8e-00000000253e | TASK | Generate container puppet configs for step 1 2026-02-26 16:33:30.607969 | fa163e59-d9bd-ca95-7e8e-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2026-02-26 16:33:30.609311 | fa163e59-d9bd-ca95-7e8e-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:29.134552 | 0.30s 2026-02-26 16:33:30.641259 | fa163e59-d9bd-ca95-7e8e-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-02-26 16:33:30.675693 | fa163e59-d9bd-ca95-7e8e-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:29.200881 | 0.03s 2026-02-26 16:33:30.756595 | fa163e59-d9bd-ca95-7e8e-0000000025c9 | TASK | Gather variables for each operating system 2026-02-26 16:33:30.854196 | fa163e59-d9bd-ca95-7e8e-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:29.379426 | 0.10s 2026-02-26 16:33:30.886080 | fa163e59-d9bd-ca95-7e8e-0000000025ca | TASK | Create container logs path 2026-02-26 16:33:31.136990 | fa163e59-d9bd-ca95-7e8e-0000000025ca | OK | Create container logs path | standalone 2026-02-26 16:33:31.138664 | fa163e59-d9bd-ca95-7e8e-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:29.663875 | 0.25s 2026-02-26 16:33:31.172436 | fa163e59-d9bd-ca95-7e8e-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:33:31.625967 | fa163e59-d9bd-ca95-7e8e-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-26 16:33:31.627318 | fa163e59-d9bd-ca95-7e8e-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:30.152558 | 0.45s 2026-02-26 16:33:31.663285 | fa163e59-d9bd-ca95-7e8e-0000000025cd | TASK | Finalise hashes for all containers 2026-02-26 16:33:31.727225 | fa163e59-d9bd-ca95-7e8e-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-02-26 16:33:31.728657 | fa163e59-d9bd-ca95-7e8e-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:30.253870 | 0.06s 2026-02-26 16:33:31.758763 | fa163e59-d9bd-ca95-7e8e-0000000025cf | TASK | Manage systemd shutdown files 2026-02-26 16:33:31.799503 | fa163e59-d9bd-ca95-7e8e-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:33:31.800661 | fa163e59-d9bd-ca95-7e8e-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:30.325887 | 0.04s 2026-02-26 16:33:31.826325 | fa163e59-d9bd-ca95-7e8e-0000000025d1 | TASK | Update container configs with new config hashes 2026-02-26 16:33:31.893730 | fa163e59-d9bd-ca95-7e8e-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:33:31.895254 | fa163e59-d9bd-ca95-7e8e-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:30.420493 | 0.07s 2026-02-26 16:33:31.927390 | fa163e59-d9bd-ca95-7e8e-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:33:31.990110 | fa163e59-d9bd-ca95-7e8e-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:30.515329 | 0.06s 2026-02-26 16:33:32.016434 | 17e73c83-af29-4bc2-9f81-e53dd3e9360c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:33:32.053600 | fa163e59-d9bd-ca95-7e8e-000000002616 | TASK | Gather podman infos 2026-02-26 16:33:32.641697 | fa163e59-d9bd-ca95-7e8e-000000002616 | OK | Gather podman infos | standalone 2026-02-26 16:33:32.643402 | fa163e59-d9bd-ca95-7e8e-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:31.168641 | 0.59s 2026-02-26 16:33:32.684303 | fa163e59-d9bd-ca95-7e8e-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:33:32.751103 | fa163e59-d9bd-ca95-7e8e-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-26 16:33:32.752524 | fa163e59-d9bd-ca95-7e8e-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:31.277761 | 0.07s 2026-02-26 16:33:32.785568 | fa163e59-d9bd-ca95-7e8e-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:33:32.843066 | fa163e59-d9bd-ca95-7e8e-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:31.368301 | 0.06s 2026-02-26 16:33:32.869718 | a0d79595-fe13-4e82-820a-417f5558cf71 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:33:32.906950 | fa163e59-d9bd-ca95-7e8e-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:34:05.617581 | fa163e59-d9bd-ca95-7e8e-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-26 16:34:05.619291 | fa163e59-d9bd-ca95-7e8e-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:04.144531 | 32.71s 2026-02-26 16:34:05.695500 | fa163e59-d9bd-ca95-7e8e-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:34:05.794586 | fa163e59-d9bd-ca95-7e8e-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-26 16:34:05.796014 | fa163e59-d9bd-ca95-7e8e-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:11:04.321252 | 0.10s 2026-02-26 16:34:05.852724 | fa163e59-d9bd-ca95-7e8e-000000002541 | TASK | Diff puppet-generated changes for check mode 2026-02-26 16:34:05.885799 | fa163e59-d9bd-ca95-7e8e-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-26 16:34:05.887383 | fa163e59-d9bd-ca95-7e8e-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:04.412621 | 0.03s 2026-02-26 16:34:05.919196 | fa163e59-d9bd-ca95-7e8e-000000002542 | TASK | Diff puppet-generated changes for check mode 2026-02-26 16:34:05.952256 | fa163e59-d9bd-ca95-7e8e-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-26 16:34:05.953840 | fa163e59-d9bd-ca95-7e8e-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:04.479076 | 0.03s 2026-02-26 16:34:05.988037 | fa163e59-d9bd-ca95-7e8e-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2026-02-26 16:34:06.018382 | fa163e59-d9bd-ca95-7e8e-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:04.543612 | 0.03s 2026-02-26 16:34:06.130838 | fa163e59-d9bd-ca95-7e8e-000000002696 | TASK | Gather variables for each operating system 2026-02-26 16:34:06.252215 | fa163e59-d9bd-ca95-7e8e-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:04.777444 | 0.12s 2026-02-26 16:34:06.282606 | fa163e59-d9bd-ca95-7e8e-000000002697 | TASK | Create container logs path 2026-02-26 16:34:06.573699 | fa163e59-d9bd-ca95-7e8e-000000002697 | OK | Create container logs path | standalone 2026-02-26 16:34:06.575503 | fa163e59-d9bd-ca95-7e8e-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:05.100744 | 0.29s 2026-02-26 16:34:06.607477 | fa163e59-d9bd-ca95-7e8e-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-02-26 16:34:06.883394 | fa163e59-d9bd-ca95-7e8e-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-26 16:34:06.884264 | fa163e59-d9bd-ca95-7e8e-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:05.409514 | 0.28s 2026-02-26 16:34:06.903824 | fa163e59-d9bd-ca95-7e8e-00000000269a | TASK | Finalise hashes for all containers 2026-02-26 16:34:06.966037 | fa163e59-d9bd-ca95-7e8e-00000000269a | OK | Finalise hashes for all containers | standalone 2026-02-26 16:34:06.967393 | fa163e59-d9bd-ca95-7e8e-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:05.492632 | 0.06s 2026-02-26 16:34:06.997589 | fa163e59-d9bd-ca95-7e8e-00000000269c | TASK | Manage systemd shutdown files 2026-02-26 16:34:07.033197 | fa163e59-d9bd-ca95-7e8e-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:05.558431 | 0.03s 2026-02-26 16:34:07.069148 | 9319195f-2e95-4a5d-b773-5118764f5043 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-26 16:34:07.098380 | fa163e59-d9bd-ca95-7e8e-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-26 16:34:07.371976 | fa163e59-d9bd-ca95-7e8e-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-26 16:34:07.373462 | fa163e59-d9bd-ca95-7e8e-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:05.898702 | 0.27s 2026-02-26 16:34:07.404120 | fa163e59-d9bd-ca95-7e8e-0000000026d0 | TASK | Set podman_drop_in fact 2026-02-26 16:34:07.460142 | fa163e59-d9bd-ca95-7e8e-0000000026d0 | OK | Set podman_drop_in fact | standalone 2026-02-26 16:34:07.461527 | fa163e59-d9bd-ca95-7e8e-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:05.986763 | 0.06s 2026-02-26 16:34:07.494901 | fa163e59-d9bd-ca95-7e8e-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-26 16:34:08.013819 | fa163e59-d9bd-ca95-7e8e-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-26 16:34:08.015929 | fa163e59-d9bd-ca95-7e8e-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:06.541156 | 0.52s 2026-02-26 16:34:08.547008 | fa163e59-d9bd-ca95-7e8e-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-26 16:34:08.548169 | fa163e59-d9bd-ca95-7e8e-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:07.073413 | 1.05s 2026-02-26 16:34:08.561403 | fa163e59-d9bd-ca95-7e8e-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:07.086640 | 1.06s 2026-02-26 16:34:08.594620 | fa163e59-d9bd-ca95-7e8e-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-26 16:34:09.075127 | fa163e59-d9bd-ca95-7e8e-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-26 16:34:09.076752 | fa163e59-d9bd-ca95-7e8e-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:07.601985 | 0.48s 2026-02-26 16:34:09.108920 | fa163e59-d9bd-ca95-7e8e-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-26 16:34:09.597537 | fa163e59-d9bd-ca95-7e8e-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-26 16:34:09.599289 | fa163e59-d9bd-ca95-7e8e-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:08.124527 | 0.49s 2026-02-26 16:34:09.632706 | fa163e59-d9bd-ca95-7e8e-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2026-02-26 16:34:10.621322 | fa163e59-d9bd-ca95-7e8e-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-02-26 16:34:10.623514 | fa163e59-d9bd-ca95-7e8e-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:09.148748 | 0.99s 2026-02-26 16:34:10.655826 | fa163e59-d9bd-ca95-7e8e-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-26 16:34:11.176340 | fa163e59-d9bd-ca95-7e8e-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-26 16:34:11.178064 | fa163e59-d9bd-ca95-7e8e-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:09.703303 | 0.52s 2026-02-26 16:34:11.209450 | fa163e59-d9bd-ca95-7e8e-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-26 16:34:11.725956 | fa163e59-d9bd-ca95-7e8e-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-26 16:34:11.727494 | fa163e59-d9bd-ca95-7e8e-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:10.252734 | 0.52s 2026-02-26 16:34:11.757891 | fa163e59-d9bd-ca95-7e8e-0000000026d8 | TASK | Enable and start netns-placeholder 2026-02-26 16:34:12.839043 | fa163e59-d9bd-ca95-7e8e-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-26 16:34:12.841083 | fa163e59-d9bd-ca95-7e8e-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:11.366317 | 1.08s 2026-02-26 16:34:12.871559 | fa163e59-d9bd-ca95-7e8e-00000000269e | TASK | Update container configs with new config hashes 2026-02-26 16:34:12.938904 | fa163e59-d9bd-ca95-7e8e-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:11.464139 | 0.07s 2026-02-26 16:34:12.959983 | 80af5caa-9cce-4687-88b9-f2e3ea4e7ce5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-26 16:34:12.994298 | fa163e59-d9bd-ca95-7e8e-000000002700 | TASK | Update config hashes for container startup configs 2026-02-26 16:34:13.329191 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2026-02-26 16:34:13.330420 | | WARNING | Config change detected for mysql_bootstrap, new hash: 55243ed2a68694275216edb4072d2844 2026-02-26 16:34:13.331050 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 1711b44422d52842bc11ee4631e46e6e 2026-02-26 16:34:13.331740 | | WARNING | Config change detected for clustercheck, new hash: c6a5e31e3fda7d11e36c83ef5e305a86 2026-02-26 16:34:13.332389 | | WARNING | Config change detected for horizon_fix_perms, new hash: 7176968676114f9c15892e4018be42a0 2026-02-26 16:34:13.332879 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 55243ed2a68694275216edb4072d2844 2026-02-26 16:34:13.333325 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.333784 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.334296 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.334769 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.335178 | | WARNING | Config change detected for aodh_db_sync, new hash: d1ab4b24f11655520f02c5a68842c23c 2026-02-26 16:34:13.335607 | | WARNING | Config change detected for barbican_api, new hash: bd235ba9ed127021101594ba4a688431 2026-02-26 16:34:13.336059 | | WARNING | Config change detected for barbican_api_db_sync, new hash: bd235ba9ed127021101594ba4a688431 2026-02-26 16:34:13.336519 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: bd235ba9ed127021101594ba4a688431 2026-02-26 16:34:13.336885 | | WARNING | Config change detected for barbican_keystone_listener, new hash: bd235ba9ed127021101594ba4a688431 2026-02-26 16:34:13.337219 | | WARNING | Config change detected for barbican_worker, new hash: bd235ba9ed127021101594ba4a688431 2026-02-26 16:34:13.337539 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 4a64497fb8f0fe7837c5a4ff52a1d2ee 2026-02-26 16:34:13.337890 | | WARNING | Config change detected for glance_api_db_sync, new hash: 5006414737dc57bf3656e1c1404de31a-814ebbba5da3c339a768dd41835f742d 2026-02-26 16:34:13.338240 | | WARNING | Config change detected for heat_engine_db_sync, new hash: a7e92240318117fa63317ace4b98d31b 2026-02-26 16:34:13.338559 | | WARNING | Config change detected for horizon, new hash: 7176968676114f9c15892e4018be42a0 2026-02-26 16:34:13.338918 | | WARNING | Config change detected for iscsid, new hash: 814ebbba5da3c339a768dd41835f742d 2026-02-26 16:34:13.339233 | | WARNING | Config change detected for keystone, new hash: 93072a1e7d926cdb8057c774ea0481d3 2026-02-26 16:34:13.339799 | | WARNING | Config change detected for keystone_cron, new hash: 93072a1e7d926cdb8057c774ea0481d3 2026-02-26 16:34:13.340104 | | WARNING | Config change detected for keystone_db_sync, new hash: 93072a1e7d926cdb8057c774ea0481d3 2026-02-26 16:34:13.340446 | | WARNING | Config change detected for manila_api_db_sync, new hash: 67d22144e2746583805dc701d90e50c7 2026-02-26 16:34:13.340781 | | WARNING | Config change detected for neutron_db_sync, new hash: 167c346441818c96ee849634c2ba6860 2026-02-26 16:34:13.341086 | | WARNING | Config change detected for nova_api_db_sync, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.341394 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.341725 | | WARNING | Config change detected for nova_db_sync, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.342032 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.342334 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.342641 | | WARNING | Config change detected for nova_virtproxyd, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.342968 | | WARNING | Config change detected for nova_virtqemud, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.343273 | | WARNING | Config change detected for nova_virtsecretd, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.343577 | | WARNING | Config change detected for nova_virtstoraged, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.343905 | | WARNING | Config change detected for octavia_db_sync, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.344209 | | WARNING | Config change detected for placement_api_db_sync, new hash: 0b3bfef85940c95bd72c0acddd4e94f4 2026-02-26 16:34:13.344545 | | WARNING | Config change detected for swift_copy_rings, new hash: c728498e47ba320b65ea92d233a82432-606fc06912f6941a04c4204a872b6b7d 2026-02-26 16:34:13.344884 | | WARNING | Config change detected for aodh_api, new hash: d1ab4b24f11655520f02c5a68842c23c 2026-02-26 16:34:13.345209 | | WARNING | Config change detected for aodh_api_cron, new hash: d1ab4b24f11655520f02c5a68842c23c 2026-02-26 16:34:13.345517 | | WARNING | Config change detected for aodh_evaluator, new hash: d1ab4b24f11655520f02c5a68842c23c 2026-02-26 16:34:13.345869 | | WARNING | Config change detected for aodh_listener, new hash: d1ab4b24f11655520f02c5a68842c23c 2026-02-26 16:34:13.346179 | | WARNING | Config change detected for aodh_notifier, new hash: d1ab4b24f11655520f02c5a68842c23c 2026-02-26 16:34:13.346510 | | WARNING | Config change detected for ceilometer_agent_central, new hash: e089445fc254149e6d0d1e9040ff4e93 2026-02-26 16:34:13.346846 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: e089445fc254149e6d0d1e9040ff4e93 2026-02-26 16:34:13.347157 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: e089445fc254149e6d0d1e9040ff4e93 2026-02-26 16:34:13.347464 | | WARNING | Config change detected for cinder_api, new hash: 4a64497fb8f0fe7837c5a4ff52a1d2ee 2026-02-26 16:34:13.347802 | | WARNING | Config change detected for cinder_api_cron, new hash: 4a64497fb8f0fe7837c5a4ff52a1d2ee 2026-02-26 16:34:13.348190 | | WARNING | Config change detected for cinder_scheduler, new hash: 4a64497fb8f0fe7837c5a4ff52a1d2ee 2026-02-26 16:34:13.348554 | | WARNING | Config change detected for glance_api, new hash: 5006414737dc57bf3656e1c1404de31a-814ebbba5da3c339a768dd41835f742d 2026-02-26 16:34:13.348891 | | WARNING | Config change detected for glance_api_cron, new hash: 5006414737dc57bf3656e1c1404de31a 2026-02-26 16:34:13.349196 | | WARNING | Config change detected for glance_api_internal, new hash: bc85d3762440d5c23a048b9f40a32b0e-814ebbba5da3c339a768dd41835f742d 2026-02-26 16:34:13.349524 | | WARNING | Config change detected for heat_api, new hash: 8780d025de6293f5d28592b94b279f9e 2026-02-26 16:34:13.349869 | | WARNING | Config change detected for heat_api_cfn, new hash: 6e0091ddbd9f5fe9cb0c7849620932dd 2026-02-26 16:34:13.350184 | | WARNING | Config change detected for heat_api_cron, new hash: 8780d025de6293f5d28592b94b279f9e 2026-02-26 16:34:13.350485 | | WARNING | Config change detected for heat_engine, new hash: a7e92240318117fa63317ace4b98d31b 2026-02-26 16:34:13.350825 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-02-26 16:34:13.351143 | | WARNING | Config change detected for manila_api, new hash: 67d22144e2746583805dc701d90e50c7 2026-02-26 16:34:13.351450 | | WARNING | Config change detected for manila_api_cron, new hash: 67d22144e2746583805dc701d90e50c7 2026-02-26 16:34:13.351771 | | WARNING | Config change detected for manila_scheduler, new hash: 67d22144e2746583805dc701d90e50c7 2026-02-26 16:34:13.352080 | | WARNING | Config change detected for neutron_api, new hash: 167c346441818c96ee849634c2ba6860 2026-02-26 16:34:13.352383 | | WARNING | Config change detected for neutron_dhcp, new hash: 167c346441818c96ee849634c2ba6860 2026-02-26 16:34:13.352754 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 167c346441818c96ee849634c2ba6860 2026-02-26 16:34:13.353060 | | WARNING | Config change detected for nova_api, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.353363 | | WARNING | Config change detected for nova_api_cron, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.353714 | | WARNING | Config change detected for nova_conductor, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.354018 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.354317 | | WARNING | Config change detected for nova_metadata, new hash: d286b39db0ccbb7051c8bd087dcb44fd 2026-02-26 16:34:13.354619 | | WARNING | Config change detected for nova_migration_target, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.354953 | | WARNING | Config change detected for nova_scheduler, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.355291 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.355593 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 32bac7c9af26bf49add5c738125d656d 2026-02-26 16:34:13.355917 | | WARNING | Config change detected for octavia_api, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.356219 | | WARNING | Config change detected for octavia_driver_agent, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.356528 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 167c346441818c96ee849634c2ba6860 2026-02-26 16:34:13.356899 | | WARNING | Config change detected for placement_api, new hash: 0b3bfef85940c95bd72c0acddd4e94f4 2026-02-26 16:34:13.357210 | | WARNING | Config change detected for placement_wait_for_service, new hash: 0b3bfef85940c95bd72c0acddd4e94f4 2026-02-26 16:34:13.357508 | | WARNING | Config change detected for swift_account_reaper, new hash: c728498e47ba320b65ea92d233a82432 2026-02-26 16:34:13.357837 | | WARNING | Config change detected for swift_account_server, new hash: c728498e47ba320b65ea92d233a82432 2026-02-26 16:34:13.358139 | | WARNING | Config change detected for swift_container_server, new hash: c728498e47ba320b65ea92d233a82432 2026-02-26 16:34:13.358447 | | WARNING | Config change detected for swift_container_updater, new hash: c728498e47ba320b65ea92d233a82432 2026-02-26 16:34:13.358775 | | WARNING | Config change detected for swift_object_expirer, new hash: c728498e47ba320b65ea92d233a82432 2026-02-26 16:34:13.359087 | | WARNING | Config change detected for swift_object_server, new hash: c728498e47ba320b65ea92d233a82432 2026-02-26 16:34:13.359398 | | WARNING | Config change detected for swift_object_updater, new hash: c728498e47ba320b65ea92d233a82432 2026-02-26 16:34:13.359740 | | WARNING | Config change detected for swift_proxy, new hash: c728498e47ba320b65ea92d233a82432 2026-02-26 16:34:13.360047 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: e089445fc254149e6d0d1e9040ff4e93 2026-02-26 16:34:13.360346 | | WARNING | Config change detected for gnocchi_api, new hash: 3d80833973074b169fcb9fd2fc8e70cc 2026-02-26 16:34:13.360670 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 3d80833973074b169fcb9fd2fc8e70cc 2026-02-26 16:34:13.361023 | | WARNING | Config change detected for gnocchi_metricd, new hash: 3d80833973074b169fcb9fd2fc8e70cc 2026-02-26 16:34:13.361331 | | WARNING | Config change detected for gnocchi_statsd, new hash: 3d80833973074b169fcb9fd2fc8e70cc 2026-02-26 16:34:13.361638 | | WARNING | Config change detected for nova_compute, new hash: 814ebbba5da3c339a768dd41835f742d-8da122108701a955237d582b07e79287 2026-02-26 16:34:13.361965 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 8da122108701a955237d582b07e79287 2026-02-26 16:34:13.362269 | | WARNING | Config change detected for octavia_health_manager, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.362564 | | WARNING | Config change detected for octavia_housekeeping, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.362906 | | WARNING | Config change detected for octavia_rsyslog, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.363244 | | WARNING | Config change detected for octavia_worker, new hash: 2d746cdce1595661ebb91c146f23ec68 2026-02-26 16:34:13.363562 | fa163e59-d9bd-ca95-7e8e-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2026-02-26 16:34:13.364135 | fa163e59-d9bd-ca95-7e8e-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:11.889381 | 0.37s 2026-02-26 16:34:13.388706 | fa163e59-d9bd-ca95-7e8e-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-26 16:34:13.447966 | fa163e59-d9bd-ca95-7e8e-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:11.973205 | 0.06s 2026-02-26 16:34:13.471509 | 91c18ad0-fbbc-46be-be26-fadbd08dc544 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:34:13.495364 | fa163e59-d9bd-ca95-7e8e-00000000271f | TASK | Gather podman infos 2026-02-26 16:34:14.297827 | fa163e59-d9bd-ca95-7e8e-00000000271f | OK | Gather podman infos | standalone 2026-02-26 16:34:14.299065 | fa163e59-d9bd-ca95-7e8e-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:12.824306 | 0.80s 2026-02-26 16:34:14.371031 | fa163e59-d9bd-ca95-7e8e-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-26 16:34:14.435548 | fa163e59-d9bd-ca95-7e8e-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:12.960779 | 0.06s 2026-02-26 16:34:14.569040 | fa163e59-d9bd-ca95-7e8e-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:13.094265 | 0.07s 2026-02-26 16:34:14.630203 | fa163e59-d9bd-ca95-7e8e-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-26 16:34:14.682255 | fa163e59-d9bd-ca95-7e8e-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:13.207487 | 0.05s 2026-02-26 16:34:14.705852 | 3db7da0b-3578-4ba3-a045-18090b0f051b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:34:14.744057 | fa163e59-d9bd-ca95-7e8e-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-26 16:34:22.472697 | fa163e59-d9bd-ca95-7e8e-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-26 16:34:22.474365 | fa163e59-d9bd-ca95-7e8e-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:20.999605 | 7.73s 2026-02-26 16:34:22.507195 | fa163e59-d9bd-ca95-7e8e-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-26 16:34:25.381282 | fa163e59-d9bd-ca95-7e8e-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-26 16:34:25.383757 | fa163e59-d9bd-ca95-7e8e-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:11:23.908997 | 2.87s 2026-02-26 16:34:25.456945 | fa163e59-d9bd-ca95-7e8e-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2026-02-26 16:34:25.696871 | fa163e59-d9bd-ca95-7e8e-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-02-26 16:34:25.698426 | fa163e59-d9bd-ca95-7e8e-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:24.223659 | 0.24s 2026-02-26 16:34:25.747092 | fa163e59-d9bd-ca95-7e8e-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2026-02-26 16:34:25.786871 | fa163e59-d9bd-ca95-7e8e-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:24.312110 | 0.04s 2026-02-26 16:34:25.810869 | fa163e59-d9bd-ca95-7e8e-0000000024ab | TASK | Include container-puppet tasks for step 1 2026-02-26 16:34:25.861192 | fa163e59-d9bd-ca95-7e8e-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:24.386351 | 0.05s 2026-02-26 16:34:25.888991 | ee1aac29-5897-4148-87d8-2d766cf3c0ed | INCLUDED | /root/standalone-ansible-an2_1b3z/host-container-puppet-tasks.yaml | standalone 2026-02-26 16:34:25.937831 | fa163e59-d9bd-ca95-7e8e-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2026-02-26 16:34:26.392377 | fa163e59-d9bd-ca95-7e8e-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-02-26 16:34:26.393887 | fa163e59-d9bd-ca95-7e8e-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:24.919122 | 0.45s 2026-02-26 16:34:26.424163 | fa163e59-d9bd-ca95-7e8e-0000000027dd | TASK | Generate container puppet configs for step 1 2026-02-26 16:34:26.809807 | fa163e59-d9bd-ca95-7e8e-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2026-02-26 16:34:26.811481 | fa163e59-d9bd-ca95-7e8e-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:25.336720 | 0.39s 2026-02-26 16:34:26.843110 | fa163e59-d9bd-ca95-7e8e-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-02-26 16:34:26.877049 | fa163e59-d9bd-ca95-7e8e-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:25.402277 | 0.03s 2026-02-26 16:34:26.938155 | fa163e59-d9bd-ca95-7e8e-0000000025c9 | TASK | Gather variables for each operating system 2026-02-26 16:34:27.055226 | fa163e59-d9bd-ca95-7e8e-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:25.580449 | 0.12s 2026-02-26 16:34:27.087352 | fa163e59-d9bd-ca95-7e8e-0000000025ca | TASK | Create container logs path 2026-02-26 16:34:27.366089 | fa163e59-d9bd-ca95-7e8e-0000000025ca | OK | Create container logs path | standalone 2026-02-26 16:34:27.367519 | fa163e59-d9bd-ca95-7e8e-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:25.892760 | 0.28s 2026-02-26 16:34:27.401855 | fa163e59-d9bd-ca95-7e8e-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:34:27.672115 | fa163e59-d9bd-ca95-7e8e-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-26 16:34:27.673318 | fa163e59-d9bd-ca95-7e8e-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:26.198561 | 0.27s 2026-02-26 16:34:27.698928 | fa163e59-d9bd-ca95-7e8e-0000000025cd | TASK | Finalise hashes for all containers 2026-02-26 16:34:27.749354 | fa163e59-d9bd-ca95-7e8e-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-02-26 16:34:27.750399 | fa163e59-d9bd-ca95-7e8e-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:26.275646 | 0.05s 2026-02-26 16:34:27.775024 | fa163e59-d9bd-ca95-7e8e-0000000025cf | TASK | Manage systemd shutdown files 2026-02-26 16:34:27.808134 | fa163e59-d9bd-ca95-7e8e-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:34:27.809084 | fa163e59-d9bd-ca95-7e8e-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:26.334330 | 0.03s 2026-02-26 16:34:27.833723 | fa163e59-d9bd-ca95-7e8e-0000000025d1 | TASK | Update container configs with new config hashes 2026-02-26 16:34:27.886202 | fa163e59-d9bd-ca95-7e8e-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:34:27.887080 | fa163e59-d9bd-ca95-7e8e-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:26.412330 | 0.05s 2026-02-26 16:34:27.917314 | fa163e59-d9bd-ca95-7e8e-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:34:27.970926 | fa163e59-d9bd-ca95-7e8e-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-26 16:34:27.972102 | fa163e59-d9bd-ca95-7e8e-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:26.497313 | 0.05s 2026-02-26 16:34:27.997241 | fa163e59-d9bd-ca95-7e8e-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-26 16:34:28.047739 | fa163e59-d9bd-ca95-7e8e-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-26 16:34:28.048749 | fa163e59-d9bd-ca95-7e8e-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:26.573994 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-02-26 16:34:28.176705 | fa163e59-d9bd-ca95-7e8e-0000000000c6 | TASK | External deployment step 2 2026-02-26 16:34:28.202909 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000c6') missing from stats 2026-02-26 16:34:28.256841 | fa163e59-d9bd-ca95-7e8e-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:26.782074 | 0.04s 2026-02-26 16:34:28.278127 | 5b8e6cf6-2a02-4721-b4b9-302ec117a5e8 | INCLUDED | /root/standalone-ansible-an2_1b3z/external_deploy_steps_tasks_step2.yaml | undercloud 2026-02-26 16:34:28.296767 | fa163e59-d9bd-ca95-7e8e-000000002858 | TASK | create cephadm working directory and related files 2026-02-26 16:34:28.351868 | fa163e59-d9bd-ca95-7e8e-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:26.877100 | 0.05s 2026-02-26 16:34:28.410914 | fa163e59-d9bd-ca95-7e8e-000000002880 | TASK | create cephadm workdir 2026-02-26 16:34:28.665141 | fa163e59-d9bd-ca95-7e8e-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-an2_1b3z/cephadm 2026-02-26 16:34:28.667934 | fa163e59-d9bd-ca95-7e8e-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:27.193172 | 0.26s 2026-02-26 16:34:28.677737 | fa163e59-d9bd-ca95-7e8e-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:27.202975 | 0.27s 2026-02-26 16:34:28.696261 | fa163e59-d9bd-ca95-7e8e-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2026-02-26 16:34:28.942059 | fa163e59-d9bd-ca95-7e8e-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2026-02-26 16:34:28.943612 | fa163e59-d9bd-ca95-7e8e-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:27.468851 | 0.25s 2026-02-26 16:34:28.962138 | fa163e59-d9bd-ca95-7e8e-000000002882 | TASK | get the list of enabled services on the overcloud 2026-02-26 16:34:29.036285 | fa163e59-d9bd-ca95-7e8e-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2026-02-26 16:34:29.037983 | fa163e59-d9bd-ca95-7e8e-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:27.563223 | 0.07s 2026-02-26 16:34:29.059609 | fa163e59-d9bd-ca95-7e8e-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2026-02-26 16:34:29.113696 | fa163e59-d9bd-ca95-7e8e-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2026-02-26 16:34:29.114969 | fa163e59-d9bd-ca95-7e8e-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:27.640210 | 0.05s 2026-02-26 16:34:29.184566 | fa163e59-d9bd-ca95-7e8e-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:27.709796 | 0.05s 2026-02-26 16:34:29.277982 | fa163e59-d9bd-ca95-7e8e-000000002908 | TASK | set basic user fact 2026-02-26 16:34:29.352277 | fa163e59-d9bd-ca95-7e8e-000000002908 | SKIPPED | set basic user fact | undercloud 2026-02-26 16:34:29.353321 | fa163e59-d9bd-ca95-7e8e-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:27.878566 | 0.07s 2026-02-26 16:34:29.367750 | fa163e59-d9bd-ca95-7e8e-000000002909 | TASK | set basic home fact 2026-02-26 16:34:29.437220 | fa163e59-d9bd-ca95-7e8e-000000002909 | OK | set basic home fact | undercloud 2026-02-26 16:34:29.438179 | fa163e59-d9bd-ca95-7e8e-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:27.963426 | 0.07s 2026-02-26 16:34:29.453427 | fa163e59-d9bd-ca95-7e8e-00000000290a | TASK | set calling_ansible_environment_variables fact 2026-02-26 16:34:29.526516 | fa163e59-d9bd-ca95-7e8e-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2026-02-26 16:34:29.527722 | fa163e59-d9bd-ca95-7e8e-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:28.052961 | 0.07s 2026-02-26 16:34:29.550595 | fa163e59-d9bd-ca95-7e8e-00000000290c | TASK | get all ansible environment variables 2026-02-26 16:34:29.628137 | fa163e59-d9bd-ca95-7e8e-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2026-02-26 16:34:29.629032 | fa163e59-d9bd-ca95-7e8e-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:28.154278 | 0.08s 2026-02-26 16:34:29.644261 | fa163e59-d9bd-ca95-7e8e-00000000290d | TASK | set calling_ansible_environment_variables 2026-02-26 16:34:29.724608 | fa163e59-d9bd-ca95-7e8e-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2026-02-26 16:34:29.725878 | fa163e59-d9bd-ca95-7e8e-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:28.251118 | 0.08s 2026-02-26 16:34:29.744211 | fa163e59-d9bd-ca95-7e8e-00000000290f | TASK | Set common fact 2026-02-26 16:34:29.815753 | fa163e59-d9bd-ca95-7e8e-00000000290f | OK | Set common fact | undercloud 2026-02-26 16:34:29.817007 | fa163e59-d9bd-ca95-7e8e-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:28.342246 | 0.07s 2026-02-26 16:34:29.835593 | fa163e59-d9bd-ca95-7e8e-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2026-02-26 16:34:29.878223 | fa163e59-d9bd-ca95-7e8e-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2026-02-26 16:34:29.879450 | fa163e59-d9bd-ca95-7e8e-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:28.404690 | 0.04s 2026-02-26 16:34:29.914806 | fa163e59-d9bd-ca95-7e8e-000000002912 | TASK | build filter list 2026-02-26 16:34:29.943573 | fa163e59-d9bd-ca95-7e8e-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:28.468805 | 0.03s 2026-02-26 16:34:29.961879 | fa163e59-d9bd-ca95-7e8e-000000002913 | TASK | add images pool 2026-02-26 16:34:30.042787 | fa163e59-d9bd-ca95-7e8e-000000002913 | OK | add images pool | undercloud 2026-02-26 16:34:30.044026 | fa163e59-d9bd-ca95-7e8e-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:28.569267 | 0.08s 2026-02-26 16:34:30.062304 | fa163e59-d9bd-ca95-7e8e-000000002914 | TASK | add volumes pool 2026-02-26 16:34:30.135774 | fa163e59-d9bd-ca95-7e8e-000000002914 | OK | add volumes pool | undercloud 2026-02-26 16:34:30.136940 | fa163e59-d9bd-ca95-7e8e-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:28.662181 | 0.07s 2026-02-26 16:34:30.154933 | fa163e59-d9bd-ca95-7e8e-000000002915 | TASK | add vms pool 2026-02-26 16:34:30.207014 | fa163e59-d9bd-ca95-7e8e-000000002915 | OK | add vms pool | undercloud 2026-02-26 16:34:30.208279 | fa163e59-d9bd-ca95-7e8e-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:28.733521 | 0.05s 2026-02-26 16:34:30.227068 | fa163e59-d9bd-ca95-7e8e-000000002916 | TASK | add gnocchi pool 2026-02-26 16:34:30.269242 | fa163e59-d9bd-ca95-7e8e-000000002916 | SKIPPED | add gnocchi pool | undercloud 2026-02-26 16:34:30.270855 | fa163e59-d9bd-ca95-7e8e-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:28.796090 | 0.04s 2026-02-26 16:34:30.289833 | fa163e59-d9bd-ca95-7e8e-000000002917 | TASK | add cinder backup pool 2026-02-26 16:34:30.362864 | fa163e59-d9bd-ca95-7e8e-000000002917 | OK | add cinder backup pool | undercloud 2026-02-26 16:34:30.364172 | fa163e59-d9bd-ca95-7e8e-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:28.889413 | 0.07s 2026-02-26 16:34:30.382794 | fa163e59-d9bd-ca95-7e8e-000000002918 | TASK | add cinder extra pools 2026-02-26 16:34:30.412672 | fa163e59-d9bd-ca95-7e8e-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:28.937879 | 0.03s 2026-02-26 16:34:30.430842 | fa163e59-d9bd-ca95-7e8e-000000002919 | TASK | build resulting pool list 2026-02-26 16:34:30.570747 | fa163e59-d9bd-ca95-7e8e-000000002919 | OK | build resulting pool list | undercloud 2026-02-26 16:34:30.571986 | fa163e59-d9bd-ca95-7e8e-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:29.097227 | 0.14s 2026-02-26 16:34:30.589958 | fa163e59-d9bd-ca95-7e8e-00000000291b | TASK | add manila data pool 2026-02-26 16:34:30.651329 | fa163e59-d9bd-ca95-7e8e-00000000291b | OK | add manila data pool | undercloud 2026-02-26 16:34:30.652083 | fa163e59-d9bd-ca95-7e8e-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:29.177334 | 0.06s 2026-02-26 16:34:30.665995 | fa163e59-d9bd-ca95-7e8e-00000000291c | TASK | add manila metadata pool 2026-02-26 16:34:30.735114 | fa163e59-d9bd-ca95-7e8e-00000000291c | OK | add manila metadata pool | undercloud 2026-02-26 16:34:30.736275 | fa163e59-d9bd-ca95-7e8e-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:29.261518 | 0.07s 2026-02-26 16:34:30.822610 | fa163e59-d9bd-ca95-7e8e-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:29.347844 | 0.05s 2026-02-26 16:34:30.955703 | fa163e59-d9bd-ca95-7e8e-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2026-02-26 16:34:31.013156 | fa163e59-d9bd-ca95-7e8e-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2026-02-26 16:34:31.014319 | fa163e59-d9bd-ca95-7e8e-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:29.539560 | 0.06s 2026-02-26 16:34:31.032328 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | TASK | build openstack client profiles per pool 2026-02-26 16:34:31.118154 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-26 16:34:31.120399 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:29.645636 | 0.09s 2026-02-26 16:34:31.148799 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-26 16:34:31.149621 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:29.674866 | 0.12s 2026-02-26 16:34:31.179402 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-26 16:34:31.180216 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:29.705464 | 0.15s 2026-02-26 16:34:31.199352 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-26 16:34:31.200084 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:29.725303 | 0.17s 2026-02-26 16:34:31.206150 | fa163e59-d9bd-ca95-7e8e-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:29.731397 | 0.17s 2026-02-26 16:34:31.224285 | fa163e59-d9bd-ca95-7e8e-000000002ab1 | TASK | set openstack client caps 2026-02-26 16:34:31.258173 | fa163e59-d9bd-ca95-7e8e-000000002ab1 | OK | set openstack client caps | undercloud 2026-02-26 16:34:31.259549 | fa163e59-d9bd-ca95-7e8e-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:29.784789 | 0.03s 2026-02-26 16:34:31.278183 | fa163e59-d9bd-ca95-7e8e-000000002ab2 | TASK | set openstack client osd(s) caps 2026-02-26 16:34:31.334110 | fa163e59-d9bd-ca95-7e8e-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2026-02-26 16:34:31.335409 | fa163e59-d9bd-ca95-7e8e-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:29.860651 | 0.06s 2026-02-26 16:34:31.353164 | fa163e59-d9bd-ca95-7e8e-000000002ab3 | TASK | Combine caps 2026-02-26 16:34:31.406602 | fa163e59-d9bd-ca95-7e8e-000000002ab3 | OK | Combine caps | undercloud 2026-02-26 16:34:31.407921 | fa163e59-d9bd-ca95-7e8e-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:29.933161 | 0.05s 2026-02-26 16:34:31.426048 | fa163e59-d9bd-ca95-7e8e-000000002ab4 | TASK | set openstack client key 2026-02-26 16:34:31.469552 | fa163e59-d9bd-ca95-7e8e-000000002ab4 | OK | set openstack client key | undercloud 2026-02-26 16:34:31.470898 | fa163e59-d9bd-ca95-7e8e-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:29.996139 | 0.04s 2026-02-26 16:34:31.489680 | fa163e59-d9bd-ca95-7e8e-000000002ab6 | TASK | build manila key for openstack 2026-02-26 16:34:31.541117 | fa163e59-d9bd-ca95-7e8e-000000002ab6 | OK | build manila key for openstack | undercloud 2026-02-26 16:34:31.542428 | fa163e59-d9bd-ca95-7e8e-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:30.067669 | 0.05s 2026-02-26 16:34:31.560544 | fa163e59-d9bd-ca95-7e8e-000000002ab7 | TASK | build radosgw key for openstack 2026-02-26 16:34:31.601168 | fa163e59-d9bd-ca95-7e8e-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2026-02-26 16:34:31.602436 | fa163e59-d9bd-ca95-7e8e-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:30.127675 | 0.04s 2026-02-26 16:34:31.621031 | fa163e59-d9bd-ca95-7e8e-000000002ab8 | TASK | build the resulting keys 2026-02-26 16:34:31.751468 | fa163e59-d9bd-ca95-7e8e-000000002ab8 | OK | build the resulting keys | undercloud 2026-02-26 16:34:31.752881 | fa163e59-d9bd-ca95-7e8e-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:30.278122 | 0.13s 2026-02-26 16:34:31.838485 | fa163e59-d9bd-ca95-7e8e-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:30.363719 | 0.05s 2026-02-26 16:34:32.058392 | fa163e59-d9bd-ca95-7e8e-000000002dd3 | TASK | build ceph orphan set 2026-02-26 16:34:32.138449 | fa163e59-d9bd-ca95-7e8e-000000002dd3 | OK | build ceph orphan set | undercloud 2026-02-26 16:34:32.139809 | fa163e59-d9bd-ca95-7e8e-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:30.665050 | 0.08s 2026-02-26 16:34:32.158587 | fa163e59-d9bd-ca95-7e8e-000000002dd4 | TASK | clean ceph_config_overrides list 2026-02-26 16:34:32.202372 | fa163e59-d9bd-ca95-7e8e-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:30.727585 | 0.04s 2026-02-26 16:34:32.221862 | fa163e59-d9bd-ca95-7e8e-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2026-02-26 16:34:32.285539 | fa163e59-d9bd-ca95-7e8e-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2026-02-26 16:34:32.286864 | fa163e59-d9bd-ca95-7e8e-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:30.812102 | 0.06s 2026-02-26 16:34:32.304784 | fa163e59-d9bd-ca95-7e8e-000000002dd6 | TASK | build ceph config overrides 2026-02-26 16:34:32.427682 | fa163e59-d9bd-ca95-7e8e-000000002dd6 | OK | build ceph config overrides | undercloud 2026-02-26 16:34:32.428955 | fa163e59-d9bd-ca95-7e8e-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:30.954196 | 0.12s 2026-02-26 16:34:32.464335 | fa163e59-d9bd-ca95-7e8e-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2026-02-26 16:34:33.164901 | fa163e59-d9bd-ca95-7e8e-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-02-26 16:34:33.166475 | fa163e59-d9bd-ca95-7e8e-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:31.691713 | 0.70s 2026-02-26 16:34:33.184576 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:34:33.311392 | fa163e59-d9bd-ca95-7e8e-000000002889 | OK | Set bootstrap host | undercloud 2026-02-26 16:34:33.312396 | fa163e59-d9bd-ca95-7e8e-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:31.837638 | 0.13s 2026-02-26 16:34:33.330949 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:34:33.457204 | fa163e59-d9bd-ca95-7e8e-00000000288a | OK | Set first monitor IP | undercloud 2026-02-26 16:34:33.457874 | fa163e59-d9bd-ca95-7e8e-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:31.983124 | 0.13s 2026-02-26 16:34:33.471796 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:34:33.523869 | fa163e59-d9bd-ca95-7e8e-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2026-02-26 16:34:33.524519 | fa163e59-d9bd-ca95-7e8e-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:32.049768 | 0.05s 2026-02-26 16:34:33.538266 | fa163e59-d9bd-ca95-7e8e-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2026-02-26 16:34:34.044944 | fa163e59-d9bd-ca95-7e8e-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-02-26 16:34:34.046221 | fa163e59-d9bd-ca95-7e8e-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:32.571464 | 0.51s 2026-02-26 16:34:34.080104 | fa163e59-d9bd-ca95-7e8e-000000002859 | TASK | Prepare cephadm user and keys 2026-02-26 16:34:34.603905 | fa163e59-d9bd-ca95-7e8e-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2026-02-26 16:34:34.606707 | fa163e59-d9bd-ca95-7e8e-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:33.131944 | 0.53s 2026-02-26 16:34:34.625164 | fa163e59-d9bd-ca95-7e8e-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2026-02-26 16:34:34.752779 | fa163e59-d9bd-ca95-7e8e-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:33.278011 | 0.13s 2026-02-26 16:34:34.837618 | fa163e59-d9bd-ca95-7e8e-00000000304f | TASK | set cephadm playbook 2026-02-26 16:34:34.887984 | fa163e59-d9bd-ca95-7e8e-00000000304f | OK | set cephadm playbook | undercloud 2026-02-26 16:34:34.889398 | fa163e59-d9bd-ca95-7e8e-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:33.414643 | 0.05s 2026-02-26 16:34:34.906471 | fa163e59-d9bd-ca95-7e8e-000000003050 | TASK | Setup the log path 2026-02-26 16:34:34.965556 | fa163e59-d9bd-ca95-7e8e-000000003050 | OK | Setup the log path | undercloud 2026-02-26 16:34:34.966567 | fa163e59-d9bd-ca95-7e8e-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:33.491814 | 0.06s 2026-02-26 16:34:34.981860 | fa163e59-d9bd-ca95-7e8e-000000003051 | TASK | Setup the cephadm playbook command 2026-02-26 16:34:35.053333 | fa163e59-d9bd-ca95-7e8e-000000003051 | OK | Setup the cephadm playbook command | undercloud 2026-02-26 16:34:35.054290 | fa163e59-d9bd-ca95-7e8e-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:33.579536 | 0.07s 2026-02-26 16:34:35.069554 | fa163e59-d9bd-ca95-7e8e-000000003052 | TASK | rotate cephadm_command.log 2026-02-26 16:34:35.314490 | fa163e59-d9bd-ca95-7e8e-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2026-02-26 16:34:35.316073 | fa163e59-d9bd-ca95-7e8e-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:33.841309 | 0.25s 2026-02-26 16:34:35.333995 | fa163e59-d9bd-ca95-7e8e-000000003053 | TASK | save cephadm playbook command to shell script 2026-02-26 16:34:35.815990 | fa163e59-d9bd-ca95-7e8e-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2026-02-26 16:34:35.817482 | fa163e59-d9bd-ca95-7e8e-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:34.342723 | 0.48s 2026-02-26 16:34:35.835472 | fa163e59-d9bd-ca95-7e8e-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2026-02-26 16:34:35.913487 | fa163e59-d9bd-ca95-7e8e-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-an2_1b3z/cephadm/cephadm_command.log)" } 2026-02-26 16:34:35.914769 | fa163e59-d9bd-ca95-7e8e-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:34.440009 | 0.08s 2026-02-26 16:34:35.932718 | fa163e59-d9bd-ca95-7e8e-000000003055 | TASK | run cephadm playbook 2026-02-26 16:35:33.167213 | fa163e59-d9bd-ca95-7e8e-000000003055 | CHANGED | run cephadm playbook | undercloud 2026-02-26 16:35:33.169818 | fa163e59-d9bd-ca95-7e8e-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:31.695055 | 57.24s 2026-02-26 16:35:33.191547 | fa163e59-d9bd-ca95-7e8e-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2026-02-26 16:35:33.258402 | fa163e59-d9bd-ca95-7e8e-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2026-02-26 16:35:33.260369 | fa163e59-d9bd-ca95-7e8e-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:31.785598 | 0.07s 2026-02-26 16:35:33.277025 | fa163e59-d9bd-ca95-7e8e-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2026-02-26 16:35:33.340970 | fa163e59-d9bd-ca95-7e8e-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2026-02-26 16:35:33.342421 | fa163e59-d9bd-ca95-7e8e-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:31.867658 | 0.06s 2026-02-26 16:35:33.378957 | fa163e59-d9bd-ca95-7e8e-00000000285c | TASK | Check if the input variable file exists 2026-02-26 16:35:33.659916 | fa163e59-d9bd-ca95-7e8e-00000000285c | OK | Check if the input variable file exists | undercloud 2026-02-26 16:35:33.661583 | fa163e59-d9bd-ca95-7e8e-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:32.186822 | 0.28s 2026-02-26 16:35:33.679974 | fa163e59-d9bd-ca95-7e8e-00000000285d | TASK | Populate CephClientConfigVars from THT 2026-02-26 16:35:33.719540 | fa163e59-d9bd-ca95-7e8e-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2026-02-26 16:35:33.720774 | fa163e59-d9bd-ca95-7e8e-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:32.246023 | 0.04s 2026-02-26 16:35:33.734582 | fa163e59-d9bd-ca95-7e8e-00000000285e | TASK | configure ceph clients 2026-02-26 16:35:33.781998 | fa163e59-d9bd-ca95-7e8e-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:32.307226 | 0.05s 2026-02-26 16:35:33.849311 | fa163e59-d9bd-ca95-7e8e-000000003119 | TASK | get the list of enabled services on the overcloud 2026-02-26 16:35:33.898442 | fa163e59-d9bd-ca95-7e8e-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2026-02-26 16:35:33.899623 | fa163e59-d9bd-ca95-7e8e-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:32.424868 | 0.05s 2026-02-26 16:35:33.915960 | fa163e59-d9bd-ca95-7e8e-00000000311a | TASK | Create ceph_client_fetch_dir 2026-02-26 16:35:33.959991 | fa163e59-d9bd-ca95-7e8e-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:32.485218 | 0.04s 2026-02-26 16:35:33.975425 | f5d8cd08-0b36-4a28-ace0-cb92eb5ad6eb | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-02-26 16:35:34.009272 | fa163e59-d9bd-ca95-7e8e-00000000315d | TASK | Clean any old fetch directory path 2026-02-26 16:35:34.276283 | fa163e59-d9bd-ca95-7e8e-00000000315d | OK | Clean any old fetch directory path | undercloud 2026-02-26 16:35:34.277607 | fa163e59-d9bd-ca95-7e8e-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:32.802848 | 0.27s 2026-02-26 16:35:34.295855 | fa163e59-d9bd-ca95-7e8e-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2026-02-26 16:35:34.573539 | fa163e59-d9bd-ca95-7e8e-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-02-26 16:35:34.575010 | fa163e59-d9bd-ca95-7e8e-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:33.100250 | 0.28s 2026-02-26 16:35:34.595814 | fa163e59-d9bd-ca95-7e8e-00000000311b | TASK | Check if the input variables exist 2026-02-26 16:35:34.852514 | fa163e59-d9bd-ca95-7e8e-00000000311b | OK | Check if the input variables exist | undercloud 2026-02-26 16:35:34.853913 | fa163e59-d9bd-ca95-7e8e-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:33.379154 | 0.26s 2026-02-26 16:35:34.872227 | fa163e59-d9bd-ca95-7e8e-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2026-02-26 16:35:34.955347 | fa163e59-d9bd-ca95-7e8e-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2026-02-26 16:35:34.956869 | fa163e59-d9bd-ca95-7e8e-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:33.482109 | 0.08s 2026-02-26 16:35:34.975253 | fa163e59-d9bd-ca95-7e8e-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2026-02-26 16:35:35.028324 | fa163e59-d9bd-ca95-7e8e-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2026-02-26 16:35:35.030365 | fa163e59-d9bd-ca95-7e8e-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:33.555603 | 0.05s 2026-02-26 16:35:35.049115 | fa163e59-d9bd-ca95-7e8e-00000000311e | TASK | Configure multiple external ceph clusters 2026-02-26 16:35:35.112855 | fa163e59-d9bd-ca95-7e8e-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2026-02-26 16:35:35.114556 | fa163e59-d9bd-ca95-7e8e-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:33.639792 | 0.06s 2026-02-26 16:35:35.133443 | fa163e59-d9bd-ca95-7e8e-00000000311f | TASK | Render keys provided for the Ceph cluster 2026-02-26 16:35:35.174453 | fa163e59-d9bd-ca95-7e8e-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:33.699677 | 0.04s 2026-02-26 16:35:35.185675 | 207f7e1a-51d6-4ae6-bdcf-aba790f7992e | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2026-02-26 16:35:35.223190 | fa163e59-d9bd-ca95-7e8e-0000000031b1 | TASK | create cephx key(s) 2026-02-26 16:35:35.796670 | fa163e59-d9bd-ca95-7e8e-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQB2caBpAAAAABAAFGjTp7ksLkeL1j8ttU6CCg==', '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-02-26 16:35:35.799613 | fa163e59-d9bd-ca95-7e8e-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:34.324839 | 0.57s 2026-02-26 16:35:36.220108 | fa163e59-d9bd-ca95-7e8e-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQB2caBpAAAAABAAO1kFRW6zrVSTIJVmJZ1dyw==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2026-02-26 16:35:36.223043 | fa163e59-d9bd-ca95-7e8e-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:34.748285 | 1.00s 2026-02-26 16:35:36.232771 | fa163e59-d9bd-ca95-7e8e-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:34.758017 | 1.01s 2026-02-26 16:35:36.251592 | fa163e59-d9bd-ca95-7e8e-000000003120 | TASK | Render ceph config for the Ceph Clients 2026-02-26 16:35:36.303051 | fa163e59-d9bd-ca95-7e8e-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:34.828283 | 0.05s 2026-02-26 16:35:36.313950 | 6fdb5d63-cde9-4dd2-8c6e-a43e0a3bd16f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2026-02-26 16:35:36.351413 | fa163e59-d9bd-ca95-7e8e-000000003215 | TASK | create ceph.conf 2026-02-26 16:35:36.969856 | fa163e59-d9bd-ca95-7e8e-000000003215 | CHANGED | create ceph.conf | undercloud 2026-02-26 16:35:36.971666 | fa163e59-d9bd-ca95-7e8e-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:35.496874 | 0.62s 2026-02-26 16:35:36.991342 | fa163e59-d9bd-ca95-7e8e-000000003121 | TASK | Configure Ceph Clients 2026-02-26 16:35:37.024691 | fa163e59-d9bd-ca95-7e8e-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:35.549932 | 0.03s 2026-02-26 16:35:37.054298 | aa7fbe69-6be3-4f94-ba41-eded10753934 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2026-02-26 16:35:37.096133 | fa163e59-d9bd-ca95-7e8e-000000003284 | TASK | set effective ceph_clients without limit 2026-02-26 16:35:37.215822 | fa163e59-d9bd-ca95-7e8e-000000003284 | OK | set effective ceph_clients without limit | undercloud 2026-02-26 16:35:37.217291 | fa163e59-d9bd-ca95-7e8e-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:35.742530 | 0.12s 2026-02-26 16:35:37.237071 | fa163e59-d9bd-ca95-7e8e-000000003285 | TASK | set effective ceph_clients with limit 2026-02-26 16:35:37.332600 | fa163e59-d9bd-ca95-7e8e-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2026-02-26 16:35:37.333681 | fa163e59-d9bd-ca95-7e8e-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:35.858925 | 0.09s 2026-02-26 16:35:37.350211 | fa163e59-d9bd-ca95-7e8e-000000003286 | TASK | set distribution list from cross product of files and effective clients 2026-02-26 16:35:37.455284 | fa163e59-d9bd-ca95-7e8e-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2026-02-26 16:35:37.456703 | fa163e59-d9bd-ca95-7e8e-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:35.981943 | 0.11s 2026-02-26 16:35:37.499926 | fa163e59-d9bd-ca95-7e8e-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2026-02-26 16:35:37.852746 | fa163e59-d9bd-ca95-7e8e-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-an2_1b3z/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-000000003287') missing from stats 2026-02-26 16:35:38.101358 | fa163e59-d9bd-ca95-7e8e-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-an2_1b3z/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-02-26 16:35:38.310745 | fa163e59-d9bd-ca95-7e8e-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-an2_1b3z/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-02-26 16:35:38.325955 | fa163e59-d9bd-ca95-7e8e-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:36.851177 | 0.82s 2026-02-26 16:35:38.367990 | fa163e59-d9bd-ca95-7e8e-000000003288 | TASK | push files to the other nodes of cluster 2026-02-26 16:35:38.867018 | fa163e59-d9bd-ca95-7e8e-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-an2_1b3z/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-000000003288') missing from stats 2026-02-26 16:35:39.350700 | fa163e59-d9bd-ca95-7e8e-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-an2_1b3z/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-02-26 16:35:39.879962 | fa163e59-d9bd-ca95-7e8e-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-an2_1b3z/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-02-26 16:35:39.888282 | fa163e59-d9bd-ca95-7e8e-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:38.413504 | 1.52s 2026-02-26 16:35:39.909048 | fa163e59-d9bd-ca95-7e8e-000000003122 | TASK | Clean ceph_client_fetch_dir 2026-02-26 16:35:39.967202 | fa163e59-d9bd-ca95-7e8e-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:38.492427 | 0.06s 2026-02-26 16:35:39.980121 | aee3ecf7-0ba1-4383-a09b-4869bddc78f8 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-02-26 16:35:40.031771 | fa163e59-d9bd-ca95-7e8e-00000000331c | TASK | Clean any old fetch directory path 2026-02-26 16:35:40.307414 | fa163e59-d9bd-ca95-7e8e-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2026-02-26 16:35:40.309184 | fa163e59-d9bd-ca95-7e8e-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:38.834419 | 0.28s 2026-02-26 16:35:40.328346 | fa163e59-d9bd-ca95-7e8e-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2026-02-26 16:35:40.375196 | fa163e59-d9bd-ca95-7e8e-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-02-26 16:35:40.376800 | fa163e59-d9bd-ca95-7e8e-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:38.902029 | 0.05s 2026-02-26 16:35:40.409696 | fa163e59-d9bd-ca95-7e8e-00000000285f | TASK | tripleo client role 2026-02-26 16:35:40.432562 | fa163e59-d9bd-ca95-7e8e-00000000285f | TIMING | tripleo client role | undercloud | 0:12:38.957788 | 0.02s 2026-02-26 16:35:40.451196 | fa163e59-d9bd-ca95-7e8e-000000002860 | TASK | Load variables for standalone ganesha 2026-02-26 16:35:40.526275 | fa163e59-d9bd-ca95-7e8e-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2026-02-26 16:35:40.527812 | fa163e59-d9bd-ca95-7e8e-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:39.053042 | 0.07s 2026-02-26 16:35:40.546577 | fa163e59-d9bd-ca95-7e8e-000000002861 | TASK | Config Standalone Ganesha 2026-02-26 16:35:40.647704 | fa163e59-d9bd-ca95-7e8e-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2026-02-26 16:35:40.649582 | fa163e59-d9bd-ca95-7e8e-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:39.174818 | 0.10s PLAY [Deploy step tasks for 2] ************************************************* 2026-02-26 16:35:40.792908 | fa163e59-d9bd-ca95-7e8e-0000000000ca | TASK | Deploy step tasks for 2 2026-02-26 16:35:40.826131 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000ca') missing from stats 2026-02-26 16:35:40.850431 | fa163e59-d9bd-ca95-7e8e-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-02-26 16:35:41.394484 | fa163e59-d9bd-ca95-7e8e-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-02-26 16:35:41.396021 | fa163e59-d9bd-ca95-7e8e-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:39.921262 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-26 16:35:41.466287 | fa163e59-d9bd-ca95-7e8e-0000000000cc | TIMING | include_tasks | standalone | 0:12:39.991482 | 0.04s 2026-02-26 16:35:41.561822 | 9967efe9-9a63-41f6-8f91-13d65824e869 | INCLUDED | /root/standalone-ansible-an2_1b3z/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-02-26 16:35:41.599229 | fa163e59-d9bd-ca95-7e8e-0000000033e3 | TASK | Push script 2026-02-26 16:35:42.039501 | fa163e59-d9bd-ca95-7e8e-0000000033e3 | CHANGED | Push script | standalone 2026-02-26 16:35:42.041096 | fa163e59-d9bd-ca95-7e8e-0000000033e3 | TIMING | Push script | standalone | 0:12:40.566327 | 0.44s 2026-02-26 16:35:42.071055 | fa163e59-d9bd-ca95-7e8e-0000000033e4 | TASK | Insert cronjob in root crontab 2026-02-26 16:35:42.521337 | fa163e59-d9bd-ca95-7e8e-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2026-02-26 16:35:42.523041 | fa163e59-d9bd-ca95-7e8e-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:41.048275 | 0.45s 2026-02-26 16:35:42.553771 | fa163e59-d9bd-ca95-7e8e-0000000033eb | TASK | Gather variables for each operating system 2026-02-26 16:35:42.678226 | fa163e59-d9bd-ca95-7e8e-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:41.203453 | 0.12s 2026-02-26 16:35:42.711590 | fa163e59-d9bd-ca95-7e8e-0000000033ec | TASK | Detect if resource is being created or already exists 2026-02-26 16:35:43.454752 | fa163e59-d9bd-ca95-7e8e-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-26 16:35:43.455912 | fa163e59-d9bd-ca95-7e8e-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:41.981160 | 0.74s 2026-02-26 16:35:43.481316 | fa163e59-d9bd-ca95-7e8e-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2026-02-26 16:37:33.955390 | fa163e59-d9bd-ca95-7e8e-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-02-26 16:37:33.957785 | fa163e59-d9bd-ca95-7e8e-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:32.483010 | 110.47s 2026-02-26 16:37:33.992605 | fa163e59-d9bd-ca95-7e8e-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-02-26 16:37:34.304019 | fa163e59-d9bd-ca95-7e8e-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-02-26 16:37:34.305185 | fa163e59-d9bd-ca95-7e8e-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:32.830431 | 0.31s 2026-02-26 16:37:34.343672 | fa163e59-d9bd-ca95-7e8e-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2026-02-26 16:37:35.038336 | fa163e59-d9bd-ca95-7e8e-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-26 16:37:35.040001 | fa163e59-d9bd-ca95-7e8e-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:33.565240 | 0.69s 2026-02-26 16:37:35.072879 | fa163e59-d9bd-ca95-7e8e-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-02-26 16:37:35.334161 | fa163e59-d9bd-ca95-7e8e-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-02-26 16:37:35.335735 | fa163e59-d9bd-ca95-7e8e-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:33.860972 | 0.26s 2026-02-26 16:37:35.368986 | fa163e59-d9bd-ca95-7e8e-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-02-26 16:37:35.424733 | fa163e59-d9bd-ca95-7e8e-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-02-26 16:37:35.426222 | fa163e59-d9bd-ca95-7e8e-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:33.951455 | 0.06s 2026-02-26 16:37:35.463364 | fa163e59-d9bd-ca95-7e8e-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2026-02-26 16:37:35.519700 | fa163e59-d9bd-ca95-7e8e-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-02-26 16:37:35.521432 | fa163e59-d9bd-ca95-7e8e-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:34.046670 | 0.06s 2026-02-26 16:37:35.556068 | fa163e59-d9bd-ca95-7e8e-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-02-26 16:37:35.619403 | fa163e59-d9bd-ca95-7e8e-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-02-26 16:37:35.620874 | fa163e59-d9bd-ca95-7e8e-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:34.146113 | 0.06s 2026-02-26 16:37:35.653097 | fa163e59-d9bd-ca95-7e8e-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-26 16:37:35.702378 | fa163e59-d9bd-ca95-7e8e-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-26 16:37:35.703479 | fa163e59-d9bd-ca95-7e8e-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:34.228723 | 0.05s 2026-02-26 16:37:35.728502 | fa163e59-d9bd-ca95-7e8e-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2026-02-26 16:37:35.787341 | fa163e59-d9bd-ca95-7e8e-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-02-26 16:37:35.788527 | fa163e59-d9bd-ca95-7e8e-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:34.313771 | 0.06s 2026-02-26 16:37:35.832816 | fa163e59-d9bd-ca95-7e8e-000000003417 | TASK | Gather variables for each operating system 2026-02-26 16:37:35.937626 | fa163e59-d9bd-ca95-7e8e-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:34.462867 | 0.10s 2026-02-26 16:37:35.960183 | fa163e59-d9bd-ca95-7e8e-000000003418 | TASK | Detect if resource is being created or already exists 2026-02-26 16:37:36.767702 | fa163e59-d9bd-ca95-7e8e-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-26 16:37:36.769355 | fa163e59-d9bd-ca95-7e8e-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:35.294593 | 0.81s 2026-02-26 16:37:36.803214 | fa163e59-d9bd-ca95-7e8e-000000003419 | TASK | Run init bundle puppet on the host for mysql 2026-02-26 16:38:05.381300 | fa163e59-d9bd-ca95-7e8e-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-02-26 16:38:05.383516 | fa163e59-d9bd-ca95-7e8e-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:03.908748 | 28.58s 2026-02-26 16:38:05.419128 | fa163e59-d9bd-ca95-7e8e-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-02-26 16:38:05.686092 | fa163e59-d9bd-ca95-7e8e-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-02-26 16:38:05.687989 | fa163e59-d9bd-ca95-7e8e-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:04.213227 | 0.27s 2026-02-26 16:38:05.721548 | fa163e59-d9bd-ca95-7e8e-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2026-02-26 16:38:06.160178 | fa163e59-d9bd-ca95-7e8e-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-26 16:38:06.162068 | fa163e59-d9bd-ca95-7e8e-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:04.687309 | 0.44s 2026-02-26 16:38:06.195336 | fa163e59-d9bd-ca95-7e8e-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2026-02-26 16:38:06.428279 | fa163e59-d9bd-ca95-7e8e-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-02-26 16:38:06.429267 | fa163e59-d9bd-ca95-7e8e-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:04.954517 | 0.23s 2026-02-26 16:38:06.451746 | fa163e59-d9bd-ca95-7e8e-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2026-02-26 16:38:06.492112 | fa163e59-d9bd-ca95-7e8e-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-02-26 16:38:06.493550 | fa163e59-d9bd-ca95-7e8e-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:05.018790 | 0.04s 2026-02-26 16:38:06.520672 | fa163e59-d9bd-ca95-7e8e-00000000341f | TASK | Get container image tag from bundle galera-bundle 2026-02-26 16:38:06.570611 | fa163e59-d9bd-ca95-7e8e-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-02-26 16:38:06.571722 | fa163e59-d9bd-ca95-7e8e-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:05.096966 | 0.05s 2026-02-26 16:38:06.597580 | fa163e59-d9bd-ca95-7e8e-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2026-02-26 16:38:06.658668 | fa163e59-d9bd-ca95-7e8e-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-02-26 16:38:06.659569 | fa163e59-d9bd-ca95-7e8e-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:05.184816 | 0.06s 2026-02-26 16:38:06.683496 | fa163e59-d9bd-ca95-7e8e-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-26 16:38:06.742290 | fa163e59-d9bd-ca95-7e8e-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-26 16:38:06.743203 | fa163e59-d9bd-ca95-7e8e-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:05.268450 | 0.06s 2026-02-26 16:38:06.765586 | fa163e59-d9bd-ca95-7e8e-000000003422 | TASK | Remove update marker for bundle galera-bundle 2026-02-26 16:38:06.826483 | fa163e59-d9bd-ca95-7e8e-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-02-26 16:38:06.827364 | fa163e59-d9bd-ca95-7e8e-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:05.352613 | 0.06s 2026-02-26 16:38:06.865575 | fa163e59-d9bd-ca95-7e8e-000000003443 | TASK | Gather variables for each operating system 2026-02-26 16:38:06.986947 | fa163e59-d9bd-ca95-7e8e-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:05.512185 | 0.12s 2026-02-26 16:38:07.008258 | fa163e59-d9bd-ca95-7e8e-000000003444 | TASK | Detect if resource is being created or already exists 2026-02-26 16:38:07.754500 | fa163e59-d9bd-ca95-7e8e-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-26 16:38:07.756218 | fa163e59-d9bd-ca95-7e8e-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:06.281457 | 0.75s 2026-02-26 16:38:07.788137 | fa163e59-d9bd-ca95-7e8e-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-02-26 16:38:34.737092 | fa163e59-d9bd-ca95-7e8e-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-02-26 16:38:34.738952 | fa163e59-d9bd-ca95-7e8e-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:33.264193 | 26.95s 2026-02-26 16:38:34.776958 | fa163e59-d9bd-ca95-7e8e-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-02-26 16:38:35.054545 | fa163e59-d9bd-ca95-7e8e-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-02-26 16:38:35.056032 | fa163e59-d9bd-ca95-7e8e-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:33.581272 | 0.28s 2026-02-26 16:38:35.086540 | fa163e59-d9bd-ca95-7e8e-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-26 16:38:35.545409 | fa163e59-d9bd-ca95-7e8e-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-26 16:38:35.546933 | fa163e59-d9bd-ca95-7e8e-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:34.072172 | 0.46s 2026-02-26 16:38:35.579821 | fa163e59-d9bd-ca95-7e8e-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-02-26 16:38:35.879790 | fa163e59-d9bd-ca95-7e8e-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-02-26 16:38:35.881471 | fa163e59-d9bd-ca95-7e8e-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:34.406710 | 0.30s 2026-02-26 16:38:35.913357 | fa163e59-d9bd-ca95-7e8e-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-02-26 16:38:35.976463 | fa163e59-d9bd-ca95-7e8e-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-02-26 16:38:35.977853 | fa163e59-d9bd-ca95-7e8e-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:34.503092 | 0.06s 2026-02-26 16:38:36.010012 | fa163e59-d9bd-ca95-7e8e-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2026-02-26 16:38:36.053326 | fa163e59-d9bd-ca95-7e8e-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-02-26 16:38:36.054522 | fa163e59-d9bd-ca95-7e8e-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:34.579762 | 0.04s 2026-02-26 16:38:36.090210 | fa163e59-d9bd-ca95-7e8e-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-02-26 16:38:36.140443 | fa163e59-d9bd-ca95-7e8e-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-02-26 16:38:36.141298 | fa163e59-d9bd-ca95-7e8e-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:34.666547 | 0.05s 2026-02-26 16:38:36.162984 | fa163e59-d9bd-ca95-7e8e-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-26 16:38:36.202280 | fa163e59-d9bd-ca95-7e8e-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-26 16:38:36.203238 | fa163e59-d9bd-ca95-7e8e-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:34.728480 | 0.04s 2026-02-26 16:38:36.228958 | fa163e59-d9bd-ca95-7e8e-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2026-02-26 16:38:36.261214 | fa163e59-d9bd-ca95-7e8e-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-02-26 16:38:36.262332 | fa163e59-d9bd-ca95-7e8e-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:34.787571 | 0.03s 2026-02-26 16:38:36.309104 | fa163e59-d9bd-ca95-7e8e-00000000346f | TASK | Gather variables for each operating system 2026-02-26 16:38:36.434249 | fa163e59-d9bd-ca95-7e8e-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:34.959476 | 0.12s 2026-02-26 16:38:36.459347 | fa163e59-d9bd-ca95-7e8e-000000003470 | TASK | Detect if resource is being created or already exists 2026-02-26 16:38:37.249365 | fa163e59-d9bd-ca95-7e8e-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-26 16:38:37.250354 | fa163e59-d9bd-ca95-7e8e-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:35.775601 | 0.79s 2026-02-26 16:38:37.274206 | fa163e59-d9bd-ca95-7e8e-000000003471 | TASK | Run init bundle puppet on the host for redis 2026-02-26 16:39:04.501316 | fa163e59-d9bd-ca95-7e8e-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-02-26 16:39:04.503133 | fa163e59-d9bd-ca95-7e8e-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:03.028370 | 27.23s 2026-02-26 16:39:04.537788 | fa163e59-d9bd-ca95-7e8e-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-02-26 16:39:04.822330 | fa163e59-d9bd-ca95-7e8e-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-02-26 16:39:04.823302 | fa163e59-d9bd-ca95-7e8e-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:03.348551 | 0.28s 2026-02-26 16:39:04.844060 | fa163e59-d9bd-ca95-7e8e-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-26 16:39:05.278152 | fa163e59-d9bd-ca95-7e8e-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-26 16:39:05.279213 | fa163e59-d9bd-ca95-7e8e-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:03.804460 | 0.43s 2026-02-26 16:39:05.311405 | fa163e59-d9bd-ca95-7e8e-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-02-26 16:39:05.564838 | fa163e59-d9bd-ca95-7e8e-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-02-26 16:39:05.566248 | fa163e59-d9bd-ca95-7e8e-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:04.091488 | 0.25s 2026-02-26 16:39:05.599873 | fa163e59-d9bd-ca95-7e8e-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2026-02-26 16:39:05.662814 | fa163e59-d9bd-ca95-7e8e-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-02-26 16:39:05.664095 | fa163e59-d9bd-ca95-7e8e-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:04.189332 | 0.06s 2026-02-26 16:39:05.704890 | fa163e59-d9bd-ca95-7e8e-000000003477 | TASK | Get container image tag from bundle redis-bundle 2026-02-26 16:39:05.749058 | fa163e59-d9bd-ca95-7e8e-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-02-26 16:39:05.750216 | fa163e59-d9bd-ca95-7e8e-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:04.275461 | 0.04s 2026-02-26 16:39:05.775200 | fa163e59-d9bd-ca95-7e8e-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2026-02-26 16:39:05.834948 | fa163e59-d9bd-ca95-7e8e-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-02-26 16:39:05.836061 | fa163e59-d9bd-ca95-7e8e-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:04.361306 | 0.06s 2026-02-26 16:39:05.861875 | fa163e59-d9bd-ca95-7e8e-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-26 16:39:05.914340 | fa163e59-d9bd-ca95-7e8e-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-26 16:39:05.915512 | fa163e59-d9bd-ca95-7e8e-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:04.440755 | 0.05s 2026-02-26 16:39:05.940448 | fa163e59-d9bd-ca95-7e8e-00000000347a | TASK | Remove update marker for bundle redis-bundle 2026-02-26 16:39:05.980341 | fa163e59-d9bd-ca95-7e8e-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-02-26 16:39:05.981429 | fa163e59-d9bd-ca95-7e8e-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:04.506672 | 0.04s 2026-02-26 16:39:06.031049 | fa163e59-d9bd-ca95-7e8e-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-02-26 16:39:06.258506 | fa163e59-d9bd-ca95-7e8e-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-02-26 16:39:06.260249 | fa163e59-d9bd-ca95-7e8e-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:04.785487 | 0.23s 2026-02-26 16:39:06.373068 | fa163e59-d9bd-ca95-7e8e-0000000000cf | TIMING | include_tasks | standalone | 0:16:04.898303 | 0.08s 2026-02-26 16:39:06.411982 | 14bf394f-1038-4e86-adba-cb512a97f4ec | INCLUDED | /root/standalone-ansible-an2_1b3z/common_deploy_steps_tasks.yaml | standalone 2026-02-26 16:39:06.438559 | fa163e59-d9bd-ca95-7e8e-00000000350f | TASK | Write the config_step hieradata 2026-02-26 16:39:07.002279 | fa163e59-d9bd-ca95-7e8e-00000000350f | OK | Write the config_step hieradata | standalone 2026-02-26 16:39:07.003765 | fa163e59-d9bd-ca95-7e8e-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:16:05.528975 | 0.56s 2026-02-26 16:39:07.034339 | fa163e59-d9bd-ca95-7e8e-000000003510 | TASK | Run puppet host configuration for step 2 2026-02-26 16:39:07.378112 | fa163e59-d9bd-ca95-7e8e-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-02-26 16:39:07.379601 | fa163e59-d9bd-ca95-7e8e-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:05.904838 | 0.34s 2026-02-26 16:39:07.409487 | fa163e59-d9bd-ca95-7e8e-000000003511 | TASK | Wait for puppet host configuration to finish 2026-02-26 16:39:07.654043 | fa163e59-d9bd-ca95-7e8e-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-26 16:39:17.911718 | fa163e59-d9bd-ca95-7e8e-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-26 16:39:28.138988 | fa163e59-d9bd-ca95-7e8e-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-26 16:39:28.140564 | fa163e59-d9bd-ca95-7e8e-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:26.665805 | 20.73s 2026-02-26 16:39:28.172784 | fa163e59-d9bd-ca95-7e8e-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-02-26 16:39:28.229779 | fa163e59-d9bd-ca95-7e8e-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>Feb 26 16:39:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 26 16:39:11 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 26 16:39:11 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 26 16:39:11 puppet-user: (file & line not available)", "<13>Feb 26 16:39:11 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>Feb 26 16:39:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 26 16:39:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 26 16:39:12 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Feb 26 16:39:17 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 26 16:39:20 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 26 16:39:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 26 16:39:22 puppet-user: Notice: Applied catalog in 10.31 seconds", "<13>Feb 26 16:39:22 puppet-user: Application:", "<13>Feb 26 16:39:22 puppet-user: Initial environment: production", "<13>Feb 26 16:39:22 puppet-user: Converged environment: production", "<13>Feb 26 16:39:22 puppet-user: Run mode: user", "<13>Feb 26 16:39:22 puppet-user: Changes:", "<13>Feb 26 16:39:22 puppet-user: Total: 2", "<13>Feb 26 16:39:22 puppet-user: Events:", "<13>Feb 26 16:39:22 puppet-user: Success: 2", "<13>Feb 26 16:39:22 puppet-user: Resources:", "<13>Feb 26 16:39:22 puppet-user: Changed: 2", "<13>Feb 26 16:39:22 puppet-user: Out of sync: 2", "<13>Feb 26 16:39:22 puppet-user: Total: 28", "<13>Feb 26 16:39:22 puppet-user: Time:", "<13>Feb 26 16:39:22 puppet-user: Filebucket: 0.00", "<13>Feb 26 16:39:22 puppet-user: Schedule: 0.00", "<13>Feb 26 16:39:22 puppet-user: Package: 0.00", "<13>Feb 26 16:39:22 puppet-user: File line: 0.00", "<13>Feb 26 16:39:22 puppet-user: File: 0.00", "<13>Feb 26 16:39:22 puppet-user: Augeas: 0.01", "<13>Feb 26 16:39:22 puppet-user: User: 0.01", "<13>Feb 26 16:39:22 puppet-user: Service: 0.08", "<13>Feb 26 16:39:22 puppet-user: Config retrieval: 0.47", "<13>Feb 26 16:39:22 puppet-user: Pcmk property: 1.61", "<13>Feb 26 16:39:22 puppet-user: Transaction evaluation: 10.25", "<13>Feb 26 16:39:22 puppet-user: Catalog application: 10.31", "<13>Feb 26 16:39:22 puppet-user: Last run: 1772123962", "<13>Feb 26 16:39:22 puppet-user: Exec: 2.01", "<13>Feb 26 16:39:22 puppet-user: Pcmk resource op default: 3.14", "<13>Feb 26 16:39:22 puppet-user: Pcmk resource default: 3.21", "<13>Feb 26 16:39:22 puppet-user: Total: 10.32", "<13>Feb 26 16:39:22 puppet-user: Version:", "<13>Feb 26 16:39:22 puppet-user: Config: 1772123951", "<13>Feb 26 16:39:22 puppet-user: Puppet: 7.10.0" ] } 2026-02-26 16:39:28.231140 | fa163e59-d9bd-ca95-7e8e-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:26.756381 | 0.06s 2026-02-26 16:39:28.261170 | fa163e59-d9bd-ca95-7e8e-000000003513 | TASK | Pre-cache facts for puppet containers 2026-02-26 16:39:28.290882 | fa163e59-d9bd-ca95-7e8e-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:26.816119 | 0.03s 2026-02-26 16:39:28.358764 | fa163e59-d9bd-ca95-7e8e-000000003552 | TASK | Gather variables for each operating system 2026-02-26 16:39:28.471281 | fa163e59-d9bd-ca95-7e8e-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:26.996512 | 0.11s 2026-02-26 16:39:28.501706 | fa163e59-d9bd-ca95-7e8e-000000003553 | TASK | Create puppet caching structures 2026-02-26 16:39:28.755220 | fa163e59-d9bd-ca95-7e8e-000000003553 | CHANGED | Create puppet caching structures | standalone 2026-02-26 16:39:28.756564 | fa163e59-d9bd-ca95-7e8e-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:27.281806 | 0.25s 2026-02-26 16:39:28.786881 | fa163e59-d9bd-ca95-7e8e-000000003554 | TASK | Check for facter.conf 2026-02-26 16:39:29.052930 | fa163e59-d9bd-ca95-7e8e-000000003554 | OK | Check for facter.conf | standalone 2026-02-26 16:39:29.054508 | fa163e59-d9bd-ca95-7e8e-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:27.579756 | 0.27s 2026-02-26 16:39:29.075167 | fa163e59-d9bd-ca95-7e8e-000000003555 | TASK | Remove facter.conf if directory 2026-02-26 16:39:29.107231 | fa163e59-d9bd-ca95-7e8e-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-26 16:39:29.108233 | fa163e59-d9bd-ca95-7e8e-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:27.633478 | 0.03s 2026-02-26 16:39:29.133089 | fa163e59-d9bd-ca95-7e8e-000000003556 | TASK | Write facter cache config 2026-02-26 16:39:29.609331 | fa163e59-d9bd-ca95-7e8e-000000003556 | CHANGED | Write facter cache config | standalone 2026-02-26 16:39:29.610888 | fa163e59-d9bd-ca95-7e8e-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:28.136128 | 0.48s 2026-02-26 16:39:29.642725 | fa163e59-d9bd-ca95-7e8e-000000003557 | TASK | Cleanup facter cache if exists 2026-02-26 16:39:29.865292 | fa163e59-d9bd-ca95-7e8e-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-26 16:39:29.866827 | fa163e59-d9bd-ca95-7e8e-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:28.392066 | 0.22s 2026-02-26 16:39:29.896096 | fa163e59-d9bd-ca95-7e8e-000000003558 | TASK | Pre-cache facts 2026-02-26 16:39:30.532624 | fa163e59-d9bd-ca95-7e8e-000000003558 | CHANGED | Pre-cache facts | standalone 2026-02-26 16:39:30.534183 | fa163e59-d9bd-ca95-7e8e-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:29.059403 | 0.64s 2026-02-26 16:39:30.569130 | fa163e59-d9bd-ca95-7e8e-000000003559 | TASK | Failed deployment if facter fails 2026-02-26 16:39:30.605570 | fa163e59-d9bd-ca95-7e8e-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-26 16:39:30.606890 | fa163e59-d9bd-ca95-7e8e-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:29.132129 | 0.04s 2026-02-26 16:39:30.653017 | fa163e59-d9bd-ca95-7e8e-00000000355a | TASK | Sync cached facts 2026-02-26 16:39:31.002217 | fa163e59-d9bd-ca95-7e8e-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-00000000355a') missing from stats 2026-02-26 16:39:31.063286 | fa163e59-d9bd-ca95-7e8e-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-26 16:39:31.114574 | fa163e59-d9bd-ca95-7e8e-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-26 16:39:31.115861 | fa163e59-d9bd-ca95-7e8e-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:29.641097 | 0.05s 2026-02-26 16:39:31.146898 | fa163e59-d9bd-ca95-7e8e-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2026-02-26 16:39:31.176986 | fa163e59-d9bd-ca95-7e8e-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:29.702219 | 0.03s 2026-02-26 16:39:31.247018 | fa163e59-d9bd-ca95-7e8e-0000000035b1 | TASK | Gather variables for each operating system 2026-02-26 16:39:31.371969 | fa163e59-d9bd-ca95-7e8e-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:29.897188 | 0.12s 2026-02-26 16:39:31.403004 | fa163e59-d9bd-ca95-7e8e-0000000035b2 | TASK | Create container logs path 2026-02-26 16:39:31.636568 | fa163e59-d9bd-ca95-7e8e-0000000035b2 | OK | Create container logs path | standalone 2026-02-26 16:39:31.638140 | fa163e59-d9bd-ca95-7e8e-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:30.163380 | 0.23s 2026-02-26 16:39:31.671302 | fa163e59-d9bd-ca95-7e8e-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-02-26 16:39:31.920373 | fa163e59-d9bd-ca95-7e8e-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-26 16:39:31.922443 | fa163e59-d9bd-ca95-7e8e-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:30.447681 | 0.25s 2026-02-26 16:39:31.953910 | fa163e59-d9bd-ca95-7e8e-0000000035b5 | TASK | Finalise hashes for all containers 2026-02-26 16:39:32.037808 | fa163e59-d9bd-ca95-7e8e-0000000035b5 | OK | Finalise hashes for all containers | standalone 2026-02-26 16:39:32.039129 | fa163e59-d9bd-ca95-7e8e-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:30.564371 | 0.08s 2026-02-26 16:39:32.068825 | fa163e59-d9bd-ca95-7e8e-0000000035b7 | TASK | Manage systemd shutdown files 2026-02-26 16:39:32.100233 | fa163e59-d9bd-ca95-7e8e-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:30.625464 | 0.03s 2026-02-26 16:39:32.136190 | addf850b-02a9-4aad-a9f5-1693eb092d28 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-26 16:39:32.165591 | fa163e59-d9bd-ca95-7e8e-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-26 16:39:32.430604 | fa163e59-d9bd-ca95-7e8e-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-26 16:39:32.432286 | fa163e59-d9bd-ca95-7e8e-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:30.957526 | 0.27s 2026-02-26 16:39:32.462405 | fa163e59-d9bd-ca95-7e8e-0000000035eb | TASK | Set podman_drop_in fact 2026-02-26 16:39:32.529173 | fa163e59-d9bd-ca95-7e8e-0000000035eb | OK | Set podman_drop_in fact | standalone 2026-02-26 16:39:32.531239 | fa163e59-d9bd-ca95-7e8e-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:31.056479 | 0.07s 2026-02-26 16:39:32.561656 | fa163e59-d9bd-ca95-7e8e-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-26 16:39:33.119737 | fa163e59-d9bd-ca95-7e8e-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-26 16:39:33.122434 | fa163e59-d9bd-ca95-7e8e-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:31.647670 | 0.56s 2026-02-26 16:39:33.629007 | fa163e59-d9bd-ca95-7e8e-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-26 16:39:33.629909 | fa163e59-d9bd-ca95-7e8e-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:32.155160 | 1.07s 2026-02-26 16:39:33.634992 | fa163e59-d9bd-ca95-7e8e-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:32.160228 | 1.07s 2026-02-26 16:39:33.666662 | fa163e59-d9bd-ca95-7e8e-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-26 16:39:34.168333 | fa163e59-d9bd-ca95-7e8e-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-26 16:39:34.169855 | fa163e59-d9bd-ca95-7e8e-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:32.695094 | 0.50s 2026-02-26 16:39:34.201173 | fa163e59-d9bd-ca95-7e8e-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-26 16:39:34.749376 | fa163e59-d9bd-ca95-7e8e-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-26 16:39:34.751444 | fa163e59-d9bd-ca95-7e8e-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:33.276677 | 0.55s 2026-02-26 16:39:34.785233 | fa163e59-d9bd-ca95-7e8e-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2026-02-26 16:39:35.543437 | fa163e59-d9bd-ca95-7e8e-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-26 16:39:35.545394 | fa163e59-d9bd-ca95-7e8e-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:34.070632 | 0.76s 2026-02-26 16:39:35.576858 | fa163e59-d9bd-ca95-7e8e-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-26 16:39:36.112329 | fa163e59-d9bd-ca95-7e8e-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-26 16:39:36.114020 | fa163e59-d9bd-ca95-7e8e-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:34.639257 | 0.54s 2026-02-26 16:39:36.144734 | fa163e59-d9bd-ca95-7e8e-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-26 16:39:36.700950 | fa163e59-d9bd-ca95-7e8e-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-26 16:39:36.702015 | fa163e59-d9bd-ca95-7e8e-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:35.227265 | 0.56s 2026-02-26 16:39:36.722046 | fa163e59-d9bd-ca95-7e8e-0000000035f3 | TASK | Enable and start netns-placeholder 2026-02-26 16:39:37.517585 | fa163e59-d9bd-ca95-7e8e-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-26 16:39:37.521102 | fa163e59-d9bd-ca95-7e8e-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:36.046338 | 0.80s 2026-02-26 16:39:37.555238 | fa163e59-d9bd-ca95-7e8e-0000000035b9 | TASK | Update container configs with new config hashes 2026-02-26 16:39:37.616566 | fa163e59-d9bd-ca95-7e8e-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:36.141792 | 0.06s 2026-02-26 16:39:37.639871 | 956b07c6-7035-4ce0-bf4c-f4b277ba4c20 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-26 16:39:37.672470 | fa163e59-d9bd-ca95-7e8e-00000000361b | TASK | Update config hashes for container startup configs 2026-02-26 16:39:37.981441 | fa163e59-d9bd-ca95-7e8e-00000000361b | OK | Update config hashes for container startup configs | standalone 2026-02-26 16:39:37.982833 | fa163e59-d9bd-ca95-7e8e-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:36.508075 | 0.31s 2026-02-26 16:39:38.009282 | fa163e59-d9bd-ca95-7e8e-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-26 16:39:38.069768 | fa163e59-d9bd-ca95-7e8e-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:36.594995 | 0.06s 2026-02-26 16:39:38.096698 | 49cdd106-d3cd-4aa7-b49c-676d702e66b8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:39:38.138766 | fa163e59-d9bd-ca95-7e8e-00000000363a | TASK | Gather podman infos 2026-02-26 16:39:39.199447 | fa163e59-d9bd-ca95-7e8e-00000000363a | OK | Gather podman infos | standalone 2026-02-26 16:39:39.200719 | fa163e59-d9bd-ca95-7e8e-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:37.725962 | 1.06s 2026-02-26 16:39:39.275928 | fa163e59-d9bd-ca95-7e8e-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-26 16:39:39.354049 | fa163e59-d9bd-ca95-7e8e-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:37.879282 | 0.07s 2026-02-26 16:39:39.496437 | fa163e59-d9bd-ca95-7e8e-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:38.021660 | 0.07s 2026-02-26 16:39:39.556693 | fa163e59-d9bd-ca95-7e8e-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-26 16:39:39.613522 | fa163e59-d9bd-ca95-7e8e-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:38.138752 | 0.05s 2026-02-26 16:39:39.638611 | 57081324-c039-4b2e-80ec-26a36481f73c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:39:39.676156 | fa163e59-d9bd-ca95-7e8e-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-26 16:39:57.416900 | fa163e59-d9bd-ca95-7e8e-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-26 16:39:57.418851 | fa163e59-d9bd-ca95-7e8e-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:55.944089 | 17.74s 2026-02-26 16:39:57.451791 | fa163e59-d9bd-ca95-7e8e-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-26 16:40:00.447729 | fa163e59-d9bd-ca95-7e8e-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-26 16:40:00.449348 | fa163e59-d9bd-ca95-7e8e-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:16:58.974586 | 3.00s 2026-02-26 16:40:00.524752 | fa163e59-d9bd-ca95-7e8e-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2026-02-26 16:40:00.764944 | fa163e59-d9bd-ca95-7e8e-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-02-26 16:40:00.766475 | fa163e59-d9bd-ca95-7e8e-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:59.291714 | 0.24s 2026-02-26 16:40:00.814549 | fa163e59-d9bd-ca95-7e8e-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2026-02-26 16:40:00.877774 | fa163e59-d9bd-ca95-7e8e-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:59.403006 | 0.06s 2026-02-26 16:40:00.909660 | fa163e59-d9bd-ca95-7e8e-00000000351a | TASK | Include container-puppet tasks for step 2 2026-02-26 16:40:00.956000 | fa163e59-d9bd-ca95-7e8e-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:59.481229 | 0.04s 2026-02-26 16:40:00.981847 | eb43f3ff-705c-4628-bc2a-d9ffad514941 | INCLUDED | /root/standalone-ansible-an2_1b3z/host-container-puppet-tasks.yaml | standalone 2026-02-26 16:40:01.030396 | fa163e59-d9bd-ca95-7e8e-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-02-26 16:40:01.583005 | fa163e59-d9bd-ca95-7e8e-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-02-26 16:40:01.585872 | fa163e59-d9bd-ca95-7e8e-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:00.111109 | 0.55s 2026-02-26 16:40:01.618706 | fa163e59-d9bd-ca95-7e8e-0000000036f8 | TASK | Generate container puppet configs for step 2 2026-02-26 16:40:01.917787 | fa163e59-d9bd-ca95-7e8e-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2026-02-26 16:40:01.919164 | fa163e59-d9bd-ca95-7e8e-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:00.444403 | 0.30s 2026-02-26 16:40:01.950497 | fa163e59-d9bd-ca95-7e8e-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-02-26 16:40:01.976195 | fa163e59-d9bd-ca95-7e8e-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:00.501426 | 0.02s 2026-02-26 16:40:02.050348 | fa163e59-d9bd-ca95-7e8e-000000003728 | TASK | Gather variables for each operating system 2026-02-26 16:40:02.156878 | fa163e59-d9bd-ca95-7e8e-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:00.682103 | 0.10s 2026-02-26 16:40:02.197026 | fa163e59-d9bd-ca95-7e8e-000000003729 | TASK | Create container logs path 2026-02-26 16:40:02.466993 | fa163e59-d9bd-ca95-7e8e-000000003729 | OK | Create container logs path | standalone 2026-02-26 16:40:02.468887 | fa163e59-d9bd-ca95-7e8e-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:00.994090 | 0.27s 2026-02-26 16:40:02.504406 | fa163e59-d9bd-ca95-7e8e-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-26 16:40:02.795106 | fa163e59-d9bd-ca95-7e8e-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-26 16:40:02.797057 | fa163e59-d9bd-ca95-7e8e-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:01.322289 | 0.29s 2026-02-26 16:40:02.830529 | fa163e59-d9bd-ca95-7e8e-00000000372c | TASK | Finalise hashes for all containers 2026-02-26 16:40:02.885041 | fa163e59-d9bd-ca95-7e8e-00000000372c | OK | Finalise hashes for all containers | standalone 2026-02-26 16:40:02.886557 | fa163e59-d9bd-ca95-7e8e-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:01.411795 | 0.05s 2026-02-26 16:40:02.922463 | fa163e59-d9bd-ca95-7e8e-00000000372e | TASK | Manage systemd shutdown files 2026-02-26 16:40:02.958694 | fa163e59-d9bd-ca95-7e8e-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:40:02.960309 | fa163e59-d9bd-ca95-7e8e-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:01.485541 | 0.04s 2026-02-26 16:40:02.999760 | fa163e59-d9bd-ca95-7e8e-000000003730 | TASK | Update container configs with new config hashes 2026-02-26 16:40:03.030880 | fa163e59-d9bd-ca95-7e8e-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:40:03.031997 | fa163e59-d9bd-ca95-7e8e-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:01.557241 | 0.03s 2026-02-26 16:40:03.058205 | fa163e59-d9bd-ca95-7e8e-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-26 16:40:03.089301 | fa163e59-d9bd-ca95-7e8e-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-26 16:40:03.090366 | fa163e59-d9bd-ca95-7e8e-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:01.615610 | 0.03s 2026-02-26 16:40:03.116129 | fa163e59-d9bd-ca95-7e8e-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-26 16:40:03.148418 | fa163e59-d9bd-ca95-7e8e-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-26 16:40:03.149503 | fa163e59-d9bd-ca95-7e8e-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:01.674746 | 0.03s PLAY [External deployment step 3] ********************************************** 2026-02-26 16:40:03.300009 | fa163e59-d9bd-ca95-7e8e-0000000000d2 | TASK | External deployment step 3 2026-02-26 16:40:03.328435 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000d2') missing from stats 2026-02-26 16:40:03.371190 | fa163e59-d9bd-ca95-7e8e-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:01.896426 | 0.03s 2026-02-26 16:40:03.378174 | 79ae4cac-daa9-45e8-8e63-f2726ac48852 | INCLUDED | /root/standalone-ansible-an2_1b3z/external_deploy_steps_tasks_step3.yaml | undercloud 2026-02-26 16:40:03.394234 | fa163e59-d9bd-ca95-7e8e-000000003781 | TASK | Pause cephadm 2026-02-26 16:40:03.437357 | fa163e59-d9bd-ca95-7e8e-000000003781 | SKIPPED | Pause cephadm | undercloud 2026-02-26 16:40:03.439711 | fa163e59-d9bd-ca95-7e8e-000000003781 | TIMING | Pause cephadm | undercloud | 0:17:01.964884 | 0.04s PLAY [Deploy step tasks for 3] ************************************************* 2026-02-26 16:40:03.566460 | fa163e59-d9bd-ca95-7e8e-0000000000d6 | TASK | Deploy step tasks for 3 2026-02-26 16:40:03.598973 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000d6') missing from stats 2026-02-26 16:40:03.619645 | fa163e59-d9bd-ca95-7e8e-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-02-26 16:40:04.142586 | fa163e59-d9bd-ca95-7e8e-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-02-26 16:40:04.145180 | fa163e59-d9bd-ca95-7e8e-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:02.670419 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-26 16:40:04.210461 | fa163e59-d9bd-ca95-7e8e-0000000000d8 | TIMING | include_tasks | standalone | 0:17:02.735695 | 0.03s 2026-02-26 16:40:04.238264 | 78d253b2-dda7-432e-965a-cb121c863064 | INCLUDED | /root/standalone-ansible-an2_1b3z/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-02-26 16:40:04.269812 | fa163e59-d9bd-ca95-7e8e-0000000037a0 | TASK | Start OVN container 2026-02-26 16:40:04.339994 | fa163e59-d9bd-ca95-7e8e-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:02.865216 | 0.07s 2026-02-26 16:40:04.369513 | fa163e59-d9bd-ca95-7e8e-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:02.894755 | 0.10s 2026-02-26 16:40:04.389185 | fa163e59-d9bd-ca95-7e8e-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:02.914426 | 0.12s 2026-02-26 16:40:04.401013 | fa163e59-d9bd-ca95-7e8e-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:02.926251 | 0.13s 2026-02-26 16:40:04.511708 | fa163e59-d9bd-ca95-7e8e-0000000037d8 | TASK | Gather variables for each operating system 2026-02-26 16:40:04.634559 | fa163e59-d9bd-ca95-7e8e-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:03.159781 | 0.12s 2026-02-26 16:40:04.664992 | fa163e59-d9bd-ca95-7e8e-0000000037d9 | TASK | Create container logs path 2026-02-26 16:40:04.928178 | fa163e59-d9bd-ca95-7e8e-0000000037d9 | OK | Create container logs path | standalone 2026-02-26 16:40:04.929931 | fa163e59-d9bd-ca95-7e8e-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:03.455164 | 0.26s 2026-02-26 16:40:04.970074 | fa163e59-d9bd-ca95-7e8e-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:05.301746 | fa163e59-d9bd-ca95-7e8e-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:05.303064 | fa163e59-d9bd-ca95-7e8e-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:03.828302 | 0.33s 2026-02-26 16:40:05.334021 | fa163e59-d9bd-ca95-7e8e-0000000037dc | TASK | Finalise hashes for all containers 2026-02-26 16:40:05.410317 | fa163e59-d9bd-ca95-7e8e-0000000037dc | OK | Finalise hashes for all containers | standalone 2026-02-26 16:40:05.411785 | fa163e59-d9bd-ca95-7e8e-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:03.937024 | 0.08s 2026-02-26 16:40:05.444049 | fa163e59-d9bd-ca95-7e8e-0000000037de | TASK | Manage systemd shutdown files 2026-02-26 16:40:05.486553 | fa163e59-d9bd-ca95-7e8e-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:40:05.488166 | fa163e59-d9bd-ca95-7e8e-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:04.013404 | 0.04s 2026-02-26 16:40:05.520454 | fa163e59-d9bd-ca95-7e8e-0000000037e0 | TASK | Update container configs with new config hashes 2026-02-26 16:40:05.597084 | fa163e59-d9bd-ca95-7e8e-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:40:05.598502 | fa163e59-d9bd-ca95-7e8e-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:04.123739 | 0.08s 2026-02-26 16:40:05.632058 | fa163e59-d9bd-ca95-7e8e-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:05.709502 | fa163e59-d9bd-ca95-7e8e-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:04.234723 | 0.08s 2026-02-26 16:40:05.736821 | 64211d43-dfad-4800-8686-c192f0a9fac2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:40:05.776137 | fa163e59-d9bd-ca95-7e8e-00000000386d | TASK | Gather podman infos 2026-02-26 16:40:07.069611 | fa163e59-d9bd-ca95-7e8e-00000000386d | OK | Gather podman infos | standalone 2026-02-26 16:40:07.070357 | fa163e59-d9bd-ca95-7e8e-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:05.595608 | 1.29s 2026-02-26 16:40:07.126481 | fa163e59-d9bd-ca95-7e8e-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:07.217013 | fa163e59-d9bd-ca95-7e8e-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:05.742243 | 0.09s 2026-02-26 16:40:07.374992 | fa163e59-d9bd-ca95-7e8e-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:05.900216 | 0.09s 2026-02-26 16:40:07.435870 | fa163e59-d9bd-ca95-7e8e-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:07.488709 | fa163e59-d9bd-ca95-7e8e-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:06.013941 | 0.05s 2026-02-26 16:40:07.512943 | 9bf6d4ce-e703-4c6b-ab98-d7a44289b6e0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:40:07.548567 | fa163e59-d9bd-ca95-7e8e-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:08.481654 | fa163e59-d9bd-ca95-7e8e-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:08.483201 | fa163e59-d9bd-ca95-7e8e-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:07.008445 | 0.93s 2026-02-26 16:40:08.510799 | fa163e59-d9bd-ca95-7e8e-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:11.615149 | fa163e59-d9bd-ca95-7e8e-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:11.618400 | fa163e59-d9bd-ca95-7e8e-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:17:10.143639 | 3.11s 2026-02-26 16:40:11.676582 | fa163e59-d9bd-ca95-7e8e-000000003803 | TASK | Gather variables for each operating system 2026-02-26 16:40:11.805421 | fa163e59-d9bd-ca95-7e8e-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:10.330657 | 0.13s 2026-02-26 16:40:11.826887 | fa163e59-d9bd-ca95-7e8e-000000003804 | TASK | Create container logs path 2026-02-26 16:40:12.112240 | fa163e59-d9bd-ca95-7e8e-000000003804 | OK | Create container logs path | standalone 2026-02-26 16:40:12.113804 | fa163e59-d9bd-ca95-7e8e-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:10.639045 | 0.29s 2026-02-26 16:40:12.146067 | fa163e59-d9bd-ca95-7e8e-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:12.488457 | fa163e59-d9bd-ca95-7e8e-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:12.490142 | fa163e59-d9bd-ca95-7e8e-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:11.015378 | 0.34s 2026-02-26 16:40:12.521959 | fa163e59-d9bd-ca95-7e8e-000000003807 | TASK | Finalise hashes for all containers 2026-02-26 16:40:12.653288 | fa163e59-d9bd-ca95-7e8e-000000003807 | OK | Finalise hashes for all containers | standalone 2026-02-26 16:40:12.654668 | fa163e59-d9bd-ca95-7e8e-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:11.179889 | 0.13s 2026-02-26 16:40:12.679591 | fa163e59-d9bd-ca95-7e8e-000000003809 | TASK | Manage systemd shutdown files 2026-02-26 16:40:12.741992 | fa163e59-d9bd-ca95-7e8e-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:40:12.743478 | fa163e59-d9bd-ca95-7e8e-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:11.268716 | 0.06s 2026-02-26 16:40:12.776254 | fa163e59-d9bd-ca95-7e8e-00000000380b | TASK | Update container configs with new config hashes 2026-02-26 16:40:12.850667 | fa163e59-d9bd-ca95-7e8e-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:40:12.852009 | fa163e59-d9bd-ca95-7e8e-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:11.377252 | 0.07s 2026-02-26 16:40:12.890148 | fa163e59-d9bd-ca95-7e8e-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:12.968231 | fa163e59-d9bd-ca95-7e8e-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:11.493452 | 0.07s 2026-02-26 16:40:12.995959 | 4f1e3090-886d-4ecf-94ce-c5c4cbd233eb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:40:13.036371 | fa163e59-d9bd-ca95-7e8e-000000003924 | TASK | Gather podman infos 2026-02-26 16:40:14.302004 | fa163e59-d9bd-ca95-7e8e-000000003924 | OK | Gather podman infos | standalone 2026-02-26 16:40:14.304393 | fa163e59-d9bd-ca95-7e8e-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:12.829636 | 1.27s 2026-02-26 16:40:14.398983 | fa163e59-d9bd-ca95-7e8e-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:14.490965 | fa163e59-d9bd-ca95-7e8e-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:13.016196 | 0.09s 2026-02-26 16:40:14.640134 | fa163e59-d9bd-ca95-7e8e-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:13.165340 | 0.09s 2026-02-26 16:40:14.706321 | fa163e59-d9bd-ca95-7e8e-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:14.773690 | fa163e59-d9bd-ca95-7e8e-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:13.298893 | 0.07s 2026-02-26 16:40:14.801523 | 92da6b54-d598-4952-b9ec-cb86f0b51352 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:40:14.839609 | fa163e59-d9bd-ca95-7e8e-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:15.797234 | fa163e59-d9bd-ca95-7e8e-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:15.798578 | fa163e59-d9bd-ca95-7e8e-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.323817 | 0.96s 2026-02-26 16:40:15.831351 | fa163e59-d9bd-ca95-7e8e-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:18.870732 | fa163e59-d9bd-ca95-7e8e-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:18.874340 | fa163e59-d9bd-ca95-7e8e-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:17:17.399575 | 3.04s 2026-02-26 16:40:18.932325 | fa163e59-d9bd-ca95-7e8e-00000000382e | TASK | Gather variables for each operating system 2026-02-26 16:40:19.062019 | fa163e59-d9bd-ca95-7e8e-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:17.587244 | 0.13s 2026-02-26 16:40:19.084265 | fa163e59-d9bd-ca95-7e8e-00000000382f | TASK | Create container logs path 2026-02-26 16:40:19.402983 | fa163e59-d9bd-ca95-7e8e-00000000382f | OK | Create container logs path | standalone 2026-02-26 16:40:19.404623 | fa163e59-d9bd-ca95-7e8e-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:17.929862 | 0.32s 2026-02-26 16:40:19.437427 | fa163e59-d9bd-ca95-7e8e-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:19.758467 | fa163e59-d9bd-ca95-7e8e-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:19.759690 | fa163e59-d9bd-ca95-7e8e-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:18.284933 | 0.32s 2026-02-26 16:40:19.783208 | fa163e59-d9bd-ca95-7e8e-000000003832 | TASK | Finalise hashes for all containers 2026-02-26 16:40:19.875485 | fa163e59-d9bd-ca95-7e8e-000000003832 | OK | Finalise hashes for all containers | standalone 2026-02-26 16:40:19.876535 | fa163e59-d9bd-ca95-7e8e-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:18.401781 | 0.09s 2026-02-26 16:40:19.901166 | fa163e59-d9bd-ca95-7e8e-000000003834 | TASK | Manage systemd shutdown files 2026-02-26 16:40:19.954611 | fa163e59-d9bd-ca95-7e8e-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:40:19.956114 | fa163e59-d9bd-ca95-7e8e-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:18.481351 | 0.05s 2026-02-26 16:40:19.994923 | fa163e59-d9bd-ca95-7e8e-000000003836 | TASK | Update container configs with new config hashes 2026-02-26 16:40:20.051411 | fa163e59-d9bd-ca95-7e8e-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:40:20.052616 | fa163e59-d9bd-ca95-7e8e-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:18.577858 | 0.06s 2026-02-26 16:40:20.079008 | fa163e59-d9bd-ca95-7e8e-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:20.131276 | fa163e59-d9bd-ca95-7e8e-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:18.656512 | 0.05s 2026-02-26 16:40:20.149932 | bef4c49c-0937-404d-9dc3-285e7dea213f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:40:20.179577 | fa163e59-d9bd-ca95-7e8e-0000000039d6 | TASK | Gather podman infos 2026-02-26 16:40:21.383912 | fa163e59-d9bd-ca95-7e8e-0000000039d6 | OK | Gather podman infos | standalone 2026-02-26 16:40:21.384880 | fa163e59-d9bd-ca95-7e8e-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:19.910126 | 1.20s 2026-02-26 16:40:21.450083 | fa163e59-d9bd-ca95-7e8e-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:21.520344 | fa163e59-d9bd-ca95-7e8e-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.045574 | 0.06s 2026-02-26 16:40:21.731528 | fa163e59-d9bd-ca95-7e8e-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:20.256753 | 0.16s 2026-02-26 16:40:21.791764 | fa163e59-d9bd-ca95-7e8e-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:21.846779 | fa163e59-d9bd-ca95-7e8e-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.372012 | 0.05s 2026-02-26 16:40:21.872347 | 6bcfc769-ba07-4e54-bbfd-961180665142 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:40:21.916595 | fa163e59-d9bd-ca95-7e8e-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:22.979481 | fa163e59-d9bd-ca95-7e8e-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:22.981840 | fa163e59-d9bd-ca95-7e8e-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:21.507081 | 1.06s 2026-02-26 16:40:23.012201 | fa163e59-d9bd-ca95-7e8e-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-26 16:40:25.896122 | fa163e59-d9bd-ca95-7e8e-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-26 16:40:25.897372 | fa163e59-d9bd-ca95-7e8e-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:17:24.422622 | 2.88s 2026-02-26 16:40:25.934611 | fa163e59-d9bd-ca95-7e8e-0000000037a2 | TASK | Set NB connection 2026-02-26 16:40:26.448993 | fa163e59-d9bd-ca95-7e8e-0000000037a2 | CHANGED | Set NB connection | standalone 2026-02-26 16:40:26.450100 | fa163e59-d9bd-ca95-7e8e-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:24.975349 | 0.51s 2026-02-26 16:40:26.468952 | fa163e59-d9bd-ca95-7e8e-0000000037a3 | TASK | Set SB connection 2026-02-26 16:40:27.300363 | fa163e59-d9bd-ca95-7e8e-0000000037a3 | CHANGED | Set SB connection | standalone 2026-02-26 16:40:27.301535 | fa163e59-d9bd-ca95-7e8e-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:25.826781 | 0.83s 2026-02-26 16:40:27.326183 | fa163e59-d9bd-ca95-7e8e-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-02-26 16:40:27.566273 | fa163e59-d9bd-ca95-7e8e-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-02-26 16:40:27.567880 | fa163e59-d9bd-ca95-7e8e-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:26.093118 | 0.24s 2026-02-26 16:40:27.668191 | fa163e59-d9bd-ca95-7e8e-0000000000db | TIMING | include_tasks | standalone | 0:17:26.193419 | 0.06s 2026-02-26 16:40:27.708231 | c4812534-6050-4bae-9516-0d94dcc61f58 | INCLUDED | /root/standalone-ansible-an2_1b3z/common_deploy_steps_tasks.yaml | standalone 2026-02-26 16:40:27.737000 | fa163e59-d9bd-ca95-7e8e-000000003a82 | TASK | Write the config_step hieradata 2026-02-26 16:40:28.294786 | fa163e59-d9bd-ca95-7e8e-000000003a82 | OK | Write the config_step hieradata | standalone 2026-02-26 16:40:28.296201 | fa163e59-d9bd-ca95-7e8e-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:26.821436 | 0.56s 2026-02-26 16:40:28.329872 | fa163e59-d9bd-ca95-7e8e-000000003a83 | TASK | Run puppet host configuration for step 3 2026-02-26 16:40:28.632306 | fa163e59-d9bd-ca95-7e8e-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2026-02-26 16:40:28.633855 | fa163e59-d9bd-ca95-7e8e-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:27.159094 | 0.30s 2026-02-26 16:40:28.663117 | fa163e59-d9bd-ca95-7e8e-000000003a84 | TASK | Wait for puppet host configuration to finish 2026-02-26 16:40:28.922788 | fa163e59-d9bd-ca95-7e8e-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-26 16:40:39.139267 | fa163e59-d9bd-ca95-7e8e-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-26 16:40:49.380129 | fa163e59-d9bd-ca95-7e8e-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-26 16:40:49.381572 | fa163e59-d9bd-ca95-7e8e-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:47.906813 | 20.72s 2026-02-26 16:40:49.412769 | fa163e59-d9bd-ca95-7e8e-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2026-02-26 16:40:49.507600 | fa163e59-d9bd-ca95-7e8e-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>Feb 26 16:40:28 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 26 16:40:33 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 26 16:40:33 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 26 16:40:33 puppet-user: (file & line not available)", "<13>Feb 26 16:40:33 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 26 16:40:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 26 16:40:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 26 16:40:33 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Feb 26 16:40:37 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 26 16:40:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 26 16:40:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 26 16:40:41 puppet-user: Notice: Applied catalog in 7.83 seconds", "<13>Feb 26 16:40:41 puppet-user: Application:", "<13>Feb 26 16:40:41 puppet-user: Initial environment: production", "<13>Feb 26 16:40:41 puppet-user: Converged environment: production", "<13>Feb 26 16:40:41 puppet-user: Run mode: user", "<13>Feb 26 16:40:41 puppet-user: Changes:", "<13>Feb 26 16:40:41 puppet-user: Total: 2", "<13>Feb 26 16:40:41 puppet-user: Events:", "<13>Feb 26 16:40:41 puppet-user: Success: 2", "<13>Feb 26 16:40:41 puppet-user: Resources:", "<13>Feb 26 16:40:41 puppet-user: Changed: 2", "<13>Feb 26 16:40:41 puppet-user: Out of sync: 2", "<13>Feb 26 16:40:41 puppet-user: Total: 28", "<13>Feb 26 16:40:41 puppet-user: Time:", "<13>Feb 26 16:40:41 puppet-user: Schedule: 0.00", "<13>Feb 26 16:40:41 puppet-user: Filebucket: 0.00", "<13>Feb 26 16:40:41 puppet-user: Package: 0.00", "<13>Feb 26 16:40:41 puppet-user: File: 0.00", "<13>Feb 26 16:40:41 puppet-user: Augeas: 0.01", "<13>Feb 26 16:40:41 puppet-user: File line: 0.02", "<13>Feb 26 16:40:41 puppet-user: User: 0.05", "<13>Feb 26 16:40:41 puppet-user: Service: 0.06", "<13>Feb 26 16:40:41 puppet-user: Config retrieval: 0.48", "<13>Feb 26 16:40:41 puppet-user: Pcmk property: 1.50", "<13>Feb 26 16:40:41 puppet-user: Exec: 1.83", "<13>Feb 26 16:40:41 puppet-user: Pcmk resource default: 1.98", "<13>Feb 26 16:40:41 puppet-user: Last run: 1772124041", "<13>Feb 26 16:40:41 puppet-user: Pcmk resource op default: 2.19", "<13>Feb 26 16:40:41 puppet-user: Transaction evaluation: 7.82", "<13>Feb 26 16:40:41 puppet-user: Catalog application: 7.83", "<13>Feb 26 16:40:41 puppet-user: Total: 7.84", "<13>Feb 26 16:40:41 puppet-user: Version:", "<13>Feb 26 16:40:41 puppet-user: Config: 1772124033", "<13>Feb 26 16:40:41 puppet-user: Puppet: 7.10.0" ] } 2026-02-26 16:40:49.509436 | fa163e59-d9bd-ca95-7e8e-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:48.034676 | 0.09s 2026-02-26 16:40:49.539208 | fa163e59-d9bd-ca95-7e8e-000000003a86 | TASK | Pre-cache facts for puppet containers 2026-02-26 16:40:49.569865 | fa163e59-d9bd-ca95-7e8e-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:48.095091 | 0.03s 2026-02-26 16:40:49.641860 | fa163e59-d9bd-ca95-7e8e-000000003ac5 | TASK | Gather variables for each operating system 2026-02-26 16:40:49.759826 | fa163e59-d9bd-ca95-7e8e-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:48.285053 | 0.12s 2026-02-26 16:40:49.791176 | fa163e59-d9bd-ca95-7e8e-000000003ac6 | TASK | Create puppet caching structures 2026-02-26 16:40:50.046840 | fa163e59-d9bd-ca95-7e8e-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2026-02-26 16:40:50.048406 | fa163e59-d9bd-ca95-7e8e-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:48.573648 | 0.26s 2026-02-26 16:40:50.077840 | fa163e59-d9bd-ca95-7e8e-000000003ac7 | TASK | Check for facter.conf 2026-02-26 16:40:50.336785 | fa163e59-d9bd-ca95-7e8e-000000003ac7 | OK | Check for facter.conf | standalone 2026-02-26 16:40:50.338289 | fa163e59-d9bd-ca95-7e8e-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:48.863531 | 0.26s 2026-02-26 16:40:50.368617 | fa163e59-d9bd-ca95-7e8e-000000003ac8 | TASK | Remove facter.conf if directory 2026-02-26 16:40:50.421222 | fa163e59-d9bd-ca95-7e8e-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-26 16:40:50.422696 | fa163e59-d9bd-ca95-7e8e-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:48.947935 | 0.05s 2026-02-26 16:40:50.453476 | fa163e59-d9bd-ca95-7e8e-000000003ac9 | TASK | Write facter cache config 2026-02-26 16:40:50.989131 | fa163e59-d9bd-ca95-7e8e-000000003ac9 | CHANGED | Write facter cache config | standalone 2026-02-26 16:40:50.990692 | fa163e59-d9bd-ca95-7e8e-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:49.515892 | 0.54s 2026-02-26 16:40:51.020860 | fa163e59-d9bd-ca95-7e8e-000000003aca | TASK | Cleanup facter cache if exists 2026-02-26 16:40:51.277197 | fa163e59-d9bd-ca95-7e8e-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2026-02-26 16:40:51.278762 | fa163e59-d9bd-ca95-7e8e-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:49.804001 | 0.26s 2026-02-26 16:40:51.307730 | fa163e59-d9bd-ca95-7e8e-000000003acb | TASK | Pre-cache facts 2026-02-26 16:40:51.922097 | fa163e59-d9bd-ca95-7e8e-000000003acb | CHANGED | Pre-cache facts | standalone 2026-02-26 16:40:51.923615 | fa163e59-d9bd-ca95-7e8e-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:50.448854 | 0.61s 2026-02-26 16:40:51.955767 | fa163e59-d9bd-ca95-7e8e-000000003acc | TASK | Failed deployment if facter fails 2026-02-26 16:40:51.994011 | fa163e59-d9bd-ca95-7e8e-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2026-02-26 16:40:51.996736 | fa163e59-d9bd-ca95-7e8e-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:50.521962 | 0.04s 2026-02-26 16:40:52.044951 | fa163e59-d9bd-ca95-7e8e-000000003acd | TASK | Sync cached facts 2026-02-26 16:40:52.359532 | fa163e59-d9bd-ca95-7e8e-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-000000003acd') missing from stats 2026-02-26 16:40:52.418498 | fa163e59-d9bd-ca95-7e8e-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-26 16:40:52.473423 | fa163e59-d9bd-ca95-7e8e-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-26 16:40:52.474931 | fa163e59-d9bd-ca95-7e8e-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:51.000167 | 0.05s 2026-02-26 16:40:52.509105 | fa163e59-d9bd-ca95-7e8e-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2026-02-26 16:40:52.540408 | fa163e59-d9bd-ca95-7e8e-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:51.065636 | 0.03s 2026-02-26 16:40:52.607559 | fa163e59-d9bd-ca95-7e8e-000000003b24 | TASK | Gather variables for each operating system 2026-02-26 16:40:52.733185 | fa163e59-d9bd-ca95-7e8e-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:51.258413 | 0.12s 2026-02-26 16:40:52.763604 | fa163e59-d9bd-ca95-7e8e-000000003b25 | TASK | Create container logs path 2026-02-26 16:40:53.034248 | fa163e59-d9bd-ca95-7e8e-000000003b25 | OK | Create container logs path | standalone 2026-02-26 16:40:53.036129 | fa163e59-d9bd-ca95-7e8e-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:51.561365 | 0.27s 2026-02-26 16:40:53.068619 | fa163e59-d9bd-ca95-7e8e-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-02-26 16:40:53.360044 | fa163e59-d9bd-ca95-7e8e-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-26 16:40:53.361494 | fa163e59-d9bd-ca95-7e8e-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:51.886731 | 0.29s 2026-02-26 16:40:53.399449 | fa163e59-d9bd-ca95-7e8e-000000003b28 | TASK | Finalise hashes for all containers 2026-02-26 16:40:53.472526 | fa163e59-d9bd-ca95-7e8e-000000003b28 | OK | Finalise hashes for all containers | standalone 2026-02-26 16:40:53.473924 | fa163e59-d9bd-ca95-7e8e-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:51.999163 | 0.07s 2026-02-26 16:40:53.507013 | fa163e59-d9bd-ca95-7e8e-000000003b2a | TASK | Manage systemd shutdown files 2026-02-26 16:40:53.543625 | fa163e59-d9bd-ca95-7e8e-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:52.068853 | 0.03s 2026-02-26 16:40:53.576969 | 0bf605f3-544a-4834-b712-6483ff196ddb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-26 16:40:53.605457 | fa163e59-d9bd-ca95-7e8e-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-26 16:40:53.869380 | fa163e59-d9bd-ca95-7e8e-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-26 16:40:53.870970 | fa163e59-d9bd-ca95-7e8e-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:52.396210 | 0.26s 2026-02-26 16:40:53.902440 | fa163e59-d9bd-ca95-7e8e-000000003b5e | TASK | Set podman_drop_in fact 2026-02-26 16:40:53.956308 | fa163e59-d9bd-ca95-7e8e-000000003b5e | OK | Set podman_drop_in fact | standalone 2026-02-26 16:40:53.957821 | fa163e59-d9bd-ca95-7e8e-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:52.483060 | 0.05s 2026-02-26 16:40:53.988280 | fa163e59-d9bd-ca95-7e8e-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-26 16:40:54.497481 | fa163e59-d9bd-ca95-7e8e-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-26 16:40:54.498548 | fa163e59-d9bd-ca95-7e8e-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:53.023790 | 0.51s 2026-02-26 16:40:54.973505 | fa163e59-d9bd-ca95-7e8e-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-26 16:40:54.974221 | fa163e59-d9bd-ca95-7e8e-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:53.499472 | 0.98s 2026-02-26 16:40:54.981601 | fa163e59-d9bd-ca95-7e8e-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:53.506835 | 0.99s 2026-02-26 16:40:55.012359 | fa163e59-d9bd-ca95-7e8e-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-26 16:40:55.612776 | fa163e59-d9bd-ca95-7e8e-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-26 16:40:55.614306 | fa163e59-d9bd-ca95-7e8e-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:54.139513 | 0.60s 2026-02-26 16:40:55.644674 | fa163e59-d9bd-ca95-7e8e-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-26 16:40:56.124689 | fa163e59-d9bd-ca95-7e8e-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-26 16:40:56.126261 | fa163e59-d9bd-ca95-7e8e-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:54.651502 | 0.48s 2026-02-26 16:40:56.157334 | fa163e59-d9bd-ca95-7e8e-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2026-02-26 16:40:56.895948 | fa163e59-d9bd-ca95-7e8e-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-26 16:40:56.898155 | fa163e59-d9bd-ca95-7e8e-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:55.423393 | 0.74s 2026-02-26 16:40:56.929969 | fa163e59-d9bd-ca95-7e8e-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-26 16:40:57.379329 | fa163e59-d9bd-ca95-7e8e-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-26 16:40:57.380746 | fa163e59-d9bd-ca95-7e8e-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:55.905986 | 0.45s 2026-02-26 16:40:57.410264 | fa163e59-d9bd-ca95-7e8e-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-26 16:40:57.929829 | fa163e59-d9bd-ca95-7e8e-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-26 16:40:57.931239 | fa163e59-d9bd-ca95-7e8e-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:56.456480 | 0.52s 2026-02-26 16:40:57.960705 | fa163e59-d9bd-ca95-7e8e-000000003b66 | TASK | Enable and start netns-placeholder 2026-02-26 16:40:58.676155 | fa163e59-d9bd-ca95-7e8e-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-26 16:40:58.677440 | fa163e59-d9bd-ca95-7e8e-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:57.202688 | 0.72s 2026-02-26 16:40:58.697865 | fa163e59-d9bd-ca95-7e8e-000000003b2c | TASK | Update container configs with new config hashes 2026-02-26 16:40:58.736565 | fa163e59-d9bd-ca95-7e8e-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:57.261795 | 0.04s 2026-02-26 16:40:58.757667 | 962eb9c9-ab09-4348-9f3d-a7da5afdffc6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-26 16:40:58.784979 | fa163e59-d9bd-ca95-7e8e-000000003b8e | TASK | Update config hashes for container startup configs 2026-02-26 16:40:59.083681 | fa163e59-d9bd-ca95-7e8e-000000003b8e | OK | Update config hashes for container startup configs | standalone 2026-02-26 16:40:59.084534 | fa163e59-d9bd-ca95-7e8e-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:57.609782 | 0.30s 2026-02-26 16:40:59.106669 | fa163e59-d9bd-ca95-7e8e-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-26 16:40:59.157837 | fa163e59-d9bd-ca95-7e8e-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:57.683075 | 0.05s 2026-02-26 16:40:59.171044 | da0db17e-76df-48a3-a7c3-fc3c5be60a14 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:40:59.196133 | fa163e59-d9bd-ca95-7e8e-000000003bad | TASK | Gather podman infos 2026-02-26 16:41:00.401723 | fa163e59-d9bd-ca95-7e8e-000000003bad | OK | Gather podman infos | standalone 2026-02-26 16:41:00.402494 | fa163e59-d9bd-ca95-7e8e-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:58.927743 | 1.21s 2026-02-26 16:41:00.476690 | fa163e59-d9bd-ca95-7e8e-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-26 16:41:00.562474 | fa163e59-d9bd-ca95-7e8e-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:59.087706 | 0.08s 2026-02-26 16:41:00.711522 | fa163e59-d9bd-ca95-7e8e-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:59.236746 | 0.09s 2026-02-26 16:41:00.774528 | fa163e59-d9bd-ca95-7e8e-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-26 16:41:00.830996 | fa163e59-d9bd-ca95-7e8e-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:59.356227 | 0.05s 2026-02-26 16:41:00.855750 | e8870fbd-d6af-43a8-aa27-3760328ed8b3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:41:00.891942 | fa163e59-d9bd-ca95-7e8e-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-26 16:41:57.702001 | fa163e59-d9bd-ca95-7e8e-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-26 16:41:57.703399 | fa163e59-d9bd-ca95-7e8e-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:56.228616 | 56.81s 2026-02-26 16:41:57.738305 | fa163e59-d9bd-ca95-7e8e-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-26 16:42:29.821132 | fa163e59-d9bd-ca95-7e8e-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-26 16:42:29.822869 | fa163e59-d9bd-ca95-7e8e-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:19:28.348109 | 32.08s 2026-02-26 16:42:29.899553 | fa163e59-d9bd-ca95-7e8e-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2026-02-26 16:42:30.158459 | fa163e59-d9bd-ca95-7e8e-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-02-26 16:42:30.160168 | fa163e59-d9bd-ca95-7e8e-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:28.685403 | 0.26s 2026-02-26 16:42:30.211182 | fa163e59-d9bd-ca95-7e8e-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2026-02-26 16:42:30.265791 | fa163e59-d9bd-ca95-7e8e-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:28.791013 | 0.05s 2026-02-26 16:42:30.296983 | fa163e59-d9bd-ca95-7e8e-000000003a8d | TASK | Include container-puppet tasks for step 3 2026-02-26 16:42:30.349916 | fa163e59-d9bd-ca95-7e8e-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:28.875144 | 0.05s 2026-02-26 16:42:30.375627 | 277e2414-0e37-47fd-aaa1-b5b1c8e159b1 | INCLUDED | /root/standalone-ansible-an2_1b3z/host-container-puppet-tasks.yaml | standalone 2026-02-26 16:42:30.425035 | fa163e59-d9bd-ca95-7e8e-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2026-02-26 16:42:30.967758 | fa163e59-d9bd-ca95-7e8e-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-02-26 16:42:30.968629 | fa163e59-d9bd-ca95-7e8e-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:29.493878 | 0.54s 2026-02-26 16:42:30.992850 | fa163e59-d9bd-ca95-7e8e-000000003c66 | TASK | Generate container puppet configs for step 3 2026-02-26 16:42:31.270685 | fa163e59-d9bd-ca95-7e8e-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2026-02-26 16:42:31.272096 | fa163e59-d9bd-ca95-7e8e-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:29.797337 | 0.28s 2026-02-26 16:42:31.302387 | fa163e59-d9bd-ca95-7e8e-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-02-26 16:42:31.328671 | fa163e59-d9bd-ca95-7e8e-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:29.853884 | 0.02s 2026-02-26 16:42:31.392954 | fa163e59-d9bd-ca95-7e8e-000000003c96 | TASK | Gather variables for each operating system 2026-02-26 16:42:31.516750 | fa163e59-d9bd-ca95-7e8e-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:30.041978 | 0.12s 2026-02-26 16:42:31.540805 | fa163e59-d9bd-ca95-7e8e-000000003c97 | TASK | Create container logs path 2026-02-26 16:42:31.817871 | fa163e59-d9bd-ca95-7e8e-000000003c97 | OK | Create container logs path | standalone 2026-02-26 16:42:31.819038 | fa163e59-d9bd-ca95-7e8e-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:30.344283 | 0.28s 2026-02-26 16:42:31.841695 | fa163e59-d9bd-ca95-7e8e-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-26 16:42:32.084178 | fa163e59-d9bd-ca95-7e8e-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-26 16:42:32.085055 | fa163e59-d9bd-ca95-7e8e-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:30.610303 | 0.24s 2026-02-26 16:42:32.105875 | fa163e59-d9bd-ca95-7e8e-000000003c9a | TASK | Finalise hashes for all containers 2026-02-26 16:42:32.136178 | fa163e59-d9bd-ca95-7e8e-000000003c9a | OK | Finalise hashes for all containers | standalone 2026-02-26 16:42:32.137304 | fa163e59-d9bd-ca95-7e8e-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:30.662548 | 0.03s 2026-02-26 16:42:32.161087 | fa163e59-d9bd-ca95-7e8e-000000003c9c | TASK | Manage systemd shutdown files 2026-02-26 16:42:32.190793 | fa163e59-d9bd-ca95-7e8e-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:42:32.192345 | fa163e59-d9bd-ca95-7e8e-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:30.717582 | 0.03s 2026-02-26 16:42:32.226189 | fa163e59-d9bd-ca95-7e8e-000000003c9e | TASK | Update container configs with new config hashes 2026-02-26 16:42:32.278100 | fa163e59-d9bd-ca95-7e8e-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:42:32.279343 | fa163e59-d9bd-ca95-7e8e-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:30.804582 | 0.05s 2026-02-26 16:42:32.313498 | fa163e59-d9bd-ca95-7e8e-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-26 16:42:32.365316 | fa163e59-d9bd-ca95-7e8e-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-26 16:42:32.366665 | fa163e59-d9bd-ca95-7e8e-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:30.891878 | 0.05s 2026-02-26 16:42:32.399476 | fa163e59-d9bd-ca95-7e8e-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-26 16:42:32.453564 | fa163e59-d9bd-ca95-7e8e-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-26 16:42:32.455086 | fa163e59-d9bd-ca95-7e8e-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:30.980323 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-02-26 16:42:32.591932 | fa163e59-d9bd-ca95-7e8e-0000000000de | TASK | External deployment step 4 2026-02-26 16:42:32.622687 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000de') missing from stats 2026-02-26 16:42:32.672288 | fa163e59-d9bd-ca95-7e8e-0000000000df | TIMING | include_tasks | undercloud | 0:19:31.197513 | 0.03s 2026-02-26 16:42:32.701838 | 05e07bcc-dc40-44dc-938e-3c961cbd6c66 | INCLUDED | /root/standalone-ansible-an2_1b3z/external_deploy_steps_tasks_step4.yaml | undercloud 2026-02-26 16:42:32.721175 | fa163e59-d9bd-ca95-7e8e-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2026-02-26 16:42:34.374617 | fa163e59-d9bd-ca95-7e8e-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-02-26 16:42:34.376972 | fa163e59-d9bd-ca95-7e8e-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:32.902204 | 1.65s 2026-02-26 16:42:35.486884 | fa163e59-d9bd-ca95-7e8e-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-02-26 16:42:35.487516 | fa163e59-d9bd-ca95-7e8e-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:34.012766 | 2.76s 2026-02-26 16:42:35.495351 | fa163e59-d9bd-ca95-7e8e-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:34.020588 | 2.77s 2026-02-26 16:42:35.513672 | fa163e59-d9bd-ca95-7e8e-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2026-02-26 16:42:35.569400 | fa163e59-d9bd-ca95-7e8e-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:34.094625 | 0.05s 2026-02-26 16:42:35.643861 | fa163e59-d9bd-ca95-7e8e-000000003d1e | TASK | Create Keystone Admin resources 2026-02-26 16:42:35.694851 | fa163e59-d9bd-ca95-7e8e-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:34.220072 | 0.05s 2026-02-26 16:42:35.736063 | e0d8f2b7-586f-4850-9a42-f7fca9635187 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-02-26 16:42:35.765718 | fa163e59-d9bd-ca95-7e8e-000000003d5f | TASK | Create admin and service projects 2026-02-26 16:42:35.824773 | fa163e59-d9bd-ca95-7e8e-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:34.350012 | 0.06s 2026-02-26 16:42:35.832446 | f8c7279c-ca12-4856-98fe-93d64afa2145 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-26 16:42:35.854889 | fa163e59-d9bd-ca95-7e8e-000000003db0 | TASK | Async creation of Keystone project 2026-02-26 16:42:36.325629 | fa163e59-d9bd-ca95-7e8e-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-02-26 16:42:36.327883 | fa163e59-d9bd-ca95-7e8e-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:34.853118 | 0.47s 2026-02-26 16:42:36.647169 | fa163e59-d9bd-ca95-7e8e-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-26 16:42:36.648166 | fa163e59-d9bd-ca95-7e8e-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:35.173408 | 0.79s 2026-02-26 16:42:36.654528 | fa163e59-d9bd-ca95-7e8e-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:35.179766 | 0.80s 2026-02-26 16:42:36.673539 | fa163e59-d9bd-ca95-7e8e-000000003db2 | TASK | Check Keystone project status 2026-02-26 16:42:36.956811 | fa163e59-d9bd-ca95-7e8e-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-26 16:42:42.174098 | fa163e59-d9bd-ca95-7e8e-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2026-02-26 16:42:42.176151 | fa163e59-d9bd-ca95-7e8e-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:40.701388 | 5.50s 2026-02-26 16:42:42.366726 | fa163e59-d9bd-ca95-7e8e-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2026-02-26 16:42:42.368324 | fa163e59-d9bd-ca95-7e8e-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:40.893561 | 5.69s 2026-02-26 16:42:42.382801 | fa163e59-d9bd-ca95-7e8e-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:40.908034 | 5.71s 2026-02-26 16:42:42.404481 | fa163e59-d9bd-ca95-7e8e-000000003d60 | TASK | Create admin role 2026-02-26 16:42:43.629275 | fa163e59-d9bd-ca95-7e8e-000000003d60 | OK | Create admin role | undercloud 2026-02-26 16:42:43.630770 | fa163e59-d9bd-ca95-7e8e-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:42.156009 | 1.22s 2026-02-26 16:42:43.649719 | fa163e59-d9bd-ca95-7e8e-000000003d61 | TASK | Create _member_ role 2026-02-26 16:42:43.713327 | fa163e59-d9bd-ca95-7e8e-000000003d61 | SKIPPED | Create _member_ role | undercloud 2026-02-26 16:42:43.714958 | fa163e59-d9bd-ca95-7e8e-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:42.240190 | 0.06s 2026-02-26 16:42:43.735930 | fa163e59-d9bd-ca95-7e8e-000000003d62 | TASK | Check admin password 2026-02-26 16:42:45.174071 | fa163e59-d9bd-ca95-7e8e-000000003d62 | OK | Check admin password | undercloud 2026-02-26 16:42:45.175749 | fa163e59-d9bd-ca95-7e8e-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:43.700997 | 1.44s 2026-02-26 16:42:45.190702 | fa163e59-d9bd-ca95-7e8e-000000003d63 | TASK | Create admin user 2026-02-26 16:42:46.962915 | fa163e59-d9bd-ca95-7e8e-000000003d63 | CHANGED | Create admin user | undercloud 2026-02-26 16:42:46.964414 | fa163e59-d9bd-ca95-7e8e-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:45.489653 | 1.77s 2026-02-26 16:42:46.984202 | fa163e59-d9bd-ca95-7e8e-000000003d64 | TASK | Assign admin role to admin project for admin user 2026-02-26 16:42:48.598949 | fa163e59-d9bd-ca95-7e8e-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2026-02-26 16:42:48.600522 | fa163e59-d9bd-ca95-7e8e-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:47.125753 | 1.61s 2026-02-26 16:42:48.620330 | fa163e59-d9bd-ca95-7e8e-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2026-02-26 16:42:48.660263 | fa163e59-d9bd-ca95-7e8e-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-02-26 16:42:48.661826 | fa163e59-d9bd-ca95-7e8e-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:47.187057 | 0.04s 2026-02-26 16:42:48.681249 | fa163e59-d9bd-ca95-7e8e-000000003d66 | TASK | Create identity service 2026-02-26 16:42:49.833299 | fa163e59-d9bd-ca95-7e8e-000000003d66 | OK | Create identity service | undercloud 2026-02-26 16:42:49.834923 | fa163e59-d9bd-ca95-7e8e-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:48.360157 | 1.15s 2026-02-26 16:42:49.855380 | fa163e59-d9bd-ca95-7e8e-000000003d67 | TASK | Create identity public endpoint 2026-02-26 16:42:51.255676 | fa163e59-d9bd-ca95-7e8e-000000003d67 | OK | Create identity public endpoint | undercloud 2026-02-26 16:42:51.257214 | fa163e59-d9bd-ca95-7e8e-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:49.782451 | 1.40s 2026-02-26 16:42:51.277592 | fa163e59-d9bd-ca95-7e8e-000000003d68 | TASK | Create identity internal endpoint 2026-02-26 16:42:52.543601 | fa163e59-d9bd-ca95-7e8e-000000003d68 | OK | Create identity internal endpoint | undercloud 2026-02-26 16:42:52.545160 | fa163e59-d9bd-ca95-7e8e-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:51.070399 | 1.27s 2026-02-26 16:42:52.561280 | fa163e59-d9bd-ca95-7e8e-000000003d69 | TASK | Create identity admin endpoint 2026-02-26 16:42:53.726052 | fa163e59-d9bd-ca95-7e8e-000000003d69 | OK | Create identity admin endpoint | undercloud 2026-02-26 16:42:53.727792 | fa163e59-d9bd-ca95-7e8e-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:52.253031 | 1.17s 2026-02-26 16:42:53.746797 | fa163e59-d9bd-ca95-7e8e-000000003d1f | TASK | Create Keystone Projects 2026-02-26 16:42:53.851862 | fa163e59-d9bd-ca95-7e8e-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:52.377088 | 0.10s 2026-02-26 16:42:53.863946 | fa163e59-d9bd-ca95-7e8e-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:52.389180 | 0.12s 2026-02-26 16:42:53.877942 | 8ca9dfff-c66c-48ee-951f-f3816c83bb1f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-26 16:42:53.926827 | fa163e59-d9bd-ca95-7e8e-000000003e3c | TASK | Async creation of Keystone project 2026-02-26 16:42:54.275507 | fa163e59-d9bd-ca95-7e8e-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-26 16:42:54.277841 | fa163e59-d9bd-ca95-7e8e-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:52.803068 | 0.35s 2026-02-26 16:42:54.288755 | fa163e59-d9bd-ca95-7e8e-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:52.813990 | 0.36s 2026-02-26 16:42:54.308115 | fa163e59-d9bd-ca95-7e8e-000000003e3e | TASK | Check Keystone project status 2026-02-26 16:42:54.552029 | fa163e59-d9bd-ca95-7e8e-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-26 16:42:59.790023 | fa163e59-d9bd-ca95-7e8e-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2026-02-26 16:42:59.792904 | fa163e59-d9bd-ca95-7e8e-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:58.318141 | 5.48s 2026-02-26 16:42:59.802932 | fa163e59-d9bd-ca95-7e8e-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:58.328172 | 5.49s 2026-02-26 16:42:59.821795 | fa163e59-d9bd-ca95-7e8e-000000003d21 | TASK | Create Keystone Domains 2026-02-26 16:42:59.911320 | fa163e59-d9bd-ca95-7e8e-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:58.436552 | 0.09s 2026-02-26 16:42:59.918256 | fa163e59-d9bd-ca95-7e8e-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:58.443501 | 0.10s 2026-02-26 16:42:59.933300 | c8948669-0e16-4dad-a4c2-dbc18bd38a42 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-02-26 16:42:59.984268 | fa163e59-d9bd-ca95-7e8e-000000003ef1 | TASK | Async creation of Keystone domains 2026-02-26 16:43:00.505500 | fa163e59-d9bd-ca95-7e8e-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-02-26 16:43:00.508074 | fa163e59-d9bd-ca95-7e8e-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:59.033301 | 0.52s 2026-02-26 16:43:00.517663 | fa163e59-d9bd-ca95-7e8e-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:59.042881 | 0.53s 2026-02-26 16:43:00.536655 | fa163e59-d9bd-ca95-7e8e-000000003ef3 | TASK | Check Keystone domain status 2026-02-26 16:43:00.825530 | fa163e59-d9bd-ca95-7e8e-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-02-26 16:43:06.031319 | fa163e59-d9bd-ca95-7e8e-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-02-26 16:43:06.034064 | fa163e59-d9bd-ca95-7e8e-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:04.559303 | 5.50s 2026-02-26 16:43:06.044174 | fa163e59-d9bd-ca95-7e8e-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:04.569409 | 5.51s 2026-02-26 16:43:06.063282 | fa163e59-d9bd-ca95-7e8e-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-02-26 16:43:06.095882 | fa163e59-d9bd-ca95-7e8e-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:04.621111 | 0.03s 2026-02-26 16:43:06.110901 | d3049d62-72bc-4de5-8f59-5fe0ee5098b8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-02-26 16:43:06.166064 | fa163e59-d9bd-ca95-7e8e-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2026-02-26 16:43:07.557756 | fa163e59-d9bd-ca95-7e8e-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2026-02-26 16:43:07.559391 | fa163e59-d9bd-ca95-7e8e-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:06.084629 | 1.39s 2026-02-26 16:43:07.579717 | fa163e59-d9bd-ca95-7e8e-000000003fbc | TASK | Set openstack_domains fact 2026-02-26 16:43:07.643551 | fa163e59-d9bd-ca95-7e8e-000000003fbc | OK | Set openstack_domains fact | undercloud 2026-02-26 16:43:07.644345 | fa163e59-d9bd-ca95-7e8e-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:06.169595 | 0.06s 2026-02-26 16:43:07.658370 | fa163e59-d9bd-ca95-7e8e-000000003d24 | TASK | Create Keystone Services 2026-02-26 16:43:07.766866 | fa163e59-d9bd-ca95-7e8e-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:06.292090 | 0.11s 2026-02-26 16:43:07.783419 | fa163e59-d9bd-ca95-7e8e-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:06.308653 | 0.12s 2026-02-26 16:43:07.798420 | fa163e59-d9bd-ca95-7e8e-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:06.323651 | 0.14s 2026-02-26 16:43:07.818464 | 0ddb4100-d475-4f51-95de-75eeaf94b107 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-26 16:43:07.828748 | 819037c6-bf2b-4e0e-b900-ed111f1a144c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-26 16:43:07.880080 | fa163e59-d9bd-ca95-7e8e-000000004098 | TASK | Async creation of Keystone service 2026-02-26 16:43:08.200147 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-02-26 16:43:08.202466 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:06.727696 | 0.32s 2026-02-26 16:43:08.450162 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2026-02-26 16:43:08.451792 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:06.977035 | 0.57s 2026-02-26 16:43:08.745517 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-02-26 16:43:08.746154 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:07.271405 | 0.86s 2026-02-26 16:43:08.993301 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-02-26 16:43:08.993932 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:07.519184 | 1.11s 2026-02-26 16:43:09.273815 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-02-26 16:43:09.275166 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:07.800417 | 1.39s 2026-02-26 16:43:09.595479 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-02-26 16:43:09.596162 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.121413 | 1.71s 2026-02-26 16:43:09.854403 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-02-26 16:43:09.855964 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.381207 | 1.97s 2026-02-26 16:43:10.091532 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-02-26 16:43:10.092874 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.618121 | 2.21s 2026-02-26 16:43:10.352402 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-02-26 16:43:10.361265 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.886511 | 2.48s 2026-02-26 16:43:10.610335 | fa163e59-d9bd-ca95-7e8e-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-02-26 16:43:10.611150 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:09.136397 | 2.73s 2026-02-26 16:43:10.617302 | fa163e59-d9bd-ca95-7e8e-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:09.142543 | 2.74s 2026-02-26 16:43:10.633470 | fa163e59-d9bd-ca95-7e8e-00000000409a | TASK | Check Keystone service status 2026-02-26 16:43:10.898343 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-02-26 16:43:10.906753 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.431993 | 0.27s 2026-02-26 16:43:11.149116 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2026-02-26 16:43:11.149837 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.675087 | 0.52s 2026-02-26 16:43:11.385092 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-02-26 16:43:11.386766 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.912013 | 0.75s 2026-02-26 16:43:11.615665 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2026-02-26 16:43:11.617417 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.142661 | 0.98s 2026-02-26 16:43:11.877696 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-02-26 16:43:11.878379 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.403629 | 1.24s 2026-02-26 16:43:12.108484 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2026-02-26 16:43:12.109795 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.635036 | 1.48s 2026-02-26 16:43:12.379672 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-02-26 16:43:12.380921 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.906166 | 1.75s 2026-02-26 16:43:12.686336 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2026-02-26 16:43:12.688555 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:11.213800 | 2.05s 2026-02-26 16:43:12.953712 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-02-26 16:43:12.954869 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:11.480111 | 2.32s 2026-02-26 16:43:13.212946 | fa163e59-d9bd-ca95-7e8e-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-02-26 16:43:13.214698 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:11.739948 | 2.58s 2026-02-26 16:43:13.228999 | fa163e59-d9bd-ca95-7e8e-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:11.754235 | 2.59s 2026-02-26 16:43:13.256462 | fa163e59-d9bd-ca95-7e8e-00000000409f | TASK | Async creation of Keystone service 2026-02-26 16:43:13.620743 | fa163e59-d9bd-ca95-7e8e-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-02-26 16:43:13.623161 | fa163e59-d9bd-ca95-7e8e-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:12.148396 | 0.36s 2026-02-26 16:43:13.964488 | fa163e59-d9bd-ca95-7e8e-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-02-26 16:43:13.965593 | fa163e59-d9bd-ca95-7e8e-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:12.490837 | 0.71s 2026-02-26 16:43:14.371355 | fa163e59-d9bd-ca95-7e8e-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-02-26 16:43:14.372006 | fa163e59-d9bd-ca95-7e8e-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:12.897258 | 1.11s 2026-02-26 16:43:14.699825 | fa163e59-d9bd-ca95-7e8e-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-02-26 16:43:14.700479 | fa163e59-d9bd-ca95-7e8e-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:13.225730 | 1.44s 2026-02-26 16:43:14.704872 | fa163e59-d9bd-ca95-7e8e-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:13.230106 | 1.45s 2026-02-26 16:43:14.725079 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | TASK | Check Keystone service status 2026-02-26 16:43:15.047366 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-02-26 16:43:20.277218 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-02-26 16:43:20.279887 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.805125 | 5.55s 2026-02-26 16:43:20.548147 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-02-26 16:43:20.550228 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.075470 | 5.82s 2026-02-26 16:43:20.821948 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-02-26 16:43:20.823248 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.348491 | 6.10s 2026-02-26 16:43:21.083505 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-02-26 16:43:21.085918 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.611166 | 6.36s 2026-02-26 16:43:21.097312 | fa163e59-d9bd-ca95-7e8e-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.622547 | 6.37s 2026-02-26 16:43:21.119214 | fa163e59-d9bd-ca95-7e8e-000000003d26 | TASK | Create Keystone Endpoints 2026-02-26 16:43:21.199455 | fa163e59-d9bd-ca95-7e8e-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:19.724680 | 0.08s 2026-02-26 16:43:21.230516 | fa163e59-d9bd-ca95-7e8e-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:19.755747 | 0.11s 2026-02-26 16:43:21.255862 | fa163e59-d9bd-ca95-7e8e-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:19.781098 | 0.13s 2026-02-26 16:43:21.267227 | fa163e59-d9bd-ca95-7e8e-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:19.792468 | 0.15s 2026-02-26 16:43:21.277456 | bf58a6b9-98fb-45b7-b0ad-cc02564c0968 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-26 16:43:21.281575 | 0221a6ce-b917-4822-8c6c-1365e92fe90f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-26 16:43:21.285156 | 313b568f-181a-4137-99a5-9afe4f1e50dd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-26 16:43:21.336425 | fa163e59-d9bd-ca95-7e8e-0000000041d5 | TASK | Create Keystone public endpoints 2026-02-26 16:43:21.449418 | fa163e59-d9bd-ca95-7e8e-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:19.974639 | 0.11s 2026-02-26 16:43:21.468139 | fa163e59-d9bd-ca95-7e8e-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:19.993382 | 0.13s 2026-02-26 16:43:21.476885 | fa163e59-d9bd-ca95-7e8e-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:20.002120 | 0.14s 2026-02-26 16:43:21.489873 | 13293327-61f6-473b-8e2c-9681c1524962 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-26 16:43:21.496028 | 305f5f35-17dd-4db6-88c2-012e36ddac74 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-26 16:43:21.516385 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TASK | Async creation of Keystone public endpoint 2026-02-26 16:43:21.861397 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-02-26 16:43:21.863495 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:20.388718 | 0.35s 2026-02-26 16:43:22.148342 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2026-02-26 16:43:22.149219 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:20.674468 | 0.63s 2026-02-26 16:43:22.394409 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-02-26 16:43:22.395109 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:20.920360 | 0.88s 2026-02-26 16:43:22.706641 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-02-26 16:43:22.707487 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.232736 | 1.19s 2026-02-26 16:43:23.085917 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-02-26 16:43:23.087189 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.612437 | 1.57s 2026-02-26 16:43:23.372920 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-02-26 16:43:23.373890 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.899138 | 1.86s 2026-02-26 16:43:23.675554 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-02-26 16:43:23.677127 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:22.202370 | 2.16s 2026-02-26 16:43:23.936327 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-02-26 16:43:23.937651 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:22.462887 | 2.42s 2026-02-26 16:43:24.203712 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-02-26 16:43:24.204812 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:22.730063 | 2.69s 2026-02-26 16:43:24.487650 | fa163e59-d9bd-ca95-7e8e-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-02-26 16:43:24.488267 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:23.013517 | 2.97s 2026-02-26 16:43:24.494540 | fa163e59-d9bd-ca95-7e8e-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:23.019786 | 2.98s 2026-02-26 16:43:24.513596 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TASK | Check Keystone public endpoint status 2026-02-26 16:43:24.741274 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-02-26 16:43:24.743356 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.268597 | 0.23s 2026-02-26 16:43:24.951694 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2026-02-26 16:43:24.952805 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.478055 | 0.44s 2026-02-26 16:43:25.201936 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-02-26 16:43:25.203506 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.728757 | 0.69s 2026-02-26 16:43:25.417792 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-02-26 16:43:25.419245 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.944495 | 0.90s 2026-02-26 16:43:25.688286 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-02-26 16:43:25.690297 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:24.215540 | 1.18s 2026-02-26 16:43:25.947597 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-02-26 16:43:25.949383 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:24.474630 | 1.43s 2026-02-26 16:43:26.205870 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-02-26 16:43:26.207362 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:24.732613 | 1.69s 2026-02-26 16:43:26.463606 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-02-26 16:43:26.464511 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:24.989760 | 1.95s 2026-02-26 16:43:26.748708 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-02-26 16:43:26.750430 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:25.275679 | 2.24s 2026-02-26 16:43:27.008598 | fa163e59-d9bd-ca95-7e8e-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-02-26 16:43:27.010523 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:25.535765 | 2.50s 2026-02-26 16:43:27.025101 | fa163e59-d9bd-ca95-7e8e-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:25.550337 | 2.51s 2026-02-26 16:43:27.053044 | fa163e59-d9bd-ca95-7e8e-000000004304 | TASK | Async creation of Keystone public endpoint 2026-02-26 16:43:27.426827 | fa163e59-d9bd-ca95-7e8e-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-02-26 16:43:27.429611 | fa163e59-d9bd-ca95-7e8e-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:25.954845 | 0.37s 2026-02-26 16:43:27.794890 | fa163e59-d9bd-ca95-7e8e-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-02-26 16:43:27.797164 | fa163e59-d9bd-ca95-7e8e-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.322406 | 0.74s 2026-02-26 16:43:28.069465 | fa163e59-d9bd-ca95-7e8e-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-02-26 16:43:28.070761 | fa163e59-d9bd-ca95-7e8e-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.596008 | 1.02s 2026-02-26 16:43:28.368080 | fa163e59-d9bd-ca95-7e8e-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-02-26 16:43:28.369210 | fa163e59-d9bd-ca95-7e8e-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.894461 | 1.31s 2026-02-26 16:43:28.380159 | fa163e59-d9bd-ca95-7e8e-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.905402 | 1.32s 2026-02-26 16:43:28.399526 | fa163e59-d9bd-ca95-7e8e-000000004306 | TASK | Check Keystone public endpoint status 2026-02-26 16:43:28.705581 | fa163e59-d9bd-ca95-7e8e-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-02-26 16:43:28.707399 | fa163e59-d9bd-ca95-7e8e-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.232633 | 0.31s 2026-02-26 16:43:28.877764 | fa163e59-d9bd-ca95-7e8e-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-02-26 16:43:34.070564 | fa163e59-d9bd-ca95-7e8e-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-02-26 16:43:34.073393 | fa163e59-d9bd-ca95-7e8e-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.598639 | 5.67s 2026-02-26 16:43:34.302145 | fa163e59-d9bd-ca95-7e8e-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-02-26 16:43:34.304095 | fa163e59-d9bd-ca95-7e8e-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.829337 | 5.90s 2026-02-26 16:43:34.538015 | fa163e59-d9bd-ca95-7e8e-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-02-26 16:43:34.539395 | fa163e59-d9bd-ca95-7e8e-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:33.064637 | 6.14s 2026-02-26 16:43:34.553479 | fa163e59-d9bd-ca95-7e8e-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:33.078712 | 6.15s 2026-02-26 16:43:34.578246 | fa163e59-d9bd-ca95-7e8e-0000000041da | TASK | Create Keystone admin endpoints 2026-02-26 16:43:34.686294 | fa163e59-d9bd-ca95-7e8e-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:33.211507 | 0.11s 2026-02-26 16:43:34.704230 | fa163e59-d9bd-ca95-7e8e-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:33.229473 | 0.12s 2026-02-26 16:43:34.715258 | fa163e59-d9bd-ca95-7e8e-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:33.240490 | 0.14s 2026-02-26 16:43:34.738186 | da17853e-d088-4925-bc1b-96efd54ef091 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-26 16:43:34.751203 | 06c61329-4b76-4348-802e-01d9cbb1cb8d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-26 16:43:34.775616 | fa163e59-d9bd-ca95-7e8e-000000004362 | TASK | Async creation of Keystone admin endpoint 2026-02-26 16:43:35.140167 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-02-26 16:43:35.141844 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:33.667079 | 0.36s 2026-02-26 16:43:35.455860 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2026-02-26 16:43:35.457015 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:33.982258 | 0.68s 2026-02-26 16:43:35.826021 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-02-26 16:43:35.827119 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.352366 | 1.05s 2026-02-26 16:43:36.111005 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-02-26 16:43:36.112704 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.637947 | 1.34s 2026-02-26 16:43:36.473210 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-02-26 16:43:36.473928 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.999181 | 1.70s 2026-02-26 16:43:36.768303 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-02-26 16:43:36.769081 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:35.294330 | 1.99s 2026-02-26 16:43:37.005535 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-02-26 16:43:37.006753 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:35.531996 | 2.23s 2026-02-26 16:43:37.261760 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-02-26 16:43:37.262531 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:35.787779 | 2.49s 2026-02-26 16:43:37.488837 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-02-26 16:43:37.490186 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:36.015433 | 2.71s 2026-02-26 16:43:37.738490 | fa163e59-d9bd-ca95-7e8e-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-02-26 16:43:37.739177 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:36.264427 | 2.96s 2026-02-26 16:43:37.744097 | fa163e59-d9bd-ca95-7e8e-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:36.269348 | 2.97s 2026-02-26 16:43:37.760881 | fa163e59-d9bd-ca95-7e8e-000000004364 | TASK | Check Keystone admin endpoint status 2026-02-26 16:43:37.995593 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-02-26 16:43:37.999371 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:36.524600 | 0.24s 2026-02-26 16:43:38.249888 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2026-02-26 16:43:38.253037 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:36.778280 | 0.49s 2026-02-26 16:43:38.558067 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-02-26 16:43:38.560812 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:37.086054 | 0.80s 2026-02-26 16:43:38.834383 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-02-26 16:43:38.837399 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:37.362642 | 1.07s 2026-02-26 16:43:39.059367 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-02-26 16:43:39.063014 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:37.588252 | 1.30s 2026-02-26 16:43:39.285953 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-02-26 16:43:39.289529 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:37.814764 | 1.53s 2026-02-26 16:43:39.492376 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-02-26 16:43:39.493151 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.018402 | 1.73s 2026-02-26 16:43:39.767773 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-02-26 16:43:39.768478 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.293728 | 2.01s 2026-02-26 16:43:40.030587 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-02-26 16:43:40.031750 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.556988 | 2.27s 2026-02-26 16:43:40.262459 | fa163e59-d9bd-ca95-7e8e-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-02-26 16:43:40.264509 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.789752 | 2.50s 2026-02-26 16:43:40.280319 | fa163e59-d9bd-ca95-7e8e-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.805549 | 2.52s 2026-02-26 16:43:40.313245 | fa163e59-d9bd-ca95-7e8e-000000004369 | TASK | Async creation of Keystone admin endpoint 2026-02-26 16:43:40.673667 | fa163e59-d9bd-ca95-7e8e-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-02-26 16:43:40.675285 | fa163e59-d9bd-ca95-7e8e-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.200519 | 0.36s 2026-02-26 16:43:40.997028 | fa163e59-d9bd-ca95-7e8e-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-02-26 16:43:40.998104 | fa163e59-d9bd-ca95-7e8e-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.523349 | 0.68s 2026-02-26 16:43:41.282239 | fa163e59-d9bd-ca95-7e8e-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-02-26 16:43:41.282928 | fa163e59-d9bd-ca95-7e8e-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.808179 | 0.97s 2026-02-26 16:43:41.574798 | fa163e59-d9bd-ca95-7e8e-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-02-26 16:43:41.575431 | fa163e59-d9bd-ca95-7e8e-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.100684 | 1.26s 2026-02-26 16:43:41.578808 | fa163e59-d9bd-ca95-7e8e-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.104053 | 1.26s 2026-02-26 16:43:41.594666 | fa163e59-d9bd-ca95-7e8e-00000000436b | TASK | Check Keystone admin endpoint status 2026-02-26 16:43:41.855573 | fa163e59-d9bd-ca95-7e8e-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-26 16:43:47.078487 | fa163e59-d9bd-ca95-7e8e-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-02-26 16:43:47.079524 | fa163e59-d9bd-ca95-7e8e-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.604771 | 5.48s 2026-02-26 16:43:47.357910 | fa163e59-d9bd-ca95-7e8e-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-02-26 16:43:47.359905 | fa163e59-d9bd-ca95-7e8e-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.885146 | 5.76s 2026-02-26 16:43:47.626190 | fa163e59-d9bd-ca95-7e8e-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-02-26 16:43:47.628319 | fa163e59-d9bd-ca95-7e8e-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.153559 | 6.03s 2026-02-26 16:43:47.935308 | fa163e59-d9bd-ca95-7e8e-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-02-26 16:43:47.937617 | fa163e59-d9bd-ca95-7e8e-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.462855 | 6.34s 2026-02-26 16:43:47.949367 | fa163e59-d9bd-ca95-7e8e-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.474603 | 6.35s 2026-02-26 16:43:47.971326 | fa163e59-d9bd-ca95-7e8e-0000000041df | TASK | Create Keystone internal endpoints 2026-02-26 16:43:48.059456 | fa163e59-d9bd-ca95-7e8e-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.584677 | 0.09s 2026-02-26 16:43:48.076484 | fa163e59-d9bd-ca95-7e8e-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.601728 | 0.10s 2026-02-26 16:43:48.088209 | fa163e59-d9bd-ca95-7e8e-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.613447 | 0.12s 2026-02-26 16:43:48.107406 | 283331cd-eadc-4fae-9c4b-e807e623287e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-26 16:43:48.118023 | a886ae92-7f94-479b-939a-c0ad002fcb4a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-26 16:43:48.144264 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2026-02-26 16:43:48.503608 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-02-26 16:43:48.505285 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.030521 | 0.36s 2026-02-26 16:43:48.816970 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2026-02-26 16:43:48.818995 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.344233 | 0.67s 2026-02-26 16:43:49.159754 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-02-26 16:43:49.161479 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.686721 | 1.02s 2026-02-26 16:43:49.470338 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-02-26 16:43:49.470968 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.996219 | 1.33s 2026-02-26 16:43:49.806253 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-02-26 16:43:49.806929 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.332179 | 1.66s 2026-02-26 16:43:50.117960 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-02-26 16:43:50.118629 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.643879 | 1.97s 2026-02-26 16:43:50.408860 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-02-26 16:43:50.418176 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.943420 | 2.27s 2026-02-26 16:43:50.705343 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-02-26 16:43:50.706004 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.231255 | 2.56s 2026-02-26 16:43:51.014258 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-02-26 16:43:51.015053 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.540303 | 2.87s 2026-02-26 16:43:51.296991 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-02-26 16:43:51.299491 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.824733 | 3.15s 2026-02-26 16:43:51.309005 | fa163e59-d9bd-ca95-7e8e-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.834250 | 3.16s 2026-02-26 16:43:51.325631 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TASK | Check Keystone internal endpoint status 2026-02-26 16:43:51.595779 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-02-26 16:43:51.599418 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.124653 | 0.27s 2026-02-26 16:43:51.872015 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2026-02-26 16:43:51.872978 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.398224 | 0.55s 2026-02-26 16:43:52.096241 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-02-26 16:43:52.098754 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.623995 | 0.77s 2026-02-26 16:43:52.362689 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-02-26 16:43:52.366075 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.891316 | 1.04s 2026-02-26 16:43:52.634534 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-02-26 16:43:52.636912 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.162155 | 1.31s 2026-02-26 16:43:52.863562 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-02-26 16:43:52.866628 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.391865 | 1.54s 2026-02-26 16:43:53.120420 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-02-26 16:43:53.123384 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.648627 | 1.80s 2026-02-26 16:43:53.392100 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-02-26 16:43:53.393477 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.918728 | 2.07s 2026-02-26 16:43:53.652485 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-02-26 16:43:53.653829 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.179071 | 2.33s 2026-02-26 16:43:53.912164 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-02-26 16:43:53.913417 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.438669 | 2.59s 2026-02-26 16:43:53.927636 | fa163e59-d9bd-ca95-7e8e-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.452877 | 2.60s 2026-02-26 16:43:53.954621 | fa163e59-d9bd-ca95-7e8e-0000000043ce | TASK | Async creation of Keystone internal endpoint 2026-02-26 16:43:54.296560 | fa163e59-d9bd-ca95-7e8e-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-02-26 16:43:54.298891 | fa163e59-d9bd-ca95-7e8e-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:52.824136 | 0.34s 2026-02-26 16:43:54.591415 | fa163e59-d9bd-ca95-7e8e-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-02-26 16:43:54.592146 | fa163e59-d9bd-ca95-7e8e-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.117397 | 0.64s 2026-02-26 16:43:54.934615 | fa163e59-d9bd-ca95-7e8e-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-02-26 16:43:54.936248 | fa163e59-d9bd-ca95-7e8e-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.461492 | 0.98s 2026-02-26 16:43:55.261445 | fa163e59-d9bd-ca95-7e8e-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-02-26 16:43:55.262212 | fa163e59-d9bd-ca95-7e8e-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.787462 | 1.31s 2026-02-26 16:43:55.266560 | fa163e59-d9bd-ca95-7e8e-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.791815 | 1.31s 2026-02-26 16:43:55.282449 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | TASK | Check Keystone internal endpoint status 2026-02-26 16:43:55.549384 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-02-26 16:44:00.761885 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-02-26 16:44:00.764070 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.289309 | 5.48s 2026-02-26 16:44:01.021880 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-02-26 16:44:01.023623 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.548867 | 5.74s 2026-02-26 16:44:01.278042 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-02-26 16:44:01.279327 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.804567 | 6.00s 2026-02-26 16:44:01.540426 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-02-26 16:44:01.541833 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:00.067082 | 6.26s 2026-02-26 16:44:01.552787 | fa163e59-d9bd-ca95-7e8e-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:00.078037 | 6.27s 2026-02-26 16:44:01.570496 | fa163e59-d9bd-ca95-7e8e-000000003d28 | TASK | Run cleanup tasks 2026-02-26 16:44:01.629525 | fa163e59-d9bd-ca95-7e8e-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:00.154762 | 0.06s 2026-02-26 16:44:01.640173 | 54af3350-d05c-43bf-9f72-3edcf63b1c3d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-02-26 16:44:01.696218 | fa163e59-d9bd-ca95-7e8e-000000004428 | TASK | Get list of enabled services 2026-02-26 16:44:04.283469 | fa163e59-d9bd-ca95-7e8e-000000004428 | CHANGED | Get list of enabled services | undercloud 2026-02-26 16:44:04.285127 | fa163e59-d9bd-ca95-7e8e-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:02.810365 | 2.59s 2026-02-26 16:44:04.303763 | fa163e59-d9bd-ca95-7e8e-000000004429 | TASK | List services to be disabled 2026-02-26 16:44:04.356800 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-02-26 16:44:04.385871 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-02-26 16:44:04.411715 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-02-26 16:44:04.437066 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2026-02-26 16:44:04.463418 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-02-26 16:44:04.489709 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-02-26 16:44:04.513848 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-02-26 16:44:04.539826 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-02-26 16:44:04.567684 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-02-26 16:44:04.595981 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-02-26 16:44:04.623890 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-02-26 16:44:04.649794 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-02-26 16:44:04.678497 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-02-26 16:44:04.703705 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-02-26 16:44:04.727926 | fa163e59-d9bd-ca95-7e8e-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-02-26 16:44:04.740937 | fa163e59-d9bd-ca95-7e8e-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:03.266165 | 0.44s 2026-02-26 16:44:04.762734 | fa163e59-d9bd-ca95-7e8e-00000000442a | TASK | Delete keystone services not enabled 2026-02-26 16:44:04.793621 | fa163e59-d9bd-ca95-7e8e-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:03.318848 | 0.03s 2026-02-26 16:44:04.813338 | fa163e59-d9bd-ca95-7e8e-000000003d29 | TASK | Create Keystone Roles 2026-02-26 16:44:04.880995 | fa163e59-d9bd-ca95-7e8e-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.406213 | 0.07s 2026-02-26 16:44:04.899371 | fa163e59-d9bd-ca95-7e8e-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.424601 | 0.08s 2026-02-26 16:44:04.906329 | fa163e59-d9bd-ca95-7e8e-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.431563 | 0.09s 2026-02-26 16:44:04.924094 | 51020b59-1e2f-4a4f-b94d-d3cbfe6ad3c9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-26 16:44:04.933691 | 2c2b3fe4-8ed8-4497-9e46-3bc76a143db9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-26 16:44:05.004572 | fa163e59-d9bd-ca95-7e8e-000000004598 | TASK | Async creation of Keystone role 2026-02-26 16:44:05.355699 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-02-26 16:44:05.357254 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:03.882487 | 0.35s 2026-02-26 16:44:05.664191 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2026-02-26 16:44:05.664864 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.190115 | 0.66s 2026-02-26 16:44:06.001478 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2026-02-26 16:44:06.002799 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.528048 | 1.00s 2026-02-26 16:44:06.316314 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2026-02-26 16:44:06.318040 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.843282 | 1.31s 2026-02-26 16:44:06.594531 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2026-02-26 16:44:06.595469 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.120712 | 1.59s 2026-02-26 16:44:06.926101 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-02-26 16:44:06.927109 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.452353 | 1.92s 2026-02-26 16:44:07.236992 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-02-26 16:44:07.237663 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.762913 | 2.23s 2026-02-26 16:44:07.548864 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-02-26 16:44:07.549851 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.075102 | 2.54s 2026-02-26 16:44:07.852484 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-02-26 16:44:07.854442 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.379683 | 2.85s 2026-02-26 16:44:08.217393 | fa163e59-d9bd-ca95-7e8e-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-02-26 16:44:08.218913 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.744163 | 3.21s 2026-02-26 16:44:08.229856 | fa163e59-d9bd-ca95-7e8e-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.755090 | 3.22s 2026-02-26 16:44:08.249360 | fa163e59-d9bd-ca95-7e8e-00000000459a | TASK | Check Keystone role status 2026-02-26 16:44:08.562678 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2026-02-26 16:44:08.563738 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.088985 | 0.31s 2026-02-26 16:44:08.804204 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2026-02-26 16:44:08.805453 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.330703 | 0.55s 2026-02-26 16:44:09.042988 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2026-02-26 16:44:09.044139 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.569383 | 0.79s 2026-02-26 16:44:09.271093 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2026-02-26 16:44:09.272022 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.797269 | 1.02s 2026-02-26 16:44:09.524950 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2026-02-26 16:44:09.526210 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.051451 | 1.28s 2026-02-26 16:44:09.785664 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-02-26 16:44:09.787363 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.312608 | 1.54s 2026-02-26 16:44:10.039183 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-02-26 16:44:10.040300 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.565543 | 1.79s 2026-02-26 16:44:10.284672 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-02-26 16:44:10.285837 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.811079 | 2.04s 2026-02-26 16:44:10.572867 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-02-26 16:44:10.574038 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:09.099286 | 2.32s 2026-02-26 16:44:10.832589 | fa163e59-d9bd-ca95-7e8e-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-02-26 16:44:10.833863 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:09.359104 | 2.58s 2026-02-26 16:44:10.846729 | fa163e59-d9bd-ca95-7e8e-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:09.371970 | 2.60s 2026-02-26 16:44:10.872364 | fa163e59-d9bd-ca95-7e8e-00000000459f | TASK | Async creation of Keystone role 2026-02-26 16:44:11.241078 | fa163e59-d9bd-ca95-7e8e-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-02-26 16:44:11.243695 | fa163e59-d9bd-ca95-7e8e-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:09.768891 | 0.37s 2026-02-26 16:44:11.539431 | fa163e59-d9bd-ca95-7e8e-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-02-26 16:44:11.540881 | fa163e59-d9bd-ca95-7e8e-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.066125 | 0.67s 2026-02-26 16:44:11.834337 | fa163e59-d9bd-ca95-7e8e-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-02-26 16:44:11.835772 | fa163e59-d9bd-ca95-7e8e-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.361019 | 0.96s 2026-02-26 16:44:11.846116 | fa163e59-d9bd-ca95-7e8e-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.371353 | 0.97s 2026-02-26 16:44:11.867426 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | TASK | Check Keystone role status 2026-02-26 16:44:12.155154 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2026-02-26 16:44:17.379854 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-02-26 16:44:17.382150 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.907386 | 5.51s 2026-02-26 16:44:17.621570 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-02-26 16:44:17.622743 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.147985 | 5.75s 2026-02-26 16:44:17.881991 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-02-26 16:44:17.884436 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.409675 | 6.01s 2026-02-26 16:44:17.894995 | fa163e59-d9bd-ca95-7e8e-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.420229 | 6.03s 2026-02-26 16:44:17.915287 | fa163e59-d9bd-ca95-7e8e-000000003d2b | TASK | Create Keystone Users 2026-02-26 16:44:18.022939 | fa163e59-d9bd-ca95-7e8e-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:16.548160 | 0.11s 2026-02-26 16:44:18.042089 | fa163e59-d9bd-ca95-7e8e-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:16.567330 | 0.13s 2026-02-26 16:44:18.051009 | fa163e59-d9bd-ca95-7e8e-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:16.576242 | 0.13s 2026-02-26 16:44:18.074723 | 86dbdb3d-5edc-4634-8e02-131e8249985e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-26 16:44:18.088569 | 81fe4d36-9e88-430c-af4b-975deb5f41f1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-26 16:44:18.152323 | fa163e59-d9bd-ca95-7e8e-000000004749 | TASK | Check password of Keystone user 2026-02-26 16:44:19.113533 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:19.115346 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:17.640571 | 0.96s 2026-02-26 16:44:20.054670 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:20.055598 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:18.580842 | 1.90s 2026-02-26 16:44:21.044196 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:21.045207 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:19.570454 | 2.89s 2026-02-26 16:44:21.993154 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:21.995320 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:20.520564 | 3.84s 2026-02-26 16:44:22.907255 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:22.908676 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:21.433918 | 4.76s 2026-02-26 16:44:23.921553 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:23.922189 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:22.447439 | 5.77s 2026-02-26 16:44:25.047911 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:25.048895 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:23.574138 | 6.90s 2026-02-26 16:44:26.347402 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:26.347989 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:24.873239 | 8.19s 2026-02-26 16:44:29.228571 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:29.231587 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:27.756837 | 11.08s 2026-02-26 16:44:30.085523 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:30.087069 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:28.612320 | 11.93s 2026-02-26 16:44:30.097059 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:30.097750 | fa163e59-d9bd-ca95-7e8e-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:28.623001 | 11.94s 2026-02-26 16:44:30.112480 | fa163e59-d9bd-ca95-7e8e-00000000474b | TASK | Async creation of Keystone user 2026-02-26 16:44:30.429959 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:30.432055 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:28.957290 | 0.32s 2026-02-26 16:44:31.714343 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:31.715128 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.240375 | 1.60s 2026-02-26 16:44:32.038855 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:32.040119 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.565368 | 1.93s 2026-02-26 16:44:32.339575 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:32.340289 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.865539 | 2.23s 2026-02-26 16:44:32.662443 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:32.663293 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:31.188540 | 2.55s 2026-02-26 16:44:32.955049 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:32.956058 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:31.481308 | 2.84s 2026-02-26 16:44:33.293096 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:33.296169 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:31.821407 | 3.18s 2026-02-26 16:44:33.678530 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:33.679283 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:32.204530 | 3.57s 2026-02-26 16:44:33.991838 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:33.994004 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:32.519248 | 3.88s 2026-02-26 16:44:34.335470 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:34.338525 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:32.863767 | 4.23s 2026-02-26 16:44:34.346670 | fa163e59-d9bd-ca95-7e8e-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:34.347388 | fa163e59-d9bd-ca95-7e8e-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:32.872636 | 4.23s 2026-02-26 16:44:34.362704 | fa163e59-d9bd-ca95-7e8e-00000000474d | TASK | Check Keystone user status 2026-02-26 16:44:34.660480 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:34.662212 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:33.187460 | 0.30s 2026-02-26 16:44:34.947522 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:34.948948 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:33.474197 | 0.59s 2026-02-26 16:44:35.226203 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:35.228412 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:33.753653 | 0.86s 2026-02-26 16:44:35.527118 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:35.528215 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:34.053456 | 1.16s 2026-02-26 16:44:35.807389 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:35.808383 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:34.333626 | 1.44s 2026-02-26 16:44:36.030334 | fa163e59-d9bd-ca95-7e8e-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-26 16:44:41.261959 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:41.263686 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:39.788891 | 6.90s 2026-02-26 16:44:41.514953 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:41.516828 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:40.042071 | 7.15s 2026-02-26 16:44:41.793455 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:41.794467 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:40.319709 | 7.43s 2026-02-26 16:44:42.080304 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:42.081521 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:40.606765 | 7.72s 2026-02-26 16:44:42.361962 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:42.362984 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:40.888227 | 8.00s 2026-02-26 16:44:42.381017 | fa163e59-d9bd-ca95-7e8e-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:42.381905 | fa163e59-d9bd-ca95-7e8e-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:40.907153 | 8.02s 2026-02-26 16:44:42.399734 | fa163e59-d9bd-ca95-7e8e-000000004752 | TASK | Check password of Keystone user 2026-02-26 16:44:43.354398 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:43.355944 | fa163e59-d9bd-ca95-7e8e-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.881186 | 0.96s 2026-02-26 16:44:44.254726 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:44.255312 | fa163e59-d9bd-ca95-7e8e-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.780563 | 1.85s 2026-02-26 16:44:45.188823 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:45.189667 | fa163e59-d9bd-ca95-7e8e-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:43.714888 | 2.79s 2026-02-26 16:44:46.150506 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:46.152308 | fa163e59-d9bd-ca95-7e8e-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:44.677549 | 3.75s 2026-02-26 16:44:47.080672 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:47.082239 | fa163e59-d9bd-ca95-7e8e-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.607452 | 4.68s 2026-02-26 16:44:48.038838 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:48.039848 | fa163e59-d9bd-ca95-7e8e-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.565090 | 5.64s 2026-02-26 16:44:48.960167 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:48.961286 | fa163e59-d9bd-ca95-7e8e-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.486526 | 6.56s 2026-02-26 16:44:48.967951 | fa163e59-d9bd-ca95-7e8e-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-02-26 16:44:48.969842 | fa163e59-d9bd-ca95-7e8e-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.495084 | 6.57s 2026-02-26 16:44:48.990519 | fa163e59-d9bd-ca95-7e8e-000000004754 | TASK | Async creation of Keystone user 2026-02-26 16:44:49.336757 | fa163e59-d9bd-ca95-7e8e-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:49.338810 | fa163e59-d9bd-ca95-7e8e-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.864044 | 0.35s 2026-02-26 16:44:49.677969 | fa163e59-d9bd-ca95-7e8e-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:49.678927 | fa163e59-d9bd-ca95-7e8e-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.204171 | 0.69s 2026-02-26 16:44:50.024677 | fa163e59-d9bd-ca95-7e8e-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:50.025514 | fa163e59-d9bd-ca95-7e8e-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.550757 | 1.03s 2026-02-26 16:44:50.365847 | fa163e59-d9bd-ca95-7e8e-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:50.367444 | fa163e59-d9bd-ca95-7e8e-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.892689 | 1.37s 2026-02-26 16:44:50.733727 | fa163e59-d9bd-ca95-7e8e-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:50.734423 | fa163e59-d9bd-ca95-7e8e-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.259672 | 1.74s 2026-02-26 16:44:51.089426 | fa163e59-d9bd-ca95-7e8e-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:51.090254 | fa163e59-d9bd-ca95-7e8e-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.615502 | 2.10s 2026-02-26 16:44:51.438908 | fa163e59-d9bd-ca95-7e8e-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:51.439531 | fa163e59-d9bd-ca95-7e8e-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.964781 | 2.45s 2026-02-26 16:44:51.445155 | fa163e59-d9bd-ca95-7e8e-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-26 16:44:51.445705 | fa163e59-d9bd-ca95-7e8e-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.970955 | 2.45s 2026-02-26 16:44:51.462959 | fa163e59-d9bd-ca95-7e8e-000000004756 | TASK | Check Keystone user status 2026-02-26 16:44:51.755124 | fa163e59-d9bd-ca95-7e8e-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:51.756016 | fa163e59-d9bd-ca95-7e8e-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:50.281263 | 0.29s 2026-02-26 16:44:52.021521 | fa163e59-d9bd-ca95-7e8e-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:52.022690 | fa163e59-d9bd-ca95-7e8e-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:50.547927 | 0.56s 2026-02-26 16:44:52.299500 | fa163e59-d9bd-ca95-7e8e-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-26 16:44:57.528851 | fa163e59-d9bd-ca95-7e8e-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:57.530077 | fa163e59-d9bd-ca95-7e8e-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:56.055315 | 6.07s 2026-02-26 16:44:57.769433 | fa163e59-d9bd-ca95-7e8e-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:57.770354 | fa163e59-d9bd-ca95-7e8e-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:56.295598 | 6.31s 2026-02-26 16:44:58.051777 | fa163e59-d9bd-ca95-7e8e-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:58.054053 | fa163e59-d9bd-ca95-7e8e-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:56.579295 | 6.59s 2026-02-26 16:44:58.353555 | fa163e59-d9bd-ca95-7e8e-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:58.355135 | fa163e59-d9bd-ca95-7e8e-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:56.880377 | 6.89s 2026-02-26 16:44:58.542011 | fa163e59-d9bd-ca95-7e8e-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:58.542961 | fa163e59-d9bd-ca95-7e8e-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.068204 | 7.08s 2026-02-26 16:44:58.549385 | fa163e59-d9bd-ca95-7e8e-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-26 16:44:58.550394 | fa163e59-d9bd-ca95-7e8e-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.075638 | 7.09s 2026-02-26 16:44:58.571026 | fa163e59-d9bd-ca95-7e8e-000000003d2d | TASK | Assign Keystone Users to Roles 2026-02-26 16:44:58.643080 | fa163e59-d9bd-ca95-7e8e-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:57.168311 | 0.07s 2026-02-26 16:44:58.667314 | fa163e59-d9bd-ca95-7e8e-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:57.192552 | 0.09s 2026-02-26 16:44:58.687140 | fa163e59-d9bd-ca95-7e8e-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:57.212385 | 0.11s 2026-02-26 16:44:58.695335 | fa163e59-d9bd-ca95-7e8e-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:57.220562 | 0.12s 2026-02-26 16:44:58.710172 | d5ff5647-5f75-41a5-aa3e-13a179bb53db | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-26 16:44:58.721488 | 82620af2-a55c-439b-8764-ae3f87eb5953 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-26 16:44:58.727257 | d5389e47-8dde-43df-9ff1-085f1e656a54 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-26 16:44:58.796815 | fa163e59-d9bd-ca95-7e8e-000000004966 | TASK | Async assignment of Keystone user per role 2026-02-26 16:44:58.905292 | fa163e59-d9bd-ca95-7e8e-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:57.430506 | 0.11s 2026-02-26 16:44:58.923302 | fa163e59-d9bd-ca95-7e8e-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:57.448545 | 0.12s 2026-02-26 16:44:58.929716 | fa163e59-d9bd-ca95-7e8e-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:57.454949 | 0.13s 2026-02-26 16:44:58.947207 | 6870d69d-c890-42eb-a0c6-7ced94aedb62 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-26 16:44:58.956898 | e9276925-5e4b-4966-83bb-0be7327bcf69 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-26 16:44:58.980694 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TASK | Async assignment of Keystone user to roles 2026-02-26 16:44:59.381179 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-02-26 16:44:59.382081 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:57.907330 | 0.40s 2026-02-26 16:44:59.768748 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2026-02-26 16:44:59.769419 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:58.294668 | 0.79s 2026-02-26 16:45:00.020467 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-26 16:45:00.021347 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:58.546595 | 1.04s 2026-02-26 16:45:00.351063 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-26 16:45:00.351689 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:58.876939 | 1.37s 2026-02-26 16:45:00.689612 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-26 16:45:00.690571 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:59.215815 | 1.71s 2026-02-26 16:45:01.034690 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-02-26 16:45:01.035750 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:59.560989 | 2.05s 2026-02-26 16:45:01.382144 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-02-26 16:45:01.383161 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:59.908405 | 2.40s 2026-02-26 16:45:01.748620 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-02-26 16:45:01.749936 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:00.275173 | 2.77s 2026-02-26 16:45:02.106581 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-02-26 16:45:02.107188 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:00.632439 | 3.13s 2026-02-26 16:45:02.493376 | fa163e59-d9bd-ca95-7e8e-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-02-26 16:45:02.494130 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.019379 | 3.51s 2026-02-26 16:45:02.498465 | fa163e59-d9bd-ca95-7e8e-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.023716 | 3.52s 2026-02-26 16:45:02.515158 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TASK | Check Keystone user assignment to roles status 2026-02-26 16:45:02.821197 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-02-26 16:45:02.822937 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.348169 | 0.31s 2026-02-26 16:45:03.094907 | fa163e59-d9bd-ca95-7e8e-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-26 16:45:08.328255 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2026-02-26 16:45:08.329439 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:06.854682 | 5.81s 2026-02-26 16:45:08.576177 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-26 16:45:08.579505 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.104749 | 6.06s 2026-02-26 16:45:08.815416 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-26 16:45:08.816206 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.341455 | 6.30s 2026-02-26 16:45:09.093084 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-26 16:45:09.095083 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.620325 | 6.58s 2026-02-26 16:45:09.334853 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-02-26 16:45:09.335938 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.861181 | 6.82s 2026-02-26 16:45:09.607285 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-02-26 16:45:09.609169 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:08.134411 | 7.09s 2026-02-26 16:45:09.815250 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-02-26 16:45:09.816231 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:08.341479 | 7.30s 2026-02-26 16:45:10.052810 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-02-26 16:45:10.054178 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:08.579427 | 7.54s 2026-02-26 16:45:10.319356 | fa163e59-d9bd-ca95-7e8e-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-02-26 16:45:10.320701 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:08.845950 | 7.80s 2026-02-26 16:45:10.331801 | fa163e59-d9bd-ca95-7e8e-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:08.857048 | 7.82s 2026-02-26 16:45:10.353770 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TASK | Async assignment of Keystone user to roles 2026-02-26 16:45:10.661844 | fa163e59-d9bd-ca95-7e8e-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-02-26 16:45:10.664262 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:09.189505 | 0.31s 2026-02-26 16:45:10.949862 | fa163e59-d9bd-ca95-7e8e-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-02-26 16:45:10.950513 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:09.475762 | 0.60s 2026-02-26 16:45:11.226072 | fa163e59-d9bd-ca95-7e8e-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-02-26 16:45:11.226903 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:09.752150 | 0.87s 2026-02-26 16:45:11.538317 | fa163e59-d9bd-ca95-7e8e-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-26 16:45:11.539184 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:10.064435 | 1.18s 2026-02-26 16:45:11.866721 | fa163e59-d9bd-ca95-7e8e-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-02-26 16:45:11.868661 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:10.393909 | 1.51s 2026-02-26 16:45:12.188684 | fa163e59-d9bd-ca95-7e8e-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-02-26 16:45:12.190321 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:10.715569 | 1.84s 2026-02-26 16:45:12.482289 | fa163e59-d9bd-ca95-7e8e-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-02-26 16:45:12.482916 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:11.008167 | 2.13s 2026-02-26 16:45:12.490435 | fa163e59-d9bd-ca95-7e8e-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:11.015675 | 2.14s 2026-02-26 16:45:12.509861 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TASK | Check Keystone user assignment to roles status 2026-02-26 16:45:12.783326 | fa163e59-d9bd-ca95-7e8e-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-26 16:45:18.004711 | fa163e59-d9bd-ca95-7e8e-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-02-26 16:45:18.005575 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:16.530823 | 5.49s 2026-02-26 16:45:18.319576 | fa163e59-d9bd-ca95-7e8e-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-02-26 16:45:18.320844 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:16.846084 | 5.81s 2026-02-26 16:45:18.575788 | fa163e59-d9bd-ca95-7e8e-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-02-26 16:45:18.576445 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:17.101695 | 6.07s 2026-02-26 16:45:19.438926 | fa163e59-d9bd-ca95-7e8e-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-26 16:45:19.440142 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:17.965391 | 6.93s 2026-02-26 16:45:19.850581 | fa163e59-d9bd-ca95-7e8e-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-02-26 16:45:19.851541 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:18.376785 | 7.34s 2026-02-26 16:45:20.009485 | fa163e59-d9bd-ca95-7e8e-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-02-26 16:45:20.010194 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:18.535444 | 7.50s 2026-02-26 16:45:20.235408 | fa163e59-d9bd-ca95-7e8e-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-02-26 16:45:20.236734 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:18.761977 | 7.73s 2026-02-26 16:45:20.244383 | fa163e59-d9bd-ca95-7e8e-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:18.769628 | 7.73s 2026-02-26 16:45:20.260192 | fa163e59-d9bd-ca95-7e8e-00000000496b | TASK | Async assignment of Keystone user per role 2026-02-26 16:45:20.322799 | fa163e59-d9bd-ca95-7e8e-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:18.848041 | 0.06s 2026-02-26 16:45:20.328284 | fa163e59-d9bd-ca95-7e8e-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:18.853536 | 0.07s 2026-02-26 16:45:20.334432 | c502d97a-7fe1-4452-8137-e5b925b53c0c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-26 16:45:20.350510 | fa163e59-d9bd-ca95-7e8e-000000004bb7 | TASK | Async assignment of Keystone user to roles 2026-02-26 16:45:20.650003 | fa163e59-d9bd-ca95-7e8e-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-26 16:45:20.651444 | fa163e59-d9bd-ca95-7e8e-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:19.176679 | 0.30s 2026-02-26 16:45:20.657296 | fa163e59-d9bd-ca95-7e8e-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:19.182531 | 0.31s 2026-02-26 16:45:20.676210 | fa163e59-d9bd-ca95-7e8e-000000004bb9 | TASK | Check Keystone user assignment to roles status 2026-02-26 16:45:20.947787 | fa163e59-d9bd-ca95-7e8e-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-26 16:45:26.167457 | fa163e59-d9bd-ca95-7e8e-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-26 16:45:26.168942 | fa163e59-d9bd-ca95-7e8e-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.694188 | 5.49s 2026-02-26 16:45:26.178577 | fa163e59-d9bd-ca95-7e8e-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.703828 | 5.50s 2026-02-26 16:45:26.193229 | fa163e59-d9bd-ca95-7e8e-000000004970 | TASK | Async assignment of Keystone user per role 2026-02-26 16:45:26.249958 | fa163e59-d9bd-ca95-7e8e-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:24.775199 | 0.06s 2026-02-26 16:45:26.254992 | fa163e59-d9bd-ca95-7e8e-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:24.780236 | 0.06s 2026-02-26 16:45:26.272076 | 32f24383-4029-49f4-a1d7-d39bb8d1149b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-26 16:45:26.299343 | fa163e59-d9bd-ca95-7e8e-000000004bdb | TASK | Async assignment of Keystone user to roles 2026-02-26 16:45:26.620705 | fa163e59-d9bd-ca95-7e8e-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-26 16:45:26.622204 | fa163e59-d9bd-ca95-7e8e-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:25.147449 | 0.32s 2026-02-26 16:45:28.134615 | fa163e59-d9bd-ca95-7e8e-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-26 16:45:28.135310 | fa163e59-d9bd-ca95-7e8e-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.660558 | 1.83s 2026-02-26 16:45:28.432855 | fa163e59-d9bd-ca95-7e8e-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-26 16:45:28.433831 | fa163e59-d9bd-ca95-7e8e-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.959079 | 2.13s 2026-02-26 16:45:28.438783 | fa163e59-d9bd-ca95-7e8e-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.964021 | 2.14s 2026-02-26 16:45:28.458585 | fa163e59-d9bd-ca95-7e8e-000000004bdd | TASK | Check Keystone user assignment to roles status 2026-02-26 16:45:28.758461 | fa163e59-d9bd-ca95-7e8e-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-26 16:45:33.980954 | fa163e59-d9bd-ca95-7e8e-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-26 16:45:33.983587 | fa163e59-d9bd-ca95-7e8e-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:32.508831 | 5.52s 2026-02-26 16:45:34.247954 | fa163e59-d9bd-ca95-7e8e-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-26 16:45:34.249759 | fa163e59-d9bd-ca95-7e8e-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:32.775007 | 5.79s 2026-02-26 16:45:34.540930 | fa163e59-d9bd-ca95-7e8e-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-26 16:45:34.542243 | fa163e59-d9bd-ca95-7e8e-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.067483 | 6.08s 2026-02-26 16:45:34.555075 | fa163e59-d9bd-ca95-7e8e-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.080310 | 6.09s 2026-02-26 16:45:34.591756 | fa163e59-d9bd-ca95-7e8e-000000003cf3 | TASK | is Keystone LDAP enabled 2026-02-26 16:45:34.653024 | fa163e59-d9bd-ca95-7e8e-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2026-02-26 16:45:34.654379 | fa163e59-d9bd-ca95-7e8e-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:33.179617 | 0.06s 2026-02-26 16:45:34.672322 | fa163e59-d9bd-ca95-7e8e-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2026-02-26 16:45:34.713296 | fa163e59-d9bd-ca95-7e8e-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-02-26 16:45:34.714994 | fa163e59-d9bd-ca95-7e8e-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:33.240230 | 0.04s 2026-02-26 16:45:34.730445 | fa163e59-d9bd-ca95-7e8e-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2026-02-26 16:45:34.771824 | fa163e59-d9bd-ca95-7e8e-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-02-26 16:45:34.773599 | fa163e59-d9bd-ca95-7e8e-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:33.298843 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2026-02-26 16:45:34.915500 | fa163e59-d9bd-ca95-7e8e-0000000000e2 | TASK | Deploy step tasks for 4 2026-02-26 16:45:34.946796 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000e2') missing from stats 2026-02-26 16:45:34.970881 | fa163e59-d9bd-ca95-7e8e-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-02-26 16:45:35.488116 | fa163e59-d9bd-ca95-7e8e-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-02-26 16:45:35.489677 | fa163e59-d9bd-ca95-7e8e-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:34.014885 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-26 16:45:35.559833 | fa163e59-d9bd-ca95-7e8e-0000000000e4 | TIMING | include_tasks | standalone | 0:22:34.085066 | 0.04s 2026-02-26 16:45:35.603249 | a7f95f3a-9ab6-4f23-996f-08234d2cb106 | INCLUDED | /root/standalone-ansible-an2_1b3z/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-02-26 16:45:35.630518 | fa163e59-d9bd-ca95-7e8e-000000004c1f | TASK | Create virtqemud recovery script 2026-02-26 16:45:36.141400 | fa163e59-d9bd-ca95-7e8e-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2026-02-26 16:45:36.142251 | fa163e59-d9bd-ca95-7e8e-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:22:34.667499 | 0.51s 2026-02-26 16:45:36.161222 | fa163e59-d9bd-ca95-7e8e-000000004c20 | TASK | Create virtqemud recovery trigger service 2026-02-26 16:45:36.611545 | fa163e59-d9bd-ca95-7e8e-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-02-26 16:45:36.613145 | fa163e59-d9bd-ca95-7e8e-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:35.138384 | 0.45s 2026-02-26 16:45:36.645566 | fa163e59-d9bd-ca95-7e8e-000000004c21 | TASK | Create virtqemud recovery trigger timer 2026-02-26 16:45:37.191020 | fa163e59-d9bd-ca95-7e8e-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-02-26 16:45:37.192518 | fa163e59-d9bd-ca95-7e8e-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:35.717754 | 0.55s 2026-02-26 16:45:37.223037 | fa163e59-d9bd-ca95-7e8e-000000004c22 | TASK | Enable virtqemud recovery trigger service 2026-02-26 16:45:39.792980 | fa163e59-d9bd-ca95-7e8e-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-02-26 16:45:39.795055 | fa163e59-d9bd-ca95-7e8e-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:38.320294 | 2.57s 2026-02-26 16:45:39.824460 | fa163e59-d9bd-ca95-7e8e-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2026-02-26 16:45:46.558958 | fa163e59-d9bd-ca95-7e8e-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-02-26 16:45:46.559953 | fa163e59-d9bd-ca95-7e8e-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:45.085202 | 6.73s 2026-02-26 16:45:46.579365 | fa163e59-d9bd-ca95-7e8e-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2026-02-26 16:45:47.072391 | fa163e59-d9bd-ca95-7e8e-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-02-26 16:45:47.073400 | fa163e59-d9bd-ca95-7e8e-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:45.598646 | 0.49s 2026-02-26 16:45:47.093884 | fa163e59-d9bd-ca95-7e8e-000000004c26 | TASK | Create systemd file 2026-02-26 16:45:48.853956 | fa163e59-d9bd-ca95-7e8e-000000004c26 | CHANGED | Create systemd file | standalone 2026-02-26 16:45:48.855111 | fa163e59-d9bd-ca95-7e8e-000000004c26 | TIMING | Create systemd file | standalone | 0:22:47.380354 | 1.76s 2026-02-26 16:45:48.879247 | fa163e59-d9bd-ca95-7e8e-000000004c27 | TASK | Reload systemd 2026-02-26 16:45:50.254391 | fa163e59-d9bd-ca95-7e8e-000000004c27 | CHANGED | Reload systemd | standalone 2026-02-26 16:45:50.255417 | fa163e59-d9bd-ca95-7e8e-000000004c27 | TIMING | Reload systemd | standalone | 0:22:48.780665 | 1.38s 2026-02-26 16:45:50.275035 | fa163e59-d9bd-ca95-7e8e-000000004c2a | TASK | Start OVN container 2026-02-26 16:45:50.309526 | fa163e59-d9bd-ca95-7e8e-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-02-26 16:45:50.327032 | fa163e59-d9bd-ca95-7e8e-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-02-26 16:45:50.333741 | fa163e59-d9bd-ca95-7e8e-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-02-26 16:45:50.344550 | fa163e59-d9bd-ca95-7e8e-000000004c2a | TIMING | Start OVN container | standalone | 0:22:48.869800 | 0.07s 2026-02-26 16:45:50.363941 | fa163e59-d9bd-ca95-7e8e-000000004c2c | TASK | Set NB connection 2026-02-26 16:45:50.392166 | fa163e59-d9bd-ca95-7e8e-000000004c2c | SKIPPED | Set NB connection | standalone 2026-02-26 16:45:50.392990 | fa163e59-d9bd-ca95-7e8e-000000004c2c | TIMING | Set NB connection | standalone | 0:22:48.918238 | 0.03s 2026-02-26 16:45:50.412547 | fa163e59-d9bd-ca95-7e8e-000000004c2d | TASK | Set SB connection 2026-02-26 16:45:50.439177 | fa163e59-d9bd-ca95-7e8e-000000004c2d | SKIPPED | Set SB connection | standalone 2026-02-26 16:45:50.440055 | fa163e59-d9bd-ca95-7e8e-000000004c2d | TIMING | Set SB connection | standalone | 0:22:48.965302 | 0.03s 2026-02-26 16:45:50.459053 | fa163e59-d9bd-ca95-7e8e-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-02-26 16:45:50.883218 | fa163e59-d9bd-ca95-7e8e-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-02-26 16:45:50.884137 | fa163e59-d9bd-ca95-7e8e-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:49.409384 | 0.42s 2026-02-26 16:45:52.001266 | fa163e59-d9bd-ca95-7e8e-0000000000e7 | TIMING | include_tasks | standalone | 0:22:50.526502 | 1.10s 2026-02-26 16:45:52.027951 | c2a9fbd3-e812-4885-a750-1519d3a56360 | INCLUDED | /root/standalone-ansible-an2_1b3z/common_deploy_steps_tasks.yaml | standalone 2026-02-26 16:45:52.054444 | fa163e59-d9bd-ca95-7e8e-000000004c5c | TASK | Write the config_step hieradata 2026-02-26 16:45:52.459946 | fa163e59-d9bd-ca95-7e8e-000000004c5c | OK | Write the config_step hieradata | standalone 2026-02-26 16:45:52.461522 | fa163e59-d9bd-ca95-7e8e-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:22:50.986761 | 0.41s 2026-02-26 16:45:52.492246 | fa163e59-d9bd-ca95-7e8e-000000004c5d | TASK | Run puppet host configuration for step 4 2026-02-26 16:45:52.808541 | fa163e59-d9bd-ca95-7e8e-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2026-02-26 16:45:52.809933 | fa163e59-d9bd-ca95-7e8e-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:51.335172 | 0.32s 2026-02-26 16:45:52.838263 | fa163e59-d9bd-ca95-7e8e-000000004c5e | TASK | Wait for puppet host configuration to finish 2026-02-26 16:45:53.094588 | fa163e59-d9bd-ca95-7e8e-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-26 16:46:03.294617 | fa163e59-d9bd-ca95-7e8e-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-26 16:46:13.536010 | fa163e59-d9bd-ca95-7e8e-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-26 16:46:23.798296 | fa163e59-d9bd-ca95-7e8e-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-26 16:46:23.800015 | fa163e59-d9bd-ca95-7e8e-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:22.325249 | 30.96s 2026-02-26 16:46:23.831992 | fa163e59-d9bd-ca95-7e8e-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2026-02-26 16:46:23.919136 | fa163e59-d9bd-ca95-7e8e-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>Feb 26 16:45:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 26 16:46:00 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 26 16:46:00 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 26 16:46:00 puppet-user: (file & line not available)", "<13>Feb 26 16:46: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>Feb 26 16:46: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>Feb 26 16:46:00 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>Feb 26 16:46:00 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 26 16:46:00 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 26 16:46:00 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>Feb 26 16:46:00 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>Feb 26 16:46:00 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>Feb 26 16:46:00 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>Feb 26 16:46:00 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>Feb 26 16:46:00 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 26 16:46:00 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.53 seconds", "<13>Feb 26 16:46:05 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 26 16:46:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 26 16:46:13 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Feb 26 16:46:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}0f32d81e3148ba1109aa024a15bce62d6acf5caed7b0ba3a1044972864b273f6'", "<13>Feb 26 16:46:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Feb 26 16:46:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Feb 26 16:46:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Feb 26 16:46:13 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Feb 26 16:46:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 26 16:46:19 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>Feb 26 16:46:21 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 26 16:46:21 puppet-user: Notice: Applied catalog in 20.26 seconds", "<13>Feb 26 16:46:21 puppet-user: Application:", "<13>Feb 26 16:46:21 puppet-user: Initial environment: production", "<13>Feb 26 16:46:21 puppet-user: Converged environment: production", "<13>Feb 26 16:46:21 puppet-user: Run mode: user", "<13>Feb 26 16:46:21 puppet-user: Changes:", "<13>Feb 26 16:46:21 puppet-user: Total: 10", "<13>Feb 26 16:46:21 puppet-user: Events:", "<13>Feb 26 16:46:21 puppet-user: Success: 10", "<13>Feb 26 16:46:21 puppet-user: Resources:", "<13>Feb 26 16:46:21 puppet-user: Restarted: 1", "<13>Feb 26 16:46:21 puppet-user: Changed: 10", "<13>Feb 26 16:46:21 puppet-user: Out of sync: 10", "<13>Feb 26 16:46:21 puppet-user: Total: 37", "<13>Feb 26 16:46:21 puppet-user: Time:", "<13>Feb 26 16:46:21 puppet-user: Schedule: 0.00", "<13>Feb 26 16:46:21 puppet-user: File line: 0.00", "<13>Feb 26 16:46:21 puppet-user: Augeas: 0.01", "<13>Feb 26 16:46:21 puppet-user: User: 0.01", "<13>Feb 26 16:46:21 puppet-user: File: 0.10", "<13>Feb 26 16:46:21 puppet-user: Config retrieval: 0.60", "<13>Feb 26 16:46:21 puppet-user: Pcmk property: 1.48", "<13>Feb 26 16:46:21 puppet-user: Service: 1.55", "<13>Feb 26 16:46:21 puppet-user: Pcmk resource op default: 1.98", "<13>Feb 26 16:46:21 puppet-user: Last run: 1772124381", "<13>Feb 26 16:46:21 puppet-user: Pcmk resource default: 2.11", "<13>Feb 26 16:46:21 puppet-user: Transaction evaluation: 20.25", "<13>Feb 26 16:46:21 puppet-user: Catalog application: 20.26", "<13>Feb 26 16:46:21 puppet-user: Package: 5.84", "<13>Feb 26 16:46:21 puppet-user: Exec: 6.97", "<13>Feb 26 16:46:21 puppet-user: Filebucket: 0.00", "<13>Feb 26 16:46:21 puppet-user: Total: 20.28", "<13>Feb 26 16:46:21 puppet-user: Version:", "<13>Feb 26 16:46:21 puppet-user: Config: 1772124360", "<13>Feb 26 16:46:21 puppet-user: Puppet: 7.10.0" ] } 2026-02-26 16:46:23.921300 | fa163e59-d9bd-ca95-7e8e-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:22.446539 | 0.09s 2026-02-26 16:46:23.951413 | fa163e59-d9bd-ca95-7e8e-000000004c60 | TASK | Pre-cache facts for puppet containers 2026-02-26 16:46:23.986926 | fa163e59-d9bd-ca95-7e8e-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:22.512158 | 0.03s 2026-02-26 16:46:24.054713 | fa163e59-d9bd-ca95-7e8e-000000004ca1 | TASK | Gather variables for each operating system 2026-02-26 16:46:24.169052 | fa163e59-d9bd-ca95-7e8e-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:22.694293 | 0.11s 2026-02-26 16:46:24.192093 | fa163e59-d9bd-ca95-7e8e-000000004ca2 | TASK | Create puppet caching structures 2026-02-26 16:46:24.407480 | fa163e59-d9bd-ca95-7e8e-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2026-02-26 16:46:24.408625 | fa163e59-d9bd-ca95-7e8e-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:22.933872 | 0.22s 2026-02-26 16:46:24.434201 | fa163e59-d9bd-ca95-7e8e-000000004ca3 | TASK | Check for facter.conf 2026-02-26 16:46:24.683461 | fa163e59-d9bd-ca95-7e8e-000000004ca3 | OK | Check for facter.conf | standalone 2026-02-26 16:46:24.685573 | fa163e59-d9bd-ca95-7e8e-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:23.210802 | 0.25s 2026-02-26 16:46:24.717513 | fa163e59-d9bd-ca95-7e8e-000000004ca4 | TASK | Remove facter.conf if directory 2026-02-26 16:46:24.769991 | fa163e59-d9bd-ca95-7e8e-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-26 16:46:24.771562 | fa163e59-d9bd-ca95-7e8e-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:23.296796 | 0.05s 2026-02-26 16:46:24.803045 | fa163e59-d9bd-ca95-7e8e-000000004ca5 | TASK | Write facter cache config 2026-02-26 16:46:25.379561 | fa163e59-d9bd-ca95-7e8e-000000004ca5 | CHANGED | Write facter cache config | standalone 2026-02-26 16:46:25.381354 | fa163e59-d9bd-ca95-7e8e-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:23.906588 | 0.58s 2026-02-26 16:46:25.413462 | fa163e59-d9bd-ca95-7e8e-000000004ca6 | TASK | Cleanup facter cache if exists 2026-02-26 16:46:25.648279 | fa163e59-d9bd-ca95-7e8e-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-26 16:46:25.650330 | fa163e59-d9bd-ca95-7e8e-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:24.175565 | 0.23s 2026-02-26 16:46:25.681833 | fa163e59-d9bd-ca95-7e8e-000000004ca7 | TASK | Pre-cache facts 2026-02-26 16:46:26.425403 | fa163e59-d9bd-ca95-7e8e-000000004ca7 | CHANGED | Pre-cache facts | standalone 2026-02-26 16:46:26.427622 | fa163e59-d9bd-ca95-7e8e-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:24.952854 | 0.74s 2026-02-26 16:46:26.461360 | fa163e59-d9bd-ca95-7e8e-000000004ca8 | TASK | Failed deployment if facter fails 2026-02-26 16:46:26.504004 | fa163e59-d9bd-ca95-7e8e-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-26 16:46:26.505506 | fa163e59-d9bd-ca95-7e8e-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:25.030732 | 0.04s 2026-02-26 16:46:26.550784 | fa163e59-d9bd-ca95-7e8e-000000004ca9 | TASK | Sync cached facts 2026-02-26 16:46:26.870065 | fa163e59-d9bd-ca95-7e8e-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-000000004ca9') missing from stats 2026-02-26 16:46:26.929118 | fa163e59-d9bd-ca95-7e8e-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-26 16:46:26.988472 | fa163e59-d9bd-ca95-7e8e-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-26 16:46:26.990039 | fa163e59-d9bd-ca95-7e8e-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:25.515272 | 0.06s 2026-02-26 16:46:27.021884 | fa163e59-d9bd-ca95-7e8e-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2026-02-26 16:46:27.053382 | fa163e59-d9bd-ca95-7e8e-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:25.578610 | 0.03s 2026-02-26 16:46:27.142538 | fa163e59-d9bd-ca95-7e8e-000000004d00 | TASK | Gather variables for each operating system 2026-02-26 16:46:27.235816 | fa163e59-d9bd-ca95-7e8e-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:25.761059 | 0.09s 2026-02-26 16:46:27.256738 | fa163e59-d9bd-ca95-7e8e-000000004d01 | TASK | Create container logs path 2026-02-26 16:46:27.507193 | fa163e59-d9bd-ca95-7e8e-000000004d01 | OK | Create container logs path | standalone 2026-02-26 16:46:27.509771 | fa163e59-d9bd-ca95-7e8e-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:26.035008 | 0.25s 2026-02-26 16:46:27.543674 | fa163e59-d9bd-ca95-7e8e-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-02-26 16:46:27.849590 | fa163e59-d9bd-ca95-7e8e-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-26 16:46:27.851711 | fa163e59-d9bd-ca95-7e8e-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:26.376951 | 0.31s 2026-02-26 16:46:27.884509 | fa163e59-d9bd-ca95-7e8e-000000004d04 | TASK | Finalise hashes for all containers 2026-02-26 16:46:28.044086 | fa163e59-d9bd-ca95-7e8e-000000004d04 | OK | Finalise hashes for all containers | standalone 2026-02-26 16:46:28.045697 | fa163e59-d9bd-ca95-7e8e-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:26.570944 | 0.16s 2026-02-26 16:46:28.067032 | fa163e59-d9bd-ca95-7e8e-000000004d06 | TASK | Manage systemd shutdown files 2026-02-26 16:46:28.096815 | fa163e59-d9bd-ca95-7e8e-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:26.622052 | 0.03s 2026-02-26 16:46:28.123158 | 40cfff8d-7845-4436-98a2-8a5f2cfd1af7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-26 16:46:28.235840 | fa163e59-d9bd-ca95-7e8e-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-26 16:46:28.503544 | fa163e59-d9bd-ca95-7e8e-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-26 16:46:28.505154 | fa163e59-d9bd-ca95-7e8e-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:27.030401 | 0.27s 2026-02-26 16:46:28.529073 | fa163e59-d9bd-ca95-7e8e-000000004d3a | TASK | Set podman_drop_in fact 2026-02-26 16:46:28.594454 | fa163e59-d9bd-ca95-7e8e-000000004d3a | OK | Set podman_drop_in fact | standalone 2026-02-26 16:46:28.597260 | fa163e59-d9bd-ca95-7e8e-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:27.122495 | 0.07s 2026-02-26 16:46:28.628601 | fa163e59-d9bd-ca95-7e8e-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-26 16:46:29.149467 | fa163e59-d9bd-ca95-7e8e-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-26 16:46:29.151742 | fa163e59-d9bd-ca95-7e8e-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:27.676975 | 0.52s 2026-02-26 16:46:29.654948 | fa163e59-d9bd-ca95-7e8e-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-26 16:46:29.656304 | fa163e59-d9bd-ca95-7e8e-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:28.181546 | 1.02s 2026-02-26 16:46:29.664254 | fa163e59-d9bd-ca95-7e8e-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:28.189497 | 1.03s 2026-02-26 16:46:29.689029 | fa163e59-d9bd-ca95-7e8e-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-26 16:46:30.238703 | fa163e59-d9bd-ca95-7e8e-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-26 16:46:30.239961 | fa163e59-d9bd-ca95-7e8e-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:28.765208 | 0.55s 2026-02-26 16:46:30.277202 | fa163e59-d9bd-ca95-7e8e-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-26 16:46:30.800099 | fa163e59-d9bd-ca95-7e8e-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-26 16:46:30.801382 | fa163e59-d9bd-ca95-7e8e-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:29.326626 | 0.52s 2026-02-26 16:46:30.821116 | fa163e59-d9bd-ca95-7e8e-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2026-02-26 16:46:31.621717 | fa163e59-d9bd-ca95-7e8e-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-26 16:46:31.623609 | fa163e59-d9bd-ca95-7e8e-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:30.148848 | 0.80s 2026-02-26 16:46:31.654430 | fa163e59-d9bd-ca95-7e8e-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-26 16:46:32.170999 | fa163e59-d9bd-ca95-7e8e-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-26 16:46:32.173225 | fa163e59-d9bd-ca95-7e8e-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:30.698455 | 0.52s 2026-02-26 16:46:32.201919 | fa163e59-d9bd-ca95-7e8e-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-26 16:46:32.703756 | fa163e59-d9bd-ca95-7e8e-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-26 16:46:32.705528 | fa163e59-d9bd-ca95-7e8e-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:31.230767 | 0.50s 2026-02-26 16:46:32.734419 | fa163e59-d9bd-ca95-7e8e-000000004d42 | TASK | Enable and start netns-placeholder 2026-02-26 16:46:33.608724 | fa163e59-d9bd-ca95-7e8e-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-26 16:46:33.610914 | fa163e59-d9bd-ca95-7e8e-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:32.136153 | 0.88s 2026-02-26 16:46:33.642792 | fa163e59-d9bd-ca95-7e8e-000000004d08 | TASK | Update container configs with new config hashes 2026-02-26 16:46:33.705171 | fa163e59-d9bd-ca95-7e8e-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:32.230391 | 0.06s 2026-02-26 16:46:33.728206 | 2b93e00f-6853-43b9-b288-a5b8174826ed | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-26 16:46:33.767663 | fa163e59-d9bd-ca95-7e8e-000000004d6a | TASK | Update config hashes for container startup configs 2026-02-26 16:46:34.075852 | fa163e59-d9bd-ca95-7e8e-000000004d6a | OK | Update config hashes for container startup configs | standalone 2026-02-26 16:46:34.077764 | fa163e59-d9bd-ca95-7e8e-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:32.603003 | 0.31s 2026-02-26 16:46:34.111890 | fa163e59-d9bd-ca95-7e8e-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-26 16:46:34.175957 | fa163e59-d9bd-ca95-7e8e-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:32.701162 | 0.06s 2026-02-26 16:46:34.197957 | 858e6c72-1c38-48ca-acf7-d89bf5aa7e02 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:46:34.226808 | fa163e59-d9bd-ca95-7e8e-000000004d89 | TASK | Gather podman infos 2026-02-26 16:46:35.752731 | fa163e59-d9bd-ca95-7e8e-000000004d89 | OK | Gather podman infos | standalone 2026-02-26 16:46:35.754072 | fa163e59-d9bd-ca95-7e8e-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:34.279315 | 1.53s 2026-02-26 16:46:35.873804 | fa163e59-d9bd-ca95-7e8e-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-26 16:46:35.954748 | fa163e59-d9bd-ca95-7e8e-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:34.479983 | 0.07s 2026-02-26 16:46:36.107973 | fa163e59-d9bd-ca95-7e8e-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:34.633197 | 0.11s 2026-02-26 16:46:36.178948 | fa163e59-d9bd-ca95-7e8e-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-26 16:46:36.241438 | fa163e59-d9bd-ca95-7e8e-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:34.766677 | 0.06s 2026-02-26 16:46:36.259170 | 46bb00cb-927b-40bd-81c0-9ba2c7dd9947 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:46:36.292553 | fa163e59-d9bd-ca95-7e8e-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-26 16:46:57.572332 | fa163e59-d9bd-ca95-7e8e-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-26 16:46:57.575966 | fa163e59-d9bd-ca95-7e8e-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:56.101202 | 21.28s 2026-02-26 16:46:57.610551 | fa163e59-d9bd-ca95-7e8e-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-26 16:49:23.629439 | fa163e59-d9bd-ca95-7e8e-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-26 16:49:23.630501 | fa163e59-d9bd-ca95-7e8e-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:22.155750 | 146.02s 2026-02-26 16:49:23.680278 | fa163e59-d9bd-ca95-7e8e-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2026-02-26 16:49:23.872598 | fa163e59-d9bd-ca95-7e8e-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-02-26 16:49:23.873382 | fa163e59-d9bd-ca95-7e8e-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:22.398630 | 0.19s 2026-02-26 16:49:23.902078 | fa163e59-d9bd-ca95-7e8e-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-02-26 16:49:23.941756 | fa163e59-d9bd-ca95-7e8e-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:22.466981 | 0.04s 2026-02-26 16:49:23.973316 | fa163e59-d9bd-ca95-7e8e-000000004c67 | TASK | Include container-puppet tasks for step 4 2026-02-26 16:49:24.001755 | fa163e59-d9bd-ca95-7e8e-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:22.526987 | 0.03s 2026-02-26 16:49:24.028472 | 311a37e5-9dd1-40d9-93fa-16015a5deeba | INCLUDED | /root/standalone-ansible-an2_1b3z/host-container-puppet-tasks.yaml | standalone 2026-02-26 16:49:24.063924 | fa163e59-d9bd-ca95-7e8e-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-02-26 16:49:24.531244 | fa163e59-d9bd-ca95-7e8e-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-02-26 16:49:24.532742 | fa163e59-d9bd-ca95-7e8e-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:23.057976 | 0.47s 2026-02-26 16:49:24.563227 | fa163e59-d9bd-ca95-7e8e-000000004e47 | TASK | Generate container puppet configs for step 4 2026-02-26 16:49:24.806541 | fa163e59-d9bd-ca95-7e8e-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2026-02-26 16:49:24.808057 | fa163e59-d9bd-ca95-7e8e-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:23.333294 | 0.24s 2026-02-26 16:49:24.841697 | fa163e59-d9bd-ca95-7e8e-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-02-26 16:49:24.872736 | fa163e59-d9bd-ca95-7e8e-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:23.397967 | 0.03s 2026-02-26 16:49:24.940623 | fa163e59-d9bd-ca95-7e8e-000000004e77 | TASK | Gather variables for each operating system 2026-02-26 16:49:25.042478 | fa163e59-d9bd-ca95-7e8e-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:23.567713 | 0.10s 2026-02-26 16:49:25.065979 | fa163e59-d9bd-ca95-7e8e-000000004e78 | TASK | Create container logs path 2026-02-26 16:49:25.317025 | fa163e59-d9bd-ca95-7e8e-000000004e78 | OK | Create container logs path | standalone 2026-02-26 16:49:25.318355 | fa163e59-d9bd-ca95-7e8e-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:23.843593 | 0.25s 2026-02-26 16:49:25.350582 | fa163e59-d9bd-ca95-7e8e-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-26 16:49:25.812017 | fa163e59-d9bd-ca95-7e8e-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-26 16:49:25.813434 | fa163e59-d9bd-ca95-7e8e-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:24.338673 | 0.46s 2026-02-26 16:49:25.842933 | fa163e59-d9bd-ca95-7e8e-000000004e7b | TASK | Finalise hashes for all containers 2026-02-26 16:49:25.895105 | fa163e59-d9bd-ca95-7e8e-000000004e7b | OK | Finalise hashes for all containers | standalone 2026-02-26 16:49:25.896248 | fa163e59-d9bd-ca95-7e8e-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:24.421489 | 0.05s 2026-02-26 16:49:25.927175 | fa163e59-d9bd-ca95-7e8e-000000004e7d | TASK | Manage systemd shutdown files 2026-02-26 16:49:25.957265 | fa163e59-d9bd-ca95-7e8e-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:49:25.958376 | fa163e59-d9bd-ca95-7e8e-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:24.483617 | 0.03s 2026-02-26 16:49:25.990054 | fa163e59-d9bd-ca95-7e8e-000000004e7f | TASK | Update container configs with new config hashes 2026-02-26 16:49:26.052356 | fa163e59-d9bd-ca95-7e8e-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:49:26.053914 | fa163e59-d9bd-ca95-7e8e-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:24.579151 | 0.06s 2026-02-26 16:49:26.086837 | fa163e59-d9bd-ca95-7e8e-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-26 16:49:26.132378 | fa163e59-d9bd-ca95-7e8e-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-26 16:49:26.133501 | fa163e59-d9bd-ca95-7e8e-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:24.658745 | 0.05s 2026-02-26 16:49:26.159000 | fa163e59-d9bd-ca95-7e8e-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-26 16:49:26.200725 | fa163e59-d9bd-ca95-7e8e-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-26 16:49:26.201657 | fa163e59-d9bd-ca95-7e8e-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:24.726884 | 0.04s PLAY [External deployment step 5] ********************************************** 2026-02-26 16:49:26.347765 | fa163e59-d9bd-ca95-7e8e-0000000000ea | TASK | External deployment step 5 2026-02-26 16:49:26.375138 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000ea') missing from stats 2026-02-26 16:49:26.417606 | fa163e59-d9bd-ca95-7e8e-0000000000eb | TIMING | include_tasks | undercloud | 0:26:24.942847 | 0.03s 2026-02-26 16:49:26.423711 | 5ea7424d-5d0a-4ea9-aa20-f5dcc808435a | INCLUDED | /root/standalone-ansible-an2_1b3z/external_deploy_steps_tasks_step5.yaml | undercloud 2026-02-26 16:49:26.438189 | fa163e59-d9bd-ca95-7e8e-000000004ed0 | TASK | Manage Cinder's default volume type 2026-02-26 16:49:36.431822 | fa163e59-d9bd-ca95-7e8e-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2026-02-26 16:49:36.433304 | fa163e59-d9bd-ca95-7e8e-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:26:34.958544 | 9.99s PLAY [Deploy step tasks for 5] ************************************************* 2026-02-26 16:49:36.583497 | fa163e59-d9bd-ca95-7e8e-0000000000ee | TASK | Deploy step tasks for 5 2026-02-26 16:49:36.613125 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000ee') missing from stats 2026-02-26 16:49:36.636091 | fa163e59-d9bd-ca95-7e8e-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-02-26 16:49:37.109305 | fa163e59-d9bd-ca95-7e8e-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-02-26 16:49:37.110665 | fa163e59-d9bd-ca95-7e8e-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:35.635880 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-26 16:49:37.181726 | fa163e59-d9bd-ca95-7e8e-0000000000f0 | TIMING | include_tasks | standalone | 0:26:35.706956 | 0.04s 2026-02-26 16:49:37.272989 | cfc67eea-399e-44d1-a135-eda6281071e6 | INCLUDED | /root/standalone-ansible-an2_1b3z/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-02-26 16:49:37.307291 | fa163e59-d9bd-ca95-7e8e-000000004ef3 | TASK | Gather variables for each operating system 2026-02-26 16:49:37.428854 | fa163e59-d9bd-ca95-7e8e-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:35.954074 | 0.12s 2026-02-26 16:49:37.459387 | fa163e59-d9bd-ca95-7e8e-000000004ef4 | TASK | Detect if resource is being created or already exists 2026-02-26 16:49:38.221209 | fa163e59-d9bd-ca95-7e8e-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-26 16:49:38.222588 | fa163e59-d9bd-ca95-7e8e-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:36.747827 | 0.76s 2026-02-26 16:49:38.253808 | fa163e59-d9bd-ca95-7e8e-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2026-02-26 16:50:03.614686 | fa163e59-d9bd-ca95-7e8e-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-02-26 16:50:03.615899 | fa163e59-d9bd-ca95-7e8e-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:02.141146 | 25.36s 2026-02-26 16:50:03.638573 | fa163e59-d9bd-ca95-7e8e-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-26 16:50:03.874618 | fa163e59-d9bd-ca95-7e8e-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-26 16:50:03.876561 | fa163e59-d9bd-ca95-7e8e-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:02.401587 | 0.24s 2026-02-26 16:50:03.909567 | fa163e59-d9bd-ca95-7e8e-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-26 16:50:04.343665 | fa163e59-d9bd-ca95-7e8e-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-26 16:50:04.345023 | fa163e59-d9bd-ca95-7e8e-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:02.870239 | 0.43s 2026-02-26 16:50:04.379899 | fa163e59-d9bd-ca95-7e8e-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-02-26 16:50:04.613388 | fa163e59-d9bd-ca95-7e8e-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-02-26 16:50:04.615022 | fa163e59-d9bd-ca95-7e8e-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:03.140261 | 0.23s 2026-02-26 16:50:04.642019 | fa163e59-d9bd-ca95-7e8e-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-02-26 16:50:04.680501 | fa163e59-d9bd-ca95-7e8e-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-02-26 16:50:04.681658 | fa163e59-d9bd-ca95-7e8e-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:03.206886 | 0.04s 2026-02-26 16:50:04.705823 | fa163e59-d9bd-ca95-7e8e-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2026-02-26 16:50:04.735195 | fa163e59-d9bd-ca95-7e8e-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-02-26 16:50:04.737483 | fa163e59-d9bd-ca95-7e8e-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:03.262728 | 0.03s 2026-02-26 16:50:04.763066 | fa163e59-d9bd-ca95-7e8e-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-02-26 16:50:04.820180 | fa163e59-d9bd-ca95-7e8e-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-02-26 16:50:04.821108 | fa163e59-d9bd-ca95-7e8e-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:03.346352 | 0.06s 2026-02-26 16:50:04.848254 | fa163e59-d9bd-ca95-7e8e-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-26 16:50:04.888583 | fa163e59-d9bd-ca95-7e8e-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-26 16:50:04.889666 | fa163e59-d9bd-ca95-7e8e-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:03.414890 | 0.04s 2026-02-26 16:50:04.916329 | fa163e59-d9bd-ca95-7e8e-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2026-02-26 16:50:04.955561 | fa163e59-d9bd-ca95-7e8e-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-02-26 16:50:04.956546 | fa163e59-d9bd-ca95-7e8e-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:03.481789 | 0.04s 2026-02-26 16:50:05.004385 | fa163e59-d9bd-ca95-7e8e-000000004f1f | TASK | Gather variables for each operating system 2026-02-26 16:50:05.108735 | fa163e59-d9bd-ca95-7e8e-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:03.633969 | 0.10s 2026-02-26 16:50:05.132343 | fa163e59-d9bd-ca95-7e8e-000000004f20 | TASK | Detect if resource is being created or already exists 2026-02-26 16:50:05.877855 | fa163e59-d9bd-ca95-7e8e-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-26 16:50:05.878904 | fa163e59-d9bd-ca95-7e8e-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:04.404152 | 0.75s 2026-02-26 16:50:05.899241 | fa163e59-d9bd-ca95-7e8e-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2026-02-26 16:50:31.069524 | fa163e59-d9bd-ca95-7e8e-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-02-26 16:50:31.072231 | fa163e59-d9bd-ca95-7e8e-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:29.597469 | 25.17s 2026-02-26 16:50:31.105384 | fa163e59-d9bd-ca95-7e8e-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-26 16:50:31.324586 | fa163e59-d9bd-ca95-7e8e-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-26 16:50:31.325579 | fa163e59-d9bd-ca95-7e8e-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:29.850825 | 0.22s 2026-02-26 16:50:31.348488 | fa163e59-d9bd-ca95-7e8e-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-26 16:50:31.798236 | fa163e59-d9bd-ca95-7e8e-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-26 16:50:31.800210 | fa163e59-d9bd-ca95-7e8e-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:30.325448 | 0.45s 2026-02-26 16:50:31.837483 | fa163e59-d9bd-ca95-7e8e-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-02-26 16:50:32.043289 | fa163e59-d9bd-ca95-7e8e-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-02-26 16:50:32.044624 | fa163e59-d9bd-ca95-7e8e-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:30.569863 | 0.20s 2026-02-26 16:50:32.080758 | fa163e59-d9bd-ca95-7e8e-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-02-26 16:50:32.114427 | fa163e59-d9bd-ca95-7e8e-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-02-26 16:50:32.115720 | fa163e59-d9bd-ca95-7e8e-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:30.640957 | 0.03s 2026-02-26 16:50:32.148733 | fa163e59-d9bd-ca95-7e8e-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-02-26 16:50:32.209204 | fa163e59-d9bd-ca95-7e8e-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-02-26 16:50:32.210076 | fa163e59-d9bd-ca95-7e8e-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:30.735325 | 0.06s 2026-02-26 16:50:32.230454 | fa163e59-d9bd-ca95-7e8e-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-02-26 16:50:32.289820 | fa163e59-d9bd-ca95-7e8e-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-02-26 16:50:32.290567 | fa163e59-d9bd-ca95-7e8e-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:30.815815 | 0.06s 2026-02-26 16:50:32.312088 | fa163e59-d9bd-ca95-7e8e-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-26 16:50:32.370717 | fa163e59-d9bd-ca95-7e8e-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-26 16:50:32.371513 | fa163e59-d9bd-ca95-7e8e-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:30.896758 | 0.06s 2026-02-26 16:50:32.392954 | fa163e59-d9bd-ca95-7e8e-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2026-02-26 16:50:32.442630 | fa163e59-d9bd-ca95-7e8e-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-02-26 16:50:32.443857 | fa163e59-d9bd-ca95-7e8e-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:30.969095 | 0.05s 2026-02-26 16:50:32.505946 | fa163e59-d9bd-ca95-7e8e-000000004f4b | TASK | Gather variables for each operating system 2026-02-26 16:50:32.603581 | fa163e59-d9bd-ca95-7e8e-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:31.128808 | 0.10s 2026-02-26 16:50:32.642823 | fa163e59-d9bd-ca95-7e8e-000000004f4c | TASK | Detect if resource is being created or already exists 2026-02-26 16:50:33.442479 | fa163e59-d9bd-ca95-7e8e-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-26 16:50:33.444245 | fa163e59-d9bd-ca95-7e8e-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:31.969482 | 0.80s 2026-02-26 16:50:33.477963 | fa163e59-d9bd-ca95-7e8e-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2026-02-26 16:50:55.469233 | fa163e59-d9bd-ca95-7e8e-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-02-26 16:50:55.470236 | fa163e59-d9bd-ca95-7e8e-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:53.995485 | 21.99s 2026-02-26 16:50:55.491353 | fa163e59-d9bd-ca95-7e8e-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-02-26 16:50:55.716195 | fa163e59-d9bd-ca95-7e8e-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-02-26 16:50:55.717190 | fa163e59-d9bd-ca95-7e8e-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:54.242437 | 0.22s 2026-02-26 16:50:55.739147 | fa163e59-d9bd-ca95-7e8e-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2026-02-26 16:50:56.169957 | fa163e59-d9bd-ca95-7e8e-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-26 16:50:56.171090 | fa163e59-d9bd-ca95-7e8e-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:54.696336 | 0.43s 2026-02-26 16:50:56.197676 | fa163e59-d9bd-ca95-7e8e-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-02-26 16:50:56.422148 | fa163e59-d9bd-ca95-7e8e-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-02-26 16:50:56.423167 | fa163e59-d9bd-ca95-7e8e-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:54.948411 | 0.22s 2026-02-26 16:50:56.448288 | fa163e59-d9bd-ca95-7e8e-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-02-26 16:50:56.479754 | fa163e59-d9bd-ca95-7e8e-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-02-26 16:50:56.480818 | fa163e59-d9bd-ca95-7e8e-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:55.006060 | 0.03s 2026-02-26 16:50:56.505692 | fa163e59-d9bd-ca95-7e8e-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2026-02-26 16:50:56.542758 | fa163e59-d9bd-ca95-7e8e-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-02-26 16:50:56.543623 | fa163e59-d9bd-ca95-7e8e-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:55.068868 | 0.04s 2026-02-26 16:50:56.567209 | fa163e59-d9bd-ca95-7e8e-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-02-26 16:50:56.614316 | fa163e59-d9bd-ca95-7e8e-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-02-26 16:50:56.615177 | fa163e59-d9bd-ca95-7e8e-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:55.140422 | 0.05s 2026-02-26 16:50:56.648433 | fa163e59-d9bd-ca95-7e8e-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-26 16:50:56.710179 | fa163e59-d9bd-ca95-7e8e-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-26 16:50:56.711328 | fa163e59-d9bd-ca95-7e8e-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:55.236572 | 0.06s 2026-02-26 16:50:56.735452 | fa163e59-d9bd-ca95-7e8e-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2026-02-26 16:50:56.774318 | fa163e59-d9bd-ca95-7e8e-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-02-26 16:50:56.776588 | fa163e59-d9bd-ca95-7e8e-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:55.301688 | 0.04s 2026-02-26 16:50:56.834767 | fa163e59-d9bd-ca95-7e8e-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2026-02-26 16:50:57.381511 | fa163e59-d9bd-ca95-7e8e-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-02-26 16:50:57.382862 | fa163e59-d9bd-ca95-7e8e-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:55.908110 | 0.55s 2026-02-26 16:50:57.386336 | fa163e59-d9bd-ca95-7e8e-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:55.911582 | 0.55s 2026-02-26 16:50:57.405999 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2026-02-26 16:50:57.693834 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-02-26 16:50:57.694680 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:56.219927 | 0.29s 2026-02-26 16:50:58.330067 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-02-26 16:50:58.331198 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:56.856446 | 0.92s 2026-02-26 16:50:58.598462 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-02-26 16:50:58.600059 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:57.125301 | 1.19s 2026-02-26 16:50:59.049826 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-02-26 16:50:59.050965 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:57.576209 | 1.64s 2026-02-26 16:50:59.363146 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-02-26 16:50:59.363955 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:57.889205 | 1.96s 2026-02-26 16:50:59.655468 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-02-26 16:50:59.657330 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:58.182572 | 2.25s 2026-02-26 16:51:00.140008 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-02-26 16:51:00.141715 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:58.666957 | 2.73s 2026-02-26 16:51:00.629248 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-02-26 16:51:00.631231 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.156467 | 3.22s 2026-02-26 16:51:00.947616 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-02-26 16:51:00.948832 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.474069 | 3.54s 2026-02-26 16:51:01.462013 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-02-26 16:51:01.463398 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.988620 | 4.06s 2026-02-26 16:51:01.755141 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-02-26 16:51:01.757197 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:00.282439 | 4.35s 2026-02-26 16:51:02.250307 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-02-26 16:51:02.252352 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:00.777594 | 4.84s 2026-02-26 16:51:03.573584 | fa163e59-d9bd-ca95-7e8e-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-02-26 16:51:03.574287 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.099537 | 6.17s 2026-02-26 16:51:03.588358 | fa163e59-d9bd-ca95-7e8e-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.113602 | 6.18s 2026-02-26 16:51:03.611535 | fa163e59-d9bd-ca95-7e8e-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-02-26 16:51:04.015770 | fa163e59-d9bd-ca95-7e8e-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-02-26 16:51:04.016667 | fa163e59-d9bd-ca95-7e8e-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:02.541918 | 0.40s 2026-02-26 16:51:04.309502 | fa163e59-d9bd-ca95-7e8e-0000000000f3 | TIMING | include_tasks | standalone | 0:28:02.834742 | 0.27s 2026-02-26 16:51:04.332299 | 9dfc2e2a-e747-4a85-8f72-67891dd19473 | INCLUDED | /root/standalone-ansible-an2_1b3z/common_deploy_steps_tasks.yaml | standalone 2026-02-26 16:51:04.355604 | fa163e59-d9bd-ca95-7e8e-000000004ff5 | TASK | Write the config_step hieradata 2026-02-26 16:51:06.122506 | fa163e59-d9bd-ca95-7e8e-000000004ff5 | OK | Write the config_step hieradata | standalone 2026-02-26 16:51:06.123985 | fa163e59-d9bd-ca95-7e8e-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:28:04.649232 | 1.77s 2026-02-26 16:51:06.144497 | fa163e59-d9bd-ca95-7e8e-000000004ff6 | TASK | Run puppet host configuration for step 5 2026-02-26 16:51:06.447454 | fa163e59-d9bd-ca95-7e8e-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-02-26 16:51:06.448248 | fa163e59-d9bd-ca95-7e8e-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:04.973495 | 0.30s 2026-02-26 16:51:06.468023 | fa163e59-d9bd-ca95-7e8e-000000004ff7 | TASK | Wait for puppet host configuration to finish 2026-02-26 16:51:06.707423 | fa163e59-d9bd-ca95-7e8e-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-26 16:51:16.876596 | fa163e59-d9bd-ca95-7e8e-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-26 16:51:27.091140 | fa163e59-d9bd-ca95-7e8e-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-26 16:51:37.325595 | fa163e59-d9bd-ca95-7e8e-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-26 16:51:37.326659 | fa163e59-d9bd-ca95-7e8e-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:35.851884 | 30.86s 2026-02-26 16:51:37.353115 | fa163e59-d9bd-ca95-7e8e-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-02-26 16:51:37.416371 | fa163e59-d9bd-ca95-7e8e-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>Feb 26 16:51:06 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 26 16:51:14 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 26 16:51:14 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 26 16:51:14 puppet-user: (file & line not available)", "<13>Feb 26 16:51:14 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>Feb 26 16:51:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 26 16:51:15 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>Feb 26 16:51:15 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 26 16:51:15 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 26 16:51:15 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>Feb 26 16:51:15 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>Feb 26 16:51:15 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>Feb 26 16:51:15 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>Feb 26 16:51:15 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>Feb 26 16:51:15 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 26 16:51:15 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.57 seconds", "<13>Feb 26 16:51:22 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 26 16:51:26 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 26 16:51:28 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 26 16:51:28 puppet-user: Notice: Applied catalog in 12.77 seconds", "<13>Feb 26 16:51:28 puppet-user: Application:", "<13>Feb 26 16:51:28 puppet-user: Initial environment: production", "<13>Feb 26 16:51:28 puppet-user: Converged environment: production", "<13>Feb 26 16:51:28 puppet-user: Run mode: user", "<13>Feb 26 16:51:28 puppet-user: Changes:", "<13>Feb 26 16:51:28 puppet-user: Total: 2", "<13>Feb 26 16:51:28 puppet-user: Events:", "<13>Feb 26 16:51:28 puppet-user: Success: 2", "<13>Feb 26 16:51:28 puppet-user: Resources:", "<13>Feb 26 16:51:28 puppet-user: Changed: 2", "<13>Feb 26 16:51:28 puppet-user: Out of sync: 2", "<13>Feb 26 16:51:28 puppet-user: Total: 37", "<13>Feb 26 16:51:28 puppet-user: Time:", "<13>Feb 26 16:51:28 puppet-user: Schedule: 0.00", "<13>Feb 26 16:51:28 puppet-user: File line: 0.00", "<13>Feb 26 16:51:28 puppet-user: Package: 0.00", "<13>Feb 26 16:51:28 puppet-user: User: 0.01", "<13>Feb 26 16:51:28 puppet-user: Augeas: 0.01", "<13>Feb 26 16:51:28 puppet-user: File: 0.07", "<13>Feb 26 16:51:28 puppet-user: Service: 0.17", "<13>Feb 26 16:51:28 puppet-user: Config retrieval: 0.74", "<13>Feb 26 16:51:28 puppet-user: Pcmk property: 1.62", "<13>Feb 26 16:51:28 puppet-user: Transaction evaluation: 12.76", "<13>Feb 26 16:51:28 puppet-user: Catalog application: 12.77", "<13>Feb 26 16:51:28 puppet-user: Last run: 1772124688", "<13>Feb 26 16:51:28 puppet-user: Exec: 2.06", "<13>Feb 26 16:51:28 puppet-user: Pcmk resource op default: 4.02", "<13>Feb 26 16:51:28 puppet-user: Pcmk resource default: 4.64", "<13>Feb 26 16:51:28 puppet-user: Filebucket: 0.00", "<13>Feb 26 16:51:28 puppet-user: Total: 12.78", "<13>Feb 26 16:51:28 puppet-user: Version:", "<13>Feb 26 16:51:28 puppet-user: Config: 1772124674", "<13>Feb 26 16:51:28 puppet-user: Puppet: 7.10.0" ] } 2026-02-26 16:51:37.417715 | fa163e59-d9bd-ca95-7e8e-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:35.942960 | 0.06s 2026-02-26 16:51:37.438430 | fa163e59-d9bd-ca95-7e8e-000000004ff9 | TASK | Pre-cache facts for puppet containers 2026-02-26 16:51:37.458736 | fa163e59-d9bd-ca95-7e8e-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:35.983976 | 0.02s 2026-02-26 16:51:37.508313 | fa163e59-d9bd-ca95-7e8e-00000000503a | TASK | Gather variables for each operating system 2026-02-26 16:51:37.599739 | fa163e59-d9bd-ca95-7e8e-00000000503a | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:36.124975 | 0.09s 2026-02-26 16:51:37.625127 | fa163e59-d9bd-ca95-7e8e-00000000503b | TASK | Create puppet caching structures 2026-02-26 16:51:37.864282 | fa163e59-d9bd-ca95-7e8e-00000000503b | CHANGED | Create puppet caching structures | standalone 2026-02-26 16:51:37.865183 | fa163e59-d9bd-ca95-7e8e-00000000503b | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:36.390430 | 0.23s 2026-02-26 16:51:37.884981 | fa163e59-d9bd-ca95-7e8e-00000000503c | TASK | Check for facter.conf 2026-02-26 16:51:38.111018 | fa163e59-d9bd-ca95-7e8e-00000000503c | OK | Check for facter.conf | standalone 2026-02-26 16:51:38.111944 | fa163e59-d9bd-ca95-7e8e-00000000503c | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:36.637194 | 0.23s 2026-02-26 16:51:38.131415 | fa163e59-d9bd-ca95-7e8e-00000000503d | TASK | Remove facter.conf if directory 2026-02-26 16:51:38.160365 | fa163e59-d9bd-ca95-7e8e-00000000503d | SKIPPED | Remove facter.conf if directory | standalone 2026-02-26 16:51:38.161176 | fa163e59-d9bd-ca95-7e8e-00000000503d | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:36.686423 | 0.03s 2026-02-26 16:51:38.180760 | fa163e59-d9bd-ca95-7e8e-00000000503e | TASK | Write facter cache config 2026-02-26 16:51:38.635133 | fa163e59-d9bd-ca95-7e8e-00000000503e | CHANGED | Write facter cache config | standalone 2026-02-26 16:51:38.636480 | fa163e59-d9bd-ca95-7e8e-00000000503e | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:37.161721 | 0.45s 2026-02-26 16:51:38.666839 | fa163e59-d9bd-ca95-7e8e-00000000503f | TASK | Cleanup facter cache if exists 2026-02-26 16:51:38.901753 | fa163e59-d9bd-ca95-7e8e-00000000503f | CHANGED | Cleanup facter cache if exists | standalone 2026-02-26 16:51:38.903278 | fa163e59-d9bd-ca95-7e8e-00000000503f | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:37.428518 | 0.23s 2026-02-26 16:51:38.933261 | fa163e59-d9bd-ca95-7e8e-000000005040 | TASK | Pre-cache facts 2026-02-26 16:51:39.549498 | fa163e59-d9bd-ca95-7e8e-000000005040 | CHANGED | Pre-cache facts | standalone 2026-02-26 16:51:39.550940 | fa163e59-d9bd-ca95-7e8e-000000005040 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:38.076173 | 0.62s 2026-02-26 16:51:39.586623 | fa163e59-d9bd-ca95-7e8e-000000005041 | TASK | Failed deployment if facter fails 2026-02-26 16:51:39.626841 | fa163e59-d9bd-ca95-7e8e-000000005041 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-26 16:51:39.628571 | fa163e59-d9bd-ca95-7e8e-000000005041 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:38.153544 | 0.04s 2026-02-26 16:51:39.665684 | fa163e59-d9bd-ca95-7e8e-000000005042 | TASK | Sync cached facts 2026-02-26 16:51:39.961704 | fa163e59-d9bd-ca95-7e8e-000000005042 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-000000005042') missing from stats 2026-02-26 16:51:40.019624 | fa163e59-d9bd-ca95-7e8e-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-26 16:51:40.099049 | fa163e59-d9bd-ca95-7e8e-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-26 16:51:40.101380 | fa163e59-d9bd-ca95-7e8e-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:38.626434 | 0.08s 2026-02-26 16:51:40.134418 | fa163e59-d9bd-ca95-7e8e-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2026-02-26 16:51:40.164903 | fa163e59-d9bd-ca95-7e8e-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:38.690135 | 0.03s 2026-02-26 16:51:40.240496 | fa163e59-d9bd-ca95-7e8e-000000005099 | TASK | Gather variables for each operating system 2026-02-26 16:51:40.366068 | fa163e59-d9bd-ca95-7e8e-000000005099 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:38.891290 | 0.12s 2026-02-26 16:51:40.400281 | fa163e59-d9bd-ca95-7e8e-00000000509a | TASK | Create container logs path 2026-02-26 16:51:40.653343 | fa163e59-d9bd-ca95-7e8e-00000000509a | OK | Create container logs path | standalone 2026-02-26 16:51:40.654849 | fa163e59-d9bd-ca95-7e8e-00000000509a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:39.180097 | 0.25s 2026-02-26 16:51:40.676368 | fa163e59-d9bd-ca95-7e8e-00000000509c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-02-26 16:51:40.900574 | fa163e59-d9bd-ca95-7e8e-00000000509c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-26 16:51:40.901722 | fa163e59-d9bd-ca95-7e8e-00000000509c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:39.426966 | 0.22s 2026-02-26 16:51:40.927509 | fa163e59-d9bd-ca95-7e8e-00000000509d | TASK | Finalise hashes for all containers 2026-02-26 16:51:40.968414 | fa163e59-d9bd-ca95-7e8e-00000000509d | OK | Finalise hashes for all containers | standalone 2026-02-26 16:51:40.970676 | fa163e59-d9bd-ca95-7e8e-00000000509d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:39.495888 | 0.04s 2026-02-26 16:51:41.003208 | fa163e59-d9bd-ca95-7e8e-00000000509f | TASK | Manage systemd shutdown files 2026-02-26 16:51:41.034704 | fa163e59-d9bd-ca95-7e8e-00000000509f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:39.559936 | 0.03s 2026-02-26 16:51:41.060721 | 687f35ef-eb55-425f-9cf3-b0807daf9e2e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-26 16:51:41.094380 | fa163e59-d9bd-ca95-7e8e-0000000050d2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-26 16:51:41.393842 | fa163e59-d9bd-ca95-7e8e-0000000050d2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-26 16:51:41.394752 | fa163e59-d9bd-ca95-7e8e-0000000050d2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:39.920001 | 0.30s 2026-02-26 16:51:41.415821 | fa163e59-d9bd-ca95-7e8e-0000000050d3 | TASK | Set podman_drop_in fact 2026-02-26 16:51:41.476047 | fa163e59-d9bd-ca95-7e8e-0000000050d3 | OK | Set podman_drop_in fact | standalone 2026-02-26 16:51:41.477101 | fa163e59-d9bd-ca95-7e8e-0000000050d3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:40.002347 | 0.06s 2026-02-26 16:51:41.501953 | fa163e59-d9bd-ca95-7e8e-0000000050d5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-26 16:51:42.030049 | fa163e59-d9bd-ca95-7e8e-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-26 16:51:42.031944 | fa163e59-d9bd-ca95-7e8e-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:40.557169 | 0.53s 2026-02-26 16:51:42.495974 | fa163e59-d9bd-ca95-7e8e-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-26 16:51:42.497763 | fa163e59-d9bd-ca95-7e8e-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:41.023013 | 0.99s 2026-02-26 16:51:42.508674 | fa163e59-d9bd-ca95-7e8e-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:41.033911 | 1.01s 2026-02-26 16:51:42.541877 | fa163e59-d9bd-ca95-7e8e-0000000050d6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-26 16:51:43.069099 | fa163e59-d9bd-ca95-7e8e-0000000050d6 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-26 16:51:43.071077 | fa163e59-d9bd-ca95-7e8e-0000000050d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:41.596308 | 0.53s 2026-02-26 16:51:43.103069 | fa163e59-d9bd-ca95-7e8e-0000000050d7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-26 16:51:43.664548 | fa163e59-d9bd-ca95-7e8e-0000000050d7 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-26 16:51:43.667186 | fa163e59-d9bd-ca95-7e8e-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:42.192422 | 0.56s 2026-02-26 16:51:43.698415 | fa163e59-d9bd-ca95-7e8e-0000000050d8 | TASK | Enable and start tripleo-container-shutdown 2026-02-26 16:51:44.682750 | fa163e59-d9bd-ca95-7e8e-0000000050d8 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-26 16:51:44.685012 | fa163e59-d9bd-ca95-7e8e-0000000050d8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:43.210248 | 0.99s 2026-02-26 16:51:44.716496 | fa163e59-d9bd-ca95-7e8e-0000000050d9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-26 16:51:45.300240 | fa163e59-d9bd-ca95-7e8e-0000000050d9 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-26 16:51:45.301262 | fa163e59-d9bd-ca95-7e8e-0000000050d9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:43.826507 | 0.58s 2026-02-26 16:51:45.325130 | fa163e59-d9bd-ca95-7e8e-0000000050da | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-26 16:51:45.871511 | fa163e59-d9bd-ca95-7e8e-0000000050da | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-26 16:51:45.873049 | fa163e59-d9bd-ca95-7e8e-0000000050da | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:44.398289 | 0.55s 2026-02-26 16:51:45.903701 | fa163e59-d9bd-ca95-7e8e-0000000050db | TASK | Enable and start netns-placeholder 2026-02-26 16:51:46.920785 | fa163e59-d9bd-ca95-7e8e-0000000050db | CHANGED | Enable and start netns-placeholder | standalone 2026-02-26 16:51:46.923053 | fa163e59-d9bd-ca95-7e8e-0000000050db | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:45.448290 | 1.02s 2026-02-26 16:51:46.959733 | fa163e59-d9bd-ca95-7e8e-0000000050a1 | TASK | Update container configs with new config hashes 2026-02-26 16:51:47.025113 | fa163e59-d9bd-ca95-7e8e-0000000050a1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:45.550341 | 0.06s 2026-02-26 16:51:47.046804 | 33657fd3-40d0-41d0-8552-dfe416ac2372 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-26 16:51:47.081100 | fa163e59-d9bd-ca95-7e8e-000000005103 | TASK | Update config hashes for container startup configs 2026-02-26 16:51:47.377323 | fa163e59-d9bd-ca95-7e8e-000000005103 | OK | Update config hashes for container startup configs | standalone 2026-02-26 16:51:47.378498 | fa163e59-d9bd-ca95-7e8e-000000005103 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:45.903741 | 0.30s 2026-02-26 16:51:47.407582 | fa163e59-d9bd-ca95-7e8e-0000000050a2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-26 16:51:47.466168 | fa163e59-d9bd-ca95-7e8e-0000000050a2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:45.991394 | 0.06s 2026-02-26 16:51:47.481231 | fa91c11e-cf65-4af1-a8c2-2b5c1273911a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-26 16:51:47.511004 | fa163e59-d9bd-ca95-7e8e-000000005122 | TASK | Gather podman infos 2026-02-26 16:51:49.887137 | fa163e59-d9bd-ca95-7e8e-000000005122 | OK | Gather podman infos | standalone 2026-02-26 16:51:49.888478 | fa163e59-d9bd-ca95-7e8e-000000005122 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:48.413720 | 2.38s 2026-02-26 16:51:50.035182 | fa163e59-d9bd-ca95-7e8e-000000005123 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-26 16:51:50.115382 | fa163e59-d9bd-ca95-7e8e-000000005123 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:48.640625 | 0.07s 2026-02-26 16:51:50.309027 | fa163e59-d9bd-ca95-7e8e-00000000516c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:48.834252 | 0.14s 2026-02-26 16:51:50.371585 | fa163e59-d9bd-ca95-7e8e-0000000050a3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-26 16:51:50.433928 | fa163e59-d9bd-ca95-7e8e-0000000050a3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:48.959165 | 0.06s 2026-02-26 16:51:50.451302 | 0fdbf1ff-0022-43c3-85aa-93e8c259a342 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-26 16:51:50.489450 | fa163e59-d9bd-ca95-7e8e-000000005192 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-26 16:52:15.672382 | fa163e59-d9bd-ca95-7e8e-000000005192 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-26 16:52:15.674239 | fa163e59-d9bd-ca95-7e8e-000000005192 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:14.199482 | 25.18s 2026-02-26 16:52:15.699699 | fa163e59-d9bd-ca95-7e8e-000000005193 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-26 16:52:43.047583 | fa163e59-d9bd-ca95-7e8e-000000005193 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-26 16:52:43.050447 | fa163e59-d9bd-ca95-7e8e-000000005193 | 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:41.575687 | 27.35s 2026-02-26 16:52:43.127516 | fa163e59-d9bd-ca95-7e8e-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2026-02-26 16:52:43.306248 | fa163e59-d9bd-ca95-7e8e-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-02-26 16:52:43.307222 | fa163e59-d9bd-ca95-7e8e-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:41.832467 | 0.18s 2026-02-26 16:52:43.335585 | fa163e59-d9bd-ca95-7e8e-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2026-02-26 16:52:43.372864 | fa163e59-d9bd-ca95-7e8e-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:41.898097 | 0.04s 2026-02-26 16:52:43.393872 | fa163e59-d9bd-ca95-7e8e-000000005000 | TASK | Include container-puppet tasks for step 5 2026-02-26 16:52:43.431349 | fa163e59-d9bd-ca95-7e8e-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:41.956588 | 0.04s 2026-02-26 16:52:43.444068 | b32cd3af-9339-41ae-a6f0-9f1968389777 | INCLUDED | /root/standalone-ansible-an2_1b3z/host-container-puppet-tasks.yaml | standalone 2026-02-26 16:52:43.515746 | fa163e59-d9bd-ca95-7e8e-0000000051de | TASK | Write container-puppet-tasks json file for standalone step 5 2026-02-26 16:52:44.047550 | fa163e59-d9bd-ca95-7e8e-0000000051de | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-02-26 16:52:44.049862 | fa163e59-d9bd-ca95-7e8e-0000000051de | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:42.575009 | 0.53s 2026-02-26 16:52:44.081119 | fa163e59-d9bd-ca95-7e8e-0000000051e0 | TASK | Generate container puppet configs for step 5 2026-02-26 16:52:44.305330 | fa163e59-d9bd-ca95-7e8e-0000000051e0 | OK | Generate container puppet configs for step 5 | standalone 2026-02-26 16:52:44.307843 | fa163e59-d9bd-ca95-7e8e-0000000051e0 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:42.833078 | 0.22s 2026-02-26 16:52:44.341110 | fa163e59-d9bd-ca95-7e8e-0000000051e1 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-02-26 16:52:44.362489 | fa163e59-d9bd-ca95-7e8e-0000000051e1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:42.887720 | 0.02s 2026-02-26 16:52:44.435475 | fa163e59-d9bd-ca95-7e8e-000000005210 | TASK | Gather variables for each operating system 2026-02-26 16:52:44.569126 | fa163e59-d9bd-ca95-7e8e-000000005210 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:43.094352 | 0.13s 2026-02-26 16:52:44.593747 | fa163e59-d9bd-ca95-7e8e-000000005211 | TASK | Create container logs path 2026-02-26 16:52:44.832297 | fa163e59-d9bd-ca95-7e8e-000000005211 | OK | Create container logs path | standalone 2026-02-26 16:52:44.833990 | fa163e59-d9bd-ca95-7e8e-000000005211 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:43.359234 | 0.24s 2026-02-26 16:52:44.859384 | fa163e59-d9bd-ca95-7e8e-000000005213 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-26 16:52:45.146457 | fa163e59-d9bd-ca95-7e8e-000000005213 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-26 16:52:45.147674 | fa163e59-d9bd-ca95-7e8e-000000005213 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:43.672887 | 0.29s 2026-02-26 16:52:45.180060 | fa163e59-d9bd-ca95-7e8e-000000005214 | TASK | Finalise hashes for all containers 2026-02-26 16:52:45.229030 | fa163e59-d9bd-ca95-7e8e-000000005214 | OK | Finalise hashes for all containers | standalone 2026-02-26 16:52:45.230128 | fa163e59-d9bd-ca95-7e8e-000000005214 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:43.755368 | 0.05s 2026-02-26 16:52:45.259981 | fa163e59-d9bd-ca95-7e8e-000000005216 | TASK | Manage systemd shutdown files 2026-02-26 16:52:45.294554 | fa163e59-d9bd-ca95-7e8e-000000005216 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-26 16:52:45.295750 | fa163e59-d9bd-ca95-7e8e-000000005216 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:43.820990 | 0.03s 2026-02-26 16:52:45.325615 | fa163e59-d9bd-ca95-7e8e-000000005218 | TASK | Update container configs with new config hashes 2026-02-26 16:52:45.376729 | fa163e59-d9bd-ca95-7e8e-000000005218 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-26 16:52:45.377838 | fa163e59-d9bd-ca95-7e8e-000000005218 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:43.903079 | 0.05s 2026-02-26 16:52:45.411023 | fa163e59-d9bd-ca95-7e8e-000000005219 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-26 16:52:45.462241 | fa163e59-d9bd-ca95-7e8e-000000005219 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-26 16:52:45.463326 | fa163e59-d9bd-ca95-7e8e-000000005219 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:43.988564 | 0.05s 2026-02-26 16:52:45.496890 | fa163e59-d9bd-ca95-7e8e-00000000521a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-26 16:52:45.554134 | fa163e59-d9bd-ca95-7e8e-00000000521a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-26 16:52:45.555591 | fa163e59-d9bd-ca95-7e8e-00000000521a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:44.080830 | 0.06s PLAY [Server Post Deployments] ************************************************* 2026-02-26 16:52:45.711402 | fa163e59-d9bd-ca95-7e8e-0000000000f7 | TASK | Server Post Deployments 2026-02-26 16:52:45.749196 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000f7') missing from stats 2026-02-26 16:52:45.828806 | fa163e59-d9bd-ca95-7e8e-0000000000f8 | TIMING | include_tasks | standalone | 0:29:44.354039 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2026-02-26 16:52:45.969225 | fa163e59-d9bd-ca95-7e8e-0000000000fc | TASK | External deployment Post Deploy tasks 2026-02-26 16:52:46.007222 | fa163e59-d9bd-ca95-7e8e-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', 'fa163e59-d9bd-ca95-7e8e-0000000000fc') missing from stats 2026-02-26 16:52:46.024164 | fa163e59-d9bd-ca95-7e8e-000000000100 | TASK | is additonal Cell? 2026-02-26 16:52:46.060325 | fa163e59-d9bd-ca95-7e8e-000000000100 | OK | is additonal Cell? | undercloud 2026-02-26 16:52:46.061326 | fa163e59-d9bd-ca95-7e8e-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:44.586570 | 0.04s 2026-02-26 16:52:46.077040 | fa163e59-d9bd-ca95-7e8e-000000000102 | TASK | discover via nova_manager? 2026-02-26 16:52:46.144770 | fa163e59-d9bd-ca95-7e8e-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-02-26 16:52:46.145720 | fa163e59-d9bd-ca95-7e8e-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:44.670961 | 0.07s 2026-02-26 16:52:46.161274 | fa163e59-d9bd-ca95-7e8e-000000000103 | TASK | discover via nova_api? 2026-02-26 16:52:46.251601 | fa163e59-d9bd-ca95-7e8e-000000000103 | OK | discover via nova_api? | undercloud 2026-02-26 16:52:46.252758 | fa163e59-d9bd-ca95-7e8e-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:44.777998 | 0.09s 2026-02-26 16:52:46.268406 | fa163e59-d9bd-ca95-7e8e-000000000104 | TASK | Warn if no discovery host available 2026-02-26 16:52:46.336849 | fa163e59-d9bd-ca95-7e8e-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-02-26 16:52:46.338239 | fa163e59-d9bd-ca95-7e8e-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:44.863475 | 0.07s 2026-02-26 16:52:46.376275 | fa163e59-d9bd-ca95-7e8e-000000000105 | TASK | Discovering nova hosts 2026-02-26 16:52:49.038534 | fa163e59-d9bd-ca95-7e8e-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-000000000105') missing from stats 2026-02-26 16:52:49.117194 | fa163e59-d9bd-ca95-7e8e-000000000106 | OK | set_fact | undercloud 2026-02-26 16:52:49.118410 | fa163e59-d9bd-ca95-7e8e-000000000106 | TIMING | set_fact | undercloud | 0:29:47.643651 | 0.06s 2026-02-26 16:52:49.133745 | fa163e59-d9bd-ca95-7e8e-000000000108 | TASK | Set up group_vars 2026-02-26 16:52:49.171357 | fa163e59-d9bd-ca95-7e8e-000000000108 | OK | Set up group_vars | undercloud 2026-02-26 16:52:49.172249 | fa163e59-d9bd-ca95-7e8e-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:47.697494 | 0.04s 2026-02-26 16:52:49.187692 | fa163e59-d9bd-ca95-7e8e-000000000109 | TASK | Make needed directories on the undercloud 2026-02-26 16:52:49.417825 | fa163e59-d9bd-ca95-7e8e-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-an2_1b3z/octavia-ansible 2026-02-26 16:52:49.421337 | fa163e59-d9bd-ca95-7e8e-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:47.946563 | 0.23s 2026-02-26 16:52:49.641524 | fa163e59-d9bd-ca95-7e8e-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-an2_1b3z/octavia-ansible/local_dir 2026-02-26 16:52:49.643104 | fa163e59-d9bd-ca95-7e8e-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:48.168353 | 0.45s 2026-02-26 16:52:49.839622 | fa163e59-d9bd-ca95-7e8e-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-an2_1b3z/octavia-ansible/group_vars 2026-02-26 16:52:49.842447 | fa163e59-d9bd-ca95-7e8e-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:48.367685 | 0.65s 2026-02-26 16:52:49.855021 | fa163e59-d9bd-ca95-7e8e-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:48.380257 | 0.67s 2026-02-26 16:52:49.873799 | fa163e59-d9bd-ca95-7e8e-00000000010a | TASK | Write group_vars file 2026-02-26 16:52:50.422304 | fa163e59-d9bd-ca95-7e8e-00000000010a | CHANGED | Write group_vars file | undercloud 2026-02-26 16:52:50.423371 | fa163e59-d9bd-ca95-7e8e-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:48.948615 | 0.55s 2026-02-26 16:52:50.451663 | fa163e59-d9bd-ca95-7e8e-00000000010b | TASK | Gather missing facts 2026-02-26 16:52:50.798259 | fa163e59-d9bd-ca95-7e8e-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e59-d9bd- ca95-7e8e-00000000010b') missing from stats 2026-02-26 16:52:51.187741 | fa163e59-d9bd-ca95-7e8e-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:49.712986 | 0.74s 2026-02-26 16:52:51.203838 | fa163e59-d9bd-ca95-7e8e-00000000010c | TASK | Write octavia inventory 2026-02-26 16:52:51.771735 | fa163e59-d9bd-ca95-7e8e-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-02-26 16:52:51.773318 | fa163e59-d9bd-ca95-7e8e-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:50.298554 | 0.57s 2026-02-26 16:52:51.793162 | fa163e59-d9bd-ca95-7e8e-00000000010d | TASK | Check for ssh_private_key in working directory 2026-02-26 16:52:51.980410 | fa163e59-d9bd-ca95-7e8e-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-02-26 16:52:51.981271 | fa163e59-d9bd-ca95-7e8e-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:50.506516 | 0.19s 2026-02-26 16:52:51.997202 | fa163e59-d9bd-ca95-7e8e-00000000010e | TASK | Set private key location 2026-02-26 16:52:52.032921 | fa163e59-d9bd-ca95-7e8e-00000000010e | SKIPPED | Set private key location | undercloud 2026-02-26 16:52:52.033771 | fa163e59-d9bd-ca95-7e8e-00000000010e | TIMING | Set private key location | undercloud | 0:29:50.559017 | 0.04s 2026-02-26 16:52:52.047535 | fa163e59-d9bd-ca95-7e8e-00000000010f | TASK | Configure octavia command 2026-02-26 16:52:52.084178 | fa163e59-d9bd-ca95-7e8e-00000000010f | OK | Configure octavia command | undercloud 2026-02-26 16:52:52.085071 | fa163e59-d9bd-ca95-7e8e-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:50.610315 | 0.04s 2026-02-26 16:52:52.126168 | fa163e59-d9bd-ca95-7e8e-000000000110 | OK | set_fact | undercloud 2026-02-26 16:52:52.127225 | fa163e59-d9bd-ca95-7e8e-000000000110 | TIMING | set_fact | undercloud | 0:29:50.652472 | 0.03s 2026-02-26 16:52:52.179386 | fa163e59-d9bd-ca95-7e8e-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-an2_1b3z/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-an2_1b3z/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-an2_1b3z/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-02-26 16:52:52.180906 | fa163e59-d9bd-ca95-7e8e-000000000111 | TIMING | debug | undercloud | 0:29:50.706142 | 0.03s 2026-02-26 16:52:52.197835 | fa163e59-d9bd-ca95-7e8e-000000000112 | TASK | Configure octavia on overcloud 2026-02-26 16:57:04.755087 | fa163e59-d9bd-ca95-7e8e-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-02-26 16:57:04.756980 | fa163e59-d9bd-ca95-7e8e-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:03.282225 | 252.56s 2026-02-26 16:57:04.773094 | fa163e59-d9bd-ca95-7e8e-000000000113 | TASK | Purge temp dirs 2026-02-26 16:57:04.992687 | fa163e59-d9bd-ca95-7e8e-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-an2_1b3z/octavia-ansible/local_dir 2026-02-26 16:57:04.993566 | fa163e59-d9bd-ca95-7e8e-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:03.518809 | 0.22s 2026-02-26 16:57:04.997081 | fa163e59-d9bd-ca95-7e8e-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:03.522310 | 0.22s 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-02-26 16:57:05.079518 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:57:05.081189 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:57:05.082716 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:03.607958 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-26 16:57:05.084651 | UUID | Info | Host | Task Name | Run Time 2026-02-26 16:57:05.085979 | fa163e59-d9bd-ca95-7e8e-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 252.56s 2026-02-26 16:57:05.087463 | fa163e59-d9bd-ca95-7e8e-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 246.04s 2026-02-26 16:57:05.089181 | fa163e59-d9bd-ca95-7e8e-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 | 146.02s 2026-02-26 16:57:05.090833 | fa163e59-d9bd-ca95-7e8e-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 110.47s 2026-02-26 16:57:05.092323 | fa163e59-d9bd-ca95-7e8e-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.51s 2026-02-26 16:57:05.093802 | fa163e59-d9bd-ca95-7e8e-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 57.24s 2026-02-26 16:57:05.095495 | fa163e59-d9bd-ca95-7e8e-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 56.81s 2026-02-26 16:57:05.097191 | fa163e59-d9bd-ca95-7e8e-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.71s 2026-02-26 16:57:05.098657 | fa163e59-d9bd-ca95-7e8e-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.08s 2026-02-26 16:57:05.100146 | fa163e59-d9bd-ca95-7e8e-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.96s 2026-02-26 16:57:05.101846 | fa163e59-d9bd-ca95-7e8e-000000004ff7 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.86s 2026-02-26 16:57:05.103234 | fa163e59-d9bd-ca95-7e8e-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.58s 2026-02-26 16:57:05.104623 | fa163e59-d9bd-ca95-7e8e-000000005193 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 27.35s 2026-02-26 16:57:05.105393 | fa163e59-d9bd-ca95-7e8e-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.23s 2026-02-26 16:57:05.106358 | fa163e59-d9bd-ca95-7e8e-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.95s 2026-02-26 16:57:05.107357 | fa163e59-d9bd-ca95-7e8e-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.36s 2026-02-26 16:57:05.108721 | fa163e59-d9bd-ca95-7e8e-000000005192 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.18s 2026-02-26 16:57:05.109351 | fa163e59-d9bd-ca95-7e8e-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.17s 2026-02-26 16:57:05.110316 | fa163e59-d9bd-ca95-7e8e-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.99s 2026-02-26 16:57:05.111412 | fa163e59-d9bd-ca95-7e8e-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.28s 2026-02-26 16:57:05.112375 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-an2_1b3z Install artifact is located at /root/standalone-install-20260226165705.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.wn1xpL8VaA + exit 0 ~/ci-framework-data/artifacts