~/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.sP6t0y5uEC + 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.sP6t0y5uEC/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.sP6t0y5uEC/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.sP6t0y5uEC + J2_VARS_FILE=/tmp/tmp.sP6t0y5uEC/tmp.V9ewVErmdb.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.sP6t0y5uEC/tmp.V9ewVErmdb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.sP6t0y5uEC/tmp.V9ewVErmdb.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.sP6t0y5uEC/tmp.V9ewVErmdb.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.sP6t0y5uEC/tmp.V9ewVErmdb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.sP6t0y5uEC/tmp.V9ewVErmdb.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.sP6t0y5uEC/tmp.V9ewVErmdb.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.sP6t0y5uEC/tmp.V9ewVErmdb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.sP6t0y5uEC/tmp.V9ewVErmdb.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.sP6t0y5uEC/tmp.V9ewVErmdb.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.sP6t0y5uEC/tmp.V9ewVErmdb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.sP6t0y5uEC/tmp.V9ewVErmdb.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.sP6t0y5uEC/tmp.V9ewVErmdb.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.sP6t0y5uEC/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.sP6t0y5uEC/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.sP6t0y5uEC/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.sP6t0y5uEC/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.sP6t0y5uEC/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 8.8 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.7 MB/s | 223 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 472 kB/s | 64 kB 00:00 (3/399): boost-system-1.75.0-8.el9.x86_64.rpm 101 kB/s | 15 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.0 MB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 361 kB/s | 24 kB 00:00 (6/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 477 kB/s | 17 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.0 MB/s | 216 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.2 MB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 1.2 MB/s | 59 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 812 kB/s | 34 kB 00:00 (11/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 693 kB/s | 25 kB 00:00 (12/399): perl-File-Temp-0.231.100-4.el9.noarch 1.2 MB/s | 63 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 221 kB/s | 16 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 5.4 MB/s | 283 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.5 MB/s | 321 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 5.1 MB/s | 224 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 911 kB/s | 45 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 8.0 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.3 MB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 4.5 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.1 MB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 354 kB/s | 18 kB 00:00 (23/399): perl-libnet-3.13-4.el9.noarch.rpm 3.5 MB/s | 134 kB 00:00 (24/399): perl-URI-5.09-3.el9.noarch.rpm 2.3 MB/s | 125 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 682 kB/s | 26 kB 00:00 (26/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 659 kB/s | 28 kB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 774 kB/s | 31 kB 00:00 (29/399): perl-Mozilla-CA-20200520-6.el9.noarch 407 kB/s | 14 kB 00:00 (30/399): perl-Encode-3.08-462.el9.x86_64.rpm 25 MB/s | 1.7 MB 00:00 (31/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 583 kB/s | 24 kB 00:00 (32/399): perl-Time-Local-1.300-7.el9.noarch.rp 669 kB/s | 37 kB 00:00 (33/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.8 MB/s | 73 kB 00:00 (34/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.6 MB/s | 218 kB 00:00 (35/399): perl-Pod-Escapes-1.07-460.el9.noarch. 607 kB/s | 22 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.8 MB/s | 76 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 782 kB/s | 30 kB 00:00 (38/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.5 MB/s | 59 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 9.0 MB/s | 410 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 2.2 MB/s | 108 kB 00:00 (41/399): libburn-1.5.4-4.el9.x86_64.rpm 4.0 MB/s | 175 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 1.0 MB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 962 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 441 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.4 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 566 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 975 kB/s | 38 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.1 MB/s | 92 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.8 MB/s | 77 kB 00:00 (51/399): perl-podlators-4.14-460.el9.noarch.rp 2.7 MB/s | 118 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 447 kB/s | 25 kB 00:00 (53/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.6 MB/s | 112 kB 00:00 (54/399): python3-appdirs-1.4.4-4.el9.noarch.rp 641 kB/s | 27 kB 00:00 (55/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.6 MB/s | 163 kB 00:00 (56/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.0 MB/s | 96 kB 00:00 (57/399): perl-Socket-2.031-4.el9.x86_64.rpm 360 kB/s | 58 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 1.4 MB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 812 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 4.8 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.0 MB/s | 221 kB 00:00 (62/399): python3-augeas-0.5.0-25.el9.noarch.rp 644 kB/s | 31 kB 00:00 (63/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 10 MB/s | 489 kB 00:00 (64/399): python3-alembic-1.7.5-3.el9.noarch.rp 12 MB/s | 900 kB 00:00 (65/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.4 MB/s | 459 kB 00:00 (66/399): jq-1.6-14.el9.x86_64.rpm 4.2 MB/s | 190 kB 00:00 (67/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.4 MB/s | 59 kB 00:00 (68/399): perl-B-1.80-480.el9.x86_64.rpm 4.6 MB/s | 185 kB 00:00 (69/399): perl-Class-Struct-0.66-480.el9.noarch 626 kB/s | 24 kB 00:00 (70/399): perl-AutoLoader-5.74-480.el9.noarch.r 344 kB/s | 23 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 476 kB/s | 17 kB 00:00 (72/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 548 kB/s | 23 kB 00:00 (73/399): perl-File-Basename-2.85-480.el9.noarc 275 kB/s | 19 kB 00:00 (74/399): perl-File-stat-1.09-480.el9.noarch.rp 344 kB/s | 19 kB 00:00 (75/399): perl-FileHandle-2.03-480.el9.noarch.r 368 kB/s | 17 kB 00:00 (76/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 668 kB/s | 25 kB 00:00 (77/399): perl-Getopt-Std-1.12-480.el9.noarch.r 322 kB/s | 17 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.8 MB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 349 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 314 kB/s | 16 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 1.3 MB/s | 75 kB 00:00 (82/399): perl-overload-1.31-480.el9.noarch.rpm 1.2 MB/s | 47 kB 00:00 (83/399): perl-libs-5.32.1-480.el9.x86_64.rpm 30 MB/s | 2.2 MB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 243 kB/s | 15 kB 00:00 (85/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 949 kB/s | 40 kB 00:00 (86/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.2 MB/s | 259 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 712 kB/s | 42 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 2.3 MB/s | 94 kB 00:00 (89/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 667 kB/s | 25 kB 00:00 (90/399): perl-base-2.27-480.el9.noarch.rpm 438 kB/s | 18 kB 00:00 (91/399): perl-mro-1.23-480.el9.x86_64.rpm 791 kB/s | 31 kB 00:00 (92/399): perl-if-0.60.800-480.el9.noarch.rpm 307 kB/s | 16 kB 00:00 (93/399): perl-vars-1.05-480.el9.noarch.rpm 300 kB/s | 15 kB 00:00 (94/399): perl-subs-1.03-480.el9.noarch.rpm 230 kB/s | 13 kB 00:00 (95/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.1 MB/s | 176 kB 00:00 (96/399): ipa-client-common-4.10.1-12.el9_2.2.n 1.1 MB/s | 44 kB 00:00 (97/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 6.8 MB/s | 452 kB 00:00 (98/399): rhel-system-roles-1.21.2-1.el9_2.noar 28 MB/s | 2.4 MB 00:00 (99/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 14 MB/s | 656 kB 00:00 (100/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.2 MB/s | 57 kB 00:00 (101/399): python3-ipaclient-4.10.1-12.el9_2.2. 11 MB/s | 648 kB 00:00 (102/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 680 kB/s | 41 kB 00:00 (104/399): ruby-default-gems-3.0.4-161.el9_2.2. 883 kB/s | 46 kB 00:00 (105/399): buildah-1.29.5-1.el9_2.x86_64.rpm 62 MB/s | 8.6 MB 00:00 (106/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.1 MB/s | 55 kB 00:00 (107/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 36 MB/s | 3.3 MB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 7.8 MB/s | 456 kB 00:00 (109/399): rubygem-io-console-0.5.7-161.el9_2.2 337 kB/s | 26 kB 00:00 (110/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.4 MB/s | 59 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 574 kB/s | 60 kB 00:00 (112/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.4 MB/s | 110 kB 00:00 (113/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.6 MB/s | 441 kB 00:00 (114/399): rubygems-3.2.33-161.el9_2.2.noarch.r 7.4 MB/s | 306 kB 00:00 (115/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.7 MB/s | 245 kB 00:00 (116/399): python3-openvswitch3.3-3.3.6-141.el9 7.3 MB/s | 383 kB 00:00 (117/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 55 MB/s | 7.9 MB 00:00 (118/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 18 MB/s | 2.2 MB 00:00 (119/399): bash-completion-2.11-4.el9.noarch.rp 7.3 MB/s | 459 kB 00:00 (120/399): device-mapper-persistent-data-0.9.0- 15 MB/s | 786 kB 00:00 (121/399): libaio-0.3.111-13.el9.x86_64.rpm 632 kB/s | 26 kB 00:00 (122/399): glibc-langpack-en-2.34-60.el9.x86_64 14 MB/s | 675 kB 00:00 (123/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.5 MB/s | 62 kB 00:00 (124/399): krb5-workstation-1.20.1-8.el9.x86_64 10 MB/s | 542 kB 00:00 (125/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.8 MB/s | 81 kB 00:00 (126/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 1.0 MB/s | 37 kB 00:00 (127/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 (128/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 354 kB/s | 16 kB 00:00 (129/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 297 kB/s | 12 kB 00:00 (130/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 895 kB/s | 36 kB 00:00 (131/399): python3-dns-2.2.1-2.el9.noarch.rpm 6.6 MB/s | 418 kB 00:00 (132/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 691 kB/s | 30 kB 00:00 (133/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 332 kB/s | 19 kB 00:00 (134/399): device-mapper-event-libs-1.02.187-7. 633 kB/s | 31 kB 00:00 (135/399): device-mapper-event-1.02.187-7.el9_2 576 kB/s | 32 kB 00:00 (136/399): ansible-collection-ansible-netcommon 4.1 MB/s | 181 kB 00:00 (137/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 16 MB/s | 1.0 MB 00:00 (138/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 16 MB/s | 1.5 MB 00:00 (139/399): ansible-collection-ansible-posix-1.2 2.7 MB/s | 124 kB 00:00 (140/399): ansible-collection-ansible-utils-2.3 1.6 MB/s | 91 kB 00:00 (141/399): ansible-collection-community-general 26 MB/s | 1.3 MB 00:00 (142/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 2.0 MB/s | 77 kB 00:00 (143/399): golang-github-vbatts-tar-split-0.11. 15 MB/s | 1.0 MB 00:00 (144/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.8 MB/s | 162 kB 00:00 (145/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.4 MB/s | 178 kB 00:00 (146/399): puppet-fdio-18.2-1.20220727113954.6f 729 kB/s | 25 kB 00:00 (147/399): python3-ansible-runner-2.0.0a1-3.el9 3.0 MB/s | 122 kB 00:00 (148/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.0 MB/s | 44 kB 00:00 (149/399): python3-beautifulsoup4-4.9.3-2.el9os 4.2 MB/s | 204 kB 00:00 (150/399): python3-croniter-0.3.35-2.el9ost.noa 1.0 MB/s | 49 kB 00:00 (151/399): python3-daemon-2.3.0-1.el9ost.noarch 1.0 MB/s | 39 kB 00:00 (152/399): python3-docutils-0.16-6.el9ost.noarc 27 MB/s | 1.5 MB 00:00 (153/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.1 MB/s | 44 kB 00:00 (154/399): python3-gevent-21.1.2-2.el9ost.x86_6 12 MB/s | 1.6 MB 00:00 (155/399): python3-gitdb-4.0.5-2.el9ost.noarch. 777 kB/s | 107 kB 00:00 (156/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.0 MB/s | 284 kB 00:00 (157/399): python3-jmespath-0.10.0-1.el9ost.noa 1.0 MB/s | 46 kB 00:00 (158/399): python3-lockfile-0.12.2-2.el9ost.noa 767 kB/s | 31 kB 00:00 (159/399): python3-memcached-1.59-3.el9ost.noar 1.0 MB/s | 40 kB 00:00 (160/399): python3-logutils-0.3.5-15.el9ost.noa 618 kB/s | 47 kB 00:00 (161/399): python3-migrate-0.13.0-1.el9ost.noar 4.7 MB/s | 224 kB 00:00 (162/399): python3-mimeparse-1.6.0-16.el9ost.no 435 kB/s | 16 kB 00:00 (163/399): python3-natsort-7.1.1-2.el9ost.noarc 1.4 MB/s | 59 kB 00:00 (164/399): python3-pecan-1.4.0-2.el9ost.noarch. 6.1 MB/s | 273 kB 00:00 (165/399): python3-passlib-1.7.4-3.el9ost.noarc 13 MB/s | 712 kB 00:00 (166/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.9 MB/s | 90 kB 00:00 (167/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.2 MB/s | 111 kB 00:00 (168/399): python3-pyperclip-1.8.0-3.el9ost.noa 545 kB/s | 25 kB 00:00 (169/399): python3-setproctitle-1.2.2-1.el9ost. 575 kB/s | 23 kB 00:00 (170/399): python3-soupsieve-2.2-1.el9ost.noarc 1.5 MB/s | 67 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 916 kB/s | 47 kB 00:00 (172/399): python3-sqlalchemy13-1.3.24-3.el9ost 29 MB/s | 1.7 MB 00:00 (173/399): python3-tenacity-6.3.1-1.el9ost.noar 1.1 MB/s | 51 kB 00:00 (174/399): python3-webtest-2.0.35-6.el9ost.noar 1.8 MB/s | 82 kB 00:00 (175/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 9.4 MB/s | 396 kB 00:00 (176/399): python3-zope-interface-5.4.0-1.el9os 5.1 MB/s | 202 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 4.0 MB/s | 205 kB 00:00 (178/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.8 MB/s | 243 kB 00:00 (179/399): rubygem-fast_gettext-1.2.0-9.el9ost. 903 kB/s | 34 kB 00:00 (180/399): rubygem-deep_merge-1.2.1-7.el9ost.no 306 kB/s | 14 kB 00:00 (181/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.9 MB/s | 90 kB 00:00 (182/399): rubygem-multi_json-1.15.0-2.el9ost.n 508 kB/s | 22 kB 00:00 (183/399): rubygem-puppet-resource_api-1.8.13-1 778 kB/s | 34 kB 00:00 (184/399): rubygem-semantic_puppet-1.0.4-2.el9o 483 kB/s | 21 kB 00:00 (185/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 8.8 MB/s | 433 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 232 kB/s | 16 kB 00:00 (187/399): ansible-config_template-2.0.1-17.1.2 738 kB/s | 29 kB 00:00 (188/399): ansible-role-atos-hsm-1.0.1-17.1.202 437 kB/s | 17 kB 00:00 (189/399): ansible-role-chrony-1.3.1-17.1.20230 542 kB/s | 22 kB 00:00 (190/399): ansible-role-collectd-config-0.0.3-1 1.4 MB/s | 53 kB 00:00 (191/399): ansible-role-container-registry-1.4. 609 kB/s | 24 kB 00:00 (192/399): ansible-role-openstack-operations-0. 744 kB/s | 30 kB 00:00 (193/399): ansible-role-qdr-config-0.0.2-17.1.2 576 kB/s | 21 kB 00:00 (194/399): ansible-role-redhat-subscription-1.3 699 kB/s | 28 kB 00:00 (195/399): ansible-role-thales-hsm-3.0.1-17.1.2 445 kB/s | 21 kB 00:00 (196/399): ansible-role-tripleo-modify-image-1. 661 kB/s | 27 kB 00:00 (197/399): ansible-tripleo-ipa-0.3.1-17.1.20230 941 kB/s | 36 kB 00:00 (198/399): ansible-tripleo-ipsec-11.0.1-17.1.20 993 kB/s | 38 kB 00:00 (199/399): dib-utils-0.0.11-17.1.20230620173328 316 kB/s | 12 kB 00:00 (200/399): openstack-heat-agents-2.2.1-17.1.202 259 kB/s | 9.6 kB 00:00 (201/399): os-apply-config-13.1.1-17.1.20231020 1.2 MB/s | 54 kB 00:00 (202/399): os-collect-config-13.1.1-17.1.202310 1.2 MB/s | 50 kB 00:00 (203/399): os-refresh-config-13.1.1-17.1.202310 587 kB/s | 21 kB 00:00 (204/399): puppet-aodh-18.4.2-17.1.202306201512 1.6 MB/s | 62 kB 00:00 (205/399): puppet-archive-4.6.1-17.1.2023062018 1.1 MB/s | 44 kB 00:00 (206/399): puppet-auditd-2.2.1-17.1.20230620192 765 kB/s | 28 kB 00:00 (207/399): puppet-ceilometer-18.4.3-17.1.202309 1.7 MB/s | 70 kB 00:00 (208/399): puppet-certmonger-2.7.1-17.1.2023062 678 kB/s | 26 kB 00:00 (209/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (210/399): puppet-collectd-13.0.1-17.1.20230620 3.4 MB/s | 135 kB 00:00 (211/399): puppet-corosync-8.0.1-17.1.202306211 1.5 MB/s | 68 kB 00:00 (212/399): puppet-designate-18.6.1-17.1.2023062 1.5 MB/s | 69 kB 00:00 (213/399): puppet-dns-8.2.1-17.1.20230621002045 931 kB/s | 36 kB 00:00 (214/399): puppet-etcd-1.12.3-17.1.202306201932 574 kB/s | 25 kB 00:00 (215/399): puppet-gnocchi-18.4.3-17.1.202306210 1.4 MB/s | 58 kB 00:00 (216/399): puppet-heat-18.4.1-17.1.202306211116 1.4 MB/s | 70 kB 00:00 (217/399): puppet-kmod-2.5.0-17.1.2023062019064 527 kB/s | 21 kB 00:00 (218/399): puppet-manila-18.5.2-17.1.2023110219 1.9 MB/s | 81 kB 00:00 (219/399): puppet-memcached-6.0.0-17.1.20230620 622 kB/s | 23 kB 00:00 (220/399): puppet-mysql-10.6.1-17.1.20230621022 2.5 MB/s | 99 kB 00:00 (221/399): puppet-nova-18.6.1-17.1.202306210904 4.4 MB/s | 200 kB 00:00 (222/399): puppet-nssdb-1.0.2-17.1.202306201856 275 kB/s | 12 kB 00:00 (223/399): puppet-octavia-18.5.1-17.1.202306210 1.8 MB/s | 76 kB 00:00 (224/399): puppet-openstack_extras-18.5.1-17.1. 1.1 MB/s | 48 kB 00:00 (225/399): puppet-openstacklib-18.5.2-17.1.2023 1.0 MB/s | 62 kB 00:00 (226/399): puppet-oslo-18.5.1-17.1.202306210523 790 kB/s | 48 kB 00:00 (227/399): puppet-placement-5.4.3-17.1.20230621 766 kB/s | 41 kB 00:00 (228/399): puppet-qdr-7.4.1-17.1.20230620195605 802 kB/s | 31 kB 00:00 (229/399): puppet-redis-6.1.1-17.1.202306201917 1.1 MB/s | 51 kB 00:00 (230/399): puppet-rabbitmq-11.0.1-17.1.20230620 5.2 MB/s | 266 kB 00:00 (231/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.4 MB/s | 58 kB 00:00 (232/399): puppet-ssh-6.2.1-17.1.20230620190251 731 kB/s | 29 kB 00:00 (233/399): puppet-stdlib-6.3.1-17.1.20230621000 3.4 MB/s | 160 kB 00:00 (234/399): puppet-swift-18.6.1-17.1.20230621052 2.8 MB/s | 115 kB 00:00 (235/399): puppet-systemd-2.12.1-17.1.202306201 1.1 MB/s | 42 kB 00:00 (236/399): puppet-vswitch-14.4.3-17.1.202306210 953 kB/s | 41 kB 00:00 (237/399): puppet-xinetd-3.3.1-17.1.20230620185 672 kB/s | 26 kB 00:00 (238/399): python-oslo-cache-lang-2.7.1-17.1.20 556 kB/s | 19 kB 00:00 (239/399): python-oslo-log-lang-4.4.0-17.1.2023 395 kB/s | 14 kB 00:00 (240/399): python-oslo-policy-lang-3.7.1-17.1.2 328 kB/s | 14 kB 00:00 (241/399): python-oslo-middleware-lang-4.2.1-17 242 kB/s | 13 kB 00:00 (242/399): python-oslo-versionedobjects-lang-2. 402 kB/s | 14 kB 00:00 (243/399): python-pycadf-common-3.1.1-17.1.2023 437 kB/s | 15 kB 00:00 (244/399): python3-GitPython-3.1.14-2.el9ost.no 5.5 MB/s | 238 kB 00:00 (245/399): python3-aodhclient-2.2.0-17.1.202306 1.3 MB/s | 56 kB 00:00 (246/399): python3-barbicanclient-5.3.0-17.1.20 3.2 MB/s | 127 kB 00:00 (247/399): python3-cinderclient-7.4.1-17.1.2023 5.4 MB/s | 218 kB 00:00 (248/399): python3-cliff-3.7.0-17.1.20230620172 2.3 MB/s | 95 kB 00:00 (249/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (250/399): python3-futurist-2.3.0-17.1.20230621 1.6 MB/s | 64 kB 00:00 (251/399): python3-heat-agent-2.2.1-17.1.202306 534 kB/s | 19 kB 00:00 (252/399): python3-heat-agent-ansible-2.2.1-17. 264 kB/s | 11 kB 00:00 (253/399): python3-heat-agent-apply-config-2.2. 276 kB/s | 9.9 kB 00:00 (254/399): python3-heat-agent-docker-cmd-2.2.1- 344 kB/s | 12 kB 00:00 (255/399): python3-heat-agent-json-file-2.2.1-1 267 kB/s | 9.8 kB 00:00 (256/399): python3-heat-agent-puppet-2.2.1-17.1 312 kB/s | 11 kB 00:00 (257/399): python3-ironic-inspector-client-4.5. 1.8 MB/s | 67 kB 00:00 (258/399): python3-heatclient-2.3.1-17.1.202306 3.4 MB/s | 158 kB 00:00 (259/399): python3-ironicclient-4.6.4-17.1.2023 6.5 MB/s | 342 kB 00:00 (260/399): python3-keystoneclient-4.3.0-17.1.20 4.5 MB/s | 239 kB 00:00 (261/399): python3-heat-agent-hiera-2.2.1-17.1. 64 kB/s | 10 kB 00:00 (262/399): python3-keystonemiddleware-9.2.0-17. 2.5 MB/s | 92 kB 00:00 (263/399): python3-magnumclient-3.4.1-17.1.2023 3.1 MB/s | 121 kB 00:00 (264/399): python3-neutronclient-7.3.1-17.1.202 7.4 MB/s | 298 kB 00:00 (265/399): python3-mistralclient-4.2.0-17.1.202 2.8 MB/s | 166 kB 00:00 (266/399): python3-os-client-config-2.1.0-17.1. 1.4 MB/s | 55 kB 00:00 (267/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (268/399): python3-novaclient-17.4.1-17.1.20230 1.9 MB/s | 201 kB 00:00 (269/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (270/399): python3-osc-lib-2.3.1-17.1.202306202 2.1 MB/s | 78 kB 00:00 (271/399): python3-oslo-cache-2.7.1-17.1.202306 1.4 MB/s | 56 kB 00:00 (272/399): python3-oslo-context-3.2.1-17.1.2023 712 kB/s | 27 kB 00:00 (273/399): python3-oslo-log-4.4.0-17.1.20230620 1.6 MB/s | 64 kB 00:00 (274/399): python3-oslo-middleware-4.2.1-17.1.2 1.5 MB/s | 55 kB 00:00 (275/399): python3-oslo-policy-3.7.1-17.1.20230 2.0 MB/s | 76 kB 00:00 (276/399): python3-oslo-reports-2.2.0-17.1.2023 1.5 MB/s | 59 kB 00:00 (277/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.3 MB/s | 46 kB 00:00 (278/399): python3-oslo-serialization-4.1.1-17. 954 kB/s | 34 kB 00:00 (279/399): python3-oslo-upgradecheck-1.3.1-17.1 828 kB/s | 29 kB 00:00 (280/399): python3-oslo-versionedobjects-2.4.1- 2.0 MB/s | 79 kB 00:00 (281/399): python3-osprofiler-3.4.0-17.1.202306 3.3 MB/s | 130 kB 00:00 (282/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (283/399): python3-requestsexceptions-1.4.0-17. 407 kB/s | 17 kB 00:00 (284/399): python3-saharaclient-3.3.0-17.1.2023 4.2 MB/s | 188 kB 00:00 (285/399): python3-shade-1.33.0-17.1.2023062022 9.0 MB/s | 523 kB 00:00 (286/399): python3-statsd-3.2.1-20.1.el9ost.noa 984 kB/s | 35 kB 00:00 (287/399): python3-swiftclient-3.11.1-17.1.2023 3.3 MB/s | 136 kB 00:00 (288/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.2 MB/s | 50 kB 00:00 (289/399): python3-troveclient-7.0.0-17.1.20230 8.3 MB/s | 344 kB 00:00 (290/399): python3-validations-libs-1.9.1-17.1. 3.4 MB/s | 137 kB 00:00 (291/399): python3-zaqarclient-2.4.0-17.1.20230 3.3 MB/s | 129 kB 00:00 (292/399): validations-common-1.9.1-17.1.202310 2.8 MB/s | 111 kB 00:00 (293/399): python3-paramiko-2.11.0-2.el9ost.noa 7.4 MB/s | 299 kB 00:00 (294/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.9 MB/s | 427 kB 00:00 (295/399): ansible-pacemaker-1.0.4-17.1.2023121 588 kB/s | 21 kB 00:00 (296/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (297/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.5 MB/s | 230 kB 00:00 (298/399): ansible-role-metalsmith-deployment-1 472 kB/s | 21 kB 00:00 (299/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.0 MB/s | 83 kB 00:00 (300/399): openstack-selinux-0.8.37-17.1.202311 4.3 MB/s | 221 kB 00:00 (301/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (302/399): python-oslo-db-lang-8.5.2-17.1.20240 404 kB/s | 14 kB 00:00 (303/399): python3-glanceclient-3.3.0-17.1.2024 3.5 MB/s | 143 kB 00:00 (304/399): python3-metalsmith-1.4.4-17.1.202405 1.2 MB/s | 65 kB 00:00 (305/399): python3-keystoneauth1-4.4.0-17.1.202 5.9 MB/s | 409 kB 00:00 (306/399): python3-neutron-lib-2.10.3-17.1.2023 6.0 MB/s | 375 kB 00:00 (307/399): python3-octaviaclient-2.3.1-17.1.202 1.9 MB/s | 91 kB 00:00 (308/399): python3-oslo-db-8.5.2-17.1.202408201 3.2 MB/s | 144 kB 00:00 (309/399): python3-oslo-messaging-12.7.3-17.1.2 5.2 MB/s | 216 kB 00:00 (310/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (311/399): python3-rhosp-openvswitch-3.3-1.el9o 229 kB/s | 8.3 kB 00:00 (312/399): python3-waitress-2.0.0-4.el9ost.noar 2.4 MB/s | 109 kB 00:00 (313/399): openstack-tripleo-validations-14.3.2 4.8 MB/s | 204 kB 00:00 (314/399): puppet-glance-18.6.1-17.1.2025022015 2.3 MB/s | 87 kB 00:00 (315/399): openstack-ansible-core-2.14.2-4.7.el 26 MB/s | 2.3 MB 00:00 (316/399): puppet-ovn-18.6.1-17.1.2024092509490 597 kB/s | 29 kB 00:00 (317/399): puppet-pacemaker-1.5.1-17.1.20250214 4.1 MB/s | 158 kB 00:00 (318/399): ansible-collection-containers-podman 5.9 MB/s | 243 kB 00:00 (319/399): python3-os-ken-1.4.1-17.1.2024120509 30 MB/s | 2.1 MB 00:00 (320/399): ansible-collections-openstack-1.9.1- 3.8 MB/s | 146 kB 00:00 (321/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.9 MB/s | 351 kB 00:00 (322/399): facter-3.14.19-3.el9ost.x86_64.rpm 11 MB/s | 518 kB 00:00 (323/399): puppet-tripleo-14.2.3-17.1.202503201 1.7 MB/s | 239 kB 00:00 (324/399): hiera-3.6.0-6.el9ost.noarch.rpm 822 kB/s | 33 kB 00:00 (325/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.8 MB/s | 405 kB 00:00 (326/399): puppet-7.10.0-4.el9ost.noarch.rpm 271 kB/s | 11 kB 00:00 (327/399): puppet-headless-7.10.0-4.el9ost.noar 22 MB/s | 1.4 MB 00:00 (328/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.9 MB/s | 92 kB 00:00 (329/399): python3-boto-2.45.0-8.1.el9ost.noarc 21 MB/s | 1.3 MB 00:00 (330/399): python3-cachetools-4.2.2-3.el9ost.no 885 kB/s | 33 kB 00:00 (331/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 6.8 MB/s | 284 kB 00:00 (332/399): python3-colorama-0.4.4-4.el9ost.noar 927 kB/s | 35 kB 00:00 (333/399): python3-dogpile-cache-1.1.5-5.el9ost 2.3 MB/s | 89 kB 00:00 (334/399): python3-extras-1.0.0-17.el9ost.noarc 582 kB/s | 21 kB 00:00 (335/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (336/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.7 MB/s | 313 kB 00:00 (337/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.3 MB/s | 87 kB 00:00 (338/399): python3-munch-2.5.0-6.el9ost.noarch. 699 kB/s | 25 kB 00:00 (339/399): python3-keyring-21.8.0-4.el9ost.noar 790 kB/s | 77 kB 00:00 (340/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (341/399): python3-paste-3.5.0-5.el9ost.noarch. 17 MB/s | 776 kB 00:00 (342/399): python3-paste-deploy-2.1.1-4.el9ost. 1.1 MB/s | 41 kB 00:00 (343/399): python3-pystache-0.5.4-15.el9ost.noa 3.4 MB/s | 132 kB 00:00 (344/399): python3-repoze-lru-0.7-12.el9ost.noa 918 kB/s | 32 kB 00:00 (345/399): python3-routes-2.4.1-14.el9ost.noarc 4.9 MB/s | 188 kB 00:00 (346/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.5 MB/s | 57 kB 00:00 (347/399): python3-secretstorage-3.3.1-3.el9ost 946 kB/s | 36 kB 00:00 (348/399): python3-tempita-0.5.1-27.el9ost.noar 976 kB/s | 36 kB 00:00 (349/399): python3-simplejson-3.17.5-3.el9ost.x 4.6 MB/s | 266 kB 00:00 (350/399): python3-testtools-2.4.0-10.el9ost.no 5.1 MB/s | 333 kB 00:00 (351/399): python3-warlock-1.3.3-7.el9ost.noarc 536 kB/s | 21 kB 00:00 (352/399): python3-vine-5.0.0-5.el9ost.noarch.r 421 kB/s | 26 kB 00:00 (353/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.5 MB/s | 56 kB 00:00 (354/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.4 MB/s | 180 kB 00:00 (355/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 778 kB/s | 29 kB 00:00 (356/399): ruby-facter-3.14.19-3.el9ost.x86_64. 237 kB/s | 9.5 kB 00:00 (357/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.1 MB/s | 123 kB 00:00 (358/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 521 kB/s | 19 kB 00:00 (359/399): puppet-barbican-18.4.2-17.1.20250625 1.4 MB/s | 57 kB 00:00 (360/399): python-openstackclient-lang-5.5.2-17 1.4 MB/s | 58 kB 00:00 (361/399): python3-openstackclient-5.5.2-17.1.2 20 MB/s | 1.1 MB 00:00 (362/399): puppet-apache-6.5.2-17.1.20250811150 5.9 MB/s | 253 kB 00:00 (363/399): puppet-concat-6.2.1-17.1.20250725131 1.1 MB/s | 44 kB 00:00 (364/399): puppet-firewall-3.4.1-17.1.202508041 1.8 MB/s | 73 kB 00:00 (365/399): puppet-haproxy-4.2.2-17.1.2025072511 1.6 MB/s | 55 kB 00:00 (366/399): puppet-ipaclient-2.5.2-17.1.20250725 560 kB/s | 21 kB 00:00 (367/399): puppet-git-0.5.0-17.1.20250725114148 238 kB/s | 26 kB 00:00 (368/399): puppet-keepalived-0.0.2-17.1.2025072 459 kB/s | 17 kB 00:00 (369/399): puppet-inifile-4.2.1-17.1.2025080415 511 kB/s | 46 kB 00:00 (370/399): puppet-module-data-0.5.1-17.1.202507 423 kB/s | 16 kB 00:00 (371/399): puppet-remote-10.0.0-17.1.2025072511 503 kB/s | 19 kB 00:00 (372/399): puppet-rsync-1.1.4-17.1.202508041515 734 kB/s | 28 kB 00:00 (373/399): puppet-snmp-3.9.1-17.1.2025072511575 974 kB/s | 38 kB 00:00 (374/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.2 MB/s | 53 kB 00:00 (375/399): puppet-sysctl-0.0.13-17.1.2025072511 422 kB/s | 19 kB 00:00 (376/399): python3-tripleoclient-16.5.1-17.1.20 12 MB/s | 552 kB 00:00 (377/399): puppet-horizon-18.6.1-17.1.202510081 1.5 MB/s | 59 kB 00:00 (378/399): puppet-keystone-18.6.1-17.1.20251008 3.0 MB/s | 126 kB 00:00 (379/399): openstack-heat-api-16.1.1-17.1.20251 373 kB/s | 15 kB 00:00 (380/399): openstack-heat-engine-16.1.1-17.1.20 409 kB/s | 14 kB 00:00 (381/399): openstack-heat-common-16.1.1-17.1.20 26 MB/s | 1.6 MB 00:00 (382/399): openstack-heat-monolith-16.1.1-17.1. 363 kB/s | 14 kB 00:00 (383/399): openstack-tripleo-common-15.4.1-17.1 1.2 MB/s | 48 kB 00:00 (384/399): openstack-tripleo-common-containers- 1.8 MB/s | 74 kB 00:00 (385/399): openstack-tripleo-heat-templates-14. 13 MB/s | 603 kB 00:00 (386/399): puppet-neutron-18.6.1-17.1.202512171 3.7 MB/s | 190 kB 00:00 (387/399): python3-tripleo-common-15.4.1-17.1.2 4.4 MB/s | 197 kB 00:00 (388/399): tripleo-ansible-3.3.1-17.1.202512171 13 MB/s | 564 kB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.6 MB/s | 68 kB 00:00 (390/399): cephadm-18.2.1-381.el9cp.noarch.rpm 6.7 MB/s | 335 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.7 MB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.3 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 609 kB/s | 30 kB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.3 MB/s | 464 kB 00:00 (395/399): util-linux-2.37.4-11.el9_2.x86_64.rp 29 MB/s | 2.3 MB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.1 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.7 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.5 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 3.7 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 15 MB/s | 97 MB 00:06 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : 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-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-dns-2.2.1-2.el9.noarch 112/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-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 : openstack-tripleo-common-containers-15.4.1-17.1. 169/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 170/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 171/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 172/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 173/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 174/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 175/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 176/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 177/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 178/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 179/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 180/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 181/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 182/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 184/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 185/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 186/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 187/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 188/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 189/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 190/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 191/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 192/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 193/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 194/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 195/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 196/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 197/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 198/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 199/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 200/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 201/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 202/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 203/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 204/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 205/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 206/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 207/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 208/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 209/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 210/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 211/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 212/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 213/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 214/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 215/408 Installing : python3-memcached-1.59-3.el9ost.noarch 216/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 217/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 218/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 219/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 220/408 Installing : python3-docutils-0.16-6.el9ost.noarch 221/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 222/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 223/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 224/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 225/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 226/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 227/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 228/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 229/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 230/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 231/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 232/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 233/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 234/408 Installing : pkgconf-1.7.3-10.el9.x86_64 235/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 236/408 Installing : bash-completion-1:2.11-4.el9.noarch 237/408 Installing : libkadm5-1.20.1-8.el9.x86_64 238/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 239/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 240/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 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 : perl-HTTP-Tiny-0.076-461.el9_2.noarch 100/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 101/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 102/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 118/408 Verifying : bash-completion-1:2.11-4.el9.noarch 119/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 120/408 Verifying : libaio-0.3.111-13.el9.x86_64 121/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 122/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 123/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 124/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 125/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 126/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 127/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 128/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 129/408 Verifying : python3-dns-2.2.1-2.el9.noarch 130/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 131/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 132/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 133/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 134/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 135/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 136/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 137/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 138/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 139/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 140/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 141/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 142/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 143/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 144/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 145/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 146/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 147/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 148/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 149/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 150/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 151/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 152/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 153/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 154/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 155/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 156/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 157/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 158/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 159/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 160/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 161/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 162/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 163/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 164/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 165/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 166/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 167/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 168/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 169/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 170/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 171/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 172/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 173/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 174/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 175/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 176/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 177/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 178/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 179/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 180/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 181/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 182/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 183/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 184/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 185/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 186/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 187/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 188/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 189/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 190/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 191/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 192/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 193/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 194/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 195/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 196/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 197/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 198/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 199/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 200/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 201/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 202/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 203/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 204/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 205/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 206/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 207/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 208/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 209/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 210/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 211/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 212/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 213/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 214/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 215/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 216/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 217/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 218/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 219/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 220/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 221/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 222/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 223/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 224/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 225/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 226/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 227/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 228/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 229/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 230/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 231/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 232/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 233/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 234/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 235/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 236/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 237/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 238/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 239/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 240/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 241/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 242/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 243/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 244/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 245/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 246/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 247/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 248/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 249/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 250/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 251/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 252/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 257/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 258/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 259/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 260/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 261/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 262/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 263/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 264/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 265/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 266/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 267/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 268/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 269/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 270/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 271/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 272/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 273/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 274/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 275/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 276/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 277/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 278/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 279/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 280/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 281/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 282/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 283/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 284/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 285/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 286/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 287/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 288/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 289/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 290/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 291/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 292/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 293/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 294/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 295/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 296/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 297/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 298/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 299/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 300/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 301/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 303/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 304/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 305/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 306/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 307/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 308/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 309/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 310/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 311/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 312/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 313/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 314/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 315/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 316/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 317/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 318/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 319/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 320/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 321/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 322/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 323/408 Verifying : hiera-3.6.0-6.el9ost.noarch 324/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 325/408 Verifying : puppet-7.10.0-4.el9ost.noarch 326/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 327/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 328/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 329/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 330/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 331/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 332/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 333/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 334/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 335/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 336/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 337/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 338/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 339/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 340/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 341/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 342/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 343/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 344/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 345/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 346/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 347/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 348/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 349/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 350/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 351/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 352/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 353/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 354/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 355/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 356/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 357/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 358/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 359/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 360/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 361/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 362/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 363/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 364/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 365/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 366/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 367/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 368/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 369/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 370/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 371/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 372/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 373/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 374/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 375/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 376/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 377/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 378/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 379/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 380/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 381/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 382/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 383/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 384/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 385/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 386/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 387/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1450 + INTERFACE_MTU=1450 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2026-03-10T10:14:27.159930 # # 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, 5.0102e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2026-03-10 10:14:31.313975 | fa163e54-a5a0-a5d2-7019-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2026-03-10 10:14:31.339002 | fa163e54-a5a0-a5d2-7019-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2026-03-10 10:14:31.339745 | fa163e54-a5a0-a5d2-7019-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.041333 | 0.02s 2026-03-10 10:14:31.343309 | fa163e54-a5a0-a5d2-7019-000000000006 | TASK | Ensure ceph_spec_path is defined 2026-03-10 10:14:31.379450 | fa163e54-a5a0-a5d2-7019-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2026-03-10 10:14:31.380208 | fa163e54-a5a0-a5d2-7019-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.081795 | 0.04s 2026-03-10 10:14:31.383440 | fa163e54-a5a0-a5d2-7019-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2026-03-10 10:14:31.440843 | fa163e54-a5a0-a5d2-7019-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2026-03-10 10:14:31.442372 | fa163e54-a5a0-a5d2-7019-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.143951 | 0.06s 2026-03-10 10:14:31.449794 | fa163e54-a5a0-a5d2-7019-000000000008 | TASK | Create Ceph spec for standalone deployment 2026-03-10 10:14:31.816477 | fa163e54-a5a0-a5d2-7019-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2026-03-10 10:14:31.818085 | fa163e54-a5a0-a5d2-7019-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.519660 | 0.37s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-03-10 10:14:31.843237 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:14:31.843781 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:14:31.844378 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.545966 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:14:31.845021 | UUID | Info | Host | Task Name | Run Time 2026-03-10 10:14:31.845782 | fa163e54-a5a0-a5d2-7019-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.37s 2026-03-10 10:14:31.846379 | fa163e54-a5a0-a5d2-7019-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.06s 2026-03-10 10:14:31.847119 | fa163e54-a5a0-a5d2-7019-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2026-03-10 10:14:31.847653 | fa163e54-a5a0-a5d2-7019-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.02s 2026-03-10 10:14:31.848114 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2026-03-10 10:14:34.426986 | fa163e54-a5a0-ea94-003f-000000000005 | TASK | set ssh key path facts 2026-03-10 10:14:34.450504 | fa163e54-a5a0-ea94-003f-000000000005 | OK | set ssh key path facts | undercloud 2026-03-10 10:14:34.451170 | fa163e54-a5a0-ea94-003f-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.038995 | 0.02s 2026-03-10 10:14:34.454513 | fa163e54-a5a0-ea94-003f-000000000006 | TASK | stat private key 2026-03-10 10:14:34.763794 | fa163e54-a5a0-ea94-003f-000000000006 | OK | stat private key | undercloud 2026-03-10 10:14:34.764962 | fa163e54-a5a0-ea94-003f-000000000006 | TIMING | stat private key | undercloud | 0:00:00.352778 | 0.31s 2026-03-10 10:14:34.771730 | fa163e54-a5a0-ea94-003f-000000000007 | TASK | stat public key 2026-03-10 10:14:34.940697 | fa163e54-a5a0-ea94-003f-000000000007 | OK | stat public key | undercloud 2026-03-10 10:14:34.941990 | fa163e54-a5a0-ea94-003f-000000000007 | TIMING | stat public key | undercloud | 0:00:00.529799 | 0.17s 2026-03-10 10:14:34.950849 | fa163e54-a5a0-ea94-003f-000000000008 | TASK | create private key if it does not exist 2026-03-10 10:14:36.532583 | fa163e54-a5a0-ea94-003f-000000000008 | CHANGED | create private key if it does not exist | undercloud 2026-03-10 10:14:36.533867 | fa163e54-a5a0-ea94-003f-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.121676 | 1.58s 2026-03-10 10:14:36.540554 | fa163e54-a5a0-ea94-003f-000000000009 | TASK | create public key if it does not exist 2026-03-10 10:14:36.730255 | fa163e54-a5a0-ea94-003f-000000000009 | CHANGED | create public key if it does not exist | undercloud 2026-03-10 10:14:36.731563 | fa163e54-a5a0-ea94-003f-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.319378 | 0.19s PLAY [allovercloud] ************************************************************ 2026-03-10 10:14:36.775314 | fa163e54-a5a0-ea94-003f-000000000023 | TASK | Get local private key 2026-03-10 10:14:37.096875 | fa163e54-a5a0-ea94-003f-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e54-a5a0-ea94-003f-000000000023') missing from stats 2026-03-10 10:14:37.109959 | fa163e54-a5a0-ea94-003f-000000000024 | TASK | Get local public key 2026-03-10 10:14:37.308984 | fa163e54-a5a0-ea94-003f-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e54-a5a0-ea94-003f-000000000024') missing from stats 2026-03-10 10:14:37.331655 | fa163e54-a5a0-ea94-003f-000000000012 | TASK | create user ceph-admin 2026-03-10 10:14:37.861954 | fa163e54-a5a0-ea94-003f-000000000012 | CHANGED | create user ceph-admin | undercloud 2026-03-10 10:14:37.863387 | fa163e54-a5a0-ea94-003f-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.451200 | 0.53s 2026-03-10 10:14:37.873865 | fa163e54-a5a0-ea94-003f-000000000013 | TASK | grant admin rights to user ceph-admin 2026-03-10 10:14:38.444024 | fa163e54-a5a0-ea94-003f-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2026-03-10 10:14:38.445403 | fa163e54-a5a0-ea94-003f-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:04.033216 | 0.57s 2026-03-10 10:14:38.455118 | fa163e54-a5a0-ea94-003f-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2026-03-10 10:14:38.813457 | fa163e54-a5a0-ea94-003f-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2026-03-10 10:14:38.814792 | fa163e54-a5a0-ea94-003f-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.402604 | 0.36s 2026-03-10 10:14:38.824543 | fa163e54-a5a0-ea94-003f-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2026-03-10 10:14:39.035108 | fa163e54-a5a0-ea94-003f-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2026-03-10 10:14:39.036346 | fa163e54-a5a0-ea94-003f-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.624160 | 0.21s 2026-03-10 10:14:39.045116 | fa163e54-a5a0-ea94-003f-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2026-03-10 10:14:39.291575 | fa163e54-a5a0-ea94-003f-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2026-03-10 10:14:39.292815 | fa163e54-a5a0-ea94-003f-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.880628 | 0.25s 2026-03-10 10:14:39.304296 | fa163e54-a5a0-ea94-003f-000000000017 | TASK | get remote ceph-admin public key 2026-03-10 10:14:39.360846 | fa163e54-a5a0-ea94-003f-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2026-03-10 10:14:39.362499 | fa163e54-a5a0-ea94-003f-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.950305 | 0.06s 2026-03-10 10:14:39.370016 | fa163e54-a5a0-ea94-003f-000000000018 | TASK | append ceph-admin public key to authorized_keys 2026-03-10 10:14:39.415091 | fa163e54-a5a0-ea94-003f-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2026-03-10 10:14:39.416314 | fa163e54-a5a0-ea94-003f-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:05.004136 | 0.04s 2026-03-10 10:14:39.422132 | fa163e54-a5a0-ea94-003f-00000000001c | TASK | authorize TripleO key for user ceph-admin 2026-03-10 10:14:39.774382 | fa163e54-a5a0-ea94-003f-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2026-03-10 10:14:39.775564 | fa163e54-a5a0-ea94-003f-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.363379 | 0.35s 2026-03-10 10:14:39.784951 | fa163e54-a5a0-ea94-003f-000000000020 | TASK | Install private key on nodes for user ceph-admin 2026-03-10 10:14:40.283095 | fa163e54-a5a0-ea94-003f-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2026-03-10 10:14:40.284816 | fa163e54-a5a0-ea94-003f-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.872632 | 0.50s 2026-03-10 10:14:40.296806 | fa163e54-a5a0-ea94-003f-000000000021 | TASK | Install public key on nodes for user ceph-admin 2026-03-10 10:14:40.754749 | fa163e54-a5a0-ea94-003f-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2026-03-10 10:14:40.755985 | fa163e54-a5a0-ea94-003f-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.343799 | 0.46s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-03-10 10:14:40.783580 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:14:40.784121 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:14:40.784635 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.372459 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:14:40.785125 | UUID | Info | Host | Task Name | Run Time 2026-03-10 10:14:40.785689 | fa163e54-a5a0-ea94-003f-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.58s 2026-03-10 10:14:40.786224 | fa163e54-a5a0-ea94-003f-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.57s 2026-03-10 10:14:40.786792 | fa163e54-a5a0-ea94-003f-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.53s 2026-03-10 10:14:40.787290 | fa163e54-a5a0-ea94-003f-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.50s 2026-03-10 10:14:40.787815 | fa163e54-a5a0-ea94-003f-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.46s 2026-03-10 10:14:40.788331 | fa163e54-a5a0-ea94-003f-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.36s 2026-03-10 10:14:40.788850 | fa163e54-a5a0-ea94-003f-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.35s 2026-03-10 10:14:40.789349 | fa163e54-a5a0-ea94-003f-000000000006 | SUMMARY | undercloud | stat private key | 0.31s 2026-03-10 10:14:40.789939 | fa163e54-a5a0-ea94-003f-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.25s 2026-03-10 10:14:40.790476 | fa163e54-a5a0-ea94-003f-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.21s 2026-03-10 10:14:40.790971 | fa163e54-a5a0-ea94-003f-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.19s 2026-03-10 10:14:40.791498 | fa163e54-a5a0-ea94-003f-000000000007 | SUMMARY | undercloud | stat public key | 0.17s 2026-03-10 10:14:40.792021 | fa163e54-a5a0-ea94-003f-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2026-03-10 10:14:40.792540 | fa163e54-a5a0-ea94-003f-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.04s 2026-03-10 10:14:40.793040 | fa163e54-a5a0-ea94-003f-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.02s 2026-03-10 10:14:40.793554 | fa163e54-a5a0-ea94-003f-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2026-03-10 10:14:40.794060 | fa163e54-a5a0-ea94-003f-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2026-03-10 10:14:40.794609 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2026-03-10 10:14:43.195398 | fa163e54-a5a0-fb8a-cec9-000000000039 | TASK | Gathering Facts 2026-03-10 10:14:43.800230 | fa163e54-a5a0-fb8a-cec9-000000000039 | OK | Gathering Facts | undercloud 2026-03-10 10:14:43.802301 | fa163e54-a5a0-fb8a-cec9-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.620368 | 0.60s 2026-03-10 10:14:43.806582 | fa163e54-a5a0-fb8a-cec9-000000000039 | OK | Gathering Facts | standalone.localdomain 2026-03-10 10:14:43.808186 | fa163e54-a5a0-fb8a-cec9-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.626264 | 0.61s 2026-03-10 10:14:43.844796 | fa163e54-a5a0-fb8a-cec9-00000000000a | TASK | Load distro-specific variables 2026-03-10 10:14:43.932212 | fa163e54-a5a0-fb8a-cec9-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.750252 | 0.08s 2026-03-10 10:14:43.939337 | fa163e54-a5a0-fb8a-cec9-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.757415 | 0.08s 2026-03-10 10:14:43.965097 | e40546d0-aa21-4713-8bf3-85a14994de5e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-10 10:14:43.966129 | e40546d0-aa21-4713-8bf3-85a14994de5e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-10 10:14:43.992242 | fa163e54-a5a0-fb8a-cec9-000000000052 | TASK | Load distro-specific variables 2026-03-10 10:14:44.092845 | fa163e54-a5a0-fb8a-cec9-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:14:44.094540 | fa163e54-a5a0-fb8a-cec9-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.912608 | 0.09s 2026-03-10 10:14:44.103793 | fa163e54-a5a0-fb8a-cec9-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:14:44.105120 | fa163e54-a5a0-fb8a-cec9-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.923199 | 0.11s 2026-03-10 10:14:44.106244 | fa163e54-a5a0-fb8a-cec9-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.924315 | 0.10s 2026-03-10 10:14:44.112013 | fa163e54-a5a0-fb8a-cec9-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.930092 | 0.12s 2026-03-10 10:14:44.122149 | fa163e54-a5a0-fb8a-cec9-00000000000b | TASK | Install chronyd 2026-03-10 10:14:44.174253 | fa163e54-a5a0-fb8a-cec9-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.992306 | 0.05s 2026-03-10 10:14:44.216557 | fa163e54-a5a0-fb8a-cec9-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:01.034634 | 0.08s 2026-03-10 10:14:44.239837 | cbc5d247-540f-4bc8-988b-33cb3004d05c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2026-03-10 10:14:44.240629 | cbc5d247-540f-4bc8-988b-33cb3004d05c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2026-03-10 10:14:44.268726 | fa163e54-a5a0-fb8a-cec9-0000000000a2 | TASK | Load distro-specific variables 2026-03-10 10:14:44.333102 | fa163e54-a5a0-fb8a-cec9-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.151156 | 0.06s 2026-03-10 10:14:44.357566 | fa163e54-a5a0-fb8a-cec9-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.175641 | 0.08s 2026-03-10 10:14:44.373764 | 95e68304-1aac-4ec3-8de7-c0f03030b280 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-10 10:14:44.374485 | 95e68304-1aac-4ec3-8de7-c0f03030b280 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-10 10:14:44.398478 | fa163e54-a5a0-fb8a-cec9-000000000102 | TASK | Load distro-specific variables 2026-03-10 10:14:44.499052 | fa163e54-a5a0-fb8a-cec9-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:14:44.500516 | fa163e54-a5a0-fb8a-cec9-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.318583 | 0.10s 2026-03-10 10:14:44.505940 | fa163e54-a5a0-fb8a-cec9-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.324019 | 0.11s 2026-03-10 10:14:44.520166 | fa163e54-a5a0-fb8a-cec9-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:14:44.521321 | fa163e54-a5a0-fb8a-cec9-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.339401 | 0.11s 2026-03-10 10:14:44.530870 | fa163e54-a5a0-fb8a-cec9-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.348954 | 0.12s 2026-03-10 10:14:44.535220 | fa163e54-a5a0-fb8a-cec9-0000000000a3 | TASK | Check for NTP service 2026-03-10 10:14:44.922048 | fa163e54-a5a0-fb8a-cec9-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2026-03-10 10:14:44.922891 | fa163e54-a5a0-fb8a-cec9-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.740971 | 0.39s 2026-03-10 10:14:44.933563 | fa163e54-a5a0-fb8a-cec9-0000000000a3 | CHANGED | Check for NTP service | undercloud 2026-03-10 10:14:44.933934 | fa163e54-a5a0-fb8a-cec9-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.752023 | 0.39s 2026-03-10 10:14:44.938266 | fa163e54-a5a0-fb8a-cec9-0000000000a4 | TASK | Disable NTP before configuring Chrony 2026-03-10 10:14:44.997889 | fa163e54-a5a0-fb8a-cec9-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2026-03-10 10:14:44.998651 | fa163e54-a5a0-fb8a-cec9-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.816732 | 0.05s 2026-03-10 10:14:45.009137 | fa163e54-a5a0-fb8a-cec9-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2026-03-10 10:14:45.009566 | fa163e54-a5a0-fb8a-cec9-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.827656 | 0.07s 2026-03-10 10:14:45.014955 | fa163e54-a5a0-fb8a-cec9-0000000000a5 | TASK | Install chronyd package 2026-03-10 10:14:48.152315 | fa163e54-a5a0-fb8a-cec9-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2026-03-10 10:14:48.153365 | fa163e54-a5a0-fb8a-cec9-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.971442 | 3.14s 2026-03-10 10:14:49.739679 | fa163e54-a5a0-fb8a-cec9-0000000000a5 | OK | Install chronyd package | undercloud 2026-03-10 10:14:49.740911 | fa163e54-a5a0-fb8a-cec9-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.558989 | 4.72s 2026-03-10 10:14:49.749354 | fa163e54-a5a0-fb8a-cec9-00000000000c | TASK | Upgrade chronyd 2026-03-10 10:14:49.812451 | fa163e54-a5a0-fb8a-cec9-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2026-03-10 10:14:49.814000 | fa163e54-a5a0-fb8a-cec9-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.632067 | 0.06s 2026-03-10 10:14:49.831640 | fa163e54-a5a0-fb8a-cec9-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2026-03-10 10:14:49.832671 | fa163e54-a5a0-fb8a-cec9-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.650743 | 0.07s 2026-03-10 10:14:49.841580 | fa163e54-a5a0-fb8a-cec9-00000000000d | TASK | Configure chronyd 2026-03-10 10:14:49.890900 | fa163e54-a5a0-fb8a-cec9-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.708956 | 0.05s 2026-03-10 10:14:49.912752 | fa163e54-a5a0-fb8a-cec9-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.730830 | 0.06s 2026-03-10 10:14:49.931142 | dfac5961-0be4-48bf-9014-85c220e7003e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2026-03-10 10:14:49.931919 | dfac5961-0be4-48bf-9014-85c220e7003e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2026-03-10 10:14:49.964763 | fa163e54-a5a0-fb8a-cec9-000000000162 | TASK | Load distro-specific variables 2026-03-10 10:14:50.021063 | fa163e54-a5a0-fb8a-cec9-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.839124 | 0.05s 2026-03-10 10:14:50.052711 | fa163e54-a5a0-fb8a-cec9-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.870790 | 0.09s 2026-03-10 10:14:50.067370 | c08490cf-a577-4012-8ceb-0dc66d41ddff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-10 10:14:50.068057 | c08490cf-a577-4012-8ceb-0dc66d41ddff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-10 10:14:50.083471 | fa163e54-a5a0-fb8a-cec9-0000000001fa | TASK | Load distro-specific variables 2026-03-10 10:14:50.167925 | fa163e54-a5a0-fb8a-cec9-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:14:50.169602 | fa163e54-a5a0-fb8a-cec9-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.987659 | 0.07s 2026-03-10 10:14:50.179648 | fa163e54-a5a0-fb8a-cec9-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:14:50.180881 | fa163e54-a5a0-fb8a-cec9-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.998957 | 0.10s 2026-03-10 10:14:50.182182 | fa163e54-a5a0-fb8a-cec9-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.000254 | 0.09s 2026-03-10 10:14:50.187575 | fa163e54-a5a0-fb8a-cec9-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.005661 | 0.10s 2026-03-10 10:14:50.194332 | fa163e54-a5a0-fb8a-cec9-000000000163 | TASK | Install chrony configuration file 2026-03-10 10:14:51.074822 | fa163e54-a5a0-fb8a-cec9-000000000163 | CHANGED | Install chrony configuration file | undercloud 2026-03-10 10:14:51.076262 | fa163e54-a5a0-fb8a-cec9-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.894333 | 0.87s 2026-03-10 10:14:51.077398 | fa163e54-a5a0-fb8a-cec9-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2026-03-10 10:14:51.078346 | fa163e54-a5a0-fb8a-cec9-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.896428 | 0.88s 2026-03-10 10:14:51.087171 | fa163e54-a5a0-fb8a-cec9-00000000000e | TASK | Run chronyd 2026-03-10 10:14:51.193120 | fa163e54-a5a0-fb8a-cec9-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.011185 | 0.09s 2026-03-10 10:14:51.194182 | fa163e54-a5a0-fb8a-cec9-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.012265 | 0.11s 2026-03-10 10:14:51.214336 | 46ae5ac0-d1ad-4f51-905b-d76278dde7c0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2026-03-10 10:14:51.215050 | 46ae5ac0-d1ad-4f51-905b-d76278dde7c0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2026-03-10 10:14:51.252542 | fa163e54-a5a0-fb8a-cec9-000000000233 | TASK | Load distro-specific variables 2026-03-10 10:14:51.407951 | fa163e54-a5a0-fb8a-cec9-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.226020 | 0.15s 2026-03-10 10:14:51.409007 | fa163e54-a5a0-fb8a-cec9-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.227089 | 0.15s 2026-03-10 10:14:51.423871 | ab2071d4-933b-4e22-a492-228d831591b9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-10 10:14:51.424630 | ab2071d4-933b-4e22-a492-228d831591b9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-10 10:14:51.443533 | fa163e54-a5a0-fb8a-cec9-0000000002ee | TASK | Load distro-specific variables 2026-03-10 10:14:51.530312 | fa163e54-a5a0-fb8a-cec9-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:14:51.531590 | fa163e54-a5a0-fb8a-cec9-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.349665 | 0.09s 2026-03-10 10:14:51.535233 | fa163e54-a5a0-fb8a-cec9-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.353311 | 0.09s 2026-03-10 10:14:51.545241 | fa163e54-a5a0-fb8a-cec9-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:14:51.545906 | fa163e54-a5a0-fb8a-cec9-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.363991 | 0.09s 2026-03-10 10:14:51.556953 | fa163e54-a5a0-fb8a-cec9-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.375038 | 0.10s 2026-03-10 10:14:51.562224 | fa163e54-a5a0-fb8a-cec9-000000000234 | TASK | Ensure chronyd is running 2026-03-10 10:14:52.178826 | fa163e54-a5a0-fb8a-cec9-000000000234 | OK | Ensure chronyd is running | undercloud 2026-03-10 10:14:52.180861 | fa163e54-a5a0-fb8a-cec9-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.998927 | 0.61s 2026-03-10 10:14:52.204008 | fa163e54-a5a0-fb8a-cec9-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2026-03-10 10:14:52.205665 | fa163e54-a5a0-fb8a-cec9-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.023745 | 0.64s 2026-03-10 10:14:52.215606 | fa163e54-a5a0-fb8a-cec9-000000000235 | TASK | Force chronyd restart 2026-03-10 10:14:52.295107 | fa163e54-a5a0-fb8a-cec9-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2026-03-10 10:14:52.296720 | fa163e54-a5a0-fb8a-cec9-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.114787 | 0.08s 2026-03-10 10:14:52.697011 | fa163e54-a5a0-fb8a-cec9-000000000235 | CHANGED | Force chronyd restart | undercloud 2026-03-10 10:14:52.698582 | fa163e54-a5a0-fb8a-cec9-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.516660 | 0.47s 2026-03-10 10:14:52.708608 | fa163e54-a5a0-fb8a-cec9-00000000000f | TASK | Enable online service 2026-03-10 10:14:52.778633 | fa163e54-a5a0-fb8a-cec9-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.596685 | 0.07s 2026-03-10 10:14:52.810855 | fa163e54-a5a0-fb8a-cec9-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.628922 | 0.09s 2026-03-10 10:14:52.831487 | 8a667e03-12be-40c6-a294-8d74b2fcf556 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2026-03-10 10:14:52.832505 | 8a667e03-12be-40c6-a294-8d74b2fcf556 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2026-03-10 10:14:52.878163 | fa163e54-a5a0-fb8a-cec9-000000000338 | TASK | Create chrony-online.service unit file 2026-03-10 10:14:53.331940 | fa163e54-a5a0-fb8a-cec9-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2026-03-10 10:14:53.333960 | fa163e54-a5a0-fb8a-cec9-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.152022 | 0.45s 2026-03-10 10:14:53.349180 | fa163e54-a5a0-fb8a-cec9-000000000338 | OK | Create chrony-online.service unit file | undercloud 2026-03-10 10:14:53.350155 | fa163e54-a5a0-fb8a-cec9-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.168235 | 0.46s 2026-03-10 10:14:53.359169 | fa163e54-a5a0-fb8a-cec9-000000000339 | TASK | Enable chrony-online.service 2026-03-10 10:14:54.595069 | fa163e54-a5a0-fb8a-cec9-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2026-03-10 10:14:54.596885 | fa163e54-a5a0-fb8a-cec9-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.414958 | 1.22s 2026-03-10 10:14:54.599222 | fa163e54-a5a0-fb8a-cec9-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2026-03-10 10:14:54.600421 | fa163e54-a5a0-fb8a-cec9-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.418498 | 1.24s 2026-03-10 10:14:54.609738 | fa163e54-a5a0-fb8a-cec9-000000000010 | TASK | Sync chronyc 2026-03-10 10:14:54.699238 | fa163e54-a5a0-fb8a-cec9-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.517299 | 0.09s 2026-03-10 10:14:54.700508 | fa163e54-a5a0-fb8a-cec9-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.518588 | 0.08s 2026-03-10 10:14:54.718390 | aaafbd34-4fa2-4aec-8d09-4a5a1d905114 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2026-03-10 10:14:54.719186 | aaafbd34-4fa2-4aec-8d09-4a5a1d905114 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2026-03-10 10:14:54.763409 | fa163e54-a5a0-fb8a-cec9-00000000042a | TASK | Force NTP sync 2026-03-10 10:14:55.030020 | fa163e54-a5a0-fb8a-cec9-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2026-03-10 10:14:55.031557 | fa163e54-a5a0-fb8a-cec9-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.849625 | 0.27s 2026-03-10 10:14:55.053017 | fa163e54-a5a0-fb8a-cec9-00000000042a | CHANGED | Force NTP sync | undercloud 2026-03-10 10:14:55.053833 | fa163e54-a5a0-fb8a-cec9-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.871917 | 0.28s 2026-03-10 10:14:55.059356 | fa163e54-a5a0-fb8a-cec9-00000000042b | TASK | Ensure system is NTP time synced 2026-03-10 10:15:05.323383 | fa163e54-a5a0-fb8a-cec9-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2026-03-10 10:15:05.325074 | fa163e54-a5a0-fb8a-cec9-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.143142 | 10.26s 2026-03-10 10:15:05.369902 | fa163e54-a5a0-fb8a-cec9-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2026-03-10 10:15:05.371153 | fa163e54-a5a0-fb8a-cec9-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.189187 | 10.30s 2026-03-10 10:15:05.392686 | fa163e54-a5a0-fb8a-cec9-00000000002c | TASK | Set timezone 2026-03-10 10:15:05.879382 | fa163e54-a5a0-fb8a-cec9-00000000002c | OK | Set timezone | standalone.localdomain 2026-03-10 10:15:05.881060 | fa163e54-a5a0-fb8a-cec9-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.699123 | 0.49s 2026-03-10 10:15:05.892405 | fa163e54-a5a0-fb8a-cec9-00000000002c | OK | Set timezone | undercloud 2026-03-10 10:15:05.893257 | fa163e54-a5a0-fb8a-cec9-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.711337 | 0.49s 2026-03-10 10:15:05.902557 | fa163e54-a5a0-fb8a-cec9-00000000002d | TASK | Restart time services 2026-03-10 10:15:05.939174 | fa163e54-a5a0-fb8a-cec9-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2026-03-10 10:15:05.943227 | fa163e54-a5a0-fb8a-cec9-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2026-03-10 10:15:05.953832 | fa163e54-a5a0-fb8a-cec9-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2026-03-10 10:15:05.955062 | fa163e54-a5a0-fb8a-cec9-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.773118 | 0.05s 2026-03-10 10:15:05.959837 | fa163e54-a5a0-fb8a-cec9-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2026-03-10 10:15:05.966698 | fa163e54-a5a0-fb8a-cec9-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.784777 | 0.05s 2026-03-10 10:15:06.016210 | fa163e54-a5a0-fb8a-cec9-000000000012 | HANDLER | Restart chronyd 2026-03-10 10:15:07.507801 | fa163e54-a5a0-fb8a-cec9-000000000012 | CHANGED | Restart chronyd | undercloud 2026-03-10 10:15:07.508944 | fa163e54-a5a0-fb8a-cec9-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:24.327027 | 1.49s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2026-03-10 10:15:07.517567 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:15:07.517803 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:15:07.518023 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.336114 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:15:07.518241 | UUID | Info | Host | Task Name | Run Time 2026-03-10 10:15:07.518503 | fa163e54-a5a0-fb8a-cec9-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.30s 2026-03-10 10:15:07.518729 | fa163e54-a5a0-fb8a-cec9-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.26s 2026-03-10 10:15:07.518945 | fa163e54-a5a0-fb8a-cec9-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.72s 2026-03-10 10:15:07.519188 | fa163e54-a5a0-fb8a-cec9-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.14s 2026-03-10 10:15:07.519420 | fa163e54-a5a0-fb8a-cec9-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 1.49s 2026-03-10 10:15:07.519654 | fa163e54-a5a0-fb8a-cec9-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.24s 2026-03-10 10:15:07.519917 | fa163e54-a5a0-fb8a-cec9-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.22s 2026-03-10 10:15:07.520132 | fa163e54-a5a0-fb8a-cec9-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.88s 2026-03-10 10:15:07.520372 | fa163e54-a5a0-fb8a-cec9-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.87s 2026-03-10 10:15:07.520616 | fa163e54-a5a0-fb8a-cec9-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.64s 2026-03-10 10:15:07.520853 | fa163e54-a5a0-fb8a-cec9-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.61s 2026-03-10 10:15:07.521127 | fa163e54-a5a0-fb8a-cec9-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.61s 2026-03-10 10:15:07.521364 | fa163e54-a5a0-fb8a-cec9-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.60s 2026-03-10 10:15:07.521621 | fa163e54-a5a0-fb8a-cec9-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.49s 2026-03-10 10:15:07.521855 | fa163e54-a5a0-fb8a-cec9-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.49s 2026-03-10 10:15:07.522099 | fa163e54-a5a0-fb8a-cec9-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.47s 2026-03-10 10:15:07.522379 | fa163e54-a5a0-fb8a-cec9-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.46s 2026-03-10 10:15:07.522619 | fa163e54-a5a0-fb8a-cec9-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.45s 2026-03-10 10:15:07.522855 | fa163e54-a5a0-fb8a-cec9-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.39s 2026-03-10 10:15:07.523101 | fa163e54-a5a0-fb8a-cec9-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2026-03-10 10:15:07.523352 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2026-03-10 10:15:08.410176 | fa163e54-a5a0-7d7a-5f9c-000000000005 | SKIPPED | fail | undercloud 2026-03-10 10:15:08.410826 | fa163e54-a5a0-7d7a-5f9c-000000000005 | TIMING | fail | undercloud | 0:00:00.067001 | 0.06s 2026-03-10 10:15:08.472399 | fa163e54-a5a0-7d7a-5f9c-000000000006 | SKIPPED | fail | undercloud 2026-03-10 10:15:08.473593 | fa163e54-a5a0-7d7a-5f9c-000000000006 | TIMING | fail | undercloud | 0:00:00.129757 | 0.06s 2026-03-10 10:15:08.481263 | fa163e54-a5a0-7d7a-5f9c-000000000008 | TASK | Ensure working_dir is provided 2026-03-10 10:15:08.519706 | fa163e54-a5a0-7d7a-5f9c-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2026-03-10 10:15:08.520868 | fa163e54-a5a0-7d7a-5f9c-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.177030 | 0.04s 2026-03-10 10:15:08.543314 | fa163e54-a5a0-7d7a-5f9c-00000000000a | TASK | ensure ceph_spec_path is defined 2026-03-10 10:15:08.580268 | fa163e54-a5a0-7d7a-5f9c-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2026-03-10 10:15:08.581315 | fa163e54-a5a0-7d7a-5f9c-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.237478 | 0.04s 2026-03-10 10:15:08.588616 | fa163e54-a5a0-7d7a-5f9c-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2026-03-10 10:15:08.614739 | fa163e54-a5a0-7d7a-5f9c-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2026-03-10 10:15:08.615750 | fa163e54-a5a0-7d7a-5f9c-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.271914 | 0.03s 2026-03-10 10:15:08.624066 | fa163e54-a5a0-7d7a-5f9c-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2026-03-10 10:15:08.659838 | fa163e54-a5a0-7d7a-5f9c-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2026-03-10 10:15:08.661006 | fa163e54-a5a0-7d7a-5f9c-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.317167 | 0.04s 2026-03-10 10:15:08.669036 | fa163e54-a5a0-7d7a-5f9c-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2026-03-10 10:15:08.727930 | fa163e54-a5a0-7d7a-5f9c-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2026-03-10 10:15:08.729002 | fa163e54-a5a0-7d7a-5f9c-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.385166 | 0.06s 2026-03-10 10:15:08.736796 | fa163e54-a5a0-7d7a-5f9c-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2026-03-10 10:15:08.847322 | fa163e54-a5a0-7d7a-5f9c-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['_admin', 'osd', 'mon', 'mgr'], 'service_type': 'host'} 2026-03-10 10:15:08.848877 | fa163e54-a5a0-7d7a-5f9c-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.505034 | 0.11s 2026-03-10 10:15:08.862787 | fa163e54-a5a0-7d7a-5f9c-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-03-10 10:15:08.877790 | fa163e54-a5a0-7d7a-5f9c-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-03-10 10:15:08.891051 | fa163e54-a5a0-7d7a-5f9c-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-03-10 10:15:08.902642 | fa163e54-a5a0-7d7a-5f9c-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.558760 | 0.16s 2026-03-10 10:15:08.911891 | fa163e54-a5a0-7d7a-5f9c-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2026-03-10 10:15:08.997658 | fa163e54-a5a0-7d7a-5f9c-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': ['_admin', 'osd', 'mon', 'mgr'], 'service_type': 'host'} 2026-03-10 10:15:09.013304 | fa163e54-a5a0-7d7a-5f9c-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-03-10 10:15:09.030226 | fa163e54-a5a0-7d7a-5f9c-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-03-10 10:15:09.041710 | fa163e54-a5a0-7d7a-5f9c-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-03-10 10:15:09.052716 | fa163e54-a5a0-7d7a-5f9c-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.708878 | 0.14s 2026-03-10 10:15:09.057087 | fa163e54-a5a0-7d7a-5f9c-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2026-03-10 10:15:09.111780 | fa163e54-a5a0-7d7a-5f9c-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2026-03-10 10:15:09.112605 | fa163e54-a5a0-7d7a-5f9c-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.768778 | 0.05s 2026-03-10 10:15:09.117024 | fa163e54-a5a0-7d7a-5f9c-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2026-03-10 10:15:09.141518 | fa163e54-a5a0-7d7a-5f9c-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2026-03-10 10:15:09.142396 | fa163e54-a5a0-7d7a-5f9c-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.798565 | 0.02s 2026-03-10 10:15:09.142982 | fa163e54-a5a0-7d7a-5f9c-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.799159 | 0.02s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2026-03-10 10:15:09.184127 | fa163e54-a5a0-7d7a-5f9c-000000000017 | TASK | Ensure ceph_spec_path is defined 2026-03-10 10:15:09.228509 | fa163e54-a5a0-7d7a-5f9c-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2026-03-10 10:15:09.229992 | fa163e54-a5a0-7d7a-5f9c-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.886152 | 0.05s 2026-03-10 10:15:09.239689 | fa163e54-a5a0-7d7a-5f9c-000000000018 | TASK | Ensure public_network and cluster_network are defined 2026-03-10 10:15:09.389084 | fa163e54-a5a0-7d7a-5f9c-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2026-03-10 10:15:09.389928 | fa163e54-a5a0-7d7a-5f9c-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.046100 | 0.15s 2026-03-10 10:15:09.394032 | fa163e54-a5a0-7d7a-5f9c-000000000019 | TASK | Set IP address of first monitor 2026-03-10 10:15:09.439034 | fa163e54-a5a0-7d7a-5f9c-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2026-03-10 10:15:09.440021 | fa163e54-a5a0-7d7a-5f9c-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.096193 | 0.05s 2026-03-10 10:15:09.453222 | fa163e54-a5a0-7d7a-5f9c-000000000020 | TASK | Gather distribution facts if they don't exist 2026-03-10 10:15:09.499344 | fa163e54-a5a0-7d7a-5f9c-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2026-03-10 10:15:09.500710 | fa163e54-a5a0-7d7a-5f9c-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.156834 | 0.05s 2026-03-10 10:15:09.511796 | fa163e54-a5a0-7d7a-5f9c-000000000021 | TASK | Install cephadm package 2026-03-10 10:15:12.779062 | fa163e54-a5a0-7d7a-5f9c-000000000021 | OK | Install cephadm package | standalone.localdomain 2026-03-10 10:15:12.780694 | fa163e54-a5a0-7d7a-5f9c-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.436853 | 3.27s 2026-03-10 10:15:12.790958 | fa163e54-a5a0-7d7a-5f9c-000000000022 | TASK | Stat cephadm file 2026-03-10 10:15:13.146706 | fa163e54-a5a0-7d7a-5f9c-000000000022 | OK | Stat cephadm file | standalone.localdomain 2026-03-10 10:15:13.148384 | fa163e54-a5a0-7d7a-5f9c-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.804539 | 0.36s 2026-03-10 10:15:13.157545 | fa163e54-a5a0-7d7a-5f9c-000000000023 | TASK | Fail if cephadm is not available 2026-03-10 10:15:13.174342 | fa163e54-a5a0-7d7a-5f9c-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2026-03-10 10:15:13.176615 | fa163e54-a5a0-7d7a-5f9c-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.832777 | 0.02s 2026-03-10 10:15:13.186156 | fa163e54-a5a0-7d7a-5f9c-000000000024 | TASK | List Ceph daemon instances on this host 2026-03-10 10:15:13.991371 | fa163e54-a5a0-7d7a-5f9c-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2026-03-10 10:15:13.992441 | fa163e54-a5a0-7d7a-5f9c-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.648594 | 0.80s 2026-03-10 10:15:13.998752 | fa163e54-a5a0-7d7a-5f9c-000000000026 | TASK | Set list of found FSIDs 2026-03-10 10:15:14.095696 | fa163e54-a5a0-7d7a-5f9c-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2026-03-10 10:15:14.096998 | fa163e54-a5a0-7d7a-5f9c-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.753161 | 0.10s 2026-03-10 10:15:14.106287 | fa163e54-a5a0-7d7a-5f9c-000000000027 | TASK | Fail if >1 FSID was discovered 2026-03-10 10:15:14.176754 | fa163e54-a5a0-7d7a-5f9c-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2026-03-10 10:15:14.178106 | fa163e54-a5a0-7d7a-5f9c-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.834266 | 0.07s 2026-03-10 10:15:14.187386 | fa163e54-a5a0-7d7a-5f9c-000000000028 | TASK | Set FSID to the discovered value 2026-03-10 10:15:14.254494 | fa163e54-a5a0-7d7a-5f9c-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2026-03-10 10:15:14.255533 | fa163e54-a5a0-7d7a-5f9c-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.911702 | 0.07s 2026-03-10 10:15:14.261477 | fa163e54-a5a0-7d7a-5f9c-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2026-03-10 10:15:14.381951 | fa163e54-a5a0-7d7a-5f9c-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2026-03-10 10:15:14.382978 | fa163e54-a5a0-7d7a-5f9c-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:06.039146 | 0.12s 2026-03-10 10:15:14.388923 | fa163e54-a5a0-7d7a-5f9c-00000000002b | TASK | Set first monitor IP if it was not passed 2026-03-10 10:15:14.485212 | fa163e54-a5a0-7d7a-5f9c-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2026-03-10 10:15:14.486289 | fa163e54-a5a0-7d7a-5f9c-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.142457 | 0.10s 2026-03-10 10:15:14.492402 | fa163e54-a5a0-7d7a-5f9c-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2026-03-10 10:15:14.896045 | fa163e54-a5a0-7d7a-5f9c-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2026-03-10 10:15:14.897226 | fa163e54-a5a0-7d7a-5f9c-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.553395 | 0.40s 2026-03-10 10:15:14.903382 | fa163e54-a5a0-7d7a-5f9c-00000000002d | TASK | Ensure specs directory exists 2026-03-10 10:15:15.092613 | fa163e54-a5a0-7d7a-5f9c-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2026-03-10 10:15:15.094089 | fa163e54-a5a0-7d7a-5f9c-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.750249 | 0.19s 2026-03-10 10:15:15.112394 | fa163e54-a5a0-7d7a-5f9c-00000000002e | TASK | Stat spec file on ansible host 2026-03-10 10:15:15.420919 | fa163e54-a5a0-7d7a-5f9c-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e54-a5a0-7d7a-5f9c-00000000002e') missing from stats 2026-03-10 10:15:15.433476 | fa163e54-a5a0-7d7a-5f9c-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2026-03-10 10:15:16.046149 | fa163e54-a5a0-7d7a-5f9c-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2026-03-10 10:15:16.047662 | fa163e54-a5a0-7d7a-5f9c-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.703824 | 0.61s 2026-03-10 10:15:16.061830 | fa163e54-a5a0-7d7a-5f9c-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2026-03-10 10:15:16.294113 | fa163e54-a5a0-7d7a-5f9c-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e54-a5a0-7d7a-5f9c-000000000031') missing from stats 2026-03-10 10:15:16.306854 | fa163e54-a5a0-7d7a-5f9c-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2026-03-10 10:15:16.828318 | fa163e54-a5a0-7d7a-5f9c-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-03-10 10:15:16.829849 | fa163e54-a5a0-7d7a-5f9c-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.486008 | 0.52s 2026-03-10 10:15:16.854857 | fa163e54-a5a0-7d7a-5f9c-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2026-03-10 10:15:16.966707 | fa163e54-a5a0-7d7a-5f9c-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-03-10 10:15:16.967975 | fa163e54-a5a0-7d7a-5f9c-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.624134 | 0.11s 2026-03-10 10:15:16.985356 | fa163e54-a5a0-7d7a-5f9c-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2026-03-10 10:15:17.056332 | fa163e54-a5a0-7d7a-5f9c-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2026-03-10 10:15:17.057696 | fa163e54-a5a0-7d7a-5f9c-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.713854 | 0.07s 2026-03-10 10:15:17.067115 | fa163e54-a5a0-7d7a-5f9c-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2026-03-10 10:15:17.323687 | fa163e54-a5a0-7d7a-5f9c-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2026-03-10 10:15:17.325990 | fa163e54-a5a0-7d7a-5f9c-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.982137 | 0.26s 2026-03-10 10:15:17.494263 | fa163e54-a5a0-7d7a-5f9c-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2026-03-10 10:15:17.495526 | fa163e54-a5a0-7d7a-5f9c-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.151693 | 0.43s 2026-03-10 10:15:17.502688 | fa163e54-a5a0-7d7a-5f9c-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.158857 | 0.43s 2026-03-10 10:15:17.512034 | fa163e54-a5a0-7d7a-5f9c-000000000065 | TASK | Fail if necessary files are missing 2026-03-10 10:15:17.601057 | fa163e54-a5a0-7d7a-5f9c-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': 285217516, 'dev': 64516, 'nlink': 1, 'atime': 1773137680.2537687, 'mtime': 1773137680.069763, 'ctime': 1773137680.2557688, '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': '7bdab7f6d55db11240e5f867ec013fb921aba16b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3428017218', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2026-03-10 10:15:17.608269 | fa163e54-a5a0-7d7a-5f9c-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': 310380245, 'dev': 64516, 'nlink': 1, 'atime': 1773137680.724783, 'mtime': 1773137680.5397773, 'ctime': 1773137680.726783, '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': '98d5642416770337611acd6f8111e1e6a9317cf0', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '774196919', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2026-03-10 10:15:17.616322 | fa163e54-a5a0-7d7a-5f9c-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.272483 | 0.10s 2026-03-10 10:15:17.627341 | fa163e54-a5a0-7d7a-5f9c-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2026-03-10 10:15:17.944741 | fa163e54-a5a0-7d7a-5f9c-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2026-03-10 10:15:17.946076 | fa163e54-a5a0-7d7a-5f9c-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.602237 | 0.32s 2026-03-10 10:15:17.955328 | fa163e54-a5a0-7d7a-5f9c-000000000068 | TASK | Run cephadm bootstrap 2026-03-10 10:16:22.107925 | fa163e54-a5a0-7d7a-5f9c-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2026-03-10 10:16:22.109377 | fa163e54-a5a0-7d7a-5f9c-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:13.765537 | 64.15s 2026-03-10 10:16:22.119795 | fa163e54-a5a0-7d7a-5f9c-000000000069 | TASK | Show results of bootstrap 2026-03-10 10:16:22.190745 | fa163e54-a5a0-7d7a-5f9c-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2026-03-10 10:16:22.191978 | fa163e54-a5a0-7d7a-5f9c-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:13.848135 | 0.07s 2026-03-10 10:16:22.202029 | fa163e54-a5a0-7d7a-5f9c-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-10 10:16:22.249783 | fa163e54-a5a0-7d7a-5f9c-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.905939 | 0.05s 2026-03-10 10:16:22.261834 | bed7f27c-91a6-490e-8bca-7cd38b5e13a1 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-10 10:16:22.276877 | fa163e54-a5a0-7d7a-5f9c-00000000020b | TASK | Set ceph CLI 2026-03-10 10:16:22.468539 | fa163e54-a5a0-7d7a-5f9c-00000000020b | OK | Set ceph CLI | standalone.localdomain 2026-03-10 10:16:22.469929 | fa163e54-a5a0-7d7a-5f9c-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:14.126090 | 0.19s 2026-03-10 10:16:22.480460 | fa163e54-a5a0-7d7a-5f9c-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2026-03-10 10:16:23.310873 | fa163e54-a5a0-7d7a-5f9c-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2026-03-10 10:16:23.312343 | fa163e54-a5a0-7d7a-5f9c-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.968504 | 0.83s 2026-03-10 10:16:23.322072 | fa163e54-a5a0-7d7a-5f9c-00000000006c | TASK | Set the default container image in ceph configuration 2026-03-10 10:16:24.273147 | fa163e54-a5a0-7d7a-5f9c-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2026-03-10 10:16:24.274126 | fa163e54-a5a0-7d7a-5f9c-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.930295 | 0.95s 2026-03-10 10:16:24.281174 | fa163e54-a5a0-7d7a-5f9c-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2026-03-10 10:16:24.326687 | fa163e54-a5a0-7d7a-5f9c-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2026-03-10 10:16:24.327564 | fa163e54-a5a0-7d7a-5f9c-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.983733 | 0.05s 2026-03-10 10:16:24.338564 | fa163e54-a5a0-7d7a-5f9c-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-10 10:16:24.384640 | fa163e54-a5a0-7d7a-5f9c-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-03-10 10:16:24.385654 | fa163e54-a5a0-7d7a-5f9c-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.041817 | 0.05s 2026-03-10 10:16:24.391889 | fa163e54-a5a0-7d7a-5f9c-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2026-03-10 10:16:24.417841 | fa163e54-a5a0-7d7a-5f9c-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2026-03-10 10:16:24.418723 | fa163e54-a5a0-7d7a-5f9c-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:16.074892 | 0.03s 2026-03-10 10:16:24.426112 | fa163e54-a5a0-7d7a-5f9c-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2026-03-10 10:16:24.503652 | fa163e54-a5a0-7d7a-5f9c-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2026-03-10 10:16:24.505518 | fa163e54-a5a0-7d7a-5f9c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.161669 | 0.08s 2026-03-10 10:16:24.517839 | fa163e54-a5a0-7d7a-5f9c-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2026-03-10 10:16:24.518961 | fa163e54-a5a0-7d7a-5f9c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.175129 | 0.09s 2026-03-10 10:16:24.536077 | fa163e54-a5a0-7d7a-5f9c-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2026-03-10 10:16:24.537243 | fa163e54-a5a0-7d7a-5f9c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.193408 | 0.11s 2026-03-10 10:16:24.549734 | fa163e54-a5a0-7d7a-5f9c-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2026-03-10 10:16:24.550852 | fa163e54-a5a0-7d7a-5f9c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.207021 | 0.12s 2026-03-10 10:16:24.561179 | fa163e54-a5a0-7d7a-5f9c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.217337 | 0.13s 2026-03-10 10:16:24.575532 | fa163e54-a5a0-7d7a-5f9c-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2026-03-10 10:16:24.709851 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2026-03-10 10:16:24.769722 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2026-03-10 10:16:24.832675 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2026-03-10 10:16:24.895257 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2026-03-10 10:16:24.955550 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2026-03-10 10:16:25.017127 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2026-03-10 10:16:25.079951 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2026-03-10 10:16:25.136482 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2026-03-10 10:16:25.148480 | fa163e54-a5a0-7d7a-5f9c-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:16.804584 | 0.57s 2026-03-10 10:16:25.158802 | fa163e54-a5a0-7d7a-5f9c-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2026-03-10 10:16:26.235666 | fa163e54-a5a0-7d7a-5f9c-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2026-03-10 10:16:26.239548 | fa163e54-a5a0-7d7a-5f9c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.895694 | 1.08s 2026-03-10 10:16:27.131223 | fa163e54-a5a0-7d7a-5f9c-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2026-03-10 10:16:27.133091 | fa163e54-a5a0-7d7a-5f9c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.789256 | 1.97s 2026-03-10 10:16:28.035368 | fa163e54-a5a0-7d7a-5f9c-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2026-03-10 10:16:28.037106 | fa163e54-a5a0-7d7a-5f9c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.693263 | 2.88s 2026-03-10 10:16:29.275765 | fa163e54-a5a0-7d7a-5f9c-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2026-03-10 10:16:29.277209 | fa163e54-a5a0-7d7a-5f9c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.933376 | 4.12s 2026-03-10 10:16:29.287244 | fa163e54-a5a0-7d7a-5f9c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.943398 | 4.13s 2026-03-10 10:16:29.297853 | fa163e54-a5a0-7d7a-5f9c-0000000000a6 | TASK | Stat spec file on bootstrap node 2026-03-10 10:16:29.573367 | fa163e54-a5a0-7d7a-5f9c-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2026-03-10 10:16:29.574903 | fa163e54-a5a0-7d7a-5f9c-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:21.231069 | 0.28s 2026-03-10 10:16:29.588233 | fa163e54-a5a0-7d7a-5f9c-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:21.244383 | 0.29s 2026-03-10 10:16:29.599958 | fa163e54-a5a0-7d7a-5f9c-0000000000a7 | TASK | Fail if spec file is missing 2026-03-10 10:16:29.674480 | fa163e54-a5a0-7d7a-5f9c-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': 922759991, 'dev': 64516, 'nlink': 1, 'atime': 1773137716.014387, 'mtime': 1773137715.666374, 'ctime': 1773137716.0173872, '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': '967f0ef23b01c9612865508636636b53be05f7c5', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3456404414', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2026-03-10 10:16:29.686842 | fa163e54-a5a0-7d7a-5f9c-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:21.342976 | 0.08s 2026-03-10 10:16:29.699225 | fa163e54-a5a0-7d7a-5f9c-0000000000a8 | TASK | Get ceph_cli 2026-03-10 10:16:29.733364 | fa163e54-a5a0-7d7a-5f9c-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:21.389509 | 0.03s 2026-03-10 10:16:29.747092 | 2e4c5a43-81a2-4ab1-a79e-5b7ac4766ce9 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-10 10:16:29.768947 | fa163e54-a5a0-7d7a-5f9c-000000000270 | TASK | Set ceph CLI 2026-03-10 10:16:29.955325 | fa163e54-a5a0-7d7a-5f9c-000000000270 | OK | Set ceph CLI | standalone.localdomain 2026-03-10 10:16:29.957235 | fa163e54-a5a0-7d7a-5f9c-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:21.613377 | 0.19s 2026-03-10 10:16:29.968016 | fa163e54-a5a0-7d7a-5f9c-0000000000a9 | TASK | Get the ceph orchestrator status 2026-03-10 10:16:30.942382 | fa163e54-a5a0-7d7a-5f9c-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-03-10 10:16:30.943170 | fa163e54-a5a0-7d7a-5f9c-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:22.599341 | 0.97s 2026-03-10 10:16:30.947908 | fa163e54-a5a0-7d7a-5f9c-0000000000aa | TASK | Fail if ceph orchestrator is not available 2026-03-10 10:16:31.012512 | fa163e54-a5a0-7d7a-5f9c-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-03-10 10:16:31.013893 | fa163e54-a5a0-7d7a-5f9c-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:22.670046 | 0.07s 2026-03-10 10:16:31.027968 | fa163e54-a5a0-7d7a-5f9c-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2026-03-10 10:16:31.056031 | fa163e54-a5a0-7d7a-5f9c-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:22.712189 | 0.03s 2026-03-10 10:16:31.074289 | 63e4bd22-9946-4ab4-9950-90621ab5f8e3 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2026-03-10 10:16:31.090941 | fa163e54-a5a0-7d7a-5f9c-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-10 10:16:31.137463 | fa163e54-a5a0-7d7a-5f9c-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-03-10 10:16:31.138457 | fa163e54-a5a0-7d7a-5f9c-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:22.794596 | 0.05s 2026-03-10 10:16:31.145053 | fa163e54-a5a0-7d7a-5f9c-0000000002a8 | TASK | set cephadm debug level 2026-03-10 10:16:31.201129 | fa163e54-a5a0-7d7a-5f9c-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2026-03-10 10:16:31.202053 | fa163e54-a5a0-7d7a-5f9c-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:22.858222 | 0.06s 2026-03-10 10:16:31.208277 | fa163e54-a5a0-7d7a-5f9c-0000000002a9 | TASK | enforce minimum ceph clients version 2026-03-10 10:16:31.267472 | fa163e54-a5a0-7d7a-5f9c-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2026-03-10 10:16:31.268910 | fa163e54-a5a0-7d7a-5f9c-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:22.925071 | 0.06s 2026-03-10 10:16:31.278511 | fa163e54-a5a0-7d7a-5f9c-0000000002aa | TASK | set container image base in ceph configuration 2026-03-10 10:16:32.202135 | fa163e54-a5a0-7d7a-5f9c-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2026-03-10 10:16:32.203205 | fa163e54-a5a0-7d7a-5f9c-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:23.859372 | 0.92s 2026-03-10 10:16:32.210333 | fa163e54-a5a0-7d7a-5f9c-0000000002ac | TASK | set alertmanager container image in ceph configuration 2026-03-10 10:16:32.266287 | fa163e54-a5a0-7d7a-5f9c-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2026-03-10 10:16:32.267751 | fa163e54-a5a0-7d7a-5f9c-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:23.923909 | 0.06s 2026-03-10 10:16:32.280874 | fa163e54-a5a0-7d7a-5f9c-0000000002ad | TASK | set grafana container image in ceph configuration 2026-03-10 10:16:32.345612 | fa163e54-a5a0-7d7a-5f9c-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2026-03-10 10:16:32.347075 | fa163e54-a5a0-7d7a-5f9c-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:24.003232 | 0.06s 2026-03-10 10:16:32.357998 | fa163e54-a5a0-7d7a-5f9c-0000000002ae | TASK | set node-exporter container image in ceph configuration 2026-03-10 10:16:32.430631 | fa163e54-a5a0-7d7a-5f9c-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2026-03-10 10:16:32.431580 | fa163e54-a5a0-7d7a-5f9c-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:24.087749 | 0.07s 2026-03-10 10:16:32.437886 | fa163e54-a5a0-7d7a-5f9c-0000000002af | TASK | set prometheus container image in ceph configuration 2026-03-10 10:16:32.483696 | fa163e54-a5a0-7d7a-5f9c-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2026-03-10 10:16:32.484782 | fa163e54-a5a0-7d7a-5f9c-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:24.140950 | 0.05s 2026-03-10 10:16:32.490718 | fa163e54-a5a0-7d7a-5f9c-0000000000ac | TASK | Apply spec 2026-03-10 10:16:33.950320 | fa163e54-a5a0-7d7a-5f9c-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2026-03-10 10:16:33.951735 | fa163e54-a5a0-7d7a-5f9c-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:25.607896 | 1.46s 2026-03-10 10:16:33.962361 | fa163e54-a5a0-7d7a-5f9c-0000000000ad | TASK | Show results of spec apply 2026-03-10 10:16:34.021381 | fa163e54-a5a0-7d7a-5f9c-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2026-03-10 10:16:34.022817 | fa163e54-a5a0-7d7a-5f9c-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:25.678970 | 0.06s 2026-03-10 10:16:34.033275 | fa163e54-a5a0-7d7a-5f9c-0000000000ae | TASK | Wait for the expected number of osds to be running 2026-03-10 10:16:34.092682 | fa163e54-a5a0-7d7a-5f9c-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:25.748846 | 0.06s 2026-03-10 10:16:34.099250 | 03fb6964-5e0e-454f-b0d3-ad8957074beb | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2026-03-10 10:16:34.113618 | fa163e54-a5a0-7d7a-5f9c-000000000307 | TASK | Wait for expected number of osds to be running 2026-03-10 10:16:35.158819 | fa163e54-a5a0-7d7a-5f9c-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2026-03-10 10:17:06.200005 | fa163e54-a5a0-7d7a-5f9c-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2026-03-10 10:17:06.201539 | fa163e54-a5a0-7d7a-5f9c-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:57.857697 | 32.09s 2026-03-10 10:17:06.221264 | fa163e54-a5a0-7d7a-5f9c-0000000000c9 | TASK | Get ceph_cli 2026-03-10 10:17:06.269161 | fa163e54-a5a0-7d7a-5f9c-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-10 10:17:06.270399 | fa163e54-a5a0-7d7a-5f9c-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.926556 | 0.05s 2026-03-10 10:17:06.279959 | fa163e54-a5a0-7d7a-5f9c-0000000000ca | TASK | Collect ceph config dump 2026-03-10 10:17:06.327399 | fa163e54-a5a0-7d7a-5f9c-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2026-03-10 10:17:06.328728 | fa163e54-a5a0-7d7a-5f9c-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:57.984884 | 0.05s 2026-03-10 10:17:06.338110 | fa163e54-a5a0-7d7a-5f9c-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2026-03-10 10:17:06.407382 | fa163e54-a5a0-7d7a-5f9c-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2026-03-10 10:17:06.409079 | fa163e54-a5a0-7d7a-5f9c-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:58.065233 | 0.07s 2026-03-10 10:17:06.419787 | fa163e54-a5a0-7d7a-5f9c-0000000000cc | TASK | Create pool 2026-03-10 10:17:06.488923 | fa163e54-a5a0-7d7a-5f9c-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:58.145073 | 0.07s 2026-03-10 10:17:06.499267 | fa163e54-a5a0-7d7a-5f9c-0000000000cd | TASK | Enable application on Ceph pools 2026-03-10 10:17:06.568354 | fa163e54-a5a0-7d7a-5f9c-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:58.224493 | 0.07s 2026-03-10 10:17:06.579775 | fa163e54-a5a0-7d7a-5f9c-0000000000cf | TASK | Get the RBD ceph_cli 2026-03-10 10:17:06.621740 | fa163e54-a5a0-7d7a-5f9c-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2026-03-10 10:17:06.623225 | fa163e54-a5a0-7d7a-5f9c-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:58.279383 | 0.04s 2026-03-10 10:17:06.632731 | fa163e54-a5a0-7d7a-5f9c-0000000000d0 | TASK | Set trash interval 2026-03-10 10:17:06.720197 | fa163e54-a5a0-7d7a-5f9c-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2026-03-10 10:17:06.732028 | fa163e54-a5a0-7d7a-5f9c-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:58.388169 | 0.10s 2026-03-10 10:17:06.750748 | fa163e54-a5a0-7d7a-5f9c-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2026-03-10 10:17:06.800225 | fa163e54-a5a0-7d7a-5f9c-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:58.456376 | 0.05s 2026-03-10 10:17:06.811604 | fa163e54-a5a0-7d7a-5f9c-0000000000e9 | TASK | Get ceph_cli 2026-03-10 10:17:06.842831 | fa163e54-a5a0-7d7a-5f9c-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-10 10:17:06.844192 | fa163e54-a5a0-7d7a-5f9c-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.500352 | 0.03s 2026-03-10 10:17:06.854190 | fa163e54-a5a0-7d7a-5f9c-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2026-03-10 10:17:06.922989 | fa163e54-a5a0-7d7a-5f9c-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:58.579139 | 0.07s 2026-03-10 10:17:06.940407 | fa163e54-a5a0-7d7a-5f9c-0000000000f9 | TASK | Get ceph_cli 2026-03-10 10:17:06.976862 | fa163e54-a5a0-7d7a-5f9c-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-10 10:17:06.978128 | fa163e54-a5a0-7d7a-5f9c-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.634289 | 0.04s 2026-03-10 10:17:06.988169 | fa163e54-a5a0-7d7a-5f9c-0000000000fa | TASK | Wait for the expected number of monitors to be running 2026-03-10 10:17:07.030158 | fa163e54-a5a0-7d7a-5f9c-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2026-03-10 10:17:07.031480 | fa163e54-a5a0-7d7a-5f9c-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:58.687641 | 0.04s 2026-03-10 10:17:07.040690 | fa163e54-a5a0-7d7a-5f9c-0000000000fb | TASK | Run ceph mon dump to get all monitors 2026-03-10 10:17:07.067074 | fa163e54-a5a0-7d7a-5f9c-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2026-03-10 10:17:07.068487 | fa163e54-a5a0-7d7a-5f9c-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:58.724646 | 0.03s 2026-03-10 10:17:07.078339 | fa163e54-a5a0-7d7a-5f9c-0000000000fc | TASK | Extract mons_json 2026-03-10 10:17:07.118961 | fa163e54-a5a0-7d7a-5f9c-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2026-03-10 10:17:07.119842 | fa163e54-a5a0-7d7a-5f9c-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:58.776013 | 0.04s 2026-03-10 10:17:07.124610 | fa163e54-a5a0-7d7a-5f9c-0000000000fd | TASK | Build mons_list 2026-03-10 10:17:07.164550 | fa163e54-a5a0-7d7a-5f9c-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2026-03-10 10:17:07.165349 | fa163e54-a5a0-7d7a-5f9c-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:58.821520 | 0.04s 2026-03-10 10:17:07.169890 | fa163e54-a5a0-7d7a-5f9c-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2026-03-10 10:17:07.199092 | fa163e54-a5a0-7d7a-5f9c-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2026-03-10 10:17:07.200133 | fa163e54-a5a0-7d7a-5f9c-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:58.856301 | 0.03s 2026-03-10 10:17:07.207077 | fa163e54-a5a0-7d7a-5f9c-0000000000ff | TASK | Verify the keyring 2026-03-10 10:17:07.274203 | fa163e54-a5a0-7d7a-5f9c-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:58.930352 | 0.07s 2026-03-10 10:17:07.290252 | fa163e54-a5a0-7d7a-5f9c-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2026-03-10 10:17:07.331016 | fa163e54-a5a0-7d7a-5f9c-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2026-03-10 10:17:07.332330 | fa163e54-a5a0-7d7a-5f9c-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:58.988489 | 0.04s 2026-03-10 10:17:07.346175 | fa163e54-a5a0-7d7a-5f9c-000000000101 | TASK | Save tripleo_ceph_client_vars file 2026-03-10 10:17:07.386130 | fa163e54-a5a0-7d7a-5f9c-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2026-03-10 10:17:07.387498 | fa163e54-a5a0-7d7a-5f9c-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:59.043656 | 0.04s 2026-03-10 10:17:07.406480 | fa163e54-a5a0-7d7a-5f9c-00000000011c | TASK | Get ceph_cli 2026-03-10 10:17:07.433149 | fa163e54-a5a0-7d7a-5f9c-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.089302 | 0.03s 2026-03-10 10:17:07.445094 | 55c38732-87e1-475a-98a0-9a57b70ad845 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-10 10:17:07.458907 | fa163e54-a5a0-7d7a-5f9c-0000000003c0 | TASK | Set ceph CLI 2026-03-10 10:17:07.589397 | fa163e54-a5a0-7d7a-5f9c-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2026-03-10 10:17:07.590201 | fa163e54-a5a0-7d7a-5f9c-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:59.246373 | 0.13s 2026-03-10 10:17:07.594697 | fa163e54-a5a0-7d7a-5f9c-00000000011d | TASK | Get the ceph orchestrator status 2026-03-10 10:17:08.456709 | fa163e54-a5a0-7d7a-5f9c-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-03-10 10:17:08.457803 | fa163e54-a5a0-7d7a-5f9c-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:00.113972 | 0.86s 2026-03-10 10:17:08.463109 | fa163e54-a5a0-7d7a-5f9c-00000000011e | TASK | Fail if ceph orchestrator is not available 2026-03-10 10:17:08.500719 | fa163e54-a5a0-7d7a-5f9c-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-03-10 10:17:08.501633 | fa163e54-a5a0-7d7a-5f9c-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:00.157801 | 0.04s 2026-03-10 10:17:08.507956 | fa163e54-a5a0-7d7a-5f9c-000000000120 | TASK | Show the deployed daemons 2026-03-10 10:17:09.253040 | fa163e54-a5a0-7d7a-5f9c-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2026-03-10 10:17:09.254405 | fa163e54-a5a0-7d7a-5f9c-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:00.910566 | 0.75s 2026-03-10 10:17:09.264299 | fa163e54-a5a0-7d7a-5f9c-000000000121 | TASK | Deployed daemons 2026-03-10 10:17:09.299827 | fa163e54-a5a0-7d7a-5f9c-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2026-03-10 10:17:09.301012 | fa163e54-a5a0-7d7a-5f9c-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:00.957173 | 0.04s 2026-03-10 10:17:09.310291 | fa163e54-a5a0-7d7a-5f9c-000000000122 | TASK | Print the status of the deployed Ceph cluster 2026-03-10 10:17:10.170958 | fa163e54-a5a0-7d7a-5f9c-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2026-03-10 10:17:10.172460 | fa163e54-a5a0-7d7a-5f9c-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:01.828591 | 0.86s 2026-03-10 10:17:10.183763 | fa163e54-a5a0-7d7a-5f9c-000000000123 | TASK | Ceph cluster status 2026-03-10 10:17:10.220868 | fa163e54-a5a0-7d7a-5f9c-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 570fb855-13f1-5ce1-8032-4481be2369c3", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.izateu(active, since 66s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 29s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2026-03-10 10:17:10.221868 | fa163e54-a5a0-7d7a-5f9c-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:01.878036 | 0.04s 2026-03-10 10:17:10.236958 | fa163e54-a5a0-7d7a-5f9c-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2026-03-10 10:17:10.867890 | fa163e54-a5a0-7d7a-5f9c-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e54-a5a0-7d7a-5f9c-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2026-03-10 10:17:10.914811 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:17:10.915360 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:17:10.915943 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:02.572111 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:17:10.916502 | UUID | Info | Host | Task Name | Run Time 2026-03-10 10:17:10.917022 | fa163e54-a5a0-7d7a-5f9c-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 64.15s 2026-03-10 10:17:10.917589 | fa163e54-a5a0-7d7a-5f9c-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.09s 2026-03-10 10:17:10.918080 | fa163e54-a5a0-7d7a-5f9c-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 4.13s 2026-03-10 10:17:10.918643 | fa163e54-a5a0-7d7a-5f9c-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.27s 2026-03-10 10:17:10.919163 | fa163e54-a5a0-7d7a-5f9c-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.46s 2026-03-10 10:17:10.919756 | fa163e54-a5a0-7d7a-5f9c-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.97s 2026-03-10 10:17:10.920288 | fa163e54-a5a0-7d7a-5f9c-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.95s 2026-03-10 10:17:10.920809 | fa163e54-a5a0-7d7a-5f9c-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.92s 2026-03-10 10:17:10.921284 | fa163e54-a5a0-7d7a-5f9c-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.86s 2026-03-10 10:17:10.921813 | fa163e54-a5a0-7d7a-5f9c-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.86s 2026-03-10 10:17:10.922296 | fa163e54-a5a0-7d7a-5f9c-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.83s 2026-03-10 10:17:10.922865 | fa163e54-a5a0-7d7a-5f9c-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.80s 2026-03-10 10:17:10.923395 | fa163e54-a5a0-7d7a-5f9c-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.75s 2026-03-10 10:17:10.923998 | fa163e54-a5a0-7d7a-5f9c-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.61s 2026-03-10 10:17:10.924638 | fa163e54-a5a0-7d7a-5f9c-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.57s 2026-03-10 10:17:10.925141 | fa163e54-a5a0-7d7a-5f9c-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.52s 2026-03-10 10:17:10.925727 | fa163e54-a5a0-7d7a-5f9c-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.43s 2026-03-10 10:17:10.926210 | fa163e54-a5a0-7d7a-5f9c-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.40s 2026-03-10 10:17:10.926862 | fa163e54-a5a0-7d7a-5f9c-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2026-03-10 10:17:10.927352 | fa163e54-a5a0-7d7a-5f9c-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.32s 2026-03-10 10:17:10.927947 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + '[' -f /tmp/additional_env_file.yaml ']' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2026-03-10 10:17:14.137 40701 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-10 10:17:14.161 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.161 40701 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-10 10:17:14.163 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.163 40701 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-10 10:17:14.164 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.165 40701 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-10 10:17:14.166 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.166 40701 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-10 10:17:14.168 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.168 40701 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-10 10:17:14.170 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.170 40701 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-10 10:17:14.193 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.193 40701 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-10 10:17:14.211 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.211 40701 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-10 10:17:14.213 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.213 40701 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-10 10:17:14.215 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.215 40701 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-10 10:17:14.217 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.217 40701 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-10 10:17:14.219 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.219 40701 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-10 10:17:14.221 40701 INFO migrate.versioning.api [-] done 2026-03-10 10:17:14.221 40701 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-10 10:17:14.243 40701 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2026-03-10 10:17:22Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:23Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:23Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:23Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:23Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-10 10:17:23Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:23Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-10 10:17:23Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:24Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:24Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-10 10:17:24Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-10 10:17:25Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:25Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:25Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:25Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-10 10:17:26Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:26Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:26Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:26Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:26Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-10 10:17:26Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-10 10:17:26Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:26Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:26Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-10 10:17:26Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:27Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:27Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:27Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-10 10:17:27Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-10 10:17:27Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:27Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-10 10:17:27Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:27Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:27Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:27Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-10 10:17:28Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:28Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-10 10:17:28Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-10 10:17:28Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 10:17:29Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:29Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:29Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:29Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-10 10:17:29Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:29Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:29Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:29Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-10 10:17:29Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:30Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:30Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-10 10:17:30Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-10 10:17:30Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:30Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-10 10:17:31Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:31Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-10 10:17:32Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:32Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-10 10:17:32Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:33Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-10 10:17:33Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:33Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:33Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:33Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:33Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:33Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:33Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-10 10:17:33Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-10 10:17:33Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-10 10:17:33Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:34Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 10:17:34Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 10:17:34Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 10:17:34Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 10:17:35Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:35Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:35Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:35Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-10 10:17:35Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:36Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-10 10:17:36Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:36Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:36Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-10 10:17:37Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-10 10:17:37Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:37Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-10 10:17:37Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:37Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:38Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:39Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:40Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:41Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:41Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:42Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:17:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:17:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:43Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:43Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:17:43Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:17:44Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:45Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-10 10:17:46Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:17:46Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:47Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-10 10:17:47Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:47Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:47Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-10 10:17:49Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:49Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:17:50Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:50Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:17:50Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:17:50Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:51Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-10 10:17:52Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:52Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:52Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:52Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:17:53Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:54Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:54Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-10 10:17:55Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:55Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:17:56Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:17:56Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:17:57Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-10 10:17:57Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:57Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:17:58Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:59Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:17:59Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:18:00Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:00Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:00Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:01Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:02Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:02Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:03Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-10 10:18:03Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:03Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:03Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:03Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:03Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:04Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-10 10:18:04Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:05Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:05Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:07Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:07Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-03-10 10:18:08Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:08Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:08Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:10Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:10Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:11Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2026-03-10 10:18:11Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:12Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-10 10:18:12Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:13Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-10 10:18:14Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:15Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-10 10:18:15Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:15Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:15Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:16Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:16Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:17Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:17Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:17Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:18Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-10 10:18:19Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:19Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:21Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:22Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:22Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-10 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-10 10:18:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-10 10:18:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-10 10:18:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:26Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:26Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:26Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-10 10:18:27Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:28Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-10 10:18:28Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:28Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-10 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2026-03-10 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-10 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-10 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:31Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:31Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-10 10:18:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-10 10:18:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-10 10:18:35Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:36Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-10 10:18:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-10 10:18:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-10 10:18:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:38Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:38Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:39Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-10 10:18:39Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:39Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:39Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:40Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:41Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:18:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:18:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:43Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:43Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:43Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:44Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:44Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:44Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:45Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:45Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-10 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:53Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:53Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:18:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:54Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:18:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:18:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:55Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:55Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:18:55Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:56Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:56Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:18:56Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 10:18:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-10 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:18:59Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-10 10:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:03Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:03Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:19:03Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:05Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-10 10:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:16Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-10 10:19:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:17Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:17Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:17Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-10 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:23Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:23Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:24Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:24Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:24Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:24Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-10 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:26Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-10 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:29Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-10 10:19:29Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:30Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-10 10:19:31Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:31Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:31Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:31Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:31Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:31Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:31Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-10 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:19:35Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:35Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:36Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:37Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:37Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-10 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-10 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-10 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:19:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2026-03-10 10:19:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-10 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:50Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:50Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:51Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:19:51Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:52Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-10 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:54Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:54Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:19:56Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:57Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:19:57Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-10 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:19:59Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:19:59Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:01Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:01Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:02Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:02Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-10 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-10 10:20:05Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-10 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-10 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-10 10:20:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-10 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:12Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-10 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:16Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-10 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:18Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-10 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:20Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-10 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:23Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:25Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-10 10:20:25Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:25Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:27Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:30Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:30Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-10 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-10 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:35Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-10 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-10 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-10 10:20:40Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:40Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:40Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:41Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:41Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:41Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:20:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-10 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:45Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:45Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:46Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-10 10:20:46Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:50Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:50Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:50Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:20:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:52Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:52Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:20:53Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-10 10:20:53Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-10 10:20:55Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:55Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:20:55Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:56Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:56Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:20:56Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2026-03-10 10:20:57Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:58Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:20:58Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:20:59Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:20:59Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-10 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:03Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:03Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:09Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:09Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:09Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-10 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:12Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-10 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:15Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:16Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:16Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:17Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-10 10:21:17Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:18Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-10 10:21:19Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:19Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:19Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:19Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:20Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:21Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:21Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:21Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:23Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:23Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-10 10:21:24Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:24Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:25Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:25Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:26Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-10 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:28Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:28Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-10 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:30Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-10 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-10 10:21:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:35Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-10 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:39Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:40Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-10 10:21:41Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:42Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-10 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-10 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:46Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:49Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:50Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:50Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-10 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-10 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-10 10:21:56Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:57Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:58Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:21:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:21:59Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:21:59Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:00Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-10 10:22:00Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:00Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:02Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-10 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:05Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:08Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:08Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:09Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:09Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:10Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-10 10:22:10Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-10 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2026-03-10 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:15Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:17Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:17Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:18Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-10 10:22:18Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:18Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:19Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:21Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:21Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:21Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:22Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 10:22:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-10 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 10:22:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2026-03-10 10:22:24Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:24Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-10 10:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:26Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:26Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:26Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-10 10:22:29Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:30Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:30Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:31Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-10 10:22:32Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:32Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:32Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:33Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:33Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2026-03-10 10:22:34Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:34Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:34Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:34Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:35Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-10 10:22:35Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:37Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-10 10:22:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:38Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2026-03-10 10:22:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 10:22:40Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:41Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:41Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:42Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-10 10:22:42Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:42Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:42Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:43Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:43Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:43Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:44Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:44Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:44Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-10 10:22:46Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:46Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:46Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:46Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:47Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:48Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:48Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:49Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-10 10:22:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:50Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:51Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:51Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 10:22:52Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:52Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:52Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:53Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:54Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-10 10:22:54Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:22:54Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-10 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:22:56Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:57Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:57Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:22:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:58Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:22:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-10 10:22:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-10 10:22:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:22:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-10 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:05Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-10 10:23:06Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:06Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:06Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:06Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-10 10:23:06Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:07Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-10 10:23:07Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:08Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:08Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:09Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:09Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:09Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:10Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:11Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:11Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:23:12Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:12Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:13Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-10 10:23:13Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:13Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:13Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:14Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:14Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:23:15Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:15Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:16Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:16Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:16Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:16Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:17Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-10 10:23:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:18Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:19Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:19Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:19Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:20Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:21Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:21Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:23Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-10 10:23:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:24Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-10 10:23:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:25Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:26Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:26Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-10 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:33Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:34Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-10 10:23:35Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:36Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-10 10:23:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:37Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:38Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:38Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 10:23:38Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:38Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:38Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 10:23:38Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:40Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:40Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:40Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-10 10:23:41Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:42Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:42Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:43Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-10 10:23:43Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:44Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-10 10:23:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:45Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:46Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:47Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:48Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:49Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:49Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:23:50Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:50Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:51Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:51Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:23:52Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-10 10:23:52Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:53Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-10 10:23:54Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:55Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-10 10:23:55Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:56Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-10 10:23:56Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:57Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:23:57Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:57Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-10 10:23:58Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:59Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:23:59Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:23:59Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:24:00Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:01Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2026-03-10 10:24:01Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:02Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-10 10:24:02Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:02Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:02Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:02Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:02Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:03Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-10 10:24:04Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:04Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:04Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:05Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:05Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2026-03-10 10:24:06Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:06Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:06Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 10:24:06Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:07Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-10 10:24:07Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:08Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2026-03-10 10:24:08Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:10Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2026-03-10 10:24:10Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:11Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2026-03-10 10:24:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:11Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:11Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:12Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2026-03-10 10:24:13Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:13Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:13Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:13Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:14Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:15Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2026-03-10 10:24:15Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:16Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2026-03-10 10:24:16Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:16Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:16Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:16Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:16Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:17Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2026-03-10 10:24:17Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:18Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-10 10:24:20Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:20Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:20Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:21Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:21Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:21Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-10 10:24:21Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:21Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:21Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:22Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-10 10:24:22Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:22Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:22Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:22Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:22Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:23Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:23Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:23Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:23Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:23Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:23Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:23Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:23Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:24Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:24Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:24Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:24Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:24Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-10 10:24:24Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:25Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:25Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:25Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-10 10:24:25Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:25Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:25Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:26Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:26Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:26Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:26Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:26Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-10 10:24:26Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:27Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:27Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:27Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:27Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:27Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:28Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-10 10:24:28Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:28Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:28Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:28Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:28Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:29Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:29Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-10 10:24:29Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-10 10:24:30Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:31Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-10 10:24:31Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:31Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-10 10:24:32Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:32Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:32Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:32Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-10 10:24:32Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-10 10:24:32Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:32Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:32Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:33Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-10 10:24:33Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-10 10:24:33Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:33Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:33Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:33Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-10 10:24:33Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:34Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-10 10:24:34Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:34Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:34Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:34Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:34Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:34Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-10 10:24:35Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:35Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-10 10:24:35Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:37Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-10 10:24:37Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:37Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:38Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:38Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:38Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:38Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:38Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:38Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:38Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:39Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:39Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:39Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:40Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:40Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-10 10:24:40Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:41Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-10 10:24:41Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-10 10:24:42Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-10 10:24:42Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:42Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:42Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:42Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:42Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-10 10:24:42Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:42Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-10 10:24:43Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:43Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:43Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-10 10:24:43Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:43Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-10 10:24:43Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-10 10:24:43Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:43Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-10 10:24:43Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:43Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:43Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:43Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:43Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 10:24:43Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:43Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:43Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:43Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-10 10:24:44Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:44Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-10 10:24:44Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:44Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:44Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:45Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-10 10:24:45Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:45Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:46Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:46Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:47Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:47Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:48Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:48Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:49Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:49Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-10 10:24:50Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:51Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-10 10:24:52Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 10:24:52Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-10 10:24:52Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 10:24:52Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-10 10:24:52Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/2bda9d89-674b-4a8b-979e-f85ca7cc6b7f CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2026-03-10 10:25:16.350463 | fa163e54-a5a0-0449-013c-000000000006 | TASK | External deployment step 0 2026-03-10 10:25:16.375334 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-000000000006') missing from stats 2026-03-10 10:25:16.424474 | fa163e54-a5a0-0449-013c-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.126092 | 0.03s 2026-03-10 10:25:16.438998 | a5ef9b6e-a4ae-4acf-afea-350255dbd663 | INCLUDED | /root/standalone-ansible-yd4gfna1/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-10 10:25:16.460682 | fa163e54-a5a0-0449-013c-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-10 10:25:17.363879 | fa163e54-a5a0-0449-013c-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-10 10:25:17.365212 | fa163e54-a5a0-0449-013c-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.066843 | 0.90s 2026-03-10 10:25:17.384256 | fa163e54-a5a0-0449-013c-000000000129 | TASK | create redis virtual ip 2026-03-10 10:25:18.295313 | fa163e54-a5a0-0449-013c-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-10 10:25:18.296707 | fa163e54-a5a0-0449-013c-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.998337 | 0.91s PLAY [Check if required variables are defined] ********************************* 2026-03-10 10:25:18.377885 | fa163e54-a5a0-0449-013c-000000000138 | TASK | Gathering Facts 2026-03-10 10:25:18.966081 | fa163e54-a5a0-0449-013c-000000000138 | OK | Gathering Facts | localhost 2026-03-10 10:25:18.967877 | fa163e54-a5a0-0449-013c-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.669497 | 0.59s 2026-03-10 10:25:19.033387 | fa163e54-a5a0-0449-013c-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-10 10:25:19.034580 | fa163e54-a5a0-0449-013c-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.736208 | 0.05s 2026-03-10 10:25:19.078589 | fa163e54-a5a0-0449-013c-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-10 10:25:19.080083 | fa163e54-a5a0-0449-013c-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.781707 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-10 10:25:19.200377 | fa163e54-a5a0-0449-013c-000000000160 | TASK | Gathering Facts 2026-03-10 10:25:19.210597 | fa163e54-a5a0-0449-013c-000000000160 | TASK | Gathering Facts 2026-03-10 10:25:19.545065 | fa163e54-a5a0-0449-013c-000000000160 | OK | Gathering Facts | undercloud 2026-03-10 10:25:19.546058 | fa163e54-a5a0-0449-013c-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.247695 | 0.35s 2026-03-10 10:25:19.566241 | fa163e54-a5a0-0449-013c-000000000160 | OK | Gathering Facts | standalone 2026-03-10 10:25:19.567235 | fa163e54-a5a0-0449-013c-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.268868 | 0.36s 2026-03-10 10:25:19.583593 | fa163e54-a5a0-0449-013c-000000000012 | TASK | Set legacy facts 2026-03-10 10:25:19.626875 | fa163e54-a5a0-0449-013c-000000000012 | TASK | Set legacy facts 2026-03-10 10:25:19.641694 | fa163e54-a5a0-0449-013c-000000000012 | OK | Set legacy facts | undercloud 2026-03-10 10:25:19.642375 | fa163e54-a5a0-0449-013c-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.344013 | 0.06s 2026-03-10 10:25:19.658599 | fa163e54-a5a0-0449-013c-000000000012 | OK | Set legacy facts | standalone 2026-03-10 10:25:19.658954 | fa163e54-a5a0-0449-013c-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.360594 | 0.03s PLAY [Load global variables] *************************************************** 2026-03-10 10:25:19.798940 | fa163e54-a5a0-0449-013c-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-10 10:25:19.799855 | fa163e54-a5a0-0449-013c-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.501489 | 0.03s 2026-03-10 10:25:19.820614 | fa163e54-a5a0-0449-013c-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-10 10:25:19.821117 | fa163e54-a5a0-0449-013c-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.522753 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-10 10:25:19.892995 | fa163e54-a5a0-0449-013c-000000000018 | TASK | Include Service VIP vars 2026-03-10 10:25:19.919163 | fa163e54-a5a0-0449-013c-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-10 10:25:19.920130 | fa163e54-a5a0-0449-013c-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.621764 | 0.03s 2026-03-10 10:25:19.933281 | fa163e54-a5a0-0449-013c-000000000018 | OK | Include Service VIP vars | standalone 2026-03-10 10:25:19.933639 | fa163e54-a5a0-0449-013c-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.635280 | 0.03s 2026-03-10 10:25:19.937000 | fa163e54-a5a0-0449-013c-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-10 10:25:19.975558 | fa163e54-a5a0-0449-013c-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-10 10:25:19.976435 | fa163e54-a5a0-0449-013c-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.678051 | 0.04s 2026-03-10 10:25:19.976938 | fa163e54-a5a0-0449-013c-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-10 10:25:19.977345 | fa163e54-a5a0-0449-013c-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.678984 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-10 10:25:20.070363 | fa163e54-a5a0-0449-013c-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-10 10:25:20.766956 | fa163e54-a5a0-0449-013c-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e54-a5a0-0449-013c-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-10 10:25:20.822011 | fa163e54-a5a0-0449-013c-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-10 10:25:20.856217 | fa163e54-a5a0-0449-013c-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-10 10:25:20.857021 | fa163e54-a5a0-0449-013c-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.558657 | 0.03s PLAY [Manage SELinux] ********************************************************** 2026-03-10 10:25:20.918298 | fa163e54-a5a0-0449-013c-000000000023 | TASK | Set selinux state 2026-03-10 10:25:21.463123 | fa163e54-a5a0-0449-013c-000000000023 | OK | Set selinux state | standalone 2026-03-10 10:25:21.463853 | fa163e54-a5a0-0449-013c-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.165489 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-10 10:25:21.563290 | fa163e54-a5a0-0449-013c-000000000026 | TASK | Configure Hosts Entries 2026-03-10 10:25:21.597486 | fa163e54-a5a0-0449-013c-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.299113 | 0.03s 2026-03-10 10:25:21.598178 | fa163e54-a5a0-0449-013c-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.299817 | 0.02s 2026-03-10 10:25:21.641381 | fa163e54-a5a0-0449-013c-0000000001f1 | TASK | Create temporary file for hosts 2026-03-10 10:25:21.979241 | fa163e54-a5a0-0449-013c-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-10 10:25:21.980713 | fa163e54-a5a0-0449-013c-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.682326 | 0.33s 2026-03-10 10:25:21.982045 | fa163e54-a5a0-0449-013c-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-10 10:25:21.983040 | fa163e54-a5a0-0449-013c-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.684668 | 0.34s 2026-03-10 10:25:22.002466 | fa163e54-a5a0-0449-013c-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-10 10:25:22.368034 | fa163e54-a5a0-0449-013c-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-10 10:25:22.369814 | fa163e54-a5a0-0449-013c-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.071440 | 0.37s 2026-03-10 10:25:22.402595 | fa163e54-a5a0-0449-013c-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-10 10:25:22.403545 | fa163e54-a5a0-0449-013c-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.105176 | 0.38s 2026-03-10 10:25:22.422463 | fa163e54-a5a0-0449-013c-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-10 10:25:22.745865 | fa163e54-a5a0-0449-013c-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-10 10:25:22.747185 | fa163e54-a5a0-0449-013c-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.448812 | 0.30s 2026-03-10 10:25:22.748546 | fa163e54-a5a0-0449-013c-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-10 10:25:22.749316 | fa163e54-a5a0-0449-013c-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.450950 | 0.32s 2026-03-10 10:25:22.767927 | fa163e54-a5a0-0449-013c-0000000001f4 | TASK | Render out the hosts entries 2026-03-10 10:25:22.898914 | fa163e54-a5a0-0449-013c-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-10 10:25:22.900227 | fa163e54-a5a0-0449-013c-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.601854 | 0.13s 2026-03-10 10:25:22.918660 | fa163e54-a5a0-0449-013c-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-10 10:25:23.165781 | fa163e54-a5a0-0449-013c-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-10 10:25:23.167631 | fa163e54-a5a0-0449-013c-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.869250 | 0.25s 2026-03-10 10:25:23.241646 | fa163e54-a5a0-0449-013c-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-10 10:25:23.242740 | fa163e54-a5a0-0449-013c-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.944370 | 0.29s 2026-03-10 10:25:23.261726 | fa163e54-a5a0-0449-013c-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-10 10:25:23.545856 | fa163e54-a5a0-0449-013c-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-10 10:25:23.547467 | fa163e54-a5a0-0449-013c-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.249059 | 0.28s 2026-03-10 10:25:23.590001 | fa163e54-a5a0-0449-013c-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-10 10:25:23.591060 | fa163e54-a5a0-0449-013c-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.292690 | 0.31s 2026-03-10 10:25:23.609892 | fa163e54-a5a0-0449-013c-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-10 10:25:23.965926 | fa163e54-a5a0-0449-013c-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-10 10:25:23.967289 | fa163e54-a5a0-0449-013c-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.668912 | 0.33s 2026-03-10 10:25:23.980780 | fa163e54-a5a0-0449-013c-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-10 10:25:23.981660 | fa163e54-a5a0-0449-013c-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.683290 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2026-03-10 10:25:24.108899 | fa163e54-a5a0-0449-013c-00000000002a | TASK | Common roles for TripleO servers 2026-03-10 10:25:24.135382 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-00000000002a') missing from stats 2026-03-10 10:25:24.205111 | fa163e54-a5a0-0449-013c-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.906740 | 0.02s 2026-03-10 10:25:24.267059 | fa163e54-a5a0-0449-013c-000000000254 | TASK | Gather variables for each operating system 2026-03-10 10:25:24.364755 | fa163e54-a5a0-0449-013c-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-10 10:25:24.365948 | fa163e54-a5a0-0449-013c-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.067580 | 0.10s 2026-03-10 10:25:24.375603 | fa163e54-a5a0-0449-013c-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.077234 | 0.11s 2026-03-10 10:25:24.392747 | fa163e54-a5a0-0449-013c-000000000256 | TASK | Check release version package is installed 2026-03-10 10:25:24.682786 | fa163e54-a5a0-0449-013c-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-10 10:25:24.684252 | fa163e54-a5a0-0449-013c-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.385880 | 0.29s 2026-03-10 10:25:24.711258 | fa163e54-a5a0-0449-013c-000000000257 | TASK | Deploy release version package 2026-03-10 10:25:29.485072 | fa163e54-a5a0-0449-013c-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-10 10:25:29.486645 | fa163e54-a5a0-0449-013c-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.188269 | 4.77s 2026-03-10 10:25:29.511942 | fa163e54-a5a0-0449-013c-000000000259 | TASK | Include packages tasks 2026-03-10 10:25:29.540403 | fa163e54-a5a0-0449-013c-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.242018 | 0.03s 2026-03-10 10:25:29.561347 | e5947520-1e7d-48d6-ba04-7476c49ec361 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-10 10:25:29.585918 | fa163e54-a5a0-0449-013c-0000000002ad | TASK | Gather facts if they don't exist 2026-03-10 10:25:29.632570 | fa163e54-a5a0-0449-013c-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-10 10:25:29.633761 | fa163e54-a5a0-0449-013c-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.335390 | 0.05s 2026-03-10 10:25:29.654241 | fa163e54-a5a0-0449-013c-0000000002ae | TASK | Gather variables for each operating system 2026-03-10 10:25:29.751604 | fa163e54-a5a0-0449-013c-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-10 10:25:29.754918 | fa163e54-a5a0-0449-013c-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.456534 | 0.10s 2026-03-10 10:25:29.781942 | fa163e54-a5a0-0449-013c-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-10 10:25:30.036184 | fa163e54-a5a0-0449-013c-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-10 10:25:30.038720 | fa163e54-a5a0-0449-013c-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.740345 | 0.25s 2026-03-10 10:25:30.065048 | fa163e54-a5a0-0449-013c-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-10 10:25:35.928065 | fa163e54-a5a0-0449-013c-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-10 10:25:35.929748 | fa163e54-a5a0-0449-013c-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.631373 | 5.86s 2026-03-10 10:25:35.957578 | fa163e54-a5a0-0449-013c-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-10 10:25:36.956696 | fa163e54-a5a0-0449-013c-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-10 10:25:36.958096 | fa163e54-a5a0-0449-013c-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.659722 | 1.00s 2026-03-10 10:25:36.984588 | fa163e54-a5a0-0449-013c-00000000025a | TASK | Enable openvswitch service if installed 2026-03-10 10:25:38.954076 | fa163e54-a5a0-0449-013c-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-10 10:25:38.956009 | fa163e54-a5a0-0449-013c-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.657636 | 1.97s 2026-03-10 10:25:38.983630 | fa163e54-a5a0-0449-013c-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-10 10:25:39.220759 | fa163e54-a5a0-0449-013c-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-10 10:25:39.222274 | fa163e54-a5a0-0449-013c-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.923894 | 0.24s 2026-03-10 10:25:39.249129 | fa163e54-a5a0-0449-013c-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-10 10:25:39.541680 | fa163e54-a5a0-0449-013c-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-10 10:25:39.543041 | fa163e54-a5a0-0449-013c-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.244668 | 0.29s 2026-03-10 10:25:39.568980 | fa163e54-a5a0-0449-013c-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-10 10:25:39.615855 | fa163e54-a5a0-0449-013c-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-10 10:25:39.617318 | fa163e54-a5a0-0449-013c-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.318944 | 0.05s 2026-03-10 10:25:39.643959 | fa163e54-a5a0-0449-013c-00000000025f | TASK | Ensure network service is enabled 2026-03-10 10:25:40.031820 | fa163e54-a5a0-0449-013c-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-10 10:25:40.033542 | fa163e54-a5a0-0449-013c-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.735169 | 0.39s 2026-03-10 10:25:40.060765 | fa163e54-a5a0-0449-013c-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-10 10:25:40.369169 | fa163e54-a5a0-0449-013c-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-10 10:25:40.370933 | fa163e54-a5a0-0449-013c-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.072560 | 0.31s 2026-03-10 10:25:40.401249 | fa163e54-a5a0-0449-013c-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-10 10:25:40.641452 | fa163e54-a5a0-0449-013c-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-10 10:25:40.642889 | fa163e54-a5a0-0449-013c-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.344517 | 0.24s 2026-03-10 10:25:40.668403 | fa163e54-a5a0-0449-013c-000000000263 | TASK | Reload NetworkManager 2026-03-10 10:25:41.062895 | fa163e54-a5a0-0449-013c-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-10 10:25:41.063938 | fa163e54-a5a0-0449-013c-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.765574 | 0.39s 2026-03-10 10:25:41.081964 | fa163e54-a5a0-0449-013c-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-10 10:25:41.303832 | fa163e54-a5a0-0449-013c-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-10 10:25:41.305349 | fa163e54-a5a0-0449-013c-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.006974 | 0.22s 2026-03-10 10:25:41.332349 | fa163e54-a5a0-0449-013c-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-10 10:25:41.718559 | fa163e54-a5a0-0449-013c-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-10 10:25:41.719667 | fa163e54-a5a0-0449-013c-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.421301 | 0.39s 2026-03-10 10:25:41.740550 | fa163e54-a5a0-0449-013c-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-10 10:25:41.921618 | fa163e54-a5a0-0449-013c-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-10 10:25:41.922974 | fa163e54-a5a0-0449-013c-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.624602 | 0.18s 2026-03-10 10:25:41.949856 | fa163e54-a5a0-0449-013c-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-10 10:25:42.162764 | fa163e54-a5a0-0449-013c-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-10 10:25:42.164334 | fa163e54-a5a0-0449-013c-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.865961 | 0.21s 2026-03-10 10:25:42.249193 | fa163e54-a5a0-0449-013c-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.950808 | 0.03s 2026-03-10 10:25:42.334090 | fa163e54-a5a0-0449-013c-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-10 10:25:42.545367 | fa163e54-a5a0-0449-013c-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-10 10:25:42.546810 | fa163e54-a5a0-0449-013c-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.248436 | 0.21s 2026-03-10 10:25:42.574326 | fa163e54-a5a0-0449-013c-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-10 10:25:42.786489 | fa163e54-a5a0-0449-013c-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-10 10:25:42.787755 | fa163e54-a5a0-0449-013c-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.489383 | 0.21s 2026-03-10 10:25:42.813528 | fa163e54-a5a0-0449-013c-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-10 10:25:42.833955 | fa163e54-a5a0-0449-013c-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-10 10:25:42.835258 | fa163e54-a5a0-0449-013c-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.536878 | 0.02s 2026-03-10 10:25:42.860930 | fa163e54-a5a0-0449-013c-000000000364 | TASK | Write temporary file 2026-03-10 10:25:42.889676 | fa163e54-a5a0-0449-013c-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-10 10:25:42.890813 | fa163e54-a5a0-0449-013c-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.592440 | 0.03s 2026-03-10 10:25:42.916022 | fa163e54-a5a0-0449-013c-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-10 10:25:42.993921 | fa163e54-a5a0-0449-013c-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-10 10:25:42.995178 | fa163e54-a5a0-0449-013c-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.696806 | 0.08s 2026-03-10 10:25:43.022247 | fa163e54-a5a0-0449-013c-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-10 10:25:43.243771 | fa163e54-a5a0-0449-013c-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-10 10:25:43.245194 | fa163e54-a5a0-0449-013c-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.946819 | 0.22s 2026-03-10 10:25:43.270353 | fa163e54-a5a0-0449-013c-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-10 10:25:43.440730 | fa163e54-a5a0-0449-013c-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-10 10:25:43.441498 | fa163e54-a5a0-0449-013c-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.143131 | 0.17s 2026-03-10 10:25:43.458693 | fa163e54-a5a0-0449-013c-000000000368 | TASK | Remove temp file 2026-03-10 10:25:43.677167 | fa163e54-a5a0-0449-013c-000000000368 | CHANGED | Remove temp file | standalone 2026-03-10 10:25:43.678120 | fa163e54-a5a0-0449-013c-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.379756 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-10 10:25:43.819770 | fa163e54-a5a0-0449-013c-000000000034 | TASK | Deploy step tasks for step 0 2026-03-10 10:25:43.880737 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-000000000034') missing from stats 2026-03-10 10:25:43.908924 | fa163e54-a5a0-0449-013c-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-10 10:25:44.142888 | fa163e54-a5a0-0449-013c-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-10 10:25:44.144554 | fa163e54-a5a0-0449-013c-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.846177 | 0.23s 2026-03-10 10:25:44.169611 | fa163e54-a5a0-0449-013c-000000000036 | TASK | Check cloud-init status 2026-03-10 10:25:44.391255 | fa163e54-a5a0-0449-013c-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-10 10:25:44.392697 | fa163e54-a5a0-0449-013c-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.094326 | 0.22s 2026-03-10 10:25:44.418091 | fa163e54-a5a0-0449-013c-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-10 10:25:44.654347 | fa163e54-a5a0-0449-013c-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-10 10:25:44.655595 | fa163e54-a5a0-0449-013c-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.357225 | 0.24s 2026-03-10 10:25:44.681951 | fa163e54-a5a0-0449-013c-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-10 10:25:45.039950 | fa163e54-a5a0-0449-013c-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-10 10:25:45.041352 | fa163e54-a5a0-0449-013c-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.742980 | 0.36s 2026-03-10 10:25:45.068453 | fa163e54-a5a0-0449-013c-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-10 10:25:45.282266 | fa163e54-a5a0-0449-013c-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-10 10:25:45.283832 | fa163e54-a5a0-0449-013c-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.985456 | 0.21s 2026-03-10 10:25:45.310805 | fa163e54-a5a0-0449-013c-00000000003a | TASK | Write container-puppet.sh 2026-03-10 10:25:45.736910 | fa163e54-a5a0-0449-013c-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-10 10:25:45.738143 | fa163e54-a5a0-0449-013c-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.439772 | 0.43s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 10:25:45.804717 | fa163e54-a5a0-0449-013c-00000000003b | TIMING | include_tasks | standalone | 0:00:29.506341 | 0.04s 2026-03-10 10:25:45.825613 | b073ca1e-2c8f-499d-a5e9-88562c1d5ed1 | INCLUDED | /root/standalone-ansible-yd4gfna1/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-10 10:25:45.854692 | fa163e54-a5a0-0449-013c-000000000416 | TASK | Configure tuned before reboot 2026-03-10 10:25:45.891295 | fa163e54-a5a0-0449-013c-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.592913 | 0.04s 2026-03-10 10:25:45.944452 | fa163e54-a5a0-0449-013c-000000000455 | TASK | Gather variables for each operating system 2026-03-10 10:25:46.063347 | fa163e54-a5a0-0449-013c-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-10 10:25:46.064062 | fa163e54-a5a0-0449-013c-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.765698 | 0.12s 2026-03-10 10:25:46.067759 | fa163e54-a5a0-0449-013c-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.769399 | 0.12s 2026-03-10 10:25:46.119736 | fa163e54-a5a0-0449-013c-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.821356 | 0.03s 2026-03-10 10:25:46.139866 | f4287cca-2ed0-4dba-bc7f-7ebb050c7549 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-10 10:25:46.171073 | fa163e54-a5a0-0449-013c-00000000047f | TASK | Check tuned package is installed 2026-03-10 10:25:46.462261 | fa163e54-a5a0-0449-013c-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-10 10:25:46.463572 | fa163e54-a5a0-0449-013c-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.165199 | 0.29s 2026-03-10 10:25:46.489884 | fa163e54-a5a0-0449-013c-000000000480 | TASK | Install tuned 2026-03-10 10:25:53.220266 | fa163e54-a5a0-0449-013c-000000000480 | CHANGED | Install tuned | standalone 2026-03-10 10:25:53.221203 | fa163e54-a5a0-0449-013c-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.922839 | 6.73s 2026-03-10 10:25:53.251268 | fa163e54-a5a0-0449-013c-000000000481 | TASK | Restart tuned 2026-03-10 10:25:55.052623 | fa163e54-a5a0-0449-013c-000000000481 | CHANGED | Restart tuned | standalone 2026-03-10 10:25:55.054824 | fa163e54-a5a0-0449-013c-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:38.756451 | 1.80s 2026-03-10 10:25:55.083160 | fa163e54-a5a0-0449-013c-000000000457 | TASK | Check for tuned-adm 2026-03-10 10:25:55.311850 | fa163e54-a5a0-0449-013c-000000000457 | OK | Check for tuned-adm | standalone 2026-03-10 10:25:55.313284 | fa163e54-a5a0-0449-013c-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.014913 | 0.23s 2026-03-10 10:25:55.372957 | fa163e54-a5a0-0449-013c-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.074575 | 0.03s 2026-03-10 10:25:55.405587 | 7e65a196-c842-4e66-aa1e-86d41d133e05 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-10 10:25:55.442632 | fa163e54-a5a0-0449-013c-0000000004b6 | TASK | Ensure profile directory exists 2026-03-10 10:25:55.511098 | fa163e54-a5a0-0449-013c-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-10 10:25:55.512261 | fa163e54-a5a0-0449-013c-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.213888 | 0.07s 2026-03-10 10:25:55.538185 | fa163e54-a5a0-0449-013c-0000000004b7 | TASK | Create custom tuned profile 2026-03-10 10:25:55.602216 | fa163e54-a5a0-0449-013c-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-10 10:25:55.603242 | fa163e54-a5a0-0449-013c-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.304874 | 0.06s 2026-03-10 10:25:55.629265 | fa163e54-a5a0-0449-013c-0000000004b8 | TASK | Check tuned active profile 2026-03-10 10:25:55.936723 | fa163e54-a5a0-0449-013c-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-10 10:25:55.938005 | fa163e54-a5a0-0449-013c-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.639635 | 0.31s 2026-03-10 10:25:55.964401 | fa163e54-a5a0-0449-013c-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-10 10:25:56.133195 | fa163e54-a5a0-0449-013c-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-10 10:25:56.134402 | fa163e54-a5a0-0449-013c-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.836032 | 0.17s 2026-03-10 10:25:56.161079 | fa163e54-a5a0-0449-013c-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-10 10:25:56.232472 | fa163e54-a5a0-0449-013c-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-10 10:25:56.233545 | fa163e54-a5a0-0449-013c-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.935173 | 0.07s 2026-03-10 10:25:56.261661 | fa163e54-a5a0-0449-013c-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-10 10:25:56.322624 | fa163e54-a5a0-0449-013c-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-10 10:25:56.323793 | fa163e54-a5a0-0449-013c-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.025421 | 0.06s 2026-03-10 10:25:56.349369 | fa163e54-a5a0-0449-013c-0000000004bc | TASK | Enable tuned profile 2026-03-10 10:25:57.754930 | fa163e54-a5a0-0449-013c-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-10 10:25:57.756385 | fa163e54-a5a0-0449-013c-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.458014 | 1.41s 2026-03-10 10:25:57.806691 | fa163e54-a5a0-0449-013c-000000000417 | TASK | Configure kernel args and reboot 2026-03-10 10:25:57.854461 | fa163e54-a5a0-0449-013c-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.556089 | 0.05s 2026-03-10 10:25:57.982922 | fa163e54-a5a0-0449-013c-000000000569 | TASK | Get the command line args of the node 2026-03-10 10:25:58.213080 | fa163e54-a5a0-0449-013c-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-10 10:25:58.214284 | fa163e54-a5a0-0449-013c-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.915912 | 0.23s 2026-03-10 10:25:58.240986 | fa163e54-a5a0-0449-013c-00000000056b | TASK | Check if node has a nova.conf 2026-03-10 10:25:58.473583 | fa163e54-a5a0-0449-013c-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-10 10:25:58.474935 | fa163e54-a5a0-0449-013c-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.176564 | 0.23s 2026-03-10 10:25:58.496956 | fa163e54-a5a0-0449-013c-00000000056d | TASK | Warn operator about workload protection 2026-03-10 10:25:58.533685 | fa163e54-a5a0-0449-013c-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-10 10:25:58.534802 | fa163e54-a5a0-0449-013c-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.236430 | 0.04s 2026-03-10 10:25:58.560620 | fa163e54-a5a0-0449-013c-00000000056e | TASK | Setting defer reboot fact 2026-03-10 10:25:58.593285 | fa163e54-a5a0-0449-013c-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-10 10:25:58.594524 | fa163e54-a5a0-0449-013c-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.296150 | 0.03s 2026-03-10 10:25:58.620175 | fa163e54-a5a0-0449-013c-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-10 10:25:58.647148 | fa163e54-a5a0-0449-013c-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.348771 | 0.03s 2026-03-10 10:25:58.674012 | fa163e54-a5a0-0449-013c-000000000575 | TASK | Find hugepages in cmdline 2026-03-10 10:25:58.724332 | fa163e54-a5a0-0449-013c-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-10 10:25:58.725711 | fa163e54-a5a0-0449-013c-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.427337 | 0.05s 2026-03-10 10:25:58.754490 | fa163e54-a5a0-0449-013c-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-10 10:25:58.801143 | fa163e54-a5a0-0449-013c-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-10 10:25:58.802808 | fa163e54-a5a0-0449-013c-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.504426 | 0.05s 2026-03-10 10:25:58.830792 | fa163e54-a5a0-0449-013c-00000000057a | TASK | Find desired default hugepage size 2026-03-10 10:25:58.881452 | fa163e54-a5a0-0449-013c-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-10 10:25:58.882557 | fa163e54-a5a0-0449-013c-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.584184 | 0.05s 2026-03-10 10:25:58.909971 | fa163e54-a5a0-0449-013c-00000000057c | TASK | Storing non-configured hugepages 2026-03-10 10:25:58.941165 | fa163e54-a5a0-0449-013c-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.642787 | 0.03s 2026-03-10 10:25:58.968232 | fa163e54-a5a0-0449-013c-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-10 10:25:59.011751 | fa163e54-a5a0-0449-013c-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-10 10:25:59.013112 | fa163e54-a5a0-0449-013c-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.714738 | 0.04s 2026-03-10 10:25:59.040506 | fa163e54-a5a0-0449-013c-00000000057f | TASK | Determining the default hugepagesz 2026-03-10 10:25:59.083934 | fa163e54-a5a0-0449-013c-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-10 10:25:59.085519 | fa163e54-a5a0-0449-013c-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.787144 | 0.04s 2026-03-10 10:25:59.112971 | fa163e54-a5a0-0449-013c-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-10 10:25:59.164133 | fa163e54-a5a0-0449-013c-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-10 10:25:59.165628 | fa163e54-a5a0-0449-013c-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.867254 | 0.05s 2026-03-10 10:25:59.194148 | fa163e54-a5a0-0449-013c-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-10 10:25:59.237130 | fa163e54-a5a0-0449-013c-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-10 10:25:59.238396 | fa163e54-a5a0-0449-013c-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.940023 | 0.04s 2026-03-10 10:25:59.264920 | fa163e54-a5a0-0449-013c-000000000583 | TASK | Warn about possible modifications 2026-03-10 10:25:59.306578 | fa163e54-a5a0-0449-013c-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-10 10:25:59.307385 | fa163e54-a5a0-0449-013c-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.009019 | 0.04s 2026-03-10 10:25:59.327723 | fa163e54-a5a0-0449-013c-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-10 10:25:59.369009 | fa163e54-a5a0-0449-013c-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-10 10:25:59.370342 | fa163e54-a5a0-0449-013c-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.071969 | 0.04s 2026-03-10 10:25:59.401208 | fa163e54-a5a0-0449-013c-000000000585 | TASK | Cleaning up whitespaces 2026-03-10 10:25:59.452582 | fa163e54-a5a0-0449-013c-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-10 10:25:59.453835 | fa163e54-a5a0-0449-013c-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.155462 | 0.05s 2026-03-10 10:25:59.480614 | fa163e54-a5a0-0449-013c-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-10 10:25:59.830621 | fa163e54-a5a0-0449-013c-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-10 10:25:59.831917 | fa163e54-a5a0-0449-013c-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.533546 | 0.35s 2026-03-10 10:25:59.860767 | fa163e54-a5a0-0449-013c-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-10 10:25:59.922719 | fa163e54-a5a0-0449-013c-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-10 10:25:59.923953 | fa163e54-a5a0-0449-013c-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.625581 | 0.06s 2026-03-10 10:25:59.959259 | fa163e54-a5a0-0449-013c-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-10 10:26:00.003548 | fa163e54-a5a0-0449-013c-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-10 10:26:00.005028 | fa163e54-a5a0-0449-013c-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.706650 | 0.04s 2026-03-10 10:26:00.032586 | fa163e54-a5a0-0449-013c-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-10 10:26:00.083266 | fa163e54-a5a0-0449-013c-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-10 10:26:00.084483 | fa163e54-a5a0-0449-013c-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.786110 | 0.05s 2026-03-10 10:26:00.110917 | fa163e54-a5a0-0449-013c-00000000058c | TASK | Generate grub config 2026-03-10 10:26:00.171405 | fa163e54-a5a0-0449-013c-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-10 10:26:00.172607 | fa163e54-a5a0-0449-013c-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.874236 | 0.06s 2026-03-10 10:26:00.203904 | fa163e54-a5a0-0449-013c-000000000590 | TASK | Get the block device that /boot is on 2026-03-10 10:26:00.267180 | fa163e54-a5a0-0449-013c-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-10 10:26:00.268547 | fa163e54-a5a0-0449-013c-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.970173 | 0.06s 2026-03-10 10:26:00.296391 | fa163e54-a5a0-0449-013c-000000000591 | TASK | Get the mount point that /boot is in 2026-03-10 10:26:00.361574 | fa163e54-a5a0-0449-013c-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-10 10:26:00.362861 | fa163e54-a5a0-0449-013c-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.064488 | 0.06s 2026-03-10 10:26:00.391538 | fa163e54-a5a0-0449-013c-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-10 10:26:00.453209 | fa163e54-a5a0-0449-013c-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-10 10:26:00.454535 | fa163e54-a5a0-0449-013c-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.156161 | 0.06s 2026-03-10 10:26:00.481847 | fa163e54-a5a0-0449-013c-000000000593 | TASK | Executed script to fix grub-menu 2026-03-10 10:26:00.544857 | fa163e54-a5a0-0449-013c-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-10 10:26:00.546127 | fa163e54-a5a0-0449-013c-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.247754 | 0.06s 2026-03-10 10:26:00.573086 | fa163e54-a5a0-0449-013c-000000000594 | TASK | Check grub config paths 2026-03-10 10:26:00.627262 | fa163e54-a5a0-0449-013c-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-10 10:26:00.643834 | fa163e54-a5a0-0449-013c-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-10 10:26:00.650662 | fa163e54-a5a0-0449-013c-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.352278 | 0.08s 2026-03-10 10:26:00.678750 | fa163e54-a5a0-0449-013c-000000000595 | TASK | Write EFI grub.cfg 2026-03-10 10:26:00.736688 | fa163e54-a5a0-0449-013c-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2026-03-10 10:26:00.753596 | fa163e54-a5a0-0449-013c-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2026-03-10 10:26:00.765815 | fa163e54-a5a0-0449-013c-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.467435 | 0.09s 2026-03-10 10:26:00.793261 | fa163e54-a5a0-0449-013c-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-10 10:26:00.843959 | fa163e54-a5a0-0449-013c-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-10 10:26:00.845732 | fa163e54-a5a0-0449-013c-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.547358 | 0.05s 2026-03-10 10:26:00.872933 | fa163e54-a5a0-0449-013c-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-10 10:26:00.929262 | fa163e54-a5a0-0449-013c-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-10 10:26:00.930474 | fa163e54-a5a0-0449-013c-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.632102 | 0.06s 2026-03-10 10:26:00.956800 | fa163e54-a5a0-0449-013c-000000000598 | TASK | Execute grub2-mkconfig 2026-03-10 10:26:01.007620 | fa163e54-a5a0-0449-013c-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-10 10:26:01.008858 | fa163e54-a5a0-0449-013c-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.710486 | 0.05s 2026-03-10 10:26:01.037373 | fa163e54-a5a0-0449-013c-000000000599 | TASK | Check for active tuned profile 2026-03-10 10:26:01.092189 | fa163e54-a5a0-0449-013c-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-10 10:26:01.093658 | fa163e54-a5a0-0449-013c-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.795284 | 0.05s 2026-03-10 10:26:01.119991 | fa163e54-a5a0-0449-013c-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-10 10:26:01.171870 | fa163e54-a5a0-0449-013c-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-10 10:26:01.173203 | fa163e54-a5a0-0449-013c-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.874831 | 0.05s 2026-03-10 10:26:01.199266 | fa163e54-a5a0-0449-013c-00000000059b | TASK | Set reboot required fact 2026-03-10 10:26:01.261162 | fa163e54-a5a0-0449-013c-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-10 10:26:01.262792 | fa163e54-a5a0-0449-013c-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.964418 | 0.06s 2026-03-10 10:26:01.291078 | fa163e54-a5a0-0449-013c-00000000059d | TASK | Apply DPDK workarounds 2026-03-10 10:26:01.342192 | fa163e54-a5a0-0449-013c-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-10 10:26:01.343699 | fa163e54-a5a0-0449-013c-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.045323 | 0.05s 2026-03-10 10:26:01.372207 | fa163e54-a5a0-0449-013c-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-10 10:26:01.412814 | fa163e54-a5a0-0449-013c-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-10 10:26:01.414259 | fa163e54-a5a0-0449-013c-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.115886 | 0.04s 2026-03-10 10:26:01.441316 | fa163e54-a5a0-0449-013c-0000000005a0 | TASK | Load modules 2026-03-10 10:26:01.489656 | fa163e54-a5a0-0449-013c-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-10 10:26:01.502999 | fa163e54-a5a0-0449-013c-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.204619 | 0.06s 2026-03-10 10:26:01.529595 | fa163e54-a5a0-0449-013c-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-10 10:26:01.576756 | fa163e54-a5a0-0449-013c-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-10 10:26:01.583396 | fa163e54-a5a0-0449-013c-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.285019 | 0.05s 2026-03-10 10:26:01.610052 | fa163e54-a5a0-0449-013c-0000000005a4 | TASK | Drop module persistence 2026-03-10 10:26:01.659843 | fa163e54-a5a0-0449-013c-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-10 10:26:01.666243 | fa163e54-a5a0-0449-013c-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.367863 | 0.05s 2026-03-10 10:26:01.694112 | fa163e54-a5a0-0449-013c-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-10 10:26:01.741086 | fa163e54-a5a0-0449-013c-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-10 10:26:01.747571 | fa163e54-a5a0-0449-013c-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.449191 | 0.05s 2026-03-10 10:26:01.777743 | fa163e54-a5a0-0449-013c-0000000005a8 | TASK | Modules reload 2026-03-10 10:26:01.818686 | fa163e54-a5a0-0449-013c-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-10 10:26:01.820219 | fa163e54-a5a0-0449-013c-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.521846 | 0.04s 2026-03-10 10:26:01.847490 | fa163e54-a5a0-0449-013c-0000000005aa | TASK | Reboot tasks 2026-03-10 10:26:01.901932 | fa163e54-a5a0-0449-013c-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-10 10:26:01.903267 | fa163e54-a5a0-0449-013c-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.604894 | 0.05s 2026-03-10 10:26:01.929559 | fa163e54-a5a0-0449-013c-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-10 10:26:01.969413 | fa163e54-a5a0-0449-013c-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-10 10:26:01.970753 | fa163e54-a5a0-0449-013c-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.672379 | 0.04s PLAY [Server pre network steps] ************************************************ 2026-03-10 10:26:02.143323 | fa163e54-a5a0-0449-013c-00000000003f | TASK | Server pre-network deployments 2026-03-10 10:26:02.171502 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-00000000003f') missing from stats 2026-03-10 10:26:02.193605 | fa163e54-a5a0-0449-013c-000000000043 | TASK | Hiera config 2026-03-10 10:26:02.221031 | fa163e54-a5a0-0449-013c-000000000043 | TIMING | Hiera config | standalone | 0:00:45.922658 | 0.03s 2026-03-10 10:26:02.264263 | fa163e54-a5a0-0449-013c-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-10 10:26:02.496217 | fa163e54-a5a0-0449-013c-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-10 10:26:02.497775 | fa163e54-a5a0-0449-013c-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.199400 | 0.23s 2026-03-10 10:26:02.525015 | fa163e54-a5a0-0449-013c-000000000722 | TASK | Write hiera config 2026-03-10 10:26:02.982970 | fa163e54-a5a0-0449-013c-000000000722 | CHANGED | Write hiera config | standalone 2026-03-10 10:26:02.984361 | fa163e54-a5a0-0449-013c-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:46.685988 | 0.46s 2026-03-10 10:26:03.033701 | fa163e54-a5a0-0449-013c-000000000044 | TASK | Hiera symlink 2026-03-10 10:26:03.282061 | fa163e54-a5a0-0449-013c-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-10 10:26:03.283820 | fa163e54-a5a0-0449-013c-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.985444 | 0.25s 2026-03-10 10:26:03.314508 | fa163e54-a5a0-0449-013c-000000000045 | TASK | Hieradata from vars 2026-03-10 10:26:03.344139 | fa163e54-a5a0-0449-013c-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.045760 | 0.03s 2026-03-10 10:26:03.406360 | fa163e54-a5a0-0449-013c-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-10 10:26:03.911345 | fa163e54-a5a0-0449-013c-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-10 10:26:03.912753 | fa163e54-a5a0-0449-013c-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.614381 | 0.51s 2026-03-10 10:26:03.938849 | fa163e54-a5a0-0449-013c-00000000077d | TASK | Render hieradata from template 2026-03-10 10:26:04.528691 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-10 10:26:04.530546 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.232182 | 0.59s 2026-03-10 10:26:05.085114 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-10 10:26:05.085821 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.787457 | 1.15s 2026-03-10 10:26:05.667842 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-10 10:26:05.669455 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.371090 | 1.73s 2026-03-10 10:26:06.178624 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-10 10:26:06.179725 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.881356 | 2.24s 2026-03-10 10:26:06.705705 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-10 10:26:06.707166 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.408795 | 2.77s 2026-03-10 10:26:07.151083 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-10 10:26:07.153281 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.854908 | 3.21s 2026-03-10 10:26:07.651616 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-10 10:26:07.652744 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.354372 | 3.71s 2026-03-10 10:26:08.128434 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-10 10:26:08.129345 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.830980 | 4.19s 2026-03-10 10:26:08.595329 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-10 10:26:08.597670 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.299298 | 4.66s 2026-03-10 10:26:09.098066 | fa163e54-a5a0-0449-013c-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-10 10:26:09.099391 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.801024 | 5.16s 2026-03-10 10:26:09.110606 | fa163e54-a5a0-0449-013c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.812234 | 5.17s 2026-03-10 10:26:09.146241 | fa163e54-a5a0-0449-013c-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-10 10:26:09.175073 | fa163e54-a5a0-0449-013c-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:52.876700 | 0.03s 2026-03-10 10:26:09.219578 | fa163e54-a5a0-0449-013c-000000000821 | TASK | Check for hieradata file 2026-03-10 10:26:09.447066 | fa163e54-a5a0-0449-013c-000000000821 | OK | Check for hieradata file | standalone 2026-03-10 10:26:09.448407 | fa163e54-a5a0-0449-013c-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.150035 | 0.23s 2026-03-10 10:26:09.475397 | fa163e54-a5a0-0449-013c-000000000823 | TASK | Get existing data 2026-03-10 10:26:09.523713 | fa163e54-a5a0-0449-013c-000000000823 | SKIPPED | Get existing data | standalone 2026-03-10 10:26:09.524500 | fa163e54-a5a0-0449-013c-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.226135 | 0.05s 2026-03-10 10:26:09.541860 | fa163e54-a5a0-0449-013c-000000000824 | TASK | Set data fact 2026-03-10 10:26:09.587654 | fa163e54-a5a0-0449-013c-000000000824 | SKIPPED | Set data fact | standalone 2026-03-10 10:26:09.588410 | fa163e54-a5a0-0449-013c-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.290047 | 0.05s 2026-03-10 10:26:09.605660 | fa163e54-a5a0-0449-013c-000000000826 | TASK | Write ansible hieradata file 2026-03-10 10:26:10.083486 | fa163e54-a5a0-0449-013c-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-10 10:26:10.084849 | fa163e54-a5a0-0449-013c-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.786478 | 0.48s 2026-03-10 10:26:10.169132 | fa163e54-a5a0-0449-013c-000000000047 | TIMING | include_tasks | standalone | 0:00:53.870745 | 0.03s PLAY [Server network deployments] ********************************************** 2026-03-10 10:26:10.336123 | fa163e54-a5a0-0449-013c-00000000004b | TASK | Network Configuration 2026-03-10 10:26:10.366001 | fa163e54-a5a0-0449-013c-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e54-a5a0-0449-013c-00000000004b') missing from stats 2026-03-10 10:26:10.390323 | fa163e54-a5a0-0449-013c-00000000004c | TASK | Check NetworkConfig script existence 2026-03-10 10:26:10.417709 | fa163e54-a5a0-0449-013c-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-10 10:26:10.418948 | fa163e54-a5a0-0449-013c-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.120577 | 0.03s 2026-03-10 10:26:10.439917 | fa163e54-a5a0-0449-013c-000000000052 | TASK | Gather SELinux fact if needed 2026-03-10 10:26:10.490103 | fa163e54-a5a0-0449-013c-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-10 10:26:10.491670 | fa163e54-a5a0-0449-013c-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.193295 | 0.05s 2026-03-10 10:26:10.519097 | fa163e54-a5a0-0449-013c-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-10 10:26:11.176712 | fa163e54-a5a0-0449-013c-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-10 10:26:11.177751 | fa163e54-a5a0-0449-013c-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:54.879385 | 0.66s 2026-03-10 10:26:11.200851 | fa163e54-a5a0-0449-013c-000000000054 | TASK | Ensure requirements are satisfied 2026-03-10 10:26:11.226768 | fa163e54-a5a0-0449-013c-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:54.928396 | 0.02s 2026-03-10 10:26:11.272541 | fa163e54-a5a0-0449-013c-0000000008bf | TASK | Gather facts if they don't exist 2026-03-10 10:26:11.331223 | fa163e54-a5a0-0449-013c-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-10 10:26:11.332158 | fa163e54-a5a0-0449-013c-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.033791 | 0.06s 2026-03-10 10:26:11.352261 | fa163e54-a5a0-0449-013c-0000000008c0 | TASK | Gather variables for each operating system 2026-03-10 10:26:11.466053 | fa163e54-a5a0-0449-013c-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-10 10:26:11.478956 | fa163e54-a5a0-0449-013c-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.180563 | 0.13s 2026-03-10 10:26:11.516533 | fa163e54-a5a0-0449-013c-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-10 10:26:11.789073 | fa163e54-a5a0-0449-013c-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-10 10:26:11.790992 | fa163e54-a5a0-0449-013c-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.492616 | 0.27s 2026-03-10 10:26:11.818648 | fa163e54-a5a0-0449-013c-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-10 10:26:11.859752 | fa163e54-a5a0-0449-013c-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-10 10:26:11.862799 | fa163e54-a5a0-0449-013c-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.564423 | 0.04s 2026-03-10 10:26:11.890205 | fa163e54-a5a0-0449-013c-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-10 10:26:12.842622 | fa163e54-a5a0-0449-013c-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-10 10:26:12.844926 | fa163e54-a5a0-0449-013c-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.546548 | 0.95s 2026-03-10 10:26:12.896267 | fa163e54-a5a0-0449-013c-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-10 10:26:13.145333 | fa163e54-a5a0-0449-013c-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-10 10:26:13.147029 | fa163e54-a5a0-0449-013c-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:56.848657 | 0.25s 2026-03-10 10:26:13.174187 | fa163e54-a5a0-0449-013c-000000000057 | TASK | Reload NetworkManager 2026-03-10 10:26:13.591784 | fa163e54-a5a0-0449-013c-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-10 10:26:13.593649 | fa163e54-a5a0-0449-013c-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.295279 | 0.42s 2026-03-10 10:26:13.621193 | fa163e54-a5a0-0449-013c-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-10 10:26:13.872996 | fa163e54-a5a0-0449-013c-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-10 10:26:13.874400 | fa163e54-a5a0-0449-013c-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.576030 | 0.25s 2026-03-10 10:26:13.900691 | fa163e54-a5a0-0449-013c-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-10 10:26:14.112366 | fa163e54-a5a0-0449-013c-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-10 10:26:14.113401 | fa163e54-a5a0-0449-013c-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.815035 | 0.21s 2026-03-10 10:26:14.133471 | fa163e54-a5a0-0449-013c-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-10 10:26:14.151280 | fa163e54-a5a0-0449-013c-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-10 10:26:14.152028 | fa163e54-a5a0-0449-013c-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:57.853662 | 0.02s 2026-03-10 10:26:14.170395 | fa163e54-a5a0-0449-013c-00000000005c | TASK | Ensure we get cloud-init 2026-03-10 10:26:14.400308 | fa163e54-a5a0-0449-013c-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-10 10:26:14.401763 | fa163e54-a5a0-0449-013c-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.103394 | 0.23s 2026-03-10 10:26:14.423208 | fa163e54-a5a0-0449-013c-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-10 10:26:14.676780 | fa163e54-a5a0-0449-013c-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-10 10:26:14.678216 | fa163e54-a5a0-0449-013c-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.379846 | 0.25s 2026-03-10 10:26:14.707167 | fa163e54-a5a0-0449-013c-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-10 10:26:15.108129 | fa163e54-a5a0-0449-013c-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-10 10:26:15.109046 | fa163e54-a5a0-0449-013c-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.810682 | 0.40s 2026-03-10 10:26:15.126788 | fa163e54-a5a0-0449-013c-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-10 10:26:15.194138 | fa163e54-a5a0-0449-013c-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-10 10:26:15.195066 | fa163e54-a5a0-0449-013c-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:58.896700 | 0.07s 2026-03-10 10:26:15.215480 | fa163e54-a5a0-0449-013c-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-10 10:26:15.479622 | fa163e54-a5a0-0449-013c-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-10 10:26:15.481305 | fa163e54-a5a0-0449-013c-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.182934 | 0.26s 2026-03-10 10:26:15.508786 | fa163e54-a5a0-0449-013c-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-10 10:26:15.579912 | fa163e54-a5a0-0449-013c-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.281536 | 0.07s 2026-03-10 10:26:15.607405 | f76b1cf6-8848-426f-84c5-05cafb4784df | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-10 10:26:15.638525 | fa163e54-a5a0-0449-013c-000000000909 | TASK | Set nic_config_file fact 2026-03-10 10:26:15.712549 | fa163e54-a5a0-0449-013c-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-10 10:26:15.713567 | fa163e54-a5a0-0449-013c-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.415199 | 0.07s 2026-03-10 10:26:15.732611 | fa163e54-a5a0-0449-013c-00000000090a | TASK | Render overidden network config 2026-03-10 10:26:15.779767 | fa163e54-a5a0-0449-013c-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-10 10:26:15.780629 | fa163e54-a5a0-0449-013c-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:59.482264 | 0.05s 2026-03-10 10:26:15.808608 | fa163e54-a5a0-0449-013c-00000000090b | TASK | Render network_config 2026-03-10 10:26:15.865006 | fa163e54-a5a0-0449-013c-00000000090b | SKIPPED | Render network_config | standalone 2026-03-10 10:26:15.866355 | fa163e54-a5a0-0449-013c-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:59.567981 | 0.06s 2026-03-10 10:26:15.893152 | fa163e54-a5a0-0449-013c-00000000090c | TASK | Render network_config from template 2026-03-10 10:26:16.406563 | fa163e54-a5a0-0449-013c-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-10 10:26:16.408081 | fa163e54-a5a0-0449-013c-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.109709 | 0.51s 2026-03-10 10:26:16.436191 | fa163e54-a5a0-0449-013c-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=195406831516.43807 2026-03-10 10:26:20.571526 | fa163e54-a5a0-0449-013c-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-10 10:26:20.572931 | fa163e54-a5a0-0449-013c-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.274566 | 4.13s 2026-03-10 10:26:20.602515 | fa163e54-a5a0-0449-013c-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-10 10:26:21.137534 | fa163e54-a5a0-0449-013c-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-10 10:26:21.138923 | fa163e54-a5a0-0449-013c-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.840550 | 0.53s 2026-03-10 10:26:21.165105 | fa163e54-a5a0-0449-013c-000000000065 | TASK | Disable cloud-init network config 2026-03-10 10:26:21.659924 | fa163e54-a5a0-0449-013c-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-10 10:26:21.661367 | fa163e54-a5a0-0449-013c-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.362996 | 0.49s 2026-03-10 10:26:21.683503 | fa163e54-a5a0-0449-013c-000000000066 | TASK | Ensure network service is enabled 2026-03-10 10:26:22.088312 | fa163e54-a5a0-0449-013c-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-10 10:26:22.090288 | fa163e54-a5a0-0449-013c-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.791915 | 0.41s PLAY [Server network validation] *********************************************** 2026-03-10 10:26:22.271745 | fa163e54-a5a0-0449-013c-000000000096 | TASK | Basic Network Validation 2026-03-10 10:26:22.297527 | fa163e54-a5a0-0449-013c-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.999156 | 0.02s 2026-03-10 10:26:22.340926 | fa163e54-a5a0-0449-013c-000000000945 | TASK | Collect default network fact 2026-03-10 10:26:22.880191 | fa163e54-a5a0-0449-013c-000000000945 | OK | Collect default network fact | standalone 2026-03-10 10:26:22.881105 | fa163e54-a5a0-0449-013c-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.582737 | 0.54s 2026-03-10 10:26:22.901748 | fa163e54-a5a0-0449-013c-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-10 10:26:22.927845 | fa163e54-a5a0-0449-013c-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-10 10:26:22.928674 | fa163e54-a5a0-0449-013c-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.630308 | 0.03s 2026-03-10 10:26:22.948316 | fa163e54-a5a0-0449-013c-000000000947 | TASK | Check all networks Gateway availability 2026-03-10 10:26:22.973970 | fa163e54-a5a0-0449-013c-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.675600 | 0.02s 2026-03-10 10:26:22.996115 | fa163e54-a5a0-0449-013c-000000000949 | TASK | Check Controllers availability 2026-03-10 10:26:23.034777 | fa163e54-a5a0-0449-013c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-10 10:26:23.041873 | fa163e54-a5a0-0449-013c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-10 10:26:23.047162 | fa163e54-a5a0-0449-013c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-10 10:26:23.053309 | fa163e54-a5a0-0449-013c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-10 10:26:23.058930 | fa163e54-a5a0-0449-013c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-10 10:26:23.065009 | fa163e54-a5a0-0449-013c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-10 10:26:23.072316 | fa163e54-a5a0-0449-013c-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.773940 | 0.07s 2026-03-10 10:26:23.097926 | fa163e54-a5a0-0449-013c-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-10 10:26:23.127453 | fa163e54-a5a0-0449-013c-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-10 10:26:23.128825 | fa163e54-a5a0-0449-013c-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.830451 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-03-10 10:26:23.311532 | fa163e54-a5a0-0449-013c-00000000009a | TASK | Server pre deployments 2026-03-10 10:26:23.337971 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-00000000009a') missing from stats 2026-03-10 10:26:23.358959 | fa163e54-a5a0-0449-013c-00000000009e | TASK | Hiera config 2026-03-10 10:26:23.385158 | fa163e54-a5a0-0449-013c-00000000009e | TIMING | Hiera config | standalone | 0:01:07.086786 | 0.03s 2026-03-10 10:26:23.424972 | fa163e54-a5a0-0449-013c-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-10 10:26:23.663549 | fa163e54-a5a0-0449-013c-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-10 10:26:23.664575 | fa163e54-a5a0-0449-013c-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.366209 | 0.24s 2026-03-10 10:26:23.685235 | fa163e54-a5a0-0449-013c-00000000099f | TASK | Write hiera config 2026-03-10 10:26:24.183659 | fa163e54-a5a0-0449-013c-00000000099f | OK | Write hiera config | standalone 2026-03-10 10:26:24.185196 | fa163e54-a5a0-0449-013c-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.886823 | 0.50s 2026-03-10 10:26:24.236367 | fa163e54-a5a0-0449-013c-00000000009f | TASK | Hiera symlink 2026-03-10 10:26:24.457168 | fa163e54-a5a0-0449-013c-00000000009f | OK | Hiera symlink | standalone 2026-03-10 10:26:24.458657 | fa163e54-a5a0-0449-013c-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.160286 | 0.22s 2026-03-10 10:26:24.484061 | fa163e54-a5a0-0449-013c-0000000000a0 | TASK | Hieradata from vars 2026-03-10 10:26:24.512613 | fa163e54-a5a0-0449-013c-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.214227 | 0.03s 2026-03-10 10:26:24.580843 | fa163e54-a5a0-0449-013c-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-10 10:26:25.077191 | fa163e54-a5a0-0449-013c-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-10 10:26:25.078688 | fa163e54-a5a0-0449-013c-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.780316 | 0.50s 2026-03-10 10:26:25.105726 | fa163e54-a5a0-0449-013c-0000000009fa | TASK | Render hieradata from template 2026-03-10 10:26:25.554938 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-10 10:26:25.555913 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.257548 | 0.45s 2026-03-10 10:26:26.119817 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-10 10:26:26.120525 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.822162 | 1.01s 2026-03-10 10:26:26.695144 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-10 10:26:26.695811 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.397448 | 1.59s 2026-03-10 10:26:27.123889 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-10 10:26:27.125999 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.827628 | 2.02s 2026-03-10 10:26:27.626119 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-10 10:26:27.626746 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.328383 | 2.52s 2026-03-10 10:26:28.119271 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-10 10:26:28.121753 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.823374 | 3.01s 2026-03-10 10:26:28.576285 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-10 10:26:28.577346 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.278976 | 3.47s 2026-03-10 10:26:29.063922 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-10 10:26:29.064732 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.766367 | 3.96s 2026-03-10 10:26:29.531656 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-10 10:26:29.532815 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.234443 | 4.43s 2026-03-10 10:26:30.030949 | fa163e54-a5a0-0449-013c-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-10 10:26:30.032154 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.733783 | 4.92s 2026-03-10 10:26:30.042222 | fa163e54-a5a0-0449-013c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.743847 | 4.93s 2026-03-10 10:26:30.094339 | fa163e54-a5a0-0449-013c-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-10 10:26:30.123363 | fa163e54-a5a0-0449-013c-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.824984 | 0.03s 2026-03-10 10:26:30.194736 | fa163e54-a5a0-0449-013c-000000000a9e | TASK | Check for hieradata file 2026-03-10 10:26:30.424762 | fa163e54-a5a0-0449-013c-000000000a9e | OK | Check for hieradata file | standalone 2026-03-10 10:26:30.426102 | fa163e54-a5a0-0449-013c-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.127727 | 0.23s 2026-03-10 10:26:30.453052 | fa163e54-a5a0-0449-013c-000000000aa0 | TASK | Get existing data 2026-03-10 10:26:30.490951 | fa163e54-a5a0-0449-013c-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-10 10:26:30.492228 | fa163e54-a5a0-0449-013c-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.193856 | 0.04s 2026-03-10 10:26:30.518639 | fa163e54-a5a0-0449-013c-000000000aa1 | TASK | Set data fact 2026-03-10 10:26:30.558846 | fa163e54-a5a0-0449-013c-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-10 10:26:30.559970 | fa163e54-a5a0-0449-013c-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.261598 | 0.04s 2026-03-10 10:26:30.582122 | fa163e54-a5a0-0449-013c-000000000aa3 | TASK | Write ansible hieradata file 2026-03-10 10:26:31.020543 | fa163e54-a5a0-0449-013c-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-10 10:26:31.021531 | fa163e54-a5a0-0449-013c-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.723168 | 0.44s 2026-03-10 10:26:31.113132 | fa163e54-a5a0-0449-013c-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.814754 | 0.06s PLAY [Host prep steps] ********************************************************* 2026-03-10 10:26:31.256369 | fa163e54-a5a0-0449-013c-0000000000a6 | TASK | Host prep steps 2026-03-10 10:26:31.282598 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000a6') missing from stats 2026-03-10 10:26:31.401016 | fa163e54-a5a0-0449-013c-0000000000a7 | TASK | Deploy Artifacts 2026-03-10 10:26:31.501754 | fa163e54-a5a0-0449-013c-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-10 10:26:31.502833 | fa163e54-a5a0-0449-013c-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.204465 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 10:26:31.560007 | fa163e54-a5a0-0449-013c-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.261633 | 0.04s 2026-03-10 10:26:31.735317 | 3701cc13-7117-414d-a26b-c8f84d86798c | INCLUDED | /root/standalone-ansible-yd4gfna1/Standalone/host_prep_tasks.yaml | standalone 2026-03-10 10:26:31.802026 | fa163e54-a5a0-0449-013c-000000000b1e | TASK | Run firewall role 2026-03-10 10:26:31.827607 | fa163e54-a5a0-0449-013c-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.529220 | 0.02s 2026-03-10 10:26:31.894714 | fa163e54-a5a0-0449-013c-000000000c38 | TASK | Gather variables for each operating system 2026-03-10 10:26:32.016969 | fa163e54-a5a0-0449-013c-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-10 10:26:32.019314 | fa163e54-a5a0-0449-013c-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.720937 | 0.12s 2026-03-10 10:26:32.029454 | fa163e54-a5a0-0449-013c-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.731044 | 0.13s 2026-03-10 10:26:32.057616 | fa163e54-a5a0-0449-013c-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-10 10:26:35.129805 | fa163e54-a5a0-0449-013c-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-10 10:26:35.131617 | fa163e54-a5a0-0449-013c-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.833244 | 3.07s 2026-03-10 10:26:35.158522 | fa163e54-a5a0-0449-013c-000000000c3d | TASK | Create empty var for masquerade rules 2026-03-10 10:26:35.201017 | fa163e54-a5a0-0449-013c-000000000c3d | OK | Create empty var for masquerade rules | standalone 2026-03-10 10:26:35.202226 | fa163e54-a5a0-0449-013c-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.903855 | 0.04s 2026-03-10 10:26:35.229323 | fa163e54-a5a0-0449-013c-000000000c3e | TASK | Enable masquerade 2026-03-10 10:26:35.280996 | fa163e54-a5a0-0449-013c-000000000c3e | SKIPPED | Enable masquerade | standalone 2026-03-10 10:26:35.282454 | fa163e54-a5a0-0449-013c-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.984054 | 0.05s 2026-03-10 10:26:35.309827 | fa163e54-a5a0-0449-013c-000000000c3f | TASK | Set the default frontend firewall rules 2026-03-10 10:26:35.349911 | fa163e54-a5a0-0449-013c-000000000c3f | OK | Set the default frontend firewall rules | standalone 2026-03-10 10:26:35.351157 | fa163e54-a5a0-0449-013c-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:19.052784 | 0.04s 2026-03-10 10:26:35.378079 | fa163e54-a5a0-0449-013c-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-10 10:26:35.428791 | fa163e54-a5a0-0449-013c-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-10 10:26:35.430225 | fa163e54-a5a0-0449-013c-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.131854 | 0.05s 2026-03-10 10:26:35.456799 | fa163e54-a5a0-0449-013c-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2026-03-10 10:26:35.509156 | fa163e54-a5a0-0449-013c-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-10 10:26:35.510533 | fa163e54-a5a0-0449-013c-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.212159 | 0.05s 2026-03-10 10:26:35.536227 | fa163e54-a5a0-0449-013c-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-10 10:26:35.577907 | fa163e54-a5a0-0449-013c-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-10 10:26:35.579159 | fa163e54-a5a0-0449-013c-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.280785 | 0.04s 2026-03-10 10:26:35.605174 | fa163e54-a5a0-0449-013c-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2026-03-10 10:26:35.645991 | fa163e54-a5a0-0449-013c-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-10 10:26:35.647187 | fa163e54-a5a0-0449-013c-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.348814 | 0.04s 2026-03-10 10:26:35.673372 | fa163e54-a5a0-0449-013c-000000000c48 | TASK | Enable LOG rules 2026-03-10 10:26:35.708505 | fa163e54-a5a0-0449-013c-000000000c48 | SKIPPED | Enable LOG rules | standalone 2026-03-10 10:26:35.709910 | fa163e54-a5a0-0449-013c-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.411537 | 0.04s 2026-03-10 10:26:35.735784 | fa163e54-a5a0-0449-013c-000000000c49 | TASK | Set rule fact 2026-03-10 10:26:35.843371 | fa163e54-a5a0-0449-013c-000000000c49 | OK | Set rule fact | standalone 2026-03-10 10:26:35.846484 | fa163e54-a5a0-0449-013c-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.548110 | 0.11s 2026-03-10 10:26:35.876521 | fa163e54-a5a0-0449-013c-000000000c4a | TASK | Manage rules via nftables 2026-03-10 10:26:35.906942 | fa163e54-a5a0-0449-013c-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:19.608562 | 0.03s 2026-03-10 10:26:35.995077 | fa163e54-a5a0-0449-013c-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.696704 | 0.03s 2026-03-10 10:26:36.010110 | 104ac151-5edc-4af5-86d8-2596455145d3 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-10 10:26:36.035934 | fa163e54-a5a0-0449-013c-000000000d11 | TASK | Ensure legacy iptables services are off 2026-03-10 10:26:37.438819 | fa163e54-a5a0-0449-013c-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-10 10:26:37.441674 | fa163e54-a5a0-0449-013c-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.143298 | 1.40s 2026-03-10 10:26:37.776322 | fa163e54-a5a0-0449-013c-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-10 10:26:37.777890 | fa163e54-a5a0-0449-013c-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.479519 | 1.74s 2026-03-10 10:26:37.787870 | fa163e54-a5a0-0449-013c-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.489491 | 1.75s 2026-03-10 10:26:37.820344 | fa163e54-a5a0-0449-013c-000000000d12 | TASK | Ensure nftables service is enabled and running 2026-03-10 10:26:38.574476 | fa163e54-a5a0-0449-013c-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-10 10:26:38.576316 | fa163e54-a5a0-0449-013c-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.277942 | 0.75s 2026-03-10 10:26:38.604831 | fa163e54-a5a0-0449-013c-000000000d13 | TASK | Empty nftables from anything that may lay around 2026-03-10 10:26:38.644874 | fa163e54-a5a0-0449-013c-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-10 10:26:38.646112 | fa163e54-a5a0-0449-013c-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.347741 | 0.04s 2026-03-10 10:26:38.700960 | fa163e54-a5a0-0449-013c-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.402576 | 0.03s 2026-03-10 10:26:38.740634 | 5fc06acd-9337-4e94-9554-283f9af306e8 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-10 10:26:38.780277 | fa163e54-a5a0-0449-013c-000000000d42 | TASK | Push empty ruleset 2026-03-10 10:26:39.307147 | fa163e54-a5a0-0449-013c-000000000d42 | CHANGED | Push empty ruleset | standalone 2026-03-10 10:26:39.308197 | fa163e54-a5a0-0449-013c-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.009828 | 0.53s 2026-03-10 10:26:39.327320 | fa163e54-a5a0-0449-013c-000000000d43 | TASK | Load empty ruleset 2026-03-10 10:26:39.599896 | fa163e54-a5a0-0449-013c-000000000d43 | CHANGED | Load empty ruleset | standalone 2026-03-10 10:26:39.600647 | fa163e54-a5a0-0449-013c-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.302285 | 0.27s 2026-03-10 10:26:39.618515 | fa163e54-a5a0-0449-013c-000000000d45 | TASK | Use default rules 2026-03-10 10:26:39.708711 | fa163e54-a5a0-0449-013c-000000000d45 | OK | Use default rules | standalone 2026-03-10 10:26:39.712025 | fa163e54-a5a0-0449-013c-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:23.413648 | 0.09s 2026-03-10 10:26:39.741776 | fa163e54-a5a0-0449-013c-000000000d46 | TASK | Enable LOG rules 2026-03-10 10:26:39.841356 | fa163e54-a5a0-0449-013c-000000000d46 | OK | Enable LOG rules | standalone 2026-03-10 10:26:39.844836 | fa163e54-a5a0-0449-013c-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:23.546463 | 0.10s 2026-03-10 10:26:39.876117 | fa163e54-a5a0-0449-013c-000000000d48 | TASK | Get current nftables content 2026-03-10 10:26:40.128526 | fa163e54-a5a0-0449-013c-000000000d48 | CHANGED | Get current nftables content | standalone 2026-03-10 10:26:40.129414 | fa163e54-a5a0-0449-013c-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.831047 | 0.25s 2026-03-10 10:26:40.150737 | fa163e54-a5a0-0449-013c-000000000d4a | TASK | Generate chain jumps 2026-03-10 10:26:40.728753 | fa163e54-a5a0-0449-013c-000000000d4a | CHANGED | Generate chain jumps | standalone 2026-03-10 10:26:40.729686 | fa163e54-a5a0-0449-013c-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.431321 | 0.58s 2026-03-10 10:26:40.750680 | fa163e54-a5a0-0449-013c-000000000d4b | TASK | Generate chain jumps 2026-03-10 10:26:41.327820 | fa163e54-a5a0-0449-013c-000000000d4b | CHANGED | Generate chain jumps | standalone 2026-03-10 10:26:41.329314 | fa163e54-a5a0-0449-013c-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.030942 | 0.58s 2026-03-10 10:26:41.359379 | fa163e54-a5a0-0449-013c-000000000d4c | TASK | Generate nft flushes 2026-03-10 10:26:41.866567 | fa163e54-a5a0-0449-013c-000000000d4c | CHANGED | Generate nft flushes | standalone 2026-03-10 10:26:41.868139 | fa163e54-a5a0-0449-013c-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.569762 | 0.51s 2026-03-10 10:26:41.895335 | fa163e54-a5a0-0449-013c-000000000d4d | TASK | Generate nft tripleo chains 2026-03-10 10:26:42.362966 | fa163e54-a5a0-0449-013c-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2026-03-10 10:26:42.364205 | fa163e54-a5a0-0449-013c-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.065834 | 0.47s 2026-03-10 10:26:42.391005 | fa163e54-a5a0-0449-013c-000000000d4e | TASK | Generate nft ruleset in static file 2026-03-10 10:26:43.991790 | fa163e54-a5a0-0449-013c-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2026-03-10 10:26:43.993216 | fa163e54-a5a0-0449-013c-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.694841 | 1.60s 2026-03-10 10:26:44.020975 | fa163e54-a5a0-0449-013c-000000000d50 | TASK | Validate all of the generated content before loading 2026-03-10 10:26:44.627533 | fa163e54-a5a0-0449-013c-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-10 10:26:44.628933 | fa163e54-a5a0-0449-013c-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:28.330562 | 0.61s 2026-03-10 10:26:44.656216 | fa163e54-a5a0-0449-013c-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2026-03-10 10:26:44.925650 | fa163e54-a5a0-0449-013c-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-10 10:26:44.927025 | fa163e54-a5a0-0449-013c-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.628652 | 0.27s 2026-03-10 10:26:44.984269 | fa163e54-a5a0-0449-013c-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.685889 | 0.03s 2026-03-10 10:26:45.010235 | cdf97f06-f035-4d36-abda-ecd8af6ebd67 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-10 10:26:45.064953 | fa163e54-a5a0-0449-013c-000000000db9 | TASK | Inject our custom chains in nftables 2026-03-10 10:26:45.309167 | fa163e54-a5a0-0449-013c-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2026-03-10 10:26:45.310561 | fa163e54-a5a0-0449-013c-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.012188 | 0.24s 2026-03-10 10:26:45.337617 | fa163e54-a5a0-0449-013c-000000000dba | TASK | Reload custom nftables ruleset files 2026-03-10 10:26:45.647405 | fa163e54-a5a0-0449-013c-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-10 10:26:45.648757 | fa163e54-a5a0-0449-013c-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.350385 | 0.31s 2026-03-10 10:26:45.720223 | fa163e54-a5a0-0449-013c-000000000b1f | TASK | create persistent logs directory 2026-03-10 10:26:45.987027 | fa163e54-a5a0-0449-013c-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-10 10:26:45.989869 | fa163e54-a5a0-0449-013c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.691486 | 0.27s 2026-03-10 10:26:46.215279 | fa163e54-a5a0-0449-013c-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-10 10:26:46.217117 | fa163e54-a5a0-0449-013c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.918746 | 0.50s 2026-03-10 10:26:46.228245 | fa163e54-a5a0-0449-013c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.929863 | 0.51s 2026-03-10 10:26:46.255592 | fa163e54-a5a0-0449-013c-000000000b20 | TASK | create persistent directories 2026-03-10 10:26:46.497663 | fa163e54-a5a0-0449-013c-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-10 10:26:46.499088 | fa163e54-a5a0-0449-013c-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.200715 | 0.24s 2026-03-10 10:26:46.511126 | fa163e54-a5a0-0449-013c-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.212747 | 0.25s 2026-03-10 10:26:46.540098 | fa163e54-a5a0-0449-013c-000000000b21 | TASK | create persistent directories 2026-03-10 10:26:46.806977 | fa163e54-a5a0-0449-013c-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-10 10:26:46.809657 | fa163e54-a5a0-0449-013c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.511276 | 0.27s 2026-03-10 10:26:47.002166 | fa163e54-a5a0-0449-013c-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-10 10:26:47.003932 | fa163e54-a5a0-0449-013c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.705560 | 0.46s 2026-03-10 10:26:47.015153 | fa163e54-a5a0-0449-013c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.716775 | 0.47s 2026-03-10 10:26:47.041200 | fa163e54-a5a0-0449-013c-000000000b22 | TASK | create persistent directories 2026-03-10 10:26:47.286564 | fa163e54-a5a0-0449-013c-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-03-10 10:26:47.287470 | fa163e54-a5a0-0449-013c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.989104 | 0.24s 2026-03-10 10:26:47.533000 | fa163e54-a5a0-0449-013c-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-03-10 10:26:47.534172 | fa163e54-a5a0-0449-013c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.235799 | 0.49s 2026-03-10 10:26:47.540763 | fa163e54-a5a0-0449-013c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.242392 | 0.50s 2026-03-10 10:26:47.561325 | fa163e54-a5a0-0449-013c-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-10 10:26:48.702923 | fa163e54-a5a0-0449-013c-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-10 10:26:48.704315 | fa163e54-a5a0-0449-013c-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.405941 | 1.14s 2026-03-10 10:26:48.728930 | fa163e54-a5a0-0449-013c-000000000b24 | TASK | create persistent directories 2026-03-10 10:26:48.980978 | fa163e54-a5a0-0449-013c-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-10 10:26:48.983004 | fa163e54-a5a0-0449-013c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.684630 | 0.25s 2026-03-10 10:26:48.993214 | fa163e54-a5a0-0449-013c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.694835 | 0.26s 2026-03-10 10:26:49.019409 | fa163e54-a5a0-0449-013c-000000000b25 | TASK | create persistent directories 2026-03-10 10:26:49.313373 | fa163e54-a5a0-0449-013c-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-10 10:26:49.315092 | fa163e54-a5a0-0449-013c-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.016718 | 0.29s 2026-03-10 10:26:49.537890 | fa163e54-a5a0-0449-013c-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-10 10:26:49.538922 | fa163e54-a5a0-0449-013c-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.240553 | 0.52s 2026-03-10 10:26:49.551256 | fa163e54-a5a0-0449-013c-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.252876 | 0.53s 2026-03-10 10:26:49.577015 | fa163e54-a5a0-0449-013c-000000000b26 | TASK | create fcontext entry for cinder data 2026-03-10 10:26:50.871314 | fa163e54-a5a0-0449-013c-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-10 10:26:50.873042 | fa163e54-a5a0-0449-013c-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.574671 | 1.29s 2026-03-10 10:26:50.898962 | fa163e54-a5a0-0449-013c-000000000b27 | TASK | create persistent directories 2026-03-10 10:26:51.165821 | fa163e54-a5a0-0449-013c-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-10 10:26:51.168809 | fa163e54-a5a0-0449-013c-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.870429 | 0.27s 2026-03-10 10:26:51.399279 | fa163e54-a5a0-0449-013c-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-10 10:26:51.400886 | fa163e54-a5a0-0449-013c-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.102510 | 0.50s 2026-03-10 10:26:51.408652 | fa163e54-a5a0-0449-013c-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.110277 | 0.51s 2026-03-10 10:26:51.428980 | fa163e54-a5a0-0449-013c-000000000b28 | TASK | ensure ceph configurations exist 2026-03-10 10:26:51.721082 | fa163e54-a5a0-0449-013c-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2026-03-10 10:26:51.723028 | fa163e54-a5a0-0449-013c-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:35.424645 | 0.29s 2026-03-10 10:26:51.750385 | fa163e54-a5a0-0449-013c-000000000b29 | TASK | create persistent directories 2026-03-10 10:26:52.006718 | fa163e54-a5a0-0449-013c-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-10 10:26:52.007938 | fa163e54-a5a0-0449-013c-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.709569 | 0.26s 2026-03-10 10:26:52.014919 | fa163e54-a5a0-0449-013c-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.716538 | 0.26s 2026-03-10 10:26:52.041981 | fa163e54-a5a0-0449-013c-000000000b2b | TASK | Create cinder image conversion directory 2026-03-10 10:26:52.073106 | fa163e54-a5a0-0449-013c-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2026-03-10 10:26:52.074738 | fa163e54-a5a0-0449-013c-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:35.776361 | 0.03s 2026-03-10 10:26:52.101219 | fa163e54-a5a0-0449-013c-000000000b2c | TASK | Mount cinder's image conversion NFS share 2026-03-10 10:26:52.132995 | fa163e54-a5a0-0449-013c-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-10 10:26:52.134564 | fa163e54-a5a0-0449-013c-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.836190 | 0.03s 2026-03-10 10:26:52.161591 | fa163e54-a5a0-0449-013c-000000000b2e | TASK | cinder_configure_lvm fact 2026-03-10 10:26:52.191682 | fa163e54-a5a0-0449-013c-000000000b2e | OK | cinder_configure_lvm fact | standalone 2026-03-10 10:26:52.193005 | fa163e54-a5a0-0449-013c-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:35.894633 | 0.03s 2026-03-10 10:26:52.219198 | fa163e54-a5a0-0449-013c-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2026-03-10 10:26:52.248733 | fa163e54-a5a0-0449-013c-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2026-03-10 10:26:52.250114 | fa163e54-a5a0-0449-013c-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.951736 | 0.03s 2026-03-10 10:26:52.276012 | fa163e54-a5a0-0449-013c-000000000b31 | TASK | cinder create LVM volume group dd 2026-03-10 10:26:52.320059 | fa163e54-a5a0-0449-013c-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2026-03-10 10:26:52.321294 | fa163e54-a5a0-0449-013c-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.022921 | 0.04s 2026-03-10 10:26:52.347504 | fa163e54-a5a0-0449-013c-000000000b32 | TASK | Get or create LVM loopback device 2026-03-10 10:26:52.380677 | fa163e54-a5a0-0449-013c-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2026-03-10 10:26:52.381844 | fa163e54-a5a0-0449-013c-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.083472 | 0.03s 2026-03-10 10:26:52.407733 | fa163e54-a5a0-0449-013c-000000000b33 | TASK | Create LVM volume group 2026-03-10 10:26:52.441323 | fa163e54-a5a0-0449-013c-000000000b33 | SKIPPED | Create LVM volume group | standalone 2026-03-10 10:26:52.442759 | fa163e54-a5a0-0449-013c-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:36.144382 | 0.03s 2026-03-10 10:26:52.472228 | fa163e54-a5a0-0449-013c-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2026-03-10 10:26:52.506155 | fa163e54-a5a0-0449-013c-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2026-03-10 10:26:52.507608 | fa163e54-a5a0-0449-013c-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:36.209230 | 0.03s 2026-03-10 10:26:52.534384 | fa163e54-a5a0-0449-013c-000000000b35 | TASK | cinder enable the LVM losetup service 2026-03-10 10:26:52.568065 | fa163e54-a5a0-0449-013c-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2026-03-10 10:26:52.570952 | fa163e54-a5a0-0449-013c-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:36.272579 | 0.04s 2026-03-10 10:26:52.596598 | fa163e54-a5a0-0449-013c-000000000b37 | TASK | allow logrotate to read inside containers 2026-03-10 10:26:53.611317 | fa163e54-a5a0-0449-013c-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-10 10:26:53.613229 | fa163e54-a5a0-0449-013c-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:37.314856 | 1.02s 2026-03-10 10:26:53.639042 | fa163e54-a5a0-0449-013c-000000000b38 | TASK | authorize httpd to listen on registry ports 2026-03-10 10:26:55.863586 | fa163e54-a5a0-0449-013c-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-10 10:26:55.865389 | fa163e54-a5a0-0449-013c-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:39.567015 | 2.22s 2026-03-10 10:26:55.926534 | fa163e54-a5a0-0449-013c-000000000b3a | OK | set_fact | standalone 2026-03-10 10:26:55.927924 | fa163e54-a5a0-0449-013c-000000000b3a | TIMING | set_fact | standalone | 0:01:39.629552 | 0.03s 2026-03-10 10:26:55.982739 | fa163e54-a5a0-0449-013c-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:39.684362 | 0.03s 2026-03-10 10:26:56.042900 | fa163e54-a5a0-0449-013c-000000000f06 | TASK | ensure apache is installed 2026-03-10 10:27:02.373918 | fa163e54-a5a0-0449-013c-000000000f06 | CHANGED | ensure apache is installed | standalone 2026-03-10 10:27:02.375536 | fa163e54-a5a0-0449-013c-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:46.077163 | 6.33s 2026-03-10 10:27:02.402562 | fa163e54-a5a0-0449-013c-000000000f07 | TASK | create image data directory 2026-03-10 10:27:02.672261 | fa163e54-a5a0-0449-013c-000000000f07 | CHANGED | create image data directory | standalone 2026-03-10 10:27:02.673882 | fa163e54-a5a0-0449-013c-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:46.375510 | 0.27s 2026-03-10 10:27:02.700177 | fa163e54-a5a0-0449-013c-000000000f08 | TASK | create /v2/ response file 2026-03-10 10:27:03.186392 | fa163e54-a5a0-0449-013c-000000000f08 | CHANGED | create /v2/ response file | standalone 2026-03-10 10:27:03.188161 | fa163e54-a5a0-0449-013c-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:46.889786 | 0.49s 2026-03-10 10:27:03.216104 | fa163e54-a5a0-0449-013c-000000000f09 | TASK | Add listen line 2026-03-10 10:27:03.579336 | fa163e54-a5a0-0449-013c-000000000f09 | CHANGED | Add listen line | standalone 2026-03-10 10:27:03.580500 | fa163e54-a5a0-0449-013c-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:47.282132 | 0.36s 2026-03-10 10:27:03.607148 | fa163e54-a5a0-0449-013c-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-10 10:27:04.141202 | fa163e54-a5a0-0449-013c-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-10 10:27:04.142708 | fa163e54-a5a0-0449-013c-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:47.844336 | 0.53s 2026-03-10 10:27:04.170970 | fa163e54-a5a0-0449-013c-000000000f0b | TASK | Image-Serve | restart httpd 2026-03-10 10:27:05.143973 | fa163e54-a5a0-0449-013c-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2026-03-10 10:27:05.146149 | fa163e54-a5a0-0449-013c-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:48.847773 | 0.97s 2026-03-10 10:27:05.196373 | fa163e54-a5a0-0449-013c-000000000b3d | TASK | create persistent logs directory 2026-03-10 10:27:05.458634 | fa163e54-a5a0-0449-013c-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-10 10:27:05.459719 | fa163e54-a5a0-0449-013c-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.161352 | 0.26s 2026-03-10 10:27:05.636982 | fa163e54-a5a0-0449-013c-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-10 10:27:05.638902 | fa163e54-a5a0-0449-013c-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.340528 | 0.44s 2026-03-10 10:27:05.648990 | fa163e54-a5a0-0449-013c-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.350613 | 0.45s 2026-03-10 10:27:05.670081 | fa163e54-a5a0-0449-013c-000000000b3e | TASK | Mount NFS on host 2026-03-10 10:27:05.697927 | fa163e54-a5a0-0449-013c-000000000b3e | SKIPPED | Mount NFS on host | standalone 2026-03-10 10:27:05.699274 | fa163e54-a5a0-0449-013c-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:49.400902 | 0.03s 2026-03-10 10:27:05.717291 | fa163e54-a5a0-0449-013c-000000000b3f | TASK | Mount Node Staging Location 2026-03-10 10:27:05.743481 | fa163e54-a5a0-0449-013c-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2026-03-10 10:27:05.744482 | fa163e54-a5a0-0449-013c-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:49.446109 | 0.03s 2026-03-10 10:27:05.765860 | fa163e54-a5a0-0449-013c-000000000b40 | TASK | ensure /var/lib/glance exists 2026-03-10 10:27:05.988217 | fa163e54-a5a0-0449-013c-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-10 10:27:05.989647 | fa163e54-a5a0-0449-013c-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:49.691276 | 0.22s 2026-03-10 10:27:06.016708 | fa163e54-a5a0-0449-013c-000000000b41 | TASK | create logs directory 2026-03-10 10:27:06.277498 | fa163e54-a5a0-0449-013c-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-10 10:27:06.278464 | fa163e54-a5a0-0449-013c-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.980099 | 0.26s 2026-03-10 10:27:06.545008 | fa163e54-a5a0-0449-013c-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-10 10:27:06.546769 | fa163e54-a5a0-0449-013c-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.248398 | 0.53s 2026-03-10 10:27:06.557732 | fa163e54-a5a0-0449-013c-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.259356 | 0.54s 2026-03-10 10:27:06.584251 | fa163e54-a5a0-0449-013c-000000000b42 | TASK | Mount Gnocchi NFS on host 2026-03-10 10:27:06.607413 | fa163e54-a5a0-0449-013c-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-10 10:27:06.608604 | fa163e54-a5a0-0449-013c-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:50.310231 | 0.02s 2026-03-10 10:27:06.634595 | fa163e54-a5a0-0449-013c-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2026-03-10 10:27:06.866792 | fa163e54-a5a0-0449-013c-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-10 10:27:06.868501 | fa163e54-a5a0-0449-013c-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:50.570131 | 0.23s 2026-03-10 10:27:06.893383 | fa163e54-a5a0-0449-013c-000000000b44 | TASK | create persistent directories 2026-03-10 10:27:07.125244 | fa163e54-a5a0-0449-013c-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-10 10:27:07.127301 | fa163e54-a5a0-0449-013c-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.828926 | 0.23s 2026-03-10 10:27:07.137527 | fa163e54-a5a0-0449-013c-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.839150 | 0.24s 2026-03-10 10:27:07.164073 | fa163e54-a5a0-0449-013c-000000000b45 | TASK | create persistent data directory 2026-03-10 10:27:07.397049 | fa163e54-a5a0-0449-013c-000000000b45 | OK | create persistent data directory | standalone 2026-03-10 10:27:07.398482 | fa163e54-a5a0-0449-013c-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:51.100111 | 0.23s 2026-03-10 10:27:07.423985 | fa163e54-a5a0-0449-013c-000000000b46 | TASK | get parameters 2026-03-10 10:27:07.462948 | fa163e54-a5a0-0449-013c-000000000b46 | OK | get parameters | standalone 2026-03-10 10:27:07.464126 | fa163e54-a5a0-0449-013c-000000000b46 | TIMING | get parameters | standalone | 0:01:51.165754 | 0.04s 2026-03-10 10:27:07.489480 | fa163e54-a5a0-0449-013c-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2026-03-10 10:27:07.540417 | fa163e54-a5a0-0449-013c-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2026-03-10 10:27:07.541531 | fa163e54-a5a0-0449-013c-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:51.243158 | 0.05s 2026-03-10 10:27:07.566169 | fa163e54-a5a0-0449-013c-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2026-03-10 10:27:07.616227 | fa163e54-a5a0-0449-013c-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2026-03-10 10:27:07.617482 | fa163e54-a5a0-0449-013c-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:51.319109 | 0.05s 2026-03-10 10:27:07.645171 | fa163e54-a5a0-0449-013c-000000000b4a | TASK | get haproxy status 2026-03-10 10:27:07.700045 | fa163e54-a5a0-0449-013c-000000000b4a | SKIPPED | get haproxy status | standalone 2026-03-10 10:27:07.701382 | fa163e54-a5a0-0449-013c-000000000b4a | TIMING | get haproxy status | standalone | 0:01:51.403008 | 0.05s 2026-03-10 10:27:07.729507 | fa163e54-a5a0-0449-013c-000000000b4b | TASK | get pacemaker status 2026-03-10 10:27:07.773863 | fa163e54-a5a0-0449-013c-000000000b4b | SKIPPED | get pacemaker status | standalone 2026-03-10 10:27:07.775486 | fa163e54-a5a0-0449-013c-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:51.477104 | 0.04s 2026-03-10 10:27:07.802742 | fa163e54-a5a0-0449-013c-000000000b4c | TASK | get docker status 2026-03-10 10:27:07.858169 | fa163e54-a5a0-0449-013c-000000000b4c | SKIPPED | get docker status | standalone 2026-03-10 10:27:07.859623 | fa163e54-a5a0-0449-013c-000000000b4c | TIMING | get docker status | standalone | 0:01:51.561250 | 0.06s 2026-03-10 10:27:07.886491 | fa163e54-a5a0-0449-013c-000000000b4d | TASK | get container_id 2026-03-10 10:27:07.936627 | fa163e54-a5a0-0449-013c-000000000b4d | SKIPPED | get container_id | standalone 2026-03-10 10:27:07.938036 | fa163e54-a5a0-0449-013c-000000000b4d | TIMING | get container_id | standalone | 0:01:51.639663 | 0.05s 2026-03-10 10:27:07.965259 | fa163e54-a5a0-0449-013c-000000000b4e | TASK | get pcs resource name for haproxy container 2026-03-10 10:27:07.999873 | fa163e54-a5a0-0449-013c-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2026-03-10 10:27:08.001276 | fa163e54-a5a0-0449-013c-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.702902 | 0.03s 2026-03-10 10:27:08.027859 | fa163e54-a5a0-0449-013c-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2026-03-10 10:27:08.070738 | fa163e54-a5a0-0449-013c-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2026-03-10 10:27:08.071989 | fa163e54-a5a0-0449-013c-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:51.773617 | 0.04s 2026-03-10 10:27:08.100060 | fa163e54-a5a0-0449-013c-000000000b50 | TASK | push certificate content 2026-03-10 10:27:08.139453 | fa163e54-a5a0-0449-013c-000000000b50 | SKIPPED | push certificate content | standalone 2026-03-10 10:27:08.140733 | fa163e54-a5a0-0449-013c-000000000b50 | TIMING | push certificate content | standalone | 0:01:51.842361 | 0.04s 2026-03-10 10:27:08.167892 | fa163e54-a5a0-0449-013c-000000000b52 | TASK | set certificate ownership 2026-03-10 10:27:08.207308 | fa163e54-a5a0-0449-013c-000000000b52 | SKIPPED | set certificate ownership | standalone 2026-03-10 10:27:08.208800 | fa163e54-a5a0-0449-013c-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:51.910425 | 0.04s 2026-03-10 10:27:08.237375 | fa163e54-a5a0-0449-013c-000000000b53 | TASK | reload haproxy if enabled 2026-03-10 10:27:08.270837 | fa163e54-a5a0-0449-013c-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2026-03-10 10:27:08.272200 | fa163e54-a5a0-0449-013c-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:51.973825 | 0.03s 2026-03-10 10:27:08.293789 | fa163e54-a5a0-0449-013c-000000000b54 | TASK | restart pacemaker resource for haproxy 2026-03-10 10:27:08.343617 | fa163e54-a5a0-0449-013c-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2026-03-10 10:27:08.344960 | fa163e54-a5a0-0449-013c-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:52.046587 | 0.05s 2026-03-10 10:27:08.371513 | fa163e54-a5a0-0449-013c-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2026-03-10 10:27:08.399825 | fa163e54-a5a0-0449-013c-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2026-03-10 10:27:08.400968 | fa163e54-a5a0-0449-013c-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:52.102596 | 0.03s 2026-03-10 10:27:08.422999 | fa163e54-a5a0-0449-013c-000000000b58 | TASK | create persistent directories 2026-03-10 10:27:08.687268 | fa163e54-a5a0-0449-013c-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-10 10:27:08.689603 | fa163e54-a5a0-0449-013c-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.391222 | 0.27s 2026-03-10 10:27:08.890861 | fa163e54-a5a0-0449-013c-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-10 10:27:08.892664 | fa163e54-a5a0-0449-013c-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.594292 | 0.47s 2026-03-10 10:27:08.903361 | fa163e54-a5a0-0449-013c-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.604984 | 0.48s 2026-03-10 10:27:08.929942 | fa163e54-a5a0-0449-013c-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2026-03-10 10:27:14.835822 | fa163e54-a5a0-0449-013c-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-10 10:27:14.837110 | fa163e54-a5a0-0449-013c-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:58.538738 | 5.91s 2026-03-10 10:27:14.863023 | fa163e54-a5a0-0449-013c-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-10 10:27:14.934613 | fa163e54-a5a0-0449-013c-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.71 seconds", "Notice: Applied catalog in 0.19 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.19", " Catalog application: 0.19", " Config retrieval: 0.79", " Last run: 1773138434", " Total: 0.19", "Version:", " Config: 1773138433", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2026-03-10 10:27:14.936095 | fa163e54-a5a0-0449-013c-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:58.637724 | 0.07s 2026-03-10 10:27:14.964345 | fa163e54-a5a0-0449-013c-000000000b5b | TASK | create persistent directories 2026-03-10 10:27:15.198710 | fa163e54-a5a0-0449-013c-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-10 10:27:15.200472 | fa163e54-a5a0-0449-013c-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.902107 | 0.23s 2026-03-10 10:27:15.414555 | fa163e54-a5a0-0449-013c-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-10 10:27:15.416260 | fa163e54-a5a0-0449-013c-000000000b5b | TIMING | create persistent directories | standalone | 0:01:59.117890 | 0.45s 2026-03-10 10:27:15.427381 | fa163e54-a5a0-0449-013c-000000000b5b | TIMING | create persistent directories | standalone | 0:01:59.129004 | 0.46s 2026-03-10 10:27:15.455151 | fa163e54-a5a0-0449-013c-000000000b5c | TASK | create persistent directories 2026-03-10 10:27:15.704828 | fa163e54-a5a0-0449-013c-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-10 10:27:15.706444 | fa163e54-a5a0-0449-013c-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.408065 | 0.25s 2026-03-10 10:27:15.876588 | fa163e54-a5a0-0449-013c-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-10 10:27:15.877828 | fa163e54-a5a0-0449-013c-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.579452 | 0.42s 2026-03-10 10:27:15.886084 | fa163e54-a5a0-0449-013c-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.587704 | 0.43s 2026-03-10 10:27:15.913541 | fa163e54-a5a0-0449-013c-000000000b5d | TASK | create persistent directories 2026-03-10 10:27:16.145372 | fa163e54-a5a0-0449-013c-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-10 10:27:16.146737 | fa163e54-a5a0-0449-013c-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.848365 | 0.23s 2026-03-10 10:27:16.152354 | fa163e54-a5a0-0449-013c-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.853982 | 0.24s 2026-03-10 10:27:16.173307 | fa163e54-a5a0-0449-013c-000000000b5e | TASK | create persistent directories 2026-03-10 10:27:16.413715 | fa163e54-a5a0-0449-013c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-10 10:27:16.415418 | fa163e54-a5a0-0449-013c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.117042 | 0.24s 2026-03-10 10:27:16.642027 | fa163e54-a5a0-0449-013c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-10 10:27:16.643152 | fa163e54-a5a0-0449-013c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.344782 | 0.47s 2026-03-10 10:27:16.877552 | fa163e54-a5a0-0449-013c-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-10 10:27:16.879532 | fa163e54-a5a0-0449-013c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.581160 | 0.71s 2026-03-10 10:27:17.107363 | fa163e54-a5a0-0449-013c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-10 10:27:17.109366 | fa163e54-a5a0-0449-013c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.810997 | 0.94s 2026-03-10 10:27:17.121824 | fa163e54-a5a0-0449-013c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.823448 | 0.95s 2026-03-10 10:27:17.146249 | fa163e54-a5a0-0449-013c-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2026-03-10 10:27:17.623316 | fa163e54-a5a0-0449-013c-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-10 10:27:17.624665 | fa163e54-a5a0-0449-013c-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:01.326294 | 0.48s 2026-03-10 10:27:17.651367 | fa163e54-a5a0-0449-013c-000000000b60 | TASK | create fcontext entry for iscsi 2026-03-10 10:27:18.917473 | fa163e54-a5a0-0449-013c-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-10 10:27:18.920354 | fa163e54-a5a0-0449-013c-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.621978 | 1.27s 2026-03-10 10:27:20.278313 | fa163e54-a5a0-0449-013c-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-10 10:27:20.279676 | fa163e54-a5a0-0449-013c-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.981306 | 2.63s 2026-03-10 10:27:21.502398 | fa163e54-a5a0-0449-013c-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-10 10:27:21.503706 | fa163e54-a5a0-0449-013c-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.205336 | 3.85s 2026-03-10 10:27:21.509933 | fa163e54-a5a0-0449-013c-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.211557 | 3.86s 2026-03-10 10:27:21.537024 | fa163e54-a5a0-0449-013c-000000000b61 | TASK | create persistent directories 2026-03-10 10:27:21.784374 | fa163e54-a5a0-0449-013c-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-10 10:27:21.786718 | fa163e54-a5a0-0449-013c-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.488342 | 0.25s 2026-03-10 10:27:21.947632 | fa163e54-a5a0-0449-013c-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-10 10:27:21.949234 | fa163e54-a5a0-0449-013c-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.650862 | 0.41s 2026-03-10 10:27:22.170915 | fa163e54-a5a0-0449-013c-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-10 10:27:22.172571 | fa163e54-a5a0-0449-013c-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.874194 | 0.63s 2026-03-10 10:27:22.191856 | fa163e54-a5a0-0449-013c-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.893479 | 0.65s 2026-03-10 10:27:22.219584 | fa163e54-a5a0-0449-013c-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-10 10:27:22.468083 | fa163e54-a5a0-0449-013c-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-10 10:27:22.469570 | fa163e54-a5a0-0449-013c-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:06.171204 | 0.25s 2026-03-10 10:27:22.490286 | fa163e54-a5a0-0449-013c-000000000b63 | TASK | Stop and disable iscsid.socket service 2026-03-10 10:27:22.519137 | fa163e54-a5a0-0449-013c-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-10 10:27:22.520881 | fa163e54-a5a0-0449-013c-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:06.222513 | 0.03s 2026-03-10 10:27:22.539128 | fa163e54-a5a0-0449-013c-000000000b64 | TASK | Check if iscsi.service is enabled 2026-03-10 10:27:22.746853 | fa163e54-a5a0-0449-013c-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-10 10:27:22.749343 | fa163e54-a5a0-0449-013c-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:06.450971 | 0.21s 2026-03-10 10:27:22.777654 | fa163e54-a5a0-0449-013c-000000000b65 | TASK | Stop iscsi.service 2026-03-10 10:27:22.807773 | fa163e54-a5a0-0449-013c-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2026-03-10 10:27:22.808986 | fa163e54-a5a0-0449-013c-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:06.510612 | 0.03s 2026-03-10 10:27:22.852285 | fa163e54-a5a0-0449-013c-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:06.553911 | 0.02s 2026-03-10 10:27:22.932346 | fa163e54-a5a0-0449-013c-000000001069 | TASK | Install additional packages 2026-03-10 10:27:22.972784 | fa163e54-a5a0-0449-013c-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:06.674411 | 0.04s 2026-03-10 10:27:22.990808 | fa163e54-a5a0-0449-013c-00000000106a | TASK | Remove dracut-config-generic 2026-03-10 10:27:26.960389 | fa163e54-a5a0-0449-013c-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2026-03-10 10:27:26.961575 | fa163e54-a5a0-0449-013c-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:10.663203 | 3.97s 2026-03-10 10:27:26.984548 | fa163e54-a5a0-0449-013c-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-10 10:27:27.181789 | fa163e54-a5a0-0449-013c-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-10 10:27:27.182724 | fa163e54-a5a0-0449-013c-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:10.884360 | 0.20s 2026-03-10 10:27:27.210092 | fa163e54-a5a0-0449-013c-00000000106c | TASK | Write list of modules to load at boot 2026-03-10 10:27:27.713296 | fa163e54-a5a0-0449-013c-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2026-03-10 10:27:27.714728 | fa163e54-a5a0-0449-013c-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:11.416357 | 0.50s 2026-03-10 10:27:27.742213 | fa163e54-a5a0-0449-013c-00000000106d | TASK | Modules reload 2026-03-10 10:27:28.225571 | fa163e54-a5a0-0449-013c-00000000106d | CHANGED | Modules reload | standalone 2026-03-10 10:27:28.227703 | fa163e54-a5a0-0449-013c-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:11.929328 | 0.48s 2026-03-10 10:27:28.249570 | fa163e54-a5a0-0449-013c-00000000106e | TASK | Set default sysctl options 2026-03-10 10:27:28.629534 | fa163e54-a5a0-0449-013c-00000000106e | CHANGED | Set default sysctl options | standalone 2026-03-10 10:27:28.630288 | fa163e54-a5a0-0449-013c-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:12.331926 | 0.38s 2026-03-10 10:27:28.648125 | fa163e54-a5a0-0449-013c-00000000106f | TASK | Set extra sysctl options 2026-03-10 10:27:29.031075 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-10 10:27:29.031903 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.733540 | 0.38s 2026-03-10 10:27:29.301966 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-10 10:27:29.303059 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.004684 | 0.65s 2026-03-10 10:27:29.466081 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-10 10:27:29.466640 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.168279 | 0.82s 2026-03-10 10:27:29.673550 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-10 10:27:29.674098 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.375737 | 1.02s 2026-03-10 10:27:30.931016 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-10 10:27:30.932052 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.633682 | 2.28s 2026-03-10 10:27:31.220811 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-10 10:27:31.222494 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.924124 | 2.57s 2026-03-10 10:27:31.441981 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-10 10:27:31.443002 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.144633 | 2.79s 2026-03-10 10:27:31.632511 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-10 10:27:31.634288 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.335918 | 2.99s 2026-03-10 10:27:31.810247 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-10 10:27:31.811723 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.513348 | 3.16s 2026-03-10 10:27:32.060174 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-10 10:27:32.061228 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.762857 | 3.41s 2026-03-10 10:27:32.274600 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-10 10:27:32.276060 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.977688 | 3.63s 2026-03-10 10:27:32.507047 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-10 10:27:32.508262 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.209890 | 3.86s 2026-03-10 10:27:32.711565 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-10 10:27:32.712693 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.414321 | 4.06s 2026-03-10 10:27:32.918726 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-10 10:27:32.919309 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.620949 | 4.27s 2026-03-10 10:27:33.141513 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-10 10:27:33.143011 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.844642 | 4.49s 2026-03-10 10:27:34.375594 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-10 10:27:34.377244 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.078872 | 5.73s 2026-03-10 10:27:34.653156 | fa163e54-a5a0-0449-013c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-10 10:27:34.654866 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.356495 | 6.01s 2026-03-10 10:27:34.667158 | fa163e54-a5a0-0449-013c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.368779 | 6.02s 2026-03-10 10:27:34.691985 | fa163e54-a5a0-0449-013c-000000001071 | TASK | Sysctl reload 2026-03-10 10:27:35.087844 | fa163e54-a5a0-0449-013c-000000001071 | CHANGED | Sysctl reload | standalone 2026-03-10 10:27:35.089776 | fa163e54-a5a0-0449-013c-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:18.791403 | 0.40s 2026-03-10 10:27:35.140851 | fa163e54-a5a0-0449-013c-000000000b67 | TASK | create persistent directories 2026-03-10 10:27:35.398530 | fa163e54-a5a0-0449-013c-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-10 10:27:35.399526 | fa163e54-a5a0-0449-013c-000000000b67 | TIMING | create persistent directories | standalone | 0:02:19.101161 | 0.26s 2026-03-10 10:27:35.609824 | fa163e54-a5a0-0449-013c-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-10 10:27:35.611670 | fa163e54-a5a0-0449-013c-000000000b67 | TIMING | create persistent directories | standalone | 0:02:19.313299 | 0.47s 2026-03-10 10:27:35.622363 | fa163e54-a5a0-0449-013c-000000000b67 | TIMING | create persistent directories | standalone | 0:02:19.323986 | 0.48s 2026-03-10 10:27:35.649262 | fa163e54-a5a0-0449-013c-000000000b68 | TASK | Check if file certs_valid exist 2026-03-10 10:27:35.862290 | fa163e54-a5a0-0449-013c-000000000b68 | OK | Check if file certs_valid exist | standalone 2026-03-10 10:27:35.863342 | fa163e54-a5a0-0449-013c-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:19.564977 | 0.21s 2026-03-10 10:27:35.888823 | fa163e54-a5a0-0449-013c-000000000b69 | TASK | Check if file cert9.db exist 2026-03-10 10:27:36.137161 | fa163e54-a5a0-0449-013c-000000000b69 | OK | Check if file cert9.db exist | standalone 2026-03-10 10:27:36.138226 | fa163e54-a5a0-0449-013c-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:19.839860 | 0.25s 2026-03-10 10:27:36.158379 | fa163e54-a5a0-0449-013c-000000000b6a | TASK | Check if file key4.db exist 2026-03-10 10:27:36.384501 | fa163e54-a5a0-0449-013c-000000000b6a | OK | Check if file key4.db exist | standalone 2026-03-10 10:27:36.385536 | fa163e54-a5a0-0449-013c-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:20.087169 | 0.23s 2026-03-10 10:27:36.442816 | fa163e54-a5a0-0449-013c-000000000b6b | SKIPPED | fail | standalone 2026-03-10 10:27:36.444278 | fa163e54-a5a0-0449-013c-000000000b6b | TIMING | fail | standalone | 0:02:20.145903 | 0.04s 2026-03-10 10:27:36.470815 | fa163e54-a5a0-0449-013c-000000000b6c | TASK | Create persistent directories 2026-03-10 10:27:36.766248 | fa163e54-a5a0-0449-013c-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-10 10:27:36.767903 | fa163e54-a5a0-0449-013c-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:20.469528 | 0.30s 2026-03-10 10:27:36.950479 | fa163e54-a5a0-0449-013c-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-10 10:27:36.952171 | fa163e54-a5a0-0449-013c-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:20.653800 | 0.48s 2026-03-10 10:27:36.962969 | fa163e54-a5a0-0449-013c-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:20.664592 | 0.49s 2026-03-10 10:27:36.989113 | fa163e54-a5a0-0449-013c-000000000b6d | TASK | create persistent directories 2026-03-10 10:27:37.264205 | fa163e54-a5a0-0449-013c-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-10 10:27:37.266366 | fa163e54-a5a0-0449-013c-000000000b6d | TIMING | create persistent directories | standalone | 0:02:20.967992 | 0.28s 2026-03-10 10:27:37.276249 | fa163e54-a5a0-0449-013c-000000000b6d | TIMING | create persistent directories | standalone | 0:02:20.977871 | 0.29s 2026-03-10 10:27:37.303408 | fa163e54-a5a0-0449-013c-000000000b6e | TASK | create persistent directories 2026-03-10 10:27:37.554407 | fa163e54-a5a0-0449-013c-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-10 10:27:37.555891 | fa163e54-a5a0-0449-013c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:21.257523 | 0.25s 2026-03-10 10:27:37.815055 | fa163e54-a5a0-0449-013c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-10 10:27:37.816825 | fa163e54-a5a0-0449-013c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:21.518453 | 0.51s 2026-03-10 10:27:37.827526 | fa163e54-a5a0-0449-013c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:21.529148 | 0.52s 2026-03-10 10:27:37.854571 | fa163e54-a5a0-0449-013c-000000000b6f | TASK | create persistent directories 2026-03-10 10:27:38.100827 | fa163e54-a5a0-0449-013c-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-10 10:27:38.102908 | fa163e54-a5a0-0449-013c-000000000b6f | TIMING | create persistent directories | standalone | 0:02:21.804534 | 0.25s 2026-03-10 10:27:38.113290 | fa163e54-a5a0-0449-013c-000000000b6f | TIMING | create persistent directories | standalone | 0:02:21.814879 | 0.26s 2026-03-10 10:27:38.140095 | fa163e54-a5a0-0449-013c-000000000b70 | TASK | create persistent directories 2026-03-10 10:27:38.390631 | fa163e54-a5a0-0449-013c-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-10 10:27:38.392367 | fa163e54-a5a0-0449-013c-000000000b70 | TIMING | create persistent directories | standalone | 0:02:22.093993 | 0.25s 2026-03-10 10:27:38.625388 | fa163e54-a5a0-0449-013c-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-10 10:27:38.626618 | fa163e54-a5a0-0449-013c-000000000b70 | TIMING | create persistent directories | standalone | 0:02:22.328248 | 0.49s 2026-03-10 10:27:38.825799 | fa163e54-a5a0-0449-013c-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-10 10:27:38.827039 | fa163e54-a5a0-0449-013c-000000000b70 | TIMING | create persistent directories | standalone | 0:02:22.528665 | 0.69s 2026-03-10 10:27:38.833967 | fa163e54-a5a0-0449-013c-000000000b70 | TIMING | create persistent directories | standalone | 0:02:22.535599 | 0.69s 2026-03-10 10:27:38.862588 | fa163e54-a5a0-0449-013c-000000000b71 | TASK | create persistent directories 2026-03-10 10:27:39.119962 | fa163e54-a5a0-0449-013c-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-10 10:27:39.120885 | fa163e54-a5a0-0449-013c-000000000b71 | TIMING | create persistent directories | standalone | 0:02:22.822519 | 0.26s 2026-03-10 10:27:39.306416 | fa163e54-a5a0-0449-013c-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-10 10:27:39.307629 | fa163e54-a5a0-0449-013c-000000000b71 | TIMING | create persistent directories | standalone | 0:02:23.009257 | 0.44s 2026-03-10 10:27:39.314610 | fa163e54-a5a0-0449-013c-000000000b71 | TIMING | create persistent directories | standalone | 0:02:23.016235 | 0.45s 2026-03-10 10:27:39.335921 | fa163e54-a5a0-0449-013c-000000000b72 | TASK | create persistent directories 2026-03-10 10:27:39.562556 | fa163e54-a5a0-0449-013c-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-10 10:27:39.563863 | fa163e54-a5a0-0449-013c-000000000b72 | TIMING | create persistent directories | standalone | 0:02:23.265491 | 0.23s 2026-03-10 10:27:39.569865 | fa163e54-a5a0-0449-013c-000000000b72 | TIMING | create persistent directories | standalone | 0:02:23.271487 | 0.23s 2026-03-10 10:27:39.595870 | fa163e54-a5a0-0449-013c-000000000b73 | TASK | creating directory 2026-03-10 10:27:39.806950 | fa163e54-a5a0-0449-013c-000000000b73 | CHANGED | creating directory | standalone 2026-03-10 10:27:39.808326 | fa163e54-a5a0-0449-013c-000000000b73 | TIMING | creating directory | standalone | 0:02:23.509955 | 0.21s 2026-03-10 10:27:39.835837 | fa163e54-a5a0-0449-013c-000000000b74 | TASK | derive pci passthrough whitelist 2026-03-10 10:27:40.281647 | fa163e54-a5a0-0449-013c-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-10 10:27:40.282985 | fa163e54-a5a0-0449-013c-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:23.984615 | 0.45s 2026-03-10 10:27:40.308851 | fa163e54-a5a0-0449-013c-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-10 10:27:41.127366 | fa163e54-a5a0-0449-013c-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-10 10:27:41.129223 | fa163e54-a5a0-0449-013c-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:24.830851 | 0.82s 2026-03-10 10:27:41.155271 | fa163e54-a5a0-0449-013c-000000000b76 | TASK | create /run/netns with temp namespace 2026-03-10 10:27:41.413991 | fa163e54-a5a0-0449-013c-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-10 10:27:41.415356 | fa163e54-a5a0-0449-013c-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:25.116949 | 0.26s 2026-03-10 10:27:41.448328 | fa163e54-a5a0-0449-013c-000000000b77 | TASK | remove temp namespace 2026-03-10 10:27:41.694398 | fa163e54-a5a0-0449-013c-000000000b77 | CHANGED | remove temp namespace | standalone 2026-03-10 10:27:41.696017 | fa163e54-a5a0-0449-013c-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:25.397644 | 0.25s 2026-03-10 10:27:41.723190 | fa163e54-a5a0-0449-013c-000000000b78 | TASK | create /var/lib/neutron 2026-03-10 10:27:41.956114 | fa163e54-a5a0-0449-013c-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2026-03-10 10:27:41.957627 | fa163e54-a5a0-0449-013c-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:25.659255 | 0.23s 2026-03-10 10:27:41.986628 | fa163e54-a5a0-0449-013c-000000000b79 | TASK | set conditions 2026-03-10 10:27:42.021174 | fa163e54-a5a0-0449-013c-000000000b79 | OK | set conditions | standalone 2026-03-10 10:27:42.022505 | fa163e54-a5a0-0449-013c-000000000b79 | TIMING | set conditions | standalone | 0:02:25.724134 | 0.03s 2026-03-10 10:27:42.048511 | fa163e54-a5a0-0449-013c-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-10 10:27:42.283794 | fa163e54-a5a0-0449-013c-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-10 10:27:42.284978 | fa163e54-a5a0-0449-013c-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:25.986612 | 0.23s 2026-03-10 10:27:42.304620 | fa163e54-a5a0-0449-013c-000000000b7b | TASK | create dnsmasq dhcp kill script 2026-03-10 10:27:42.810023 | fa163e54-a5a0-0449-013c-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-10 10:27:42.811363 | fa163e54-a5a0-0449-013c-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:26.512991 | 0.51s 2026-03-10 10:27:42.838482 | fa163e54-a5a0-0449-013c-000000000b7c | TASK | create haproxy kill script 2026-03-10 10:27:43.338983 | fa163e54-a5a0-0449-013c-000000000b7c | CHANGED | create haproxy kill script | standalone 2026-03-10 10:27:43.341170 | fa163e54-a5a0-0449-013c-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:27.042798 | 0.50s 2026-03-10 10:27:43.367383 | fa163e54-a5a0-0449-013c-000000000b7d | TASK | create persistent directories 2026-03-10 10:27:43.619929 | fa163e54-a5a0-0449-013c-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-10 10:27:43.622405 | fa163e54-a5a0-0449-013c-000000000b7d | TIMING | create persistent directories | standalone | 0:02:27.324026 | 0.25s 2026-03-10 10:27:43.801108 | fa163e54-a5a0-0449-013c-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-10 10:27:43.802853 | fa163e54-a5a0-0449-013c-000000000b7d | TIMING | create persistent directories | standalone | 0:02:27.504483 | 0.43s 2026-03-10 10:27:43.813268 | fa163e54-a5a0-0449-013c-000000000b7d | TIMING | create persistent directories | standalone | 0:02:27.514899 | 0.44s 2026-03-10 10:27:43.839148 | fa163e54-a5a0-0449-013c-000000000b7e | TASK | create persistent directories 2026-03-10 10:27:44.096980 | fa163e54-a5a0-0449-013c-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-10 10:27:44.098309 | fa163e54-a5a0-0449-013c-000000000b7e | TIMING | create persistent directories | standalone | 0:02:27.799937 | 0.26s 2026-03-10 10:27:44.110384 | fa163e54-a5a0-0449-013c-000000000b7e | TIMING | create persistent directories | standalone | 0:02:27.812015 | 0.27s 2026-03-10 10:27:44.135605 | fa163e54-a5a0-0449-013c-000000000b7f | TASK | create persistent directories 2026-03-10 10:27:44.392924 | fa163e54-a5a0-0449-013c-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-10 10:27:44.395145 | fa163e54-a5a0-0449-013c-000000000b7f | TIMING | create persistent directories | standalone | 0:02:28.096772 | 0.26s 2026-03-10 10:27:44.601006 | fa163e54-a5a0-0449-013c-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-10 10:27:44.602648 | fa163e54-a5a0-0449-013c-000000000b7f | TIMING | create persistent directories | standalone | 0:02:28.304278 | 0.47s 2026-03-10 10:27:44.613461 | fa163e54-a5a0-0449-013c-000000000b7f | TIMING | create persistent directories | standalone | 0:02:28.315057 | 0.48s 2026-03-10 10:27:44.641056 | fa163e54-a5a0-0449-013c-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-10 10:27:44.864201 | fa163e54-a5a0-0449-013c-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-10 10:27:44.865652 | fa163e54-a5a0-0449-013c-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:28.567280 | 0.22s 2026-03-10 10:27:44.894074 | fa163e54-a5a0-0449-013c-000000000b81 | TASK | create persistent directories 2026-03-10 10:27:45.154906 | fa163e54-a5a0-0449-013c-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-10 10:27:45.156696 | fa163e54-a5a0-0449-013c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.858320 | 0.26s 2026-03-10 10:27:45.374157 | fa163e54-a5a0-0449-013c-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-10 10:27:45.374870 | fa163e54-a5a0-0449-013c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:29.076507 | 0.48s 2026-03-10 10:27:45.571730 | fa163e54-a5a0-0449-013c-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-10 10:27:45.572881 | fa163e54-a5a0-0449-013c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:29.274511 | 0.68s 2026-03-10 10:27:45.760740 | fa163e54-a5a0-0449-013c-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-10 10:27:45.761903 | fa163e54-a5a0-0449-013c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:29.463531 | 0.87s 2026-03-10 10:27:45.990667 | fa163e54-a5a0-0449-013c-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-10 10:27:45.992587 | fa163e54-a5a0-0449-013c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:29.694216 | 1.10s 2026-03-10 10:27:46.004205 | fa163e54-a5a0-0449-013c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:29.705826 | 1.11s 2026-03-10 10:27:46.032197 | fa163e54-a5a0-0449-013c-000000000b82 | TASK | ensure /run/nova is present upon reboot 2026-03-10 10:27:46.508245 | fa163e54-a5a0-0449-013c-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-10 10:27:46.509661 | fa163e54-a5a0-0449-013c-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:30.211289 | 0.48s 2026-03-10 10:27:46.534931 | fa163e54-a5a0-0449-013c-000000000b83 | TASK | create tempfiles 2026-03-10 10:27:46.821110 | fa163e54-a5a0-0449-013c-000000000b83 | CHANGED | create tempfiles | standalone 2026-03-10 10:27:46.822489 | fa163e54-a5a0-0449-013c-000000000b83 | TIMING | create tempfiles | standalone | 0:02:30.524117 | 0.29s 2026-03-10 10:27:46.848105 | fa163e54-a5a0-0449-013c-000000000b84 | TASK | Mount Nova NFS Share 2026-03-10 10:27:46.877140 | fa163e54-a5a0-0449-013c-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-10 10:27:46.878467 | fa163e54-a5a0-0449-013c-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:30.580065 | 0.03s 2026-03-10 10:27:46.905305 | fa163e54-a5a0-0449-013c-000000000b86 | TASK | check systemd-container package installed or not 2026-03-10 10:27:46.932878 | fa163e54-a5a0-0449-013c-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-10 10:27:46.934043 | fa163e54-a5a0-0449-013c-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:30.635671 | 0.03s 2026-03-10 10:27:46.958823 | fa163e54-a5a0-0449-013c-000000000b87 | TASK | get latest package from downloaded package versions 2026-03-10 10:27:46.985976 | fa163e54-a5a0-0449-013c-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-10 10:27:46.987063 | fa163e54-a5a0-0449-013c-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:30.688692 | 0.03s 2026-03-10 10:27:47.012874 | fa163e54-a5a0-0449-013c-000000000b88 | TASK | Install systemd-container package on boot 2026-03-10 10:27:47.041099 | fa163e54-a5a0-0449-013c-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-10 10:27:47.042161 | fa163e54-a5a0-0449-013c-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:30.743790 | 0.03s 2026-03-10 10:27:47.067739 | fa163e54-a5a0-0449-013c-000000000b89 | TASK | enable install-systemd-container on compute boot 2026-03-10 10:27:47.097645 | fa163e54-a5a0-0449-013c-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-10 10:27:47.098846 | fa163e54-a5a0-0449-013c-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:30.800474 | 0.03s 2026-03-10 10:27:47.124970 | fa163e54-a5a0-0449-013c-000000000b8a | TASK | check if install-systemd-container service exists 2026-03-10 10:27:47.155495 | fa163e54-a5a0-0449-013c-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-10 10:27:47.156557 | fa163e54-a5a0-0449-013c-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:30.858185 | 0.03s 2026-03-10 10:27:47.183025 | fa163e54-a5a0-0449-013c-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2026-03-10 10:27:47.211089 | fa163e54-a5a0-0449-013c-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-10 10:27:47.212137 | fa163e54-a5a0-0449-013c-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:30.913766 | 0.03s 2026-03-10 10:27:47.238137 | fa163e54-a5a0-0449-013c-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-10 10:27:47.268843 | fa163e54-a5a0-0449-013c-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-10 10:27:47.269977 | fa163e54-a5a0-0449-013c-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:30.971606 | 0.03s 2026-03-10 10:27:47.296409 | fa163e54-a5a0-0449-013c-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-10 10:27:47.317513 | fa163e54-a5a0-0449-013c-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-10 10:27:47.318915 | fa163e54-a5a0-0449-013c-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:31.020540 | 0.02s 2026-03-10 10:27:47.344581 | fa163e54-a5a0-0449-013c-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-10 10:27:47.372408 | fa163e54-a5a0-0449-013c-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-10 10:27:47.373891 | fa163e54-a5a0-0449-013c-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:31.075518 | 0.03s 2026-03-10 10:27:47.399395 | fa163e54-a5a0-0449-013c-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-10 10:27:47.428255 | fa163e54-a5a0-0449-013c-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-10 10:27:47.429397 | fa163e54-a5a0-0449-013c-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:31.131025 | 0.03s 2026-03-10 10:27:47.454951 | fa163e54-a5a0-0449-013c-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-10 10:27:47.485095 | fa163e54-a5a0-0449-013c-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-10 10:27:47.486160 | fa163e54-a5a0-0449-013c-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:31.187788 | 0.03s 2026-03-10 10:27:47.511997 | fa163e54-a5a0-0449-013c-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-10 10:27:47.541080 | fa163e54-a5a0-0449-013c-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-10 10:27:47.542735 | fa163e54-a5a0-0449-013c-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:31.244361 | 0.03s 2026-03-10 10:27:47.569790 | fa163e54-a5a0-0449-013c-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-10 10:27:47.599376 | fa163e54-a5a0-0449-013c-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-10 10:27:47.600801 | fa163e54-a5a0-0449-013c-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:31.302428 | 0.03s 2026-03-10 10:27:47.626094 | fa163e54-a5a0-0449-013c-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-10 10:27:47.654632 | fa163e54-a5a0-0449-013c-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-10 10:27:47.655792 | fa163e54-a5a0-0449-013c-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:31.357420 | 0.03s 2026-03-10 10:27:47.681676 | fa163e54-a5a0-0449-013c-000000000b98 | TASK | Do we prepend nova startup with a delay 2026-03-10 10:27:47.710204 | fa163e54-a5a0-0449-013c-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2026-03-10 10:27:47.711381 | fa163e54-a5a0-0449-013c-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:31.413011 | 0.03s 2026-03-10 10:27:47.736313 | fa163e54-a5a0-0449-013c-000000000b99 | TASK | install nova-compute delay wrapper script 2026-03-10 10:27:47.778119 | fa163e54-a5a0-0449-013c-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-10 10:27:47.779362 | fa163e54-a5a0-0449-013c-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:31.480989 | 0.04s 2026-03-10 10:27:47.805106 | fa163e54-a5a0-0449-013c-000000000b9a | TASK | Is irqbalance enabled 2026-03-10 10:27:47.833766 | fa163e54-a5a0-0449-013c-000000000b9a | OK | Is irqbalance enabled | standalone 2026-03-10 10:27:47.834939 | fa163e54-a5a0-0449-013c-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:31.536568 | 0.03s 2026-03-10 10:27:47.860551 | fa163e54-a5a0-0449-013c-000000000b9b | TASK | disable irqbalance service on compute 2026-03-10 10:27:47.889640 | fa163e54-a5a0-0449-013c-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2026-03-10 10:27:47.890876 | fa163e54-a5a0-0449-013c-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:31.592502 | 0.03s 2026-03-10 10:27:47.916292 | fa163e54-a5a0-0449-013c-000000000b9c | TASK | create persistent directories 2026-03-10 10:27:48.162547 | fa163e54-a5a0-0449-013c-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-10 10:27:48.163814 | fa163e54-a5a0-0449-013c-000000000b9c | TIMING | create persistent directories | standalone | 0:02:31.865443 | 0.25s 2026-03-10 10:27:48.170911 | fa163e54-a5a0-0449-013c-000000000b9c | TIMING | create persistent directories | standalone | 0:02:31.872526 | 0.25s 2026-03-10 10:27:48.198315 | fa163e54-a5a0-0449-013c-000000000b9d | TASK | create libvirt persistent data directories 2026-03-10 10:27:48.426046 | fa163e54-a5a0-0449-013c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-10 10:27:48.428569 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.130195 | 0.23s 2026-03-10 10:27:48.638241 | fa163e54-a5a0-0449-013c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-10 10:27:48.639480 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.341104 | 0.44s 2026-03-10 10:27:48.816782 | fa163e54-a5a0-0449-013c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-10 10:27:48.817388 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.519027 | 0.62s 2026-03-10 10:27:49.027400 | fa163e54-a5a0-0449-013c-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-10 10:27:49.028012 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.729651 | 0.83s 2026-03-10 10:27:49.251240 | fa163e54-a5a0-0449-013c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-10 10:27:49.253058 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.954682 | 1.05s 2026-03-10 10:27:49.471452 | fa163e54-a5a0-0449-013c-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-10 10:27:49.473734 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.175359 | 1.27s 2026-03-10 10:27:49.688006 | fa163e54-a5a0-0449-013c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-10 10:27:49.689649 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.391274 | 1.49s 2026-03-10 10:27:49.902071 | fa163e54-a5a0-0449-013c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-10 10:27:49.903121 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.604759 | 1.70s 2026-03-10 10:27:49.916838 | fa163e54-a5a0-0449-013c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.618454 | 1.72s 2026-03-10 10:27:49.947520 | fa163e54-a5a0-0449-013c-000000000b9e | TASK | ensure qemu group is present on the host 2026-03-10 10:27:50.401610 | fa163e54-a5a0-0449-013c-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2026-03-10 10:27:50.403219 | fa163e54-a5a0-0449-013c-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:34.104844 | 0.45s 2026-03-10 10:27:50.432735 | fa163e54-a5a0-0449-013c-000000000b9f | TASK | ensure qemu user is present on the host 2026-03-10 10:27:50.943183 | fa163e54-a5a0-0449-013c-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2026-03-10 10:27:50.944547 | fa163e54-a5a0-0449-013c-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:34.646176 | 0.51s 2026-03-10 10:27:50.969751 | fa163e54-a5a0-0449-013c-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-10 10:27:51.189264 | fa163e54-a5a0-0449-013c-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-10 10:27:51.190689 | fa163e54-a5a0-0449-013c-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:34.892319 | 0.22s 2026-03-10 10:27:51.215649 | fa163e54-a5a0-0449-013c-000000000ba1 | TASK | check if libvirt is installed 2026-03-10 10:27:51.437410 | fa163e54-a5a0-0449-013c-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2026-03-10 10:27:51.438748 | fa163e54-a5a0-0449-013c-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:35.140377 | 0.22s 2026-03-10 10:27:51.464943 | fa163e54-a5a0-0449-013c-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2026-03-10 10:27:51.507453 | fa163e54-a5a0-0449-013c-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-10 10:27:51.516022 | fa163e54-a5a0-0449-013c-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-10 10:27:51.524628 | fa163e54-a5a0-0449-013c-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:35.226241 | 0.06s 2026-03-10 10:27:51.549789 | fa163e54-a5a0-0449-013c-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2026-03-10 10:27:51.980560 | fa163e54-a5a0-0449-013c-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-10 10:27:51.981918 | fa163e54-a5a0-0449-013c-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:35.683546 | 0.43s 2026-03-10 10:27:52.007151 | fa163e54-a5a0-0449-013c-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-10 10:27:52.882464 | fa163e54-a5a0-0449-013c-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-10 10:27:52.883999 | fa163e54-a5a0-0449-013c-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:36.585627 | 0.88s 2026-03-10 10:27:52.910278 | fa163e54-a5a0-0449-013c-000000000ba5 | TASK | remove gnutls-qemu.config 2026-03-10 10:27:53.142102 | fa163e54-a5a0-0449-013c-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2026-03-10 10:27:53.144011 | fa163e54-a5a0-0449-013c-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:36.845632 | 0.23s 2026-03-10 10:27:53.172347 | fa163e54-a5a0-0449-013c-000000000ba6 | TASK | update crypto policies 2026-03-10 10:27:53.198727 | fa163e54-a5a0-0449-013c-000000000ba6 | SKIPPED | update crypto policies | standalone 2026-03-10 10:27:53.199586 | fa163e54-a5a0-0449-013c-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:36.901219 | 0.03s 2026-03-10 10:27:53.220681 | fa163e54-a5a0-0449-013c-000000000ba7 | TASK | Create libvirt persistent data directories 2026-03-10 10:27:53.467830 | fa163e54-a5a0-0449-013c-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-10 10:27:53.468670 | fa163e54-a5a0-0449-013c-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:37.170306 | 0.25s 2026-03-10 10:27:53.480922 | fa163e54-a5a0-0449-013c-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:37.182544 | 0.26s 2026-03-10 10:27:53.500004 | fa163e54-a5a0-0449-013c-000000000ba8 | TASK | create persistent directories 2026-03-10 10:27:53.717071 | fa163e54-a5a0-0449-013c-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-10 10:27:53.719305 | fa163e54-a5a0-0449-013c-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:37.420930 | 0.22s 2026-03-10 10:27:53.921368 | fa163e54-a5a0-0449-013c-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-10 10:27:53.923167 | fa163e54-a5a0-0449-013c-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:37.624801 | 0.42s 2026-03-10 10:27:53.933796 | fa163e54-a5a0-0449-013c-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:37.635418 | 0.43s 2026-03-10 10:27:53.959933 | fa163e54-a5a0-0449-013c-000000000ba9 | TASK | Copy in cleanup script 2026-03-10 10:27:54.445323 | fa163e54-a5a0-0449-013c-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2026-03-10 10:27:54.446357 | fa163e54-a5a0-0449-013c-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:38.147992 | 0.48s 2026-03-10 10:27:54.473866 | fa163e54-a5a0-0449-013c-000000000baa | TASK | Copy in cleanup service 2026-03-10 10:27:54.929621 | fa163e54-a5a0-0449-013c-000000000baa | CHANGED | Copy in cleanup service | standalone 2026-03-10 10:27:54.931036 | fa163e54-a5a0-0449-013c-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:38.632663 | 0.46s 2026-03-10 10:27:54.956281 | fa163e54-a5a0-0449-013c-000000000bab | TASK | Enabling the cleanup service 2026-03-10 10:27:55.602388 | fa163e54-a5a0-0449-013c-000000000bab | CHANGED | Enabling the cleanup service | standalone 2026-03-10 10:27:55.604307 | fa163e54-a5a0-0449-013c-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:39.305934 | 0.65s 2026-03-10 10:27:55.633034 | fa163e54-a5a0-0449-013c-000000000bac | TASK | create persistent directories 2026-03-10 10:27:55.895168 | fa163e54-a5a0-0449-013c-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-10 10:27:55.897372 | fa163e54-a5a0-0449-013c-000000000bac | TIMING | create persistent directories | standalone | 0:02:39.598998 | 0.26s 2026-03-10 10:27:56.128681 | fa163e54-a5a0-0449-013c-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-10 10:27:56.130541 | fa163e54-a5a0-0449-013c-000000000bac | TIMING | create persistent directories | standalone | 0:02:39.832169 | 0.50s 2026-03-10 10:27:56.141013 | fa163e54-a5a0-0449-013c-000000000bac | TIMING | create persistent directories | standalone | 0:02:39.842636 | 0.51s 2026-03-10 10:27:56.166521 | fa163e54-a5a0-0449-013c-000000000bad | TASK | set conditions 2026-03-10 10:27:56.200060 | fa163e54-a5a0-0449-013c-000000000bad | OK | set conditions | standalone 2026-03-10 10:27:56.201181 | fa163e54-a5a0-0449-013c-000000000bad | TIMING | set conditions | standalone | 0:02:39.902812 | 0.03s 2026-03-10 10:27:56.226003 | fa163e54-a5a0-0449-013c-000000000bae | TASK | create persistent directories 2026-03-10 10:27:56.494648 | fa163e54-a5a0-0449-013c-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-10 10:27:56.496449 | fa163e54-a5a0-0449-013c-000000000bae | TIMING | create persistent directories | standalone | 0:02:40.198047 | 0.27s 2026-03-10 10:27:56.686783 | fa163e54-a5a0-0449-013c-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-10 10:27:56.687982 | fa163e54-a5a0-0449-013c-000000000bae | TIMING | create persistent directories | standalone | 0:02:40.389609 | 0.46s 2026-03-10 10:27:56.926066 | fa163e54-a5a0-0449-013c-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-10 10:27:56.928023 | fa163e54-a5a0-0449-013c-000000000bae | TIMING | create persistent directories | standalone | 0:02:40.629652 | 0.70s 2026-03-10 10:27:56.939127 | fa163e54-a5a0-0449-013c-000000000bae | TIMING | create persistent directories | standalone | 0:02:40.640748 | 0.71s 2026-03-10 10:27:56.964864 | fa163e54-a5a0-0449-013c-000000000baf | TASK | ensure /run/octavia is present upon reboot 2026-03-10 10:27:57.351904 | fa163e54-a5a0-0449-013c-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-10 10:27:57.353283 | fa163e54-a5a0-0449-013c-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:41.054912 | 0.39s 2026-03-10 10:27:57.378320 | fa163e54-a5a0-0449-013c-000000000bb0 | TASK | create persistent directories 2026-03-10 10:27:57.578007 | fa163e54-a5a0-0449-013c-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-10 10:27:57.578978 | fa163e54-a5a0-0449-013c-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:41.280614 | 0.20s 2026-03-10 10:27:57.737584 | fa163e54-a5a0-0449-013c-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-10 10:27:57.738216 | fa163e54-a5a0-0449-013c-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:41.439853 | 0.36s 2026-03-10 10:27:57.746281 | fa163e54-a5a0-0449-013c-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:41.447904 | 0.37s 2026-03-10 10:27:57.772957 | fa163e54-a5a0-0449-013c-000000000bb1 | TASK | create empty log files 2026-03-10 10:27:58.001772 | fa163e54-a5a0-0449-013c-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2026-03-10 10:27:58.003969 | fa163e54-a5a0-0449-013c-000000000bb1 | TIMING | create empty log files | standalone | 0:02:41.705593 | 0.23s 2026-03-10 10:27:58.156172 | fa163e54-a5a0-0449-013c-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-03-10 10:27:58.157248 | fa163e54-a5a0-0449-013c-000000000bb1 | TIMING | create empty log files | standalone | 0:02:41.858879 | 0.38s 2026-03-10 10:27:58.164480 | fa163e54-a5a0-0449-013c-000000000bb1 | TIMING | create empty log files | standalone | 0:02:41.866054 | 0.39s 2026-03-10 10:27:58.190763 | fa163e54-a5a0-0449-013c-000000000bb2 | TASK | create persistent directories 2026-03-10 10:27:58.428585 | fa163e54-a5a0-0449-013c-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-10 10:27:58.429992 | fa163e54-a5a0-0449-013c-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:42.131615 | 0.24s 2026-03-10 10:27:58.436101 | fa163e54-a5a0-0449-013c-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:42.137724 | 0.24s 2026-03-10 10:27:58.462823 | fa163e54-a5a0-0449-013c-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2026-03-10 10:28:01.472340 | fa163e54-a5a0-0449-013c-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-10 10:28:01.473895 | fa163e54-a5a0-0449-013c-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:45.175523 | 3.01s 2026-03-10 10:28:01.528867 | fa163e54-a5a0-0449-013c-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:45.230482 | 0.03s 2026-03-10 10:28:01.592557 | fa163e54-a5a0-0449-013c-000000001297 | TASK | Gather variables for each operating system 2026-03-10 10:28:01.706672 | fa163e54-a5a0-0449-013c-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:45.408286 | 0.11s 2026-03-10 10:28:01.733484 | fa163e54-a5a0-0449-013c-000000001298 | TASK | Set packages facts 2026-03-10 10:28:01.776363 | fa163e54-a5a0-0449-013c-000000001298 | OK | Set packages facts | standalone 2026-03-10 10:28:01.777876 | fa163e54-a5a0-0449-013c-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:45.479505 | 0.04s 2026-03-10 10:28:01.807505 | fa163e54-a5a0-0449-013c-000000001299 | TASK | Manage package 2026-03-10 10:28:01.873241 | fa163e54-a5a0-0449-013c-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-10 10:28:01.899118 | fa163e54-a5a0-0449-013c-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-10 10:28:01.917817 | fa163e54-a5a0-0449-013c-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-10 10:28:07.143615 | fa163e54-a5a0-0449-013c-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.845237 | 5.33s 2026-03-10 10:28:07.156581 | fa163e54-a5a0-0449-013c-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-10 10:28:07.163484 | fa163e54-a5a0-0449-013c-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.865106 | 5.35s 2026-03-10 10:28:07.214911 | fa163e54-a5a0-0449-013c-000000000bb7 | TASK | create fcontext for rabbitmq data 2026-03-10 10:28:08.441207 | fa163e54-a5a0-0449-013c-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-10 10:28:08.443332 | fa163e54-a5a0-0449-013c-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:52.144957 | 1.23s 2026-03-10 10:28:08.469718 | fa163e54-a5a0-0449-013c-000000000bb8 | TASK | create persistent directories 2026-03-10 10:28:08.730644 | fa163e54-a5a0-0449-013c-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-10 10:28:08.732903 | fa163e54-a5a0-0449-013c-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:52.434515 | 0.26s 2026-03-10 10:28:08.963016 | fa163e54-a5a0-0449-013c-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-10 10:28:08.965602 | fa163e54-a5a0-0449-013c-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:52.667221 | 0.49s 2026-03-10 10:28:08.976860 | fa163e54-a5a0-0449-013c-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:52.678473 | 0.51s 2026-03-10 10:28:09.005772 | fa163e54-a5a0-0449-013c-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-03-10 10:28:09.283930 | fa163e54-a5a0-0449-013c-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-03-10 10:28:09.285675 | fa163e54-a5a0-0449-013c-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.987296 | 0.28s 2026-03-10 10:28:09.311872 | fa163e54-a5a0-0449-013c-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-10 10:28:09.342667 | fa163e54-a5a0-0449-013c-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-10 10:28:09.344710 | fa163e54-a5a0-0449-013c-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:53.046326 | 0.03s 2026-03-10 10:28:09.373316 | fa163e54-a5a0-0449-013c-000000000bbb | TASK | Remove existing entries from logind conf 2026-03-10 10:28:09.609902 | fa163e54-a5a0-0449-013c-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2026-03-10 10:28:09.611677 | fa163e54-a5a0-0449-013c-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:53.313299 | 0.24s 2026-03-10 10:28:09.638909 | fa163e54-a5a0-0449-013c-000000000bbc | TASK | Make sure systemd-logind ignores power off 2026-03-10 10:28:09.878861 | fa163e54-a5a0-0449-013c-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-10 10:28:09.880688 | fa163e54-a5a0-0449-013c-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:53.582311 | 0.24s 2026-03-10 10:28:09.906683 | fa163e54-a5a0-0449-013c-000000000bbd | TASK | Restart systemd-logind 2026-03-10 10:28:10.392040 | fa163e54-a5a0-0449-013c-000000000bbd | CHANGED | Restart systemd-logind | standalone 2026-03-10 10:28:10.394090 | fa163e54-a5a0-0449-013c-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:54.095718 | 0.49s 2026-03-10 10:28:10.415684 | fa163e54-a5a0-0449-013c-000000000bbe | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-03-10 10:28:10.486069 | fa163e54-a5a0-0449-013c-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-10 10:28:10.486733 | fa163e54-a5a0-0449-013c-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:54.188369 | 0.07s 2026-03-10 10:28:10.506904 | fa163e54-a5a0-0449-013c-000000000bbf | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-03-10 10:28:10.556374 | fa163e54-a5a0-0449-013c-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-10 10:28:10.557652 | fa163e54-a5a0-0449-013c-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:54.259278 | 0.05s 2026-03-10 10:28:10.584054 | fa163e54-a5a0-0449-013c-000000000bc0 | TASK | create persistent logs directory 2026-03-10 10:28:10.822857 | fa163e54-a5a0-0449-013c-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-10 10:28:10.824502 | fa163e54-a5a0-0449-013c-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:54.526128 | 0.24s 2026-03-10 10:28:11.014262 | fa163e54-a5a0-0449-013c-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-10 10:28:11.015370 | fa163e54-a5a0-0449-013c-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:54.716999 | 0.43s 2026-03-10 10:28:11.022114 | fa163e54-a5a0-0449-013c-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:54.723734 | 0.44s 2026-03-10 10:28:11.048412 | fa163e54-a5a0-0449-013c-000000000bc2 | TASK | Set login facts 2026-03-10 10:28:11.079004 | fa163e54-a5a0-0449-013c-000000000bc2 | OK | Set login facts | standalone 2026-03-10 10:28:11.080389 | fa163e54-a5a0-0449-013c-000000000bc2 | TIMING | Set login facts | standalone | 0:02:54.782022 | 0.03s 2026-03-10 10:28:11.098582 | fa163e54-a5a0-0449-013c-000000000bc3 | TASK | Convert logins json to dict 2026-03-10 10:28:11.128299 | fa163e54-a5a0-0449-013c-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2026-03-10 10:28:11.129619 | fa163e54-a5a0-0449-013c-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:54.831245 | 0.03s 2026-03-10 10:28:11.154775 | fa163e54-a5a0-0449-013c-000000000bc4 | TASK | Set registry logins 2026-03-10 10:28:11.202477 | fa163e54-a5a0-0449-013c-000000000bc4 | SKIPPED | Set registry logins | standalone 2026-03-10 10:28:11.203393 | fa163e54-a5a0-0449-013c-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:54.905026 | 0.05s 2026-03-10 10:28:11.223918 | fa163e54-a5a0-0449-013c-000000000bc5 | TASK | Run podman install 2026-03-10 10:28:11.251466 | fa163e54-a5a0-0449-013c-000000000bc5 | TIMING | Run podman install | standalone | 0:02:54.953086 | 0.03s 2026-03-10 10:28:11.321693 | fa163e54-a5a0-0449-013c-000000001329 | TASK | Gather variables for each operating system 2026-03-10 10:28:11.447846 | fa163e54-a5a0-0449-013c-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-10 10:28:11.449840 | fa163e54-a5a0-0449-013c-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:55.151466 | 0.13s 2026-03-10 10:28:11.460022 | fa163e54-a5a0-0449-013c-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:55.161650 | 0.14s 2026-03-10 10:28:11.478627 | fa163e54-a5a0-0449-013c-00000000132b | TASK | ensure podman and deps are installed 2026-03-10 10:28:14.661451 | fa163e54-a5a0-0449-013c-00000000132b | OK | ensure podman and deps are installed | standalone 2026-03-10 10:28:14.663033 | fa163e54-a5a0-0449-013c-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:58.364661 | 3.18s 2026-03-10 10:28:14.689801 | fa163e54-a5a0-0449-013c-00000000132c | TASK | Ensure we get the ansible interfaces facts 2026-03-10 10:28:15.259320 | fa163e54-a5a0-0449-013c-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-10 10:28:15.260527 | fa163e54-a5a0-0449-013c-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:58.962155 | 0.57s 2026-03-10 10:28:15.287662 | fa163e54-a5a0-0449-013c-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-10 10:28:15.316353 | fa163e54-a5a0-0449-013c-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-10 10:28:15.317930 | fa163e54-a5a0-0449-013c-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:59.019552 | 0.03s 2026-03-10 10:28:15.349818 | fa163e54-a5a0-0449-013c-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2026-03-10 10:28:15.387404 | fa163e54-a5a0-0449-013c-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-10 10:28:15.388687 | fa163e54-a5a0-0449-013c-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:59.090315 | 0.04s 2026-03-10 10:28:15.414475 | fa163e54-a5a0-0449-013c-000000001330 | TASK | Update default network configuration if possible 2026-03-10 10:28:15.458072 | fa163e54-a5a0-0449-013c-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2026-03-10 10:28:15.459252 | fa163e54-a5a0-0449-013c-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:59.160880 | 0.04s 2026-03-10 10:28:15.485567 | fa163e54-a5a0-0449-013c-000000001332 | TASK | Make sure /etc/containers/networks exists 2026-03-10 10:28:15.728335 | fa163e54-a5a0-0449-013c-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-10 10:28:15.729734 | fa163e54-a5a0-0449-013c-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:59.431363 | 0.24s 2026-03-10 10:28:15.757334 | fa163e54-a5a0-0449-013c-000000001333 | TASK | Get current podman network 2026-03-10 10:28:16.071370 | fa163e54-a5a0-0449-013c-000000001333 | CHANGED | Get current podman network | standalone 2026-03-10 10:28:16.072598 | fa163e54-a5a0-0449-013c-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:59.774233 | 0.31s 2026-03-10 10:28:16.093617 | fa163e54-a5a0-0449-013c-000000001334 | TASK | Update the default network configuration 2026-03-10 10:28:16.664473 | fa163e54-a5a0-0449-013c-000000001334 | CHANGED | Update the default network configuration | standalone 2026-03-10 10:28:16.665842 | fa163e54-a5a0-0449-013c-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:00.367471 | 0.57s 2026-03-10 10:28:16.692233 | fa163e54-a5a0-0449-013c-000000001335 | TASK | Write containers registries.conf 2026-03-10 10:28:17.255535 | fa163e54-a5a0-0449-013c-000000001335 | CHANGED | Write containers registries.conf | standalone 2026-03-10 10:28:17.256866 | fa163e54-a5a0-0449-013c-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:00.958496 | 0.56s 2026-03-10 10:28:17.280270 | fa163e54-a5a0-0449-013c-000000001336 | TASK | Write containers.conf 2026-03-10 10:28:17.503502 | fa163e54-a5a0-0449-013c-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-10 10:28:17.504936 | fa163e54-a5a0-0449-013c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.206571 | 0.22s 2026-03-10 10:28:17.674770 | fa163e54-a5a0-0449-013c-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-10 10:28:17.676743 | fa163e54-a5a0-0449-013c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.378368 | 0.40s 2026-03-10 10:28:17.858562 | fa163e54-a5a0-0449-013c-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-10 10:28:17.859655 | fa163e54-a5a0-0449-013c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.561282 | 0.58s 2026-03-10 10:28:18.034368 | fa163e54-a5a0-0449-013c-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-10 10:28:18.036662 | fa163e54-a5a0-0449-013c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.738291 | 0.76s 2026-03-10 10:28:18.048230 | fa163e54-a5a0-0449-013c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.749851 | 0.77s 2026-03-10 10:28:18.080255 | fa163e54-a5a0-0449-013c-000000001337 | TASK | Enable podman.socket service 2026-03-10 10:28:18.110935 | fa163e54-a5a0-0449-013c-000000001337 | SKIPPED | Enable podman.socket service | standalone 2026-03-10 10:28:18.112395 | fa163e54-a5a0-0449-013c-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:01.814017 | 0.03s 2026-03-10 10:28:18.166178 | fa163e54-a5a0-0449-013c-000000000bc6 | TASK | Run podman login 2026-03-10 10:28:18.196292 | fa163e54-a5a0-0449-013c-000000000bc6 | TIMING | Run podman login | standalone | 0:03:01.897896 | 0.03s 2026-03-10 10:28:18.282247 | fa163e54-a5a0-0449-013c-000000001437 | TASK | Perform container registry login(s) with podman 2026-03-10 10:28:18.308525 | fa163e54-a5a0-0449-013c-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:02.010148 | 0.03s 2026-03-10 10:28:18.344613 | fa163e54-a5a0-0449-013c-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-10 10:28:18.807625 | fa163e54-a5a0-0449-013c-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-10 10:28:18.808914 | fa163e54-a5a0-0449-013c-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:02.510544 | 0.46s 2026-03-10 10:28:18.833684 | fa163e54-a5a0-0449-013c-000000000bc9 | TASK | create persistent directories 2026-03-10 10:28:19.053305 | fa163e54-a5a0-0449-013c-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-10 10:28:19.054529 | fa163e54-a5a0-0449-013c-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.756161 | 0.22s 2026-03-10 10:28:19.249166 | fa163e54-a5a0-0449-013c-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-10 10:28:19.249872 | fa163e54-a5a0-0449-013c-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.951509 | 0.41s 2026-03-10 10:28:19.420906 | fa163e54-a5a0-0449-013c-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-10 10:28:19.421606 | fa163e54-a5a0-0449-013c-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:03.123243 | 0.59s 2026-03-10 10:28:19.426459 | fa163e54-a5a0-0449-013c-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:03.128061 | 0.59s 2026-03-10 10:28:19.454187 | fa163e54-a5a0-0449-013c-000000000bca | TASK | ensure /run/redis is present upon reboot 2026-03-10 10:28:19.891666 | fa163e54-a5a0-0449-013c-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-10 10:28:19.892827 | fa163e54-a5a0-0449-013c-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:03.594460 | 0.44s 2026-03-10 10:28:19.912879 | fa163e54-a5a0-0449-013c-000000000bcb | TASK | Ensure rsyslog is installed 2026-03-10 10:28:22.965945 | fa163e54-a5a0-0449-013c-000000000bcb | OK | Ensure rsyslog is installed | standalone 2026-03-10 10:28:22.966711 | fa163e54-a5a0-0449-013c-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:06.668348 | 3.05s 2026-03-10 10:28:22.983890 | fa163e54-a5a0-0449-013c-000000000bcc | TASK | Ensure rsyslog is enabled and started 2026-03-10 10:28:23.337180 | fa163e54-a5a0-0449-013c-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2026-03-10 10:28:23.338135 | fa163e54-a5a0-0449-013c-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:07.039772 | 0.35s 2026-03-10 10:28:23.370259 | fa163e54-a5a0-0449-013c-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:07.071887 | 0.01s 2026-03-10 10:28:23.438819 | fa163e54-a5a0-0449-013c-000000001552 | TASK | Gather variables for each operating system 2026-03-10 10:28:23.537309 | fa163e54-a5a0-0449-013c-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-10 10:28:23.538432 | fa163e54-a5a0-0449-013c-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:07.240050 | 0.10s 2026-03-10 10:28:23.548235 | fa163e54-a5a0-0449-013c-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:07.249875 | 0.11s 2026-03-10 10:28:23.565817 | fa163e54-a5a0-0449-013c-000000001554 | TASK | Install the OpenSSH server 2026-03-10 10:28:26.690347 | fa163e54-a5a0-0449-013c-000000001554 | OK | Install the OpenSSH server | standalone 2026-03-10 10:28:26.691820 | fa163e54-a5a0-0449-013c-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:10.393447 | 3.13s 2026-03-10 10:28:26.719073 | fa163e54-a5a0-0449-013c-000000001555 | TASK | Start sshd 2026-03-10 10:28:26.748141 | fa163e54-a5a0-0449-013c-000000001555 | SKIPPED | Start sshd | standalone 2026-03-10 10:28:26.749499 | fa163e54-a5a0-0449-013c-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:10.451126 | 0.03s 2026-03-10 10:28:26.777604 | fa163e54-a5a0-0449-013c-000000001556 | TASK | PasswordAuthentication notice 2026-03-10 10:28:26.810478 | fa163e54-a5a0-0449-013c-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2026-03-10 10:28:26.811818 | fa163e54-a5a0-0449-013c-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:10.513445 | 0.03s 2026-03-10 10:28:26.838485 | fa163e54-a5a0-0449-013c-000000001557 | TASK | PasswordAuthentication duplication notice 2026-03-10 10:28:26.872202 | fa163e54-a5a0-0449-013c-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-10 10:28:26.873375 | fa163e54-a5a0-0449-013c-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:10.575002 | 0.03s 2026-03-10 10:28:26.898789 | fa163e54-a5a0-0449-013c-000000001558 | TASK | Motd duplication notice 2026-03-10 10:28:26.937815 | fa163e54-a5a0-0449-013c-000000001558 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2026-03-10 10:28:26.938874 | fa163e54-a5a0-0449-013c-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:10.640504 | 0.04s 2026-03-10 10:28:26.964383 | fa163e54-a5a0-0449-013c-000000001559 | TASK | Configure the banner text 2026-03-10 10:28:27.003196 | fa163e54-a5a0-0449-013c-000000001559 | SKIPPED | Configure the banner text | standalone 2026-03-10 10:28:27.004695 | fa163e54-a5a0-0449-013c-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:10.706321 | 0.04s 2026-03-10 10:28:27.031725 | fa163e54-a5a0-0449-013c-00000000155a | TASK | Configure the motd banner 2026-03-10 10:28:27.065358 | fa163e54-a5a0-0449-013c-00000000155a | SKIPPED | Configure the motd banner | standalone 2026-03-10 10:28:27.066699 | fa163e54-a5a0-0449-013c-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:10.768326 | 0.03s 2026-03-10 10:28:27.094525 | fa163e54-a5a0-0449-013c-00000000155b | TASK | Update sshd configuration options from vars 2026-03-10 10:28:27.136700 | fa163e54-a5a0-0449-013c-00000000155b | OK | Update sshd configuration options from vars | standalone 2026-03-10 10:28:27.139020 | fa163e54-a5a0-0449-013c-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:10.840637 | 0.04s 2026-03-10 10:28:27.168464 | fa163e54-a5a0-0449-013c-00000000155c | TASK | Adjust ssh server configuration 2026-03-10 10:28:27.716663 | fa163e54-a5a0-0449-013c-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2026-03-10 10:28:27.718570 | fa163e54-a5a0-0449-013c-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:11.420189 | 0.55s 2026-03-10 10:28:27.746126 | fa163e54-a5a0-0449-013c-00000000155d | TASK | Restart sshd 2026-03-10 10:28:28.262135 | fa163e54-a5a0-0449-013c-00000000155d | CHANGED | Restart sshd | standalone 2026-03-10 10:28:28.264171 | fa163e54-a5a0-0449-013c-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:11.965799 | 0.52s 2026-03-10 10:28:28.316739 | fa163e54-a5a0-0449-013c-000000000bce | TASK | create persistent directories 2026-03-10 10:28:28.585357 | fa163e54-a5a0-0449-013c-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-10 10:28:28.587054 | fa163e54-a5a0-0449-013c-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.288680 | 0.27s 2026-03-10 10:28:28.800308 | fa163e54-a5a0-0449-013c-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-10 10:28:28.801870 | fa163e54-a5a0-0449-013c-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.503496 | 0.48s 2026-03-10 10:28:29.014404 | fa163e54-a5a0-0449-013c-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-10 10:28:29.016474 | fa163e54-a5a0-0449-013c-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.718098 | 0.70s 2026-03-10 10:28:29.026601 | fa163e54-a5a0-0449-013c-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.728230 | 0.71s 2026-03-10 10:28:29.044492 | fa163e54-a5a0-0449-013c-000000000bcf | TASK | create persistent directories 2026-03-10 10:28:29.282375 | fa163e54-a5a0-0449-013c-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-10 10:28:29.284809 | fa163e54-a5a0-0449-013c-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.986415 | 0.24s 2026-03-10 10:28:29.491695 | fa163e54-a5a0-0449-013c-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-10 10:28:29.492826 | fa163e54-a5a0-0449-013c-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.194456 | 0.45s 2026-03-10 10:28:29.689978 | fa163e54-a5a0-0449-013c-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-10 10:28:29.691951 | fa163e54-a5a0-0449-013c-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.393578 | 0.65s 2026-03-10 10:28:29.703485 | fa163e54-a5a0-0449-013c-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.405048 | 0.66s 2026-03-10 10:28:29.736737 | fa163e54-a5a0-0449-013c-000000000bd0 | TASK | Set swift_use_local_disks fact 2026-03-10 10:28:29.768685 | fa163e54-a5a0-0449-013c-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2026-03-10 10:28:29.771296 | fa163e54-a5a0-0449-013c-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:13.472805 | 0.03s 2026-03-10 10:28:29.799874 | fa163e54-a5a0-0449-013c-000000000bd1 | TASK | Set use_node_data_lookup fact 2026-03-10 10:28:29.829888 | fa163e54-a5a0-0449-013c-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2026-03-10 10:28:29.831173 | fa163e54-a5a0-0449-013c-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:13.532802 | 0.03s 2026-03-10 10:28:29.851585 | fa163e54-a5a0-0449-013c-000000000bd2 | TASK | Create Swift d1 directory if needed 2026-03-10 10:28:30.091025 | fa163e54-a5a0-0449-013c-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-10 10:28:30.092322 | fa163e54-a5a0-0449-013c-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:13.793950 | 0.24s 2026-03-10 10:28:30.117819 | fa163e54-a5a0-0449-013c-000000000bd3 | TASK | Set fact for SwiftRawDisks 2026-03-10 10:28:30.157001 | fa163e54-a5a0-0449-013c-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2026-03-10 10:28:30.158314 | fa163e54-a5a0-0449-013c-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:13.859943 | 0.04s 2026-03-10 10:28:30.185933 | fa163e54-a5a0-0449-013c-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2026-03-10 10:28:30.206210 | fa163e54-a5a0-0449-013c-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-10 10:28:30.207301 | fa163e54-a5a0-0449-013c-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:13.908928 | 0.02s 2026-03-10 10:28:30.232516 | fa163e54-a5a0-0449-013c-000000000bd5 | TASK | Set fact for swift_raw_disks 2026-03-10 10:28:30.252841 | fa163e54-a5a0-0449-013c-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-10 10:28:30.253903 | fa163e54-a5a0-0449-013c-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:13.955531 | 0.02s 2026-03-10 10:28:30.279193 | fa163e54-a5a0-0449-013c-000000000bd6 | TASK | Format SwiftRawDisks 2026-03-10 10:28:30.307563 | fa163e54-a5a0-0449-013c-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:14.009179 | 0.03s 2026-03-10 10:28:30.334131 | fa163e54-a5a0-0449-013c-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-10 10:28:30.383058 | fa163e54-a5a0-0449-013c-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-10 10:28:30.384297 | fa163e54-a5a0-0449-013c-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:14.085924 | 0.05s 2026-03-10 10:28:30.409076 | fa163e54-a5a0-0449-013c-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2026-03-10 10:28:30.435875 | fa163e54-a5a0-0449-013c-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:14.137492 | 0.03s 2026-03-10 10:28:30.460962 | fa163e54-a5a0-0449-013c-000000000bd9 | TASK | Check for NTP service 2026-03-10 10:28:30.716308 | fa163e54-a5a0-0449-013c-000000000bd9 | CHANGED | Check for NTP service | standalone 2026-03-10 10:28:30.717629 | fa163e54-a5a0-0449-013c-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:14.419258 | 0.26s 2026-03-10 10:28:30.743956 | fa163e54-a5a0-0449-013c-000000000bda | TASK | Disable NTP before configuring Chrony 2026-03-10 10:28:30.798416 | fa163e54-a5a0-0449-013c-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-10 10:28:30.799649 | fa163e54-a5a0-0449-013c-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:14.501276 | 0.05s 2026-03-10 10:28:30.825301 | fa163e54-a5a0-0449-013c-000000000bdb | TASK | Install, Configure and Run Chrony 2026-03-10 10:28:30.852931 | fa163e54-a5a0-0449-013c-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:14.554549 | 0.03s 2026-03-10 10:28:30.950637 | fa163e54-a5a0-0449-013c-0000000016ee | TASK | Load distro-specific variables 2026-03-10 10:28:30.975906 | fa163e54-a5a0-0449-013c-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.677530 | 0.02s 2026-03-10 10:28:30.987942 | a6676c90-5eef-41cc-9771-487df7a610da | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-10 10:28:31.013703 | fa163e54-a5a0-0449-013c-0000000017d3 | TASK | Load distro-specific variables 2026-03-10 10:28:31.065508 | fa163e54-a5a0-0449-013c-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:28:31.066794 | fa163e54-a5a0-0449-013c-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.768421 | 0.05s 2026-03-10 10:28:31.072906 | fa163e54-a5a0-0449-013c-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.774536 | 0.06s 2026-03-10 10:28:31.099922 | fa163e54-a5a0-0449-013c-0000000016ef | TASK | Install chronyd 2026-03-10 10:28:31.129080 | fa163e54-a5a0-0449-013c-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:14.830699 | 0.03s 2026-03-10 10:28:31.152954 | c232f30b-c51f-48e1-a9ae-6fe79ccf101b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-10 10:28:31.184203 | fa163e54-a5a0-0449-013c-00000000180c | TASK | Load distro-specific variables 2026-03-10 10:28:31.210132 | fa163e54-a5a0-0449-013c-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.911760 | 0.02s 2026-03-10 10:28:31.221166 | 17a49c5d-b88e-4037-9839-a03ee8055aa5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-10 10:28:31.246383 | fa163e54-a5a0-0449-013c-000000001853 | TASK | Load distro-specific variables 2026-03-10 10:28:31.299239 | fa163e54-a5a0-0449-013c-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:28:31.300154 | fa163e54-a5a0-0449-013c-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.001786 | 0.05s 2026-03-10 10:28:31.305044 | fa163e54-a5a0-0449-013c-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.006675 | 0.06s 2026-03-10 10:28:31.332080 | fa163e54-a5a0-0449-013c-00000000180d | TASK | Check for NTP service 2026-03-10 10:28:31.588125 | fa163e54-a5a0-0449-013c-00000000180d | CHANGED | Check for NTP service | standalone 2026-03-10 10:28:31.589643 | fa163e54-a5a0-0449-013c-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:15.291260 | 0.26s 2026-03-10 10:28:31.617010 | fa163e54-a5a0-0449-013c-00000000180e | TASK | Disable NTP before configuring Chrony 2026-03-10 10:28:31.667601 | fa163e54-a5a0-0449-013c-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-10 10:28:31.668760 | fa163e54-a5a0-0449-013c-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:15.370388 | 0.05s 2026-03-10 10:28:31.694520 | fa163e54-a5a0-0449-013c-00000000180f | TASK | Install chronyd package 2026-03-10 10:28:34.769684 | fa163e54-a5a0-0449-013c-00000000180f | OK | Install chronyd package | standalone 2026-03-10 10:28:34.771162 | fa163e54-a5a0-0449-013c-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:18.472790 | 3.08s 2026-03-10 10:28:34.798380 | fa163e54-a5a0-0449-013c-0000000016f0 | TASK | Upgrade chronyd 2026-03-10 10:28:34.830136 | fa163e54-a5a0-0449-013c-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2026-03-10 10:28:34.831415 | fa163e54-a5a0-0449-013c-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:18.533042 | 0.03s 2026-03-10 10:28:34.858197 | fa163e54-a5a0-0449-013c-0000000016f1 | TASK | Configure chronyd 2026-03-10 10:28:34.883196 | fa163e54-a5a0-0449-013c-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:18.584814 | 0.02s 2026-03-10 10:28:34.903849 | cc4b9e8c-0896-4086-b74b-ce8e92c1fe86 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-10 10:28:34.940462 | fa163e54-a5a0-0449-013c-00000000188c | TASK | Load distro-specific variables 2026-03-10 10:28:34.966797 | fa163e54-a5a0-0449-013c-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.668423 | 0.03s 2026-03-10 10:28:34.978540 | eac90372-e547-46a7-8c25-8e4193ddcd63 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-10 10:28:35.002754 | fa163e54-a5a0-0449-013c-0000000018f8 | TASK | Load distro-specific variables 2026-03-10 10:28:35.063575 | fa163e54-a5a0-0449-013c-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:28:35.065653 | fa163e54-a5a0-0449-013c-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.767278 | 0.06s 2026-03-10 10:28:35.076020 | fa163e54-a5a0-0449-013c-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.777640 | 0.07s 2026-03-10 10:28:35.102281 | fa163e54-a5a0-0449-013c-00000000188d | TASK | Install chrony configuration file 2026-03-10 10:28:35.664655 | fa163e54-a5a0-0449-013c-00000000188d | OK | Install chrony configuration file | standalone 2026-03-10 10:28:35.666229 | fa163e54-a5a0-0449-013c-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:19.367857 | 0.56s 2026-03-10 10:28:35.693797 | fa163e54-a5a0-0449-013c-0000000016f2 | TASK | Run chronyd 2026-03-10 10:28:35.724393 | fa163e54-a5a0-0449-013c-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:19.426016 | 0.03s 2026-03-10 10:28:35.746764 | a4b00b8f-6806-4724-b5a8-3a4d0d923ee3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-10 10:28:35.787970 | fa163e54-a5a0-0449-013c-00000000191b | TASK | Load distro-specific variables 2026-03-10 10:28:35.815582 | fa163e54-a5a0-0449-013c-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.517196 | 0.03s 2026-03-10 10:28:35.834686 | 85b2345a-75e1-4bf4-acef-fdcc8ded496f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-10 10:28:35.860128 | fa163e54-a5a0-0449-013c-00000000199f | TASK | Load distro-specific variables 2026-03-10 10:28:35.917499 | fa163e54-a5a0-0449-013c-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 10:28:35.919620 | fa163e54-a5a0-0449-013c-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.621245 | 0.06s 2026-03-10 10:28:35.929891 | fa163e54-a5a0-0449-013c-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.631512 | 0.07s 2026-03-10 10:28:35.957093 | fa163e54-a5a0-0449-013c-00000000191c | TASK | Ensure chronyd is running 2026-03-10 10:28:36.351992 | fa163e54-a5a0-0449-013c-00000000191c | OK | Ensure chronyd is running | standalone 2026-03-10 10:28:36.353814 | fa163e54-a5a0-0449-013c-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:20.055442 | 0.40s 2026-03-10 10:28:36.381662 | fa163e54-a5a0-0449-013c-00000000191d | TASK | Force chronyd restart 2026-03-10 10:28:36.432495 | fa163e54-a5a0-0449-013c-00000000191d | SKIPPED | Force chronyd restart | standalone 2026-03-10 10:28:36.433913 | fa163e54-a5a0-0449-013c-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:20.135535 | 0.05s 2026-03-10 10:28:36.460490 | fa163e54-a5a0-0449-013c-0000000016f3 | TASK | Enable online service 2026-03-10 10:28:36.491221 | fa163e54-a5a0-0449-013c-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:20.192839 | 0.03s 2026-03-10 10:28:36.511528 | 5300da47-7047-41d3-b0c5-33a2d1458d36 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-10 10:28:36.553516 | fa163e54-a5a0-0449-013c-0000000019cc | TASK | Create chrony-online.service unit file 2026-03-10 10:28:37.060849 | fa163e54-a5a0-0449-013c-0000000019cc | OK | Create chrony-online.service unit file | standalone 2026-03-10 10:28:37.062193 | fa163e54-a5a0-0449-013c-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:20.763822 | 0.51s 2026-03-10 10:28:37.088387 | fa163e54-a5a0-0449-013c-0000000019cd | TASK | Enable chrony-online.service 2026-03-10 10:28:37.841950 | fa163e54-a5a0-0449-013c-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2026-03-10 10:28:37.843996 | fa163e54-a5a0-0449-013c-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:21.545624 | 0.75s 2026-03-10 10:28:37.872760 | fa163e54-a5a0-0449-013c-0000000016f4 | TASK | Sync chronyc 2026-03-10 10:28:37.904051 | fa163e54-a5a0-0449-013c-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:21.605672 | 0.03s 2026-03-10 10:28:37.923040 | 910aef0f-ec53-460f-9996-c56bb5ae6e2f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-10 10:28:37.969691 | fa163e54-a5a0-0449-013c-000000001a72 | TASK | Force NTP sync 2026-03-10 10:28:38.211311 | fa163e54-a5a0-0449-013c-000000001a72 | CHANGED | Force NTP sync | standalone 2026-03-10 10:28:38.213362 | fa163e54-a5a0-0449-013c-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:21.914978 | 0.24s 2026-03-10 10:28:38.242030 | fa163e54-a5a0-0449-013c-000000001a73 | TASK | Ensure system is NTP time synced 2026-03-10 10:28:38.527975 | fa163e54-a5a0-0449-013c-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2026-03-10 10:28:38.529808 | fa163e54-a5a0-0449-013c-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:22.231431 | 0.29s 2026-03-10 10:28:38.584073 | fa163e54-a5a0-0449-013c-000000000bdc | TASK | Force NTP sync 2026-03-10 10:28:38.823713 | fa163e54-a5a0-0449-013c-000000000bdc | CHANGED | Force NTP sync | standalone 2026-03-10 10:28:38.825528 | fa163e54-a5a0-0449-013c-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:22.527152 | 0.24s 2026-03-10 10:28:38.853250 | fa163e54-a5a0-0449-013c-000000000bdd | TASK | Ensure system is NTP time synced 2026-03-10 10:28:39.040107 | fa163e54-a5a0-0449-013c-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2026-03-10 10:28:39.041162 | fa163e54-a5a0-0449-013c-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:22.742795 | 0.19s 2026-03-10 10:28:39.058981 | fa163e54-a5a0-0449-013c-000000000bde | TASK | Run timezone role 2026-03-10 10:28:39.076893 | fa163e54-a5a0-0449-013c-000000000bde | TIMING | Run timezone role | standalone | 0:03:22.778515 | 0.02s 2026-03-10 10:28:39.172811 | fa163e54-a5a0-0449-013c-000000001c33 | TASK | Set timezone 2026-03-10 10:28:39.672373 | fa163e54-a5a0-0449-013c-000000001c33 | OK | Set timezone | standalone 2026-03-10 10:28:39.673927 | fa163e54-a5a0-0449-013c-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:23.375552 | 0.50s 2026-03-10 10:28:39.693767 | fa163e54-a5a0-0449-013c-000000001c34 | TASK | Restart time services 2026-03-10 10:28:39.732230 | fa163e54-a5a0-0449-013c-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-10 10:28:39.738710 | fa163e54-a5a0-0449-013c-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2026-03-10 10:28:39.744897 | fa163e54-a5a0-0449-013c-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:23.446522 | 0.05s 2026-03-10 10:28:39.781544 | fa163e54-a5a0-0449-013c-000000000bdf | TASK | install tmpwatch on the host 2026-03-10 10:28:42.981998 | fa163e54-a5a0-0449-013c-000000000bdf | OK | install tmpwatch on the host | standalone 2026-03-10 10:28:42.983269 | fa163e54-a5a0-0449-013c-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:26.684900 | 3.20s 2026-03-10 10:28:43.002463 | fa163e54-a5a0-0449-013c-000000000be0 | TASK | Notice - ctlplane subnet is set 2026-03-10 10:28:43.020339 | fa163e54-a5a0-0449-013c-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-10 10:28:43.021337 | fa163e54-a5a0-0449-013c-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:26.722970 | 0.02s 2026-03-10 10:28:43.068403 | fa163e54-a5a0-0449-013c-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:26.770025 | 0.03s 2026-03-10 10:28:43.160859 | fa163e54-a5a0-0449-013c-000000001e67 | TASK | Gather variables for each operating system 2026-03-10 10:28:43.248507 | fa163e54-a5a0-0449-013c-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-10 10:28:43.249643 | fa163e54-a5a0-0449-013c-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.951274 | 0.09s 2026-03-10 10:28:43.253505 | fa163e54-a5a0-0449-013c-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.955136 | 0.09s 2026-03-10 10:28:43.338598 | fa163e54-a5a0-0449-013c-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:27.040192 | 0.07s 2026-03-10 10:28:43.357532 | f1f8a44e-e823-49d2-83c2-6fec8b42d5ff | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-10 10:28:43.387359 | fa163e54-a5a0-0449-013c-000000001f98 | TASK | Check tuned package is installed 2026-03-10 10:28:43.664789 | fa163e54-a5a0-0449-013c-000000001f98 | CHANGED | Check tuned package is installed | standalone 2026-03-10 10:28:43.665660 | fa163e54-a5a0-0449-013c-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:27.367297 | 0.28s 2026-03-10 10:28:43.690351 | fa163e54-a5a0-0449-013c-000000001f99 | TASK | Install tuned 2026-03-10 10:28:43.721085 | fa163e54-a5a0-0449-013c-000000001f99 | SKIPPED | Install tuned | standalone 2026-03-10 10:28:43.722001 | fa163e54-a5a0-0449-013c-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:27.423634 | 0.03s 2026-03-10 10:28:43.742664 | fa163e54-a5a0-0449-013c-000000001f9a | TASK | Restart tuned 2026-03-10 10:28:43.773480 | fa163e54-a5a0-0449-013c-000000001f9a | SKIPPED | Restart tuned | standalone 2026-03-10 10:28:43.774750 | fa163e54-a5a0-0449-013c-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:27.476363 | 0.03s 2026-03-10 10:28:43.801722 | fa163e54-a5a0-0449-013c-000000001e69 | TASK | Check for tuned-adm 2026-03-10 10:28:44.032363 | fa163e54-a5a0-0449-013c-000000001e69 | OK | Check for tuned-adm | standalone 2026-03-10 10:28:44.033742 | fa163e54-a5a0-0449-013c-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:27.735370 | 0.23s 2026-03-10 10:28:44.089265 | fa163e54-a5a0-0449-013c-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:27.790870 | 0.03s 2026-03-10 10:28:44.117866 | 541ffb9d-ea5a-46d1-8c06-9f865f2405a0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-10 10:28:44.151380 | fa163e54-a5a0-0449-013c-000000001fc5 | TASK | Ensure profile directory exists 2026-03-10 10:28:44.220770 | fa163e54-a5a0-0449-013c-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2026-03-10 10:28:44.222231 | fa163e54-a5a0-0449-013c-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:27.923853 | 0.07s 2026-03-10 10:28:44.249282 | fa163e54-a5a0-0449-013c-000000001fc6 | TASK | Create custom tuned profile 2026-03-10 10:28:44.323243 | fa163e54-a5a0-0449-013c-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2026-03-10 10:28:44.324820 | fa163e54-a5a0-0449-013c-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:28.026442 | 0.07s 2026-03-10 10:28:44.350929 | fa163e54-a5a0-0449-013c-000000001fc7 | TASK | Check tuned active profile 2026-03-10 10:28:44.597708 | fa163e54-a5a0-0449-013c-000000001fc7 | OK | Check tuned active profile | standalone 2026-03-10 10:28:44.599122 | fa163e54-a5a0-0449-013c-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:28.300748 | 0.25s 2026-03-10 10:28:44.626404 | fa163e54-a5a0-0449-013c-000000001fc8 | TASK | Check Tuned Configuration file exists 2026-03-10 10:28:44.854557 | fa163e54-a5a0-0449-013c-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2026-03-10 10:28:44.855809 | fa163e54-a5a0-0449-013c-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:28.557438 | 0.23s 2026-03-10 10:28:44.883024 | fa163e54-a5a0-0449-013c-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-10 10:28:44.934266 | fa163e54-a5a0-0449-013c-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-10 10:28:44.935495 | fa163e54-a5a0-0449-013c-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:28.637124 | 0.05s 2026-03-10 10:28:44.965677 | fa163e54-a5a0-0449-013c-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2026-03-10 10:28:45.026923 | fa163e54-a5a0-0449-013c-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-10 10:28:45.028302 | fa163e54-a5a0-0449-013c-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:28.729929 | 0.06s 2026-03-10 10:28:45.055550 | fa163e54-a5a0-0449-013c-000000001fcb | TASK | Enable tuned profile 2026-03-10 10:28:45.099320 | fa163e54-a5a0-0449-013c-000000001fcb | SKIPPED | Enable tuned profile | standalone 2026-03-10 10:28:45.100646 | fa163e54-a5a0-0449-013c-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:28.802272 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-10 10:28:45.273252 | fa163e54-a5a0-0449-013c-0000000000ac | TASK | Overcloud container setup tasks 2026-03-10 10:28:45.299298 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000ac') missing from stats 2026-03-10 10:28:45.321413 | fa163e54-a5a0-0449-013c-0000000000ad | TASK | Write config data 2026-03-10 10:28:45.391127 | fa163e54-a5a0-0449-013c-0000000000ad | TIMING | Write config data | standalone | 0:03:29.092744 | 0.07s 2026-03-10 10:28:45.435925 | c1e63576-01ad-47b4-aaa9-22500baae787 | INCLUDED | /root/standalone-ansible-yd4gfna1/common_container_setup_tasks.yaml | standalone 2026-03-10 10:28:45.461340 | fa163e54-a5a0-0449-013c-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-10 10:28:45.701538 | fa163e54-a5a0-0449-013c-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-10 10:28:45.702846 | fa163e54-a5a0-0449-013c-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:29.404476 | 0.24s 2026-03-10 10:28:45.728370 | fa163e54-a5a0-0449-013c-00000000202a | TASK | Create ContainerLogStdoutPath directory 2026-03-10 10:28:45.940857 | fa163e54-a5a0-0449-013c-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-10 10:28:45.941915 | fa163e54-a5a0-0449-013c-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:29.643548 | 0.21s 2026-03-10 10:28:45.962475 | fa163e54-a5a0-0449-013c-00000000202b | TASK | Create /var/lib/tripleo-config directory 2026-03-10 10:28:46.177077 | fa163e54-a5a0-0449-013c-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-10 10:28:46.178172 | fa163e54-a5a0-0449-013c-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:29.879805 | 0.21s 2026-03-10 10:28:46.199484 | fa163e54-a5a0-0449-013c-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-10 10:28:46.435545 | fa163e54-a5a0-0449-013c-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-10 10:28:46.436397 | fa163e54-a5a0-0449-013c-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:30.138034 | 0.24s 2026-03-10 10:28:46.453896 | fa163e54-a5a0-0449-013c-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-10 10:28:46.694413 | fa163e54-a5a0-0449-013c-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-10 10:28:46.695916 | fa163e54-a5a0-0449-013c-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:30.397542 | 0.24s 2026-03-10 10:28:46.724012 | fa163e54-a5a0-0449-013c-000000002031 | TASK | Create fcontext entry for container-config-scripts 2026-03-10 10:28:48.009667 | fa163e54-a5a0-0449-013c-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-10 10:28:48.011714 | fa163e54-a5a0-0449-013c-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:31.713339 | 1.29s 2026-03-10 10:28:48.040075 | fa163e54-a5a0-0449-013c-000000002032 | TASK | Create /var/lib/container-config-scripts 2026-03-10 10:28:48.271740 | fa163e54-a5a0-0449-013c-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-10 10:28:48.273122 | fa163e54-a5a0-0449-013c-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:31.974751 | 0.23s 2026-03-10 10:28:48.299197 | fa163e54-a5a0-0449-013c-000000002033 | TASK | Write container config scripts 2026-03-10 10:28:48.668705 | fa163e54-a5a0-0449-013c-000000002033 | CHANGED | Write container config scripts | standalone 2026-03-10 10:28:48.669919 | fa163e54-a5a0-0449-013c-000000002033 | TIMING | Write container config scripts | standalone | 0:03:32.371548 | 0.37s 2026-03-10 10:28:48.695179 | fa163e54-a5a0-0449-013c-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-10 10:28:49.237213 | fa163e54-a5a0-0449-013c-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-10 10:28:49.238464 | fa163e54-a5a0-0449-013c-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:32.940093 | 0.54s 2026-03-10 10:28:49.263962 | fa163e54-a5a0-0449-013c-000000002035 | TASK | Generate startup configs files per step and per container 2026-03-10 10:28:49.870085 | fa163e54-a5a0-0449-013c-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-10 10:28:49.879617 | fa163e54-a5a0-0449-013c-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:33.581209 | 0.61s 2026-03-10 10:28:49.921148 | fa163e54-a5a0-0449-013c-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2026-03-10 10:28:50.155350 | fa163e54-a5a0-0449-013c-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-10 10:28:50.156792 | fa163e54-a5a0-0449-013c-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:33.858421 | 0.23s 2026-03-10 10:28:50.183242 | fa163e54-a5a0-0449-013c-000000002037 | TASK | Create /var/lib/config-data directory 2026-03-10 10:28:50.415524 | fa163e54-a5a0-0449-013c-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-10 10:28:50.416939 | fa163e54-a5a0-0449-013c-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:34.118565 | 0.23s 2026-03-10 10:28:50.444010 | fa163e54-a5a0-0449-013c-000000002038 | TASK | Write container config json files 2026-03-10 10:28:50.983739 | fa163e54-a5a0-0449-013c-000000002038 | CHANGED | Write container config json files | standalone 2026-03-10 10:28:50.991829 | fa163e54-a5a0-0449-013c-000000002038 | TIMING | Write container config json files | standalone | 0:03:34.693454 | 0.55s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-10 10:28:51.162834 | fa163e54-a5a0-0449-013c-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-10 10:28:51.190563 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 10:28:51.240725 | fa163e54-a5a0-0449-013c-0000000000b2 | TIMING | include_tasks | standalone | 0:03:34.942350 | 0.03s 2026-03-10 10:28:51.249981 | 3fb891f0-bcfe-4f17-8081-db8a371f1a81 | INCLUDED | /root/standalone-ansible-yd4gfna1/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2026-03-10 10:28:51.367131 | fa163e54-a5a0-0449-013c-0000000000b6 | TASK | External deployment step 1 2026-03-10 10:28:51.395787 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000b6') missing from stats 2026-03-10 10:28:51.454930 | fa163e54-a5a0-0449-013c-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:35.156545 | 0.04s 2026-03-10 10:28:51.492714 | a1011752-4cc7-4e83-b7c2-58c16113549a | INCLUDED | /root/standalone-ansible-yd4gfna1/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-10 10:28:51.511442 | fa163e54-a5a0-0449-013c-00000000207d | TASK | Set some tripleo-ansible facts 2026-03-10 10:28:51.561414 | fa163e54-a5a0-0449-013c-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2026-03-10 10:28:51.562155 | fa163e54-a5a0-0449-013c-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:35.263789 | 0.05s 2026-03-10 10:28:51.576811 | fa163e54-a5a0-0449-013c-00000000207f | TASK | Build disk list for cephadm 2026-03-10 10:28:51.625123 | fa163e54-a5a0-0449-013c-00000000207f | OK | Build disk list for cephadm | undercloud 2026-03-10 10:28:51.626065 | fa163e54-a5a0-0449-013c-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:35.327700 | 0.05s 2026-03-10 10:28:51.641532 | fa163e54-a5a0-0449-013c-000000002086 | TASK | Container image prepare 2026-03-10 10:28:52.682277 | fa163e54-a5a0-0449-013c-000000002086 | CHANGED | Container image prepare | undercloud 2026-03-10 10:28:52.684638 | fa163e54-a5a0-0449-013c-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:36.386261 | 1.04s 2026-03-10 10:28:52.722564 | fa163e54-a5a0-0449-013c-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2026-03-10 10:28:52.976332 | fa163e54-a5a0-0449-013c-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-10 10:28:52.977135 | fa163e54-a5a0-0449-013c-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:36.678772 | 0.25s 2026-03-10 10:28:52.990914 | fa163e54-a5a0-0449-013c-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2026-03-10 10:28:53.019528 | fa163e54-a5a0-0449-013c-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:36.721157 | 0.03s 2026-03-10 10:28:53.051946 | fa163e54-a5a0-0449-013c-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-10 10:28:53.285327 | fa163e54-a5a0-0449-013c-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-10 10:28:53.286541 | fa163e54-a5a0-0449-013c-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:36.988170 | 0.23s 2026-03-10 10:28:53.306310 | fa163e54-a5a0-0449-013c-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-10 10:28:53.764262 | fa163e54-a5a0-0449-013c-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-10 10:28:53.765683 | fa163e54-a5a0-0449-013c-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:37.467312 | 0.46s 2026-03-10 10:28:53.785822 | fa163e54-a5a0-0449-013c-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-10 10:28:53.838168 | fa163e54-a5a0-0449-013c-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:37.539784 | 0.05s 2026-03-10 10:28:53.881782 | fa163e54-a5a0-0449-013c-0000000020f1 | TASK | Check for a configured destination 2026-03-10 10:28:53.942988 | fa163e54-a5a0-0449-013c-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2026-03-10 10:28:53.944253 | fa163e54-a5a0-0449-013c-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:37.645879 | 0.06s 2026-03-10 10:28:53.962730 | fa163e54-a5a0-0449-013c-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-10 10:28:54.439614 | fa163e54-a5a0-0449-013c-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-10 10:28:54.440961 | fa163e54-a5a0-0449-013c-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:38.142590 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-10 10:28:54.601366 | fa163e54-a5a0-0449-013c-0000000000ba | TASK | Deploy step tasks for 1 2026-03-10 10:28:54.628156 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000ba') missing from stats 2026-03-10 10:28:54.645377 | fa163e54-a5a0-0449-013c-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-10 10:28:55.117380 | fa163e54-a5a0-0449-013c-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-10 10:28:55.118970 | fa163e54-a5a0-0449-013c-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:38.820590 | 0.47s 2026-03-10 10:28:55.145503 | fa163e54-a5a0-0449-013c-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-10 10:28:55.359685 | fa163e54-a5a0-0449-013c-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-10 10:28:55.361305 | fa163e54-a5a0-0449-013c-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:39.062927 | 0.21s 2026-03-10 10:28:55.392674 | fa163e54-a5a0-0449-013c-0000000000be | TASK | Write config data at the start of step 1 2026-03-10 10:28:55.455930 | fa163e54-a5a0-0449-013c-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:39.157551 | 0.06s 2026-03-10 10:28:55.480207 | caf4c80d-3888-4691-b9c2-ba6b6d14e664 | INCLUDED | /root/standalone-ansible-yd4gfna1/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-10 10:28:55.505426 | fa163e54-a5a0-0449-013c-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-10 10:28:55.533974 | fa163e54-a5a0-0449-013c-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-10 10:28:55.535020 | fa163e54-a5a0-0449-013c-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:39.236652 | 0.03s 2026-03-10 10:28:55.555774 | fa163e54-a5a0-0449-013c-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-10 10:28:55.581587 | fa163e54-a5a0-0449-013c-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-10 10:28:55.582332 | fa163e54-a5a0-0449-013c-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:39.283968 | 0.03s 2026-03-10 10:28:55.608227 | fa163e54-a5a0-0449-013c-000000002132 | TASK | Write the puppet step_config manifest 2026-03-10 10:28:56.084036 | fa163e54-a5a0-0449-013c-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2026-03-10 10:28:56.085012 | fa163e54-a5a0-0449-013c-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:39.786645 | 0.48s 2026-03-10 10:28:56.105250 | fa163e54-a5a0-0449-013c-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2026-03-10 10:28:56.134148 | fa163e54-a5a0-0449-013c-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-10 10:28:56.135268 | fa163e54-a5a0-0449-013c-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.836900 | 0.03s 2026-03-10 10:28:56.156141 | fa163e54-a5a0-0449-013c-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2026-03-10 10:28:56.184087 | fa163e54-a5a0-0449-013c-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-10 10:28:56.185031 | fa163e54-a5a0-0449-013c-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.886663 | 0.03s 2026-03-10 10:28:56.206094 | fa163e54-a5a0-0449-013c-000000002135 | TASK | Create /var/lib/container-puppet 2026-03-10 10:28:56.459150 | fa163e54-a5a0-0449-013c-000000002135 | OK | Create /var/lib/container-puppet | standalone 2026-03-10 10:28:56.460699 | fa163e54-a5a0-0449-013c-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:40.162326 | 0.25s 2026-03-10 10:28:56.486427 | fa163e54-a5a0-0449-013c-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-10 10:28:56.515033 | fa163e54-a5a0-0449-013c-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-10 10:28:56.516735 | fa163e54-a5a0-0449-013c-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:40.218359 | 0.03s 2026-03-10 10:28:56.543192 | fa163e54-a5a0-0449-013c-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-10 10:28:56.572941 | fa163e54-a5a0-0449-013c-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-10 10:28:56.574161 | fa163e54-a5a0-0449-013c-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:40.275788 | 0.03s 2026-03-10 10:28:56.599645 | fa163e54-a5a0-0449-013c-000000002138 | TASK | Write container-puppet.json file 2026-03-10 10:28:57.162361 | fa163e54-a5a0-0449-013c-000000002138 | CHANGED | Write container-puppet.json file | standalone 2026-03-10 10:28:57.163556 | fa163e54-a5a0-0449-013c-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:40.865151 | 0.56s 2026-03-10 10:28:57.188494 | fa163e54-a5a0-0449-013c-000000002139 | TASK | Diff container-puppet.json changes for check mode 2026-03-10 10:28:57.216734 | fa163e54-a5a0-0449-013c-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-10 10:28:57.217916 | fa163e54-a5a0-0449-013c-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:40.919543 | 0.03s 2026-03-10 10:28:57.244900 | fa163e54-a5a0-0449-013c-00000000213a | TASK | Diff container-puppet.json changes for check mode 2026-03-10 10:28:57.266655 | fa163e54-a5a0-0449-013c-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-10 10:28:57.267876 | fa163e54-a5a0-0449-013c-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:40.969497 | 0.02s 2026-03-10 10:28:57.293993 | fa163e54-a5a0-0449-013c-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-10 10:28:57.674419 | fa163e54-a5a0-0449-013c-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-10 10:28:57.675747 | fa163e54-a5a0-0449-013c-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:41.377375 | 0.38s 2026-03-10 10:28:57.701897 | fa163e54-a5a0-0449-013c-00000000213c | TASK | Set host puppet debugging fact string 2026-03-10 10:28:57.730631 | fa163e54-a5a0-0449-013c-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-10 10:28:57.731882 | fa163e54-a5a0-0449-013c-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:41.433506 | 0.03s 2026-03-10 10:28:57.758198 | fa163e54-a5a0-0449-013c-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-10 10:28:57.785869 | fa163e54-a5a0-0449-013c-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-10 10:28:57.786759 | fa163e54-a5a0-0449-013c-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:41.488394 | 0.03s 2026-03-10 10:28:57.813416 | fa163e54-a5a0-0449-013c-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-10 10:28:57.840961 | fa163e54-a5a0-0449-013c-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-10 10:28:57.842212 | fa163e54-a5a0-0449-013c-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:41.543837 | 0.03s 2026-03-10 10:28:57.867952 | fa163e54-a5a0-0449-013c-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-10 10:28:57.897935 | fa163e54-a5a0-0449-013c-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-10 10:28:57.899062 | fa163e54-a5a0-0449-013c-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:41.600690 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 10:28:57.966922 | fa163e54-a5a0-0449-013c-0000000000c0 | TIMING | include_tasks | standalone | 0:03:41.668547 | 0.04s 2026-03-10 10:28:58.073727 | 8ad14a36-b705-4b95-8cab-bf07380aee7c | INCLUDED | /root/standalone-ansible-yd4gfna1/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-10 10:28:58.116019 | fa163e54-a5a0-0449-013c-00000000216a | TASK | Create dirs for certificates and keys 2026-03-10 10:28:58.176678 | fa163e54-a5a0-0449-013c-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-10 10:28:58.194384 | fa163e54-a5a0-0449-013c-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-10 10:28:58.201112 | fa163e54-a5a0-0449-013c-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:41.902731 | 0.08s 2026-03-10 10:28:58.286211 | fa163e54-a5a0-0449-013c-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-10 10:28:58.287530 | fa163e54-a5a0-0449-013c-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:41.989158 | 0.05s 2026-03-10 10:28:58.314887 | fa163e54-a5a0-0449-013c-000000002172 | TASK | Fail if container image is undefined 2026-03-10 10:28:58.377692 | fa163e54-a5a0-0449-013c-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 10:28:58.379052 | fa163e54-a5a0-0449-013c-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:42.080679 | 0.06s 2026-03-10 10:28:58.422991 | fa163e54-a5a0-0449-013c-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-10 10:29:13.055819 | fa163e54-a5a0-0449-013c-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-10 10:29:13.057408 | fa163e54-a5a0-0449-013c-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:56.759037 | 14.63s 2026-03-10 10:29:13.112462 | fa163e54-a5a0-0449-013c-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-10 10:29:13.450760 | fa163e54-a5a0-0449-013c-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-10 10:29:13.452739 | fa163e54-a5a0-0449-013c-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.154363 | 0.34s 2026-03-10 10:29:13.503531 | fa163e54-a5a0-0449-013c-000000002183 | TASK | Fail if container image is undefined 2026-03-10 10:29:13.567593 | fa163e54-a5a0-0449-013c-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 10:29:13.568653 | fa163e54-a5a0-0449-013c-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:57.270283 | 0.06s 2026-03-10 10:29:13.603215 | fa163e54-a5a0-0449-013c-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-10 10:29:20.472037 | fa163e54-a5a0-0449-013c-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-10 10:29:20.473256 | fa163e54-a5a0-0449-013c-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:04.174886 | 6.87s 2026-03-10 10:29:20.528495 | fa163e54-a5a0-0449-013c-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-10 10:29:20.873662 | fa163e54-a5a0-0449-013c-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-10 10:29:20.875038 | fa163e54-a5a0-0449-013c-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:04.576668 | 0.35s 2026-03-10 10:29:20.918679 | fa163e54-a5a0-0449-013c-000000002190 | TASK | Check if rsyslog exists 2026-03-10 10:29:21.127757 | fa163e54-a5a0-0449-013c-000000002190 | CHANGED | Check if rsyslog exists | standalone 2026-03-10 10:29:21.129108 | fa163e54-a5a0-0449-013c-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:04.830736 | 0.21s 2026-03-10 10:29:21.155843 | fa163e54-a5a0-0449-013c-000000002192 | TASK | Forward logging to haproxy.log file 2026-03-10 10:29:21.410015 | fa163e54-a5a0-0449-013c-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-10 10:29:21.411531 | fa163e54-a5a0-0449-013c-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:05.113159 | 0.25s 2026-03-10 10:29:21.438415 | fa163e54-a5a0-0449-013c-000000002193 | TASK | restart rsyslog service after logging conf change 2026-03-10 10:29:22.149590 | fa163e54-a5a0-0449-013c-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-10 10:29:22.151635 | fa163e54-a5a0-0449-013c-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:05.853263 | 0.71s 2026-03-10 10:29:22.181443 | fa163e54-a5a0-0449-013c-00000000219a | TASK | Fail if container image is undefined 2026-03-10 10:29:22.254668 | fa163e54-a5a0-0449-013c-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 10:29:22.256267 | fa163e54-a5a0-0449-013c-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:05.957894 | 0.07s 2026-03-10 10:29:22.299520 | fa163e54-a5a0-0449-013c-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-10 10:29:28.513833 | fa163e54-a5a0-0449-013c-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-10 10:29:28.515406 | fa163e54-a5a0-0449-013c-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:12.217035 | 6.21s 2026-03-10 10:29:28.573732 | fa163e54-a5a0-0449-013c-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-10 10:29:28.928627 | fa163e54-a5a0-0449-013c-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-10 10:29:28.929644 | fa163e54-a5a0-0449-013c-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:12.631278 | 0.35s 2026-03-10 10:29:28.969254 | fa163e54-a5a0-0449-013c-0000000021a6 | TASK | Run lvmfilter role 2026-03-10 10:29:29.017437 | fa163e54-a5a0-0449-013c-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:12.719062 | 0.05s 2026-03-10 10:29:29.085369 | fa163e54-a5a0-0449-013c-0000000022bd | TASK | Check if lvm2 is installed 2026-03-10 10:29:29.348981 | fa163e54-a5a0-0449-013c-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2026-03-10 10:29:29.350374 | fa163e54-a5a0-0449-013c-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:13.051997 | 0.26s 2026-03-10 10:29:29.379839 | fa163e54-a5a0-0449-013c-0000000022bf | TASK | collect ansible devices 2026-03-10 10:29:29.432225 | fa163e54-a5a0-0449-013c-0000000022bf | SKIPPED | collect ansible devices | standalone 2026-03-10 10:29:29.433503 | fa163e54-a5a0-0449-013c-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:13.135131 | 0.05s 2026-03-10 10:29:29.460220 | fa163e54-a5a0-0449-013c-0000000022c0 | TASK | collect in-use lvm2 devices list 2026-03-10 10:29:29.521813 | fa163e54-a5a0-0449-013c-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-10 10:29:29.523077 | fa163e54-a5a0-0449-013c-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:13.224703 | 0.06s 2026-03-10 10:29:29.548406 | fa163e54-a5a0-0449-013c-0000000022c1 | TASK | set allowed_devices 2026-03-10 10:29:29.598789 | fa163e54-a5a0-0449-013c-0000000022c1 | SKIPPED | set allowed_devices | standalone 2026-03-10 10:29:29.600101 | fa163e54-a5a0-0449-013c-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:13.301727 | 0.05s 2026-03-10 10:29:29.626723 | fa163e54-a5a0-0449-013c-0000000022c2 | TASK | build lvm2 allow list 2026-03-10 10:29:29.677928 | fa163e54-a5a0-0449-013c-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2026-03-10 10:29:29.679238 | fa163e54-a5a0-0449-013c-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:13.380864 | 0.05s 2026-03-10 10:29:29.705884 | fa163e54-a5a0-0449-013c-0000000022c3 | TASK | build lvm2 deny list 2026-03-10 10:29:29.757373 | fa163e54-a5a0-0449-013c-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2026-03-10 10:29:29.758365 | fa163e54-a5a0-0449-013c-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:13.459999 | 0.05s 2026-03-10 10:29:29.782006 | fa163e54-a5a0-0449-013c-0000000022c4 | TASK | build lvm2 filter 2026-03-10 10:29:29.830664 | fa163e54-a5a0-0449-013c-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2026-03-10 10:29:29.831898 | fa163e54-a5a0-0449-013c-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:13.533525 | 0.05s 2026-03-10 10:29:29.859541 | fa163e54-a5a0-0449-013c-0000000022c5 | TASK | regenerate lvm config 2026-03-10 10:29:29.912256 | fa163e54-a5a0-0449-013c-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2026-03-10 10:29:29.913706 | fa163e54-a5a0-0449-013c-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:13.615332 | 0.05s 2026-03-10 10:29:29.940090 | fa163e54-a5a0-0449-013c-0000000022c6 | TASK | copy new lvm.conf in place 2026-03-10 10:29:29.992136 | fa163e54-a5a0-0449-013c-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-10 10:29:29.993509 | fa163e54-a5a0-0449-013c-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:13.695135 | 0.05s 2026-03-10 10:29:30.054815 | fa163e54-a5a0-0449-013c-0000000021ac | TASK | Fail if container image is undefined 2026-03-10 10:29:30.120104 | fa163e54-a5a0-0449-013c-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 10:29:30.121054 | fa163e54-a5a0-0449-013c-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:13.822686 | 0.06s 2026-03-10 10:29:30.156647 | fa163e54-a5a0-0449-013c-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-10 10:29:38.201177 | fa163e54-a5a0-0449-013c-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-10 10:29:38.202457 | fa163e54-a5a0-0449-013c-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:21.904086 | 8.04s 2026-03-10 10:29:38.260462 | fa163e54-a5a0-0449-013c-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-10 10:29:38.616009 | fa163e54-a5a0-0449-013c-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-10 10:29:38.617340 | fa163e54-a5a0-0449-013c-0000000021ae | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:22.318968 | 0.36s 2026-03-10 10:29:38.721611 | fa163e54-a5a0-0449-013c-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-10 10:29:38.722812 | fa163e54-a5a0-0449-013c-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:22.424440 | 0.05s 2026-03-10 10:29:38.749535 | fa163e54-a5a0-0449-013c-0000000021c0 | TASK | Fail if container image is undefined 2026-03-10 10:29:38.815260 | fa163e54-a5a0-0449-013c-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 10:29:38.816513 | fa163e54-a5a0-0449-013c-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:22.518140 | 0.07s 2026-03-10 10:29:38.861389 | fa163e54-a5a0-0449-013c-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-10 10:29:46.306451 | fa163e54-a5a0-0449-013c-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-10 10:29:46.308321 | fa163e54-a5a0-0449-013c-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:30.009943 | 7.45s 2026-03-10 10:29:46.366803 | fa163e54-a5a0-0449-013c-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-10 10:29:46.721184 | fa163e54-a5a0-0449-013c-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-10 10:29:46.722030 | fa163e54-a5a0-0449-013c-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:30.423665 | 0.35s 2026-03-10 10:29:46.802909 | fa163e54-a5a0-0449-013c-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-10 10:29:46.804040 | fa163e54-a5a0-0449-013c-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:30.505668 | 0.05s 2026-03-10 10:29:46.829770 | fa163e54-a5a0-0449-013c-0000000021cf | TASK | install systemd-container for a greenfield 2026-03-10 10:30:07.151848 | fa163e54-a5a0-0449-013c-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2026-03-10 10:30:07.154091 | fa163e54-a5a0-0449-013c-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:50.855714 | 20.32s 2026-03-10 10:30:07.181448 | fa163e54-a5a0-0449-013c-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2026-03-10 10:30:07.235411 | fa163e54-a5a0-0449-013c-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-10 10:30:07.236746 | fa163e54-a5a0-0449-013c-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:50.938374 | 0.05s 2026-03-10 10:30:07.263732 | fa163e54-a5a0-0449-013c-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-10 10:30:07.537319 | fa163e54-a5a0-0449-013c-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-10 10:30:07.538918 | fa163e54-a5a0-0449-013c-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:51.240547 | 0.27s 2026-03-10 10:30:07.567825 | fa163e54-a5a0-0449-013c-0000000021d4 | TASK | is KSM enabled 2026-03-10 10:30:07.620615 | fa163e54-a5a0-0449-013c-0000000021d4 | OK | is KSM enabled | standalone 2026-03-10 10:30:07.622081 | fa163e54-a5a0-0449-013c-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:51.323710 | 0.05s 2026-03-10 10:30:07.648767 | fa163e54-a5a0-0449-013c-0000000021d6 | TASK | Check for ksm 2026-03-10 10:30:07.925288 | fa163e54-a5a0-0449-013c-0000000021d6 | CHANGED | Check for ksm | standalone 2026-03-10 10:30:07.926384 | fa163e54-a5a0-0449-013c-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:51.628017 | 0.28s 2026-03-10 10:30:07.946844 | fa163e54-a5a0-0449-013c-0000000021d7 | TASK | disable KSM services 2026-03-10 10:30:07.996739 | fa163e54-a5a0-0449-013c-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-10 10:30:08.061609 | fa163e54-a5a0-0449-013c-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-10 10:30:08.069794 | fa163e54-a5a0-0449-013c-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:51.771411 | 0.12s 2026-03-10 10:30:08.096168 | fa163e54-a5a0-0449-013c-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2026-03-10 10:30:08.168914 | fa163e54-a5a0-0449-013c-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-10 10:30:08.170157 | fa163e54-a5a0-0449-013c-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:51.871784 | 0.07s 2026-03-10 10:30:08.195356 | fa163e54-a5a0-0449-013c-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-10 10:30:08.256042 | fa163e54-a5a0-0449-013c-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-10 10:30:08.257492 | fa163e54-a5a0-0449-013c-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:51.959116 | 0.06s 2026-03-10 10:30:08.285423 | fa163e54-a5a0-0449-013c-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-10 10:30:08.338165 | fa163e54-a5a0-0449-013c-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-10 10:30:08.339649 | fa163e54-a5a0-0449-013c-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:52.041275 | 0.05s 2026-03-10 10:30:08.367618 | fa163e54-a5a0-0449-013c-0000000021dc | TASK | enable ksmtunded 2026-03-10 10:30:08.429351 | fa163e54-a5a0-0449-013c-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-10 10:30:08.441976 | fa163e54-a5a0-0449-013c-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-10 10:30:08.454671 | fa163e54-a5a0-0449-013c-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:52.156286 | 0.09s 2026-03-10 10:30:08.523031 | fa163e54-a5a0-0449-013c-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-10 10:30:08.524543 | fa163e54-a5a0-0449-013c-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:52.226166 | 0.04s 2026-03-10 10:30:08.552698 | fa163e54-a5a0-0449-013c-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-10 10:30:08.640139 | fa163e54-a5a0-0449-013c-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-10 10:30:08.641605 | fa163e54-a5a0-0449-013c-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:52.343200 | 0.09s 2026-03-10 10:30:08.669380 | fa163e54-a5a0-0449-013c-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-10 10:30:11.899288 | fa163e54-a5a0-0449-013c-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-10 10:30:11.902888 | fa163e54-a5a0-0449-013c-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:55.604521 | 3.23s 2026-03-10 10:30:11.932020 | fa163e54-a5a0-0449-013c-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2026-03-10 10:30:11.970778 | fa163e54-a5a0-0449-013c-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-10 10:30:11.971696 | fa163e54-a5a0-0449-013c-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:55.673329 | 0.04s 2026-03-10 10:30:11.996759 | fa163e54-a5a0-0449-013c-0000000021e4 | TASK | Fetch ovn VIP 2026-03-10 10:30:12.065538 | fa163e54-a5a0-0449-013c-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2026-03-10 10:30:12.066527 | fa163e54-a5a0-0449-013c-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:55.768159 | 0.07s 2026-03-10 10:30:12.088125 | fa163e54-a5a0-0449-013c-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2026-03-10 10:30:12.139012 | fa163e54-a5a0-0449-013c-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-10 10:30:12.139794 | fa163e54-a5a0-0449-013c-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:55.841429 | 0.05s 2026-03-10 10:30:12.161175 | fa163e54-a5a0-0449-013c-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-10 10:30:12.212812 | fa163e54-a5a0-0449-013c-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-10 10:30:12.213833 | fa163e54-a5a0-0449-013c-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:55.915465 | 0.05s 2026-03-10 10:30:12.238144 | fa163e54-a5a0-0449-013c-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2026-03-10 10:30:12.277393 | fa163e54-a5a0-0449-013c-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-10 10:30:12.278141 | fa163e54-a5a0-0449-013c-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:55.979776 | 0.04s 2026-03-10 10:30:12.297536 | fa163e54-a5a0-0449-013c-0000000021e8 | TASK | Remove pacemaker attributes 2026-03-10 10:30:12.343216 | fa163e54-a5a0-0449-013c-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-10 10:30:12.355929 | fa163e54-a5a0-0449-013c-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:56.057554 | 0.06s 2026-03-10 10:30:12.437745 | fa163e54-a5a0-0449-013c-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-10 10:30:12.439160 | fa163e54-a5a0-0449-013c-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:56.140786 | 0.05s 2026-03-10 10:30:12.469910 | fa163e54-a5a0-0449-013c-0000000021ed | TASK | Configure OVN DBs and northd 2026-03-10 10:30:12.521434 | fa163e54-a5a0-0449-013c-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:04:56.223055 | 0.05s 2026-03-10 10:30:12.589141 | fa163e54-a5a0-0449-013c-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-10 10:30:12.862067 | fa163e54-a5a0-0449-013c-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-10 10:30:12.863461 | fa163e54-a5a0-0449-013c-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:56.565090 | 0.27s 2026-03-10 10:30:12.895102 | fa163e54-a5a0-0449-013c-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-10 10:30:12.938529 | fa163e54-a5a0-0449-013c-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-10 10:30:12.939975 | fa163e54-a5a0-0449-013c-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:56.641602 | 0.04s 2026-03-10 10:30:12.970045 | fa163e54-a5a0-0449-013c-000000002397 | TASK | check ovsdb-tool election-timer options 2026-03-10 10:30:13.235755 | fa163e54-a5a0-0449-013c-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-10 10:30:13.236724 | fa163e54-a5a0-0449-013c-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:56.938359 | 0.27s 2026-03-10 10:30:13.258983 | fa163e54-a5a0-0449-013c-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2026-03-10 10:30:13.330699 | fa163e54-a5a0-0449-013c-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-10 10:30:13.332084 | fa163e54-a5a0-0449-013c-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:57.033710 | 0.07s 2026-03-10 10:30:13.363147 | fa163e54-a5a0-0449-013c-000000002399 | TASK | render OVN cluster configuration 2026-03-10 10:30:13.987598 | fa163e54-a5a0-0449-013c-000000002399 | CHANGED | render OVN cluster configuration | standalone 2026-03-10 10:30:13.988642 | fa163e54-a5a0-0449-013c-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:57.690276 | 0.62s 2026-03-10 10:30:14.017452 | fa163e54-a5a0-0449-013c-00000000239a | TASK | restart OVN northd and north and south databases 2026-03-10 10:30:14.060403 | fa163e54-a5a0-0449-013c-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:57.762032 | 0.04s 2026-03-10 10:30:14.078403 | fa163e54-a5a0-0449-013c-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:57.780041 | 0.06s 2026-03-10 10:30:14.093112 | fa163e54-a5a0-0449-013c-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:57.794745 | 0.07s 2026-03-10 10:30:14.100901 | fa163e54-a5a0-0449-013c-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:57.802526 | 0.08s 2026-03-10 10:30:14.118215 | d6cea5a4-a129-4a89-acc9-b1c280a66bf3 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-10 10:30:14.123444 | e752b55d-c85c-4307-bb14-afa55f796ea8 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-10 10:30:14.128546 | 9a83de58-288c-4e30-be2e-7c014587e73d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-10 10:30:14.163215 | fa163e54-a5a0-0449-013c-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-10 10:30:14.364732 | fa163e54-a5a0-0449-013c-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-10 10:30:14.366044 | fa163e54-a5a0-0449-013c-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:58.067672 | 0.20s 2026-03-10 10:30:14.398201 | fa163e54-a5a0-0449-013c-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-10 10:30:14.453724 | fa163e54-a5a0-0449-013c-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-10 10:30:14.454943 | fa163e54-a5a0-0449-013c-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:58.156571 | 0.06s 2026-03-10 10:30:14.486500 | fa163e54-a5a0-0449-013c-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-10 10:30:14.751116 | fa163e54-a5a0-0449-013c-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-10 10:30:14.751934 | fa163e54-a5a0-0449-013c-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:58.453572 | 0.26s 2026-03-10 10:30:14.772555 | fa163e54-a5a0-0449-013c-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-10 10:30:14.825634 | fa163e54-a5a0-0449-013c-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-10 10:30:14.826922 | fa163e54-a5a0-0449-013c-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:58.528549 | 0.05s 2026-03-10 10:30:14.858869 | fa163e54-a5a0-0449-013c-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-10 10:30:15.127677 | fa163e54-a5a0-0449-013c-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-10 10:30:15.129102 | fa163e54-a5a0-0449-013c-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:58.830729 | 0.27s 2026-03-10 10:30:15.155007 | fa163e54-a5a0-0449-013c-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2026-03-10 10:30:15.205360 | fa163e54-a5a0-0449-013c-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-10 10:30:15.206440 | fa163e54-a5a0-0449-013c-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:58.908073 | 0.05s 2026-03-10 10:30:15.318209 | fa163e54-a5a0-0449-013c-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-10 10:30:15.319565 | fa163e54-a5a0-0449-013c-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.021190 | 0.05s 2026-03-10 10:30:15.405281 | fa163e54-a5a0-0449-013c-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-10 10:30:15.406804 | fa163e54-a5a0-0449-013c-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.108421 | 0.05s 2026-03-10 10:30:15.439088 | fa163e54-a5a0-0449-013c-0000000021f8 | TASK | Fail if container image is undefined 2026-03-10 10:30:15.500695 | fa163e54-a5a0-0449-013c-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 10:30:15.502134 | fa163e54-a5a0-0449-013c-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:59.203760 | 0.06s 2026-03-10 10:30:15.552608 | fa163e54-a5a0-0449-013c-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-10 10:30:22.771925 | fa163e54-a5a0-0449-013c-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-10 10:30:22.774470 | fa163e54-a5a0-0449-013c-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:06.476096 | 7.22s 2026-03-10 10:30:22.835195 | fa163e54-a5a0-0449-013c-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-10 10:30:23.237656 | fa163e54-a5a0-0449-013c-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-10 10:30:23.240293 | fa163e54-a5a0-0449-013c-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:06.941919 | 0.40s 2026-03-10 10:30:23.297883 | fa163e54-a5a0-0449-013c-000000002205 | TASK | Pre-fetch all the containers 2026-03-10 10:30:27.564376 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-10 10:30:27.568406 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:11.270029 | 4.27s 2026-03-10 10:30:32.248950 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-10 10:30:32.252554 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:15.954179 | 8.95s 2026-03-10 10:30:34.890152 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-10 10:30:34.893865 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:18.595488 | 11.59s 2026-03-10 10:30:37.984238 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-10 10:30:37.986988 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:21.688621 | 14.69s 2026-03-10 10:30:40.024883 | fa163e54-a5a0-0449-013c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-10 10:30:40.028488 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:23.730115 | 16.73s 2026-03-10 10:30:41.604862 | fa163e54-a5a0-0449-013c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-10 10:30:41.608256 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:25.309884 | 18.31s 2026-03-10 10:30:45.667096 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-10 10:30:45.670913 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:29.372539 | 22.37s 2026-03-10 10:30:49.996739 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2026-03-10 10:30:50.000631 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:33.702257 | 26.70s 2026-03-10 10:30:55.578708 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-10 10:30:55.581856 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:39.283490 | 32.28s 2026-03-10 10:30:57.652343 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-10 10:30:57.655022 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:41.356650 | 34.35s 2026-03-10 10:31:06.349707 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-10 10:31:06.353649 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:50.055278 | 43.05s 2026-03-10 10:31:09.086843 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-10 10:31:09.092833 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:52.794455 | 45.79s 2026-03-10 10:31:25.583969 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-10 10:31:25.589895 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:09.291517 | 62.29s 2026-03-10 10:31:34.667472 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-10 10:31:34.671548 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:18.373174 | 71.37s 2026-03-10 10:31:43.504977 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-10 10:31:43.509425 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:27.211047 | 80.21s 2026-03-10 10:31:51.555076 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-10 10:31:51.558156 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:35.259789 | 88.26s 2026-03-10 10:31:58.634042 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-10 10:31:58.637105 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:42.338730 | 95.34s 2026-03-10 10:32:03.054400 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-10 10:32:03.058337 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:46.759964 | 99.76s 2026-03-10 10:32:06.074277 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-10 10:32:06.077658 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:49.779291 | 102.78s 2026-03-10 10:32:09.640262 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-10 10:32:09.643834 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:53.345462 | 106.34s 2026-03-10 10:32:14.588317 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-10 10:32:14.590270 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:58.291906 | 111.29s 2026-03-10 10:32:26.668177 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-10 10:32:26.670018 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:10.371653 | 123.37s 2026-03-10 10:32:29.595288 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-10 10:32:29.598186 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:13.299812 | 126.30s 2026-03-10 10:32:42.739417 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-10 10:32:42.742397 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:26.444024 | 139.44s 2026-03-10 10:32:45.607383 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-10 10:32:45.611737 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:29.313362 | 142.31s 2026-03-10 10:32:49.262422 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-10 10:32:49.266078 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:32.967705 | 145.97s 2026-03-10 10:32:52.324627 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-10 10:32:52.329095 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.030720 | 149.03s 2026-03-10 10:32:56.018731 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-10 10:32:56.022472 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:39.724099 | 152.72s 2026-03-10 10:32:58.622367 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2026-03-10 10:32:58.625208 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:42.326836 | 155.32s 2026-03-10 10:33:01.716116 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2026-03-10 10:33:01.719916 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.421543 | 158.42s 2026-03-10 10:33:05.489174 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-10 10:33:05.491411 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:49.193049 | 162.19s 2026-03-10 10:33:07.524199 | fa163e54-a5a0-0449-013c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-10 10:33:07.527507 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:51.229132 | 164.23s 2026-03-10 10:33:09.270996 | fa163e54-a5a0-0449-013c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-10 10:33:09.273158 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:52.974792 | 165.97s 2026-03-10 10:33:11.656064 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-10 10:33:11.658004 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:55.359637 | 168.36s 2026-03-10 10:33:13.487872 | fa163e54-a5a0-0449-013c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-10 10:33:13.490622 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:57.192251 | 170.19s 2026-03-10 10:33:18.019255 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-10 10:33:18.023541 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:01.725169 | 174.72s 2026-03-10 10:33:20.984371 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-10 10:33:20.988203 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:04.689831 | 177.69s 2026-03-10 10:33:23.978113 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-10 10:33:23.982127 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:07.683754 | 180.68s 2026-03-10 10:33:26.941906 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-10 10:33:26.944690 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:10.646319 | 183.64s 2026-03-10 10:33:29.646826 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-10 10:33:29.650001 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:13.351626 | 186.35s 2026-03-10 10:33:32.323285 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-10 10:33:32.326222 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:16.027849 | 189.03s 2026-03-10 10:33:35.919391 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-10 10:33:35.922243 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:19.623870 | 192.62s 2026-03-10 10:33:38.508959 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-10 10:33:38.512370 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:22.213999 | 195.21s 2026-03-10 10:33:41.315124 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-10 10:33:41.318148 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.019770 | 198.02s 2026-03-10 10:33:44.044459 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-10 10:33:44.048374 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:27.750000 | 200.75s 2026-03-10 10:33:46.431405 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-10 10:33:46.434813 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:30.136440 | 203.13s 2026-03-10 10:33:48.631805 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-10 10:33:48.634708 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.336342 | 205.33s 2026-03-10 10:33:52.985335 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-10 10:33:52.989293 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.690917 | 209.69s 2026-03-10 10:33:56.213123 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-10 10:33:56.215202 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.916830 | 212.91s 2026-03-10 10:34:00.257777 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-10 10:34:00.262631 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.964253 | 216.96s 2026-03-10 10:34:02.776399 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-10 10:34:02.780165 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.481792 | 219.48s 2026-03-10 10:34:05.585603 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-10 10:34:05.589292 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:49.290919 | 222.29s 2026-03-10 10:34:08.389118 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-10 10:34:08.391092 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:52.092725 | 225.09s 2026-03-10 10:34:10.927204 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-10 10:34:10.929374 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.631007 | 227.63s 2026-03-10 10:34:13.636515 | fa163e54-a5a0-0449-013c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-10 10:34:13.638188 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.339820 | 230.34s 2026-03-10 10:34:13.982433 | fa163e54-a5a0-0449-013c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.684055 | 230.68s 2026-03-10 10:34:14.272538 | fa163e54-a5a0-0449-013c-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-10 10:34:14.274275 | fa163e54-a5a0-0449-013c-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:57.975863 | 0.06s 2026-03-10 10:34:14.294876 | fa163e54-a5a0-0449-013c-00000000220f | TASK | Fail if container image is undefined 2026-03-10 10:34:14.365157 | fa163e54-a5a0-0449-013c-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 10:34:14.367465 | fa163e54-a5a0-0449-013c-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:58.069091 | 0.07s 2026-03-10 10:34:14.406584 | fa163e54-a5a0-0449-013c-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-10 10:34:19.085038 | fa163e54-a5a0-0449-013c-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-10 10:34:19.087547 | fa163e54-a5a0-0449-013c-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:02.789174 | 4.68s 2026-03-10 10:34:19.148788 | fa163e54-a5a0-0449-013c-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-10 10:34:19.544758 | fa163e54-a5a0-0449-013c-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-10 10:34:19.546447 | fa163e54-a5a0-0449-013c-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:03.248071 | 0.40s 2026-03-10 10:34:19.607736 | fa163e54-a5a0-0449-013c-00000000221c | TASK | Check if rsyslog exists 2026-03-10 10:34:19.879427 | fa163e54-a5a0-0449-013c-00000000221c | CHANGED | Check if rsyslog exists | standalone 2026-03-10 10:34:19.881187 | fa163e54-a5a0-0449-013c-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:03.582809 | 0.27s 2026-03-10 10:34:19.906047 | fa163e54-a5a0-0449-013c-00000000221d | TASK | Forward logging to swift.log file 2026-03-10 10:34:20.352870 | fa163e54-a5a0-0449-013c-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2026-03-10 10:34:20.354272 | fa163e54-a5a0-0449-013c-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:04.055901 | 0.45s 2026-03-10 10:34:20.391217 | fa163e54-a5a0-0449-013c-00000000221e | TASK | Restart rsyslogd service after logging conf change 2026-03-10 10:34:21.185113 | fa163e54-a5a0-0449-013c-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-10 10:34:21.187544 | fa163e54-a5a0-0449-013c-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:04.889165 | 0.79s 2026-03-10 10:34:21.219049 | fa163e54-a5a0-0449-013c-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-10 10:34:21.462838 | fa163e54-a5a0-0449-013c-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-10 10:34:21.463781 | fa163e54-a5a0-0449-013c-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:05.165416 | 0.24s 2026-03-10 10:34:21.537602 | fa163e54-a5a0-0449-013c-0000000000c3 | TIMING | include_tasks | standalone | 0:09:05.239196 | 0.05s 2026-03-10 10:34:21.565985 | 57d5d11d-f5bb-4024-bbd8-237d273dba55 | INCLUDED | /root/standalone-ansible-yd4gfna1/common_deploy_steps_tasks.yaml | standalone 2026-03-10 10:34:21.592299 | fa163e54-a5a0-0449-013c-0000000024a0 | TASK | Write the config_step hieradata 2026-03-10 10:34:22.037003 | fa163e54-a5a0-0449-013c-0000000024a0 | OK | Write the config_step hieradata | standalone 2026-03-10 10:34:22.038247 | fa163e54-a5a0-0449-013c-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:05.739875 | 0.44s 2026-03-10 10:34:22.069440 | fa163e54-a5a0-0449-013c-0000000024a1 | TASK | Run puppet host configuration for step 1 2026-03-10 10:34:22.364862 | fa163e54-a5a0-0449-013c-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-10 10:34:22.366533 | fa163e54-a5a0-0449-013c-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:06.068155 | 0.30s 2026-03-10 10:34:22.400819 | fa163e54-a5a0-0449-013c-0000000024a2 | TASK | Wait for puppet host configuration to finish 2026-03-10 10:34:22.635538 | fa163e54-a5a0-0449-013c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 10:34:32.848151 | fa163e54-a5a0-0449-013c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 10:34:43.080295 | fa163e54-a5a0-0449-013c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-10 10:34:53.302926 | fa163e54-a5a0-0449-013c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-10 10:35:03.512714 | fa163e54-a5a0-0449-013c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-10 10:35:13.736126 | fa163e54-a5a0-0449-013c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-10 10:35:23.967177 | fa163e54-a5a0-0449-013c-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 10:35:23.968353 | fa163e54-a5a0-0449-013c-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:07.669987 | 61.57s 2026-03-10 10:35:23.992729 | fa163e54-a5a0-0449-013c-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-10 10:35:24.082948 | fa163e54-a5a0-0449-013c-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 10 10:34:22 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 10:34:26 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 10:34:26 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 10:34:26 puppet-user: (file & line not available)", "<13>Mar 10 10:34:26 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 10 10:34:26 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 10 10:34:26 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 10:34:26 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.41 seconds", "<13>Mar 10 10:34:26 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 10 10:34:26 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 10 10:34:26 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 10 10:34:36 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 10 10:34:43 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 10 10:34:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 10 10:34:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 10 10:34:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 10 10:34:47 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 10 10:34:48 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 10 10:34:49 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 10 10:34:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 10 10:34:54 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 10 10:34:55 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 10 10:34:56 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 10 10:35:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 10 10:35:20 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 10:35:22 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 10 10:35:22 puppet-user: Notice: Applied catalog in 55.83 seconds", "<13>Mar 10 10:35:22 puppet-user: Application:", "<13>Mar 10 10:35:22 puppet-user: Initial environment: production", "<13>Mar 10 10:35:22 puppet-user: Converged environment: production", "<13>Mar 10 10:35:22 puppet-user: Run mode: user", "<13>Mar 10 10:35:22 puppet-user: Changes:", "<13>Mar 10 10:35:22 puppet-user: Total: 17", "<13>Mar 10 10:35:22 puppet-user: Events:", "<13>Mar 10 10:35:22 puppet-user: Success: 17", "<13>Mar 10 10:35:22 puppet-user: Resources:", "<13>Mar 10 10:35:22 puppet-user: Restarted: 1", "<13>Mar 10 10:35:22 puppet-user: Changed: 16", "<13>Mar 10 10:35:22 puppet-user: Out of sync: 16", "<13>Mar 10 10:35:22 puppet-user: Total: 26", "<13>Mar 10 10:35:22 puppet-user: Time:", "<13>Mar 10 10:35:22 puppet-user: Schedule: 0.00", "<13>Mar 10 10:35:22 puppet-user: File line: 0.00", "<13>Mar 10 10:35:22 puppet-user: File: 0.00", "<13>Mar 10 10:35:22 puppet-user: Augeas: 0.02", "<13>Mar 10 10:35:22 puppet-user: User: 0.14", "<13>Mar 10 10:35:22 puppet-user: Config retrieval: 0.45", "<13>Mar 10 10:35:22 puppet-user: Package: 17.02", "<13>Mar 10 10:35:22 puppet-user: Last run: 1773138922", "<13>Mar 10 10:35:22 puppet-user: Exec: 28.83", "<13>Mar 10 10:35:22 puppet-user: Pcmk property: 3.89", "<13>Mar 10 10:35:22 puppet-user: Service: 4.75", "<13>Mar 10 10:35:22 puppet-user: Transaction evaluation: 55.82", "<13>Mar 10 10:35:22 puppet-user: Catalog application: 55.83", "<13>Mar 10 10:35:22 puppet-user: Filebucket: 0.00", "<13>Mar 10 10:35:22 puppet-user: Total: 55.83", "<13>Mar 10 10:35:22 puppet-user: Version:", "<13>Mar 10 10:35:22 puppet-user: Config: 1773138866", "<13>Mar 10 10:35:22 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 10:35:24.084355 | fa163e54-a5a0-0449-013c-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:07.785988 | 0.09s 2026-03-10 10:35:24.111735 | fa163e54-a5a0-0449-013c-0000000024a4 | TASK | Pre-cache facts for puppet containers 2026-03-10 10:35:24.143755 | fa163e54-a5a0-0449-013c-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:07.845374 | 0.03s 2026-03-10 10:35:24.219813 | fa163e54-a5a0-0449-013c-0000000024eb | TASK | Gather variables for each operating system 2026-03-10 10:35:24.321976 | fa163e54-a5a0-0449-013c-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:08.023587 | 0.10s 2026-03-10 10:35:24.357003 | fa163e54-a5a0-0449-013c-0000000024ec | TASK | Create puppet caching structures 2026-03-10 10:35:24.577405 | fa163e54-a5a0-0449-013c-0000000024ec | CHANGED | Create puppet caching structures | standalone 2026-03-10 10:35:24.578599 | fa163e54-a5a0-0449-013c-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:08.280209 | 0.22s 2026-03-10 10:35:24.601879 | fa163e54-a5a0-0449-013c-0000000024ed | TASK | Check for facter.conf 2026-03-10 10:35:24.767682 | fa163e54-a5a0-0449-013c-0000000024ed | OK | Check for facter.conf | standalone 2026-03-10 10:35:24.769214 | fa163e54-a5a0-0449-013c-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:08.470840 | 0.17s 2026-03-10 10:35:24.801661 | fa163e54-a5a0-0449-013c-0000000024ee | TASK | Remove facter.conf if directory 2026-03-10 10:35:24.842379 | fa163e54-a5a0-0449-013c-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 10:35:24.843465 | fa163e54-a5a0-0449-013c-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:08.545101 | 0.04s 2026-03-10 10:35:24.867122 | fa163e54-a5a0-0449-013c-0000000024ef | TASK | Write facter cache config 2026-03-10 10:35:25.313295 | fa163e54-a5a0-0449-013c-0000000024ef | CHANGED | Write facter cache config | standalone 2026-03-10 10:35:25.314651 | fa163e54-a5a0-0449-013c-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:09.016280 | 0.45s 2026-03-10 10:35:25.338737 | fa163e54-a5a0-0449-013c-0000000024f0 | TASK | Cleanup facter cache if exists 2026-03-10 10:35:25.548520 | fa163e54-a5a0-0449-013c-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2026-03-10 10:35:25.549687 | fa163e54-a5a0-0449-013c-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:09.251319 | 0.21s 2026-03-10 10:35:25.575113 | fa163e54-a5a0-0449-013c-0000000024f1 | TASK | Pre-cache facts 2026-03-10 10:35:26.174704 | fa163e54-a5a0-0449-013c-0000000024f1 | CHANGED | Pre-cache facts | standalone 2026-03-10 10:35:26.175926 | fa163e54-a5a0-0449-013c-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:09.877555 | 0.60s 2026-03-10 10:35:26.207263 | fa163e54-a5a0-0449-013c-0000000024f2 | TASK | Failed deployment if facter fails 2026-03-10 10:35:26.251643 | fa163e54-a5a0-0449-013c-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 10:35:26.253128 | fa163e54-a5a0-0449-013c-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:09.954751 | 0.04s 2026-03-10 10:35:26.306256 | fa163e54-a5a0-0449-013c-0000000024f3 | TASK | Sync cached facts 2026-03-10 10:35:26.801201 | fa163e54-a5a0-0449-013c-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-0000000024f3') missing from stats 2026-03-10 10:35:26.852062 | fa163e54-a5a0-0449-013c-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 10:35:26.891200 | fa163e54-a5a0-0449-013c-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:10.592821 | 0.04s 2026-03-10 10:35:26.922525 | d3a52e5d-2973-466c-a4de-701e3a88d737 | INCLUDED | /root/standalone-ansible-yd4gfna1/generate-config-tasks.yaml | standalone 2026-03-10 10:35:26.957753 | fa163e54-a5a0-0449-013c-00000000253d | TASK | Create base directory puppet configs 2026-03-10 10:35:27.196439 | fa163e54-a5a0-0449-013c-00000000253d | CHANGED | Create base directory puppet configs | standalone 2026-03-10 10:35:27.197290 | fa163e54-a5a0-0449-013c-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:10.898926 | 0.24s 2026-03-10 10:35:27.218825 | fa163e54-a5a0-0449-013c-00000000253e | TASK | Generate container puppet configs for step 1 2026-03-10 10:35:27.470624 | fa163e54-a5a0-0449-013c-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-10 10:35:27.471609 | fa163e54-a5a0-0449-013c-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:11.173244 | 0.25s 2026-03-10 10:35:27.496675 | fa163e54-a5a0-0449-013c-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-10 10:35:27.528331 | fa163e54-a5a0-0449-013c-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:11.229951 | 0.03s 2026-03-10 10:35:27.595946 | fa163e54-a5a0-0449-013c-0000000025c9 | TASK | Gather variables for each operating system 2026-03-10 10:35:27.714376 | fa163e54-a5a0-0449-013c-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:11.415983 | 0.12s 2026-03-10 10:35:27.748553 | fa163e54-a5a0-0449-013c-0000000025ca | TASK | Create container logs path 2026-03-10 10:35:27.994211 | fa163e54-a5a0-0449-013c-0000000025ca | OK | Create container logs path | standalone 2026-03-10 10:35:27.995885 | fa163e54-a5a0-0449-013c-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:11.697510 | 0.25s 2026-03-10 10:35:28.031213 | fa163e54-a5a0-0449-013c-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:35:28.497173 | fa163e54-a5a0-0449-013c-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 10:35:28.498043 | fa163e54-a5a0-0449-013c-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:12.199679 | 0.46s 2026-03-10 10:35:28.520531 | fa163e54-a5a0-0449-013c-0000000025cd | TASK | Finalise hashes for all containers 2026-03-10 10:35:28.593528 | fa163e54-a5a0-0449-013c-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-03-10 10:35:28.594402 | fa163e54-a5a0-0449-013c-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:12.296036 | 0.07s 2026-03-10 10:35:28.614192 | fa163e54-a5a0-0449-013c-0000000025cf | TASK | Manage systemd shutdown files 2026-03-10 10:35:28.645341 | fa163e54-a5a0-0449-013c-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:35:28.646346 | fa163e54-a5a0-0449-013c-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:12.347980 | 0.03s 2026-03-10 10:35:28.670076 | fa163e54-a5a0-0449-013c-0000000025d1 | TASK | Update container configs with new config hashes 2026-03-10 10:35:28.724968 | fa163e54-a5a0-0449-013c-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:35:28.725960 | fa163e54-a5a0-0449-013c-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:12.427593 | 0.05s 2026-03-10 10:35:28.751705 | fa163e54-a5a0-0449-013c-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:35:28.801536 | fa163e54-a5a0-0449-013c-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:12.503159 | 0.05s 2026-03-10 10:35:28.819303 | 2ffe7656-60ab-470e-8256-b1d0289b65a3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:35:28.851500 | fa163e54-a5a0-0449-013c-000000002616 | TASK | Gather podman infos 2026-03-10 10:35:29.404680 | fa163e54-a5a0-0449-013c-000000002616 | OK | Gather podman infos | standalone 2026-03-10 10:35:29.405989 | fa163e54-a5a0-0449-013c-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:13.107617 | 0.55s 2026-03-10 10:35:29.446982 | fa163e54-a5a0-0449-013c-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:35:29.508806 | fa163e54-a5a0-0449-013c-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 10:35:29.510232 | fa163e54-a5a0-0449-013c-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:13.211859 | 0.06s 2026-03-10 10:35:29.542667 | fa163e54-a5a0-0449-013c-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:35:29.597711 | fa163e54-a5a0-0449-013c-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:13.299328 | 0.05s 2026-03-10 10:35:29.624039 | cbcc3fa6-2d85-4f50-a0d3-793e6c63b67e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:35:29.663070 | fa163e54-a5a0-0449-013c-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:36:01.726788 | fa163e54-a5a0-0449-013c-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 10:36:01.728492 | fa163e54-a5a0-0449-013c-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:45.430119 | 32.06s 2026-03-10 10:36:01.805916 | fa163e54-a5a0-0449-013c-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:36:01.890964 | fa163e54-a5a0-0449-013c-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 10:36:01.892295 | fa163e54-a5a0-0449-013c-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:10:45.593921 | 0.08s 2026-03-10 10:36:01.948490 | fa163e54-a5a0-0449-013c-000000002541 | TASK | Diff puppet-generated changes for check mode 2026-03-10 10:36:01.981508 | fa163e54-a5a0-0449-013c-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-10 10:36:01.982707 | fa163e54-a5a0-0449-013c-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:45.684335 | 0.03s 2026-03-10 10:36:02.012413 | fa163e54-a5a0-0449-013c-000000002542 | TASK | Diff puppet-generated changes for check mode 2026-03-10 10:36:02.044177 | fa163e54-a5a0-0449-013c-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-10 10:36:02.045397 | fa163e54-a5a0-0449-013c-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:45.747020 | 0.03s 2026-03-10 10:36:02.076779 | fa163e54-a5a0-0449-013c-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-10 10:36:02.105829 | fa163e54-a5a0-0449-013c-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:10:45.807450 | 0.03s 2026-03-10 10:36:02.171852 | fa163e54-a5a0-0449-013c-000000002696 | TASK | Gather variables for each operating system 2026-03-10 10:36:02.293770 | fa163e54-a5a0-0449-013c-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:45.995387 | 0.12s 2026-03-10 10:36:02.325088 | fa163e54-a5a0-0449-013c-000000002697 | TASK | Create container logs path 2026-03-10 10:36:02.600052 | fa163e54-a5a0-0449-013c-000000002697 | OK | Create container logs path | standalone 2026-03-10 10:36:02.601432 | fa163e54-a5a0-0449-013c-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:46.303062 | 0.27s 2026-03-10 10:36:02.633695 | fa163e54-a5a0-0449-013c-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 10:36:02.906214 | fa163e54-a5a0-0449-013c-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-10 10:36:02.907544 | fa163e54-a5a0-0449-013c-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:46.609173 | 0.27s 2026-03-10 10:36:02.937900 | fa163e54-a5a0-0449-013c-00000000269a | TASK | Finalise hashes for all containers 2026-03-10 10:36:02.978139 | fa163e54-a5a0-0449-013c-00000000269a | OK | Finalise hashes for all containers | standalone 2026-03-10 10:36:02.979461 | fa163e54-a5a0-0449-013c-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:46.681084 | 0.04s 2026-03-10 10:36:03.011397 | fa163e54-a5a0-0449-013c-00000000269c | TASK | Manage systemd shutdown files 2026-03-10 10:36:03.045944 | fa163e54-a5a0-0449-013c-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:46.747560 | 0.03s 2026-03-10 10:36:03.083235 | 7b53f699-887e-4463-9252-6e7f6d3dd034 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 10:36:03.114051 | fa163e54-a5a0-0449-013c-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 10:36:03.377817 | fa163e54-a5a0-0449-013c-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 10:36:03.379212 | fa163e54-a5a0-0449-013c-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:10:47.080841 | 0.26s 2026-03-10 10:36:03.410510 | fa163e54-a5a0-0449-013c-0000000026d0 | TASK | Set podman_drop_in fact 2026-03-10 10:36:03.444187 | fa163e54-a5a0-0449-013c-0000000026d0 | OK | Set podman_drop_in fact | standalone 2026-03-10 10:36:03.445414 | fa163e54-a5a0-0449-013c-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:10:47.147043 | 0.03s 2026-03-10 10:36:03.475535 | fa163e54-a5a0-0449-013c-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 10:36:03.962526 | fa163e54-a5a0-0449-013c-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 10:36:03.964217 | fa163e54-a5a0-0449-013c-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:47.665842 | 0.49s 2026-03-10 10:36:04.455542 | fa163e54-a5a0-0449-013c-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 10:36:04.456688 | fa163e54-a5a0-0449-013c-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:48.158316 | 0.98s 2026-03-10 10:36:04.463297 | fa163e54-a5a0-0449-013c-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:48.164919 | 0.99s 2026-03-10 10:36:04.493756 | fa163e54-a5a0-0449-013c-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 10:36:04.964657 | fa163e54-a5a0-0449-013c-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 10:36:04.966134 | fa163e54-a5a0-0449-013c-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:10:48.667763 | 0.47s 2026-03-10 10:36:04.996056 | fa163e54-a5a0-0449-013c-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 10:36:05.500060 | fa163e54-a5a0-0449-013c-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 10:36:05.501419 | fa163e54-a5a0-0449-013c-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:10:49.203049 | 0.50s 2026-03-10 10:36:05.531803 | fa163e54-a5a0-0449-013c-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2026-03-10 10:36:06.492120 | fa163e54-a5a0-0449-013c-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-10 10:36:06.494043 | fa163e54-a5a0-0449-013c-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:10:50.195671 | 0.96s 2026-03-10 10:36:06.525276 | fa163e54-a5a0-0449-013c-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 10:36:07.045288 | fa163e54-a5a0-0449-013c-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 10:36:07.046701 | fa163e54-a5a0-0449-013c-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:10:50.748330 | 0.52s 2026-03-10 10:36:07.076511 | fa163e54-a5a0-0449-013c-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 10:36:07.545670 | fa163e54-a5a0-0449-013c-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 10:36:07.547193 | fa163e54-a5a0-0449-013c-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:10:51.248822 | 0.47s 2026-03-10 10:36:07.576809 | fa163e54-a5a0-0449-013c-0000000026d8 | TASK | Enable and start netns-placeholder 2026-03-10 10:36:08.563770 | fa163e54-a5a0-0449-013c-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 10:36:08.565756 | fa163e54-a5a0-0449-013c-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:10:52.267384 | 0.99s 2026-03-10 10:36:08.596411 | fa163e54-a5a0-0449-013c-00000000269e | TASK | Update container configs with new config hashes 2026-03-10 10:36:08.650083 | fa163e54-a5a0-0449-013c-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:52.351706 | 0.05s 2026-03-10 10:36:08.671149 | c681018f-68af-4b2e-a425-341329f6f6e9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 10:36:08.707136 | fa163e54-a5a0-0449-013c-000000002700 | TASK | Update config hashes for container startup configs 2026-03-10 10:36:09.017401 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2026-03-10 10:36:09.018699 | | WARNING | Config change detected for mysql_bootstrap, new hash: 38d4c43041b06cf57d8e48f570d9a21b 2026-03-10 10:36:09.019286 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 0a1569bc2c7e6a0bcd7f8403c5d54618 2026-03-10 10:36:09.019966 | | WARNING | Config change detected for clustercheck, new hash: 10b7b2a560cf3a275421ab39e02abd54 2026-03-10 10:36:09.020474 | | WARNING | Config change detected for horizon_fix_perms, new hash: 2199081aeb20ea42fec520b96055e624 2026-03-10 10:36:09.021109 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 38d4c43041b06cf57d8e48f570d9a21b 2026-03-10 10:36:09.021693 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.022217 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.022771 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.023352 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.023909 | | WARNING | Config change detected for aodh_db_sync, new hash: 179f099f5b7e8f5ebd9612498cbc925e 2026-03-10 10:36:09.024451 | | WARNING | Config change detected for barbican_api, new hash: 4a000b843aca3561f58443fb46a1bf35 2026-03-10 10:36:09.025007 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 4a000b843aca3561f58443fb46a1bf35 2026-03-10 10:36:09.025545 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 4a000b843aca3561f58443fb46a1bf35 2026-03-10 10:36:09.026158 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 4a000b843aca3561f58443fb46a1bf35 2026-03-10 10:36:09.026715 | | WARNING | Config change detected for barbican_worker, new hash: 4a000b843aca3561f58443fb46a1bf35 2026-03-10 10:36:09.027216 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 1769ff36c032747466363a017e8aed09 2026-03-10 10:36:09.028247 | | WARNING | Config change detected for glance_api_db_sync, new hash: c0b34bfc21a6303656c157ddf86269fb-516fa9205f169f8cbbc2234c42eeb4c8 2026-03-10 10:36:09.028829 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 5c26bccc96c69a29bf4f697332da9e07 2026-03-10 10:36:09.029323 | | WARNING | Config change detected for horizon, new hash: 2199081aeb20ea42fec520b96055e624 2026-03-10 10:36:09.029877 | | WARNING | Config change detected for iscsid, new hash: 516fa9205f169f8cbbc2234c42eeb4c8 2026-03-10 10:36:09.030443 | | WARNING | Config change detected for keystone, new hash: aa749c7c90c0f0c7a4c3fae843c87cbc 2026-03-10 10:36:09.030999 | | WARNING | Config change detected for keystone_cron, new hash: aa749c7c90c0f0c7a4c3fae843c87cbc 2026-03-10 10:36:09.031778 | | WARNING | Config change detected for keystone_db_sync, new hash: aa749c7c90c0f0c7a4c3fae843c87cbc 2026-03-10 10:36:09.032352 | | WARNING | Config change detected for manila_api_db_sync, new hash: b41e03b6b1ee59075800abbe9468ace7 2026-03-10 10:36:09.032889 | | WARNING | Config change detected for neutron_db_sync, new hash: ddd0f13cde6c118cd002819609694c09 2026-03-10 10:36:09.033390 | | WARNING | Config change detected for nova_api_db_sync, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.034160 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.034803 | | WARNING | Config change detected for nova_db_sync, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.035354 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.035954 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.036717 | | WARNING | Config change detected for nova_virtproxyd, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.037219 | | WARNING | Config change detected for nova_virtqemud, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.037736 | | WARNING | Config change detected for nova_virtsecretd, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.038226 | | WARNING | Config change detected for nova_virtstoraged, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.038745 | | WARNING | Config change detected for octavia_db_sync, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.039219 | | WARNING | Config change detected for placement_api_db_sync, new hash: b1326f1ef54355739fe989fde441961c 2026-03-10 10:36:09.039800 | | WARNING | Config change detected for swift_copy_rings, new hash: 507f6b61daec82502588db68b3e41353-68683d3fd6bfa7d3a27d23c6aff3b186 2026-03-10 10:36:09.040288 | | WARNING | Config change detected for aodh_api, new hash: 179f099f5b7e8f5ebd9612498cbc925e 2026-03-10 10:36:09.040794 | | WARNING | Config change detected for aodh_api_cron, new hash: 179f099f5b7e8f5ebd9612498cbc925e 2026-03-10 10:36:09.041286 | | WARNING | Config change detected for aodh_evaluator, new hash: 179f099f5b7e8f5ebd9612498cbc925e 2026-03-10 10:36:09.041820 | | WARNING | Config change detected for aodh_listener, new hash: 179f099f5b7e8f5ebd9612498cbc925e 2026-03-10 10:36:09.042302 | | WARNING | Config change detected for aodh_notifier, new hash: 179f099f5b7e8f5ebd9612498cbc925e 2026-03-10 10:36:09.042842 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 91b30484821712c144dfef394e411b32 2026-03-10 10:36:09.043463 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 91b30484821712c144dfef394e411b32 2026-03-10 10:36:09.043984 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 91b30484821712c144dfef394e411b32 2026-03-10 10:36:09.044655 | | WARNING | Config change detected for cinder_api, new hash: 1769ff36c032747466363a017e8aed09 2026-03-10 10:36:09.045194 | | WARNING | Config change detected for cinder_api_cron, new hash: 1769ff36c032747466363a017e8aed09 2026-03-10 10:36:09.045744 | | WARNING | Config change detected for cinder_scheduler, new hash: 1769ff36c032747466363a017e8aed09 2026-03-10 10:36:09.046254 | | WARNING | Config change detected for glance_api, new hash: c0b34bfc21a6303656c157ddf86269fb-516fa9205f169f8cbbc2234c42eeb4c8 2026-03-10 10:36:09.046784 | | WARNING | Config change detected for glance_api_cron, new hash: c0b34bfc21a6303656c157ddf86269fb 2026-03-10 10:36:09.047324 | | WARNING | Config change detected for glance_api_internal, new hash: 5aa0f7f61ebf5d519f6030c51c8c5097-516fa9205f169f8cbbc2234c42eeb4c8 2026-03-10 10:36:09.047895 | | WARNING | Config change detected for heat_api, new hash: f623bc2b43068d6b60e2c5281371ed59 2026-03-10 10:36:09.048501 | | WARNING | Config change detected for heat_api_cfn, new hash: 1e7668c29d8b236cec487809cab136ba 2026-03-10 10:36:09.049038 | | WARNING | Config change detected for heat_api_cron, new hash: f623bc2b43068d6b60e2c5281371ed59 2026-03-10 10:36:09.049638 | | WARNING | Config change detected for heat_engine, new hash: 5c26bccc96c69a29bf4f697332da9e07 2026-03-10 10:36:09.050144 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-10 10:36:09.050800 | | WARNING | Config change detected for manila_api, new hash: b41e03b6b1ee59075800abbe9468ace7 2026-03-10 10:36:09.051290 | | WARNING | Config change detected for manila_api_cron, new hash: b41e03b6b1ee59075800abbe9468ace7 2026-03-10 10:36:09.051894 | | WARNING | Config change detected for manila_scheduler, new hash: b41e03b6b1ee59075800abbe9468ace7 2026-03-10 10:36:09.052393 | | WARNING | Config change detected for neutron_api, new hash: ddd0f13cde6c118cd002819609694c09 2026-03-10 10:36:09.052970 | | WARNING | Config change detected for neutron_dhcp, new hash: ddd0f13cde6c118cd002819609694c09 2026-03-10 10:36:09.053454 | | WARNING | Config change detected for neutron_sriov_agent, new hash: ddd0f13cde6c118cd002819609694c09 2026-03-10 10:36:09.054146 | | WARNING | Config change detected for nova_api, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.054724 | | WARNING | Config change detected for nova_api_cron, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.055279 | | WARNING | Config change detected for nova_conductor, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.055853 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.056231 | | WARNING | Config change detected for nova_metadata, new hash: ef9869c0da4ba46248d56568ca9467b3 2026-03-10 10:36:09.056537 | | WARNING | Config change detected for nova_migration_target, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.056866 | | WARNING | Config change detected for nova_scheduler, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.057246 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.057619 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 8dfc34a18c80a77206364cc56d45f92b 2026-03-10 10:36:09.057921 | | WARNING | Config change detected for octavia_api, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.058221 | | WARNING | Config change detected for octavia_driver_agent, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.058614 | | WARNING | Config change detected for ovn_metadata_agent, new hash: ddd0f13cde6c118cd002819609694c09 2026-03-10 10:36:09.058919 | | WARNING | Config change detected for placement_api, new hash: b1326f1ef54355739fe989fde441961c 2026-03-10 10:36:09.059214 | | WARNING | Config change detected for placement_wait_for_service, new hash: b1326f1ef54355739fe989fde441961c 2026-03-10 10:36:09.059594 | | WARNING | Config change detected for swift_account_reaper, new hash: 507f6b61daec82502588db68b3e41353 2026-03-10 10:36:09.059910 | | WARNING | Config change detected for swift_account_server, new hash: 507f6b61daec82502588db68b3e41353 2026-03-10 10:36:09.060211 | | WARNING | Config change detected for swift_container_server, new hash: 507f6b61daec82502588db68b3e41353 2026-03-10 10:36:09.060604 | | WARNING | Config change detected for swift_container_updater, new hash: 507f6b61daec82502588db68b3e41353 2026-03-10 10:36:09.060963 | | WARNING | Config change detected for swift_object_expirer, new hash: 507f6b61daec82502588db68b3e41353 2026-03-10 10:36:09.061285 | | WARNING | Config change detected for swift_object_server, new hash: 507f6b61daec82502588db68b3e41353 2026-03-10 10:36:09.061623 | | WARNING | Config change detected for swift_object_updater, new hash: 507f6b61daec82502588db68b3e41353 2026-03-10 10:36:09.062093 | | WARNING | Config change detected for swift_proxy, new hash: 507f6b61daec82502588db68b3e41353 2026-03-10 10:36:09.062401 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 91b30484821712c144dfef394e411b32 2026-03-10 10:36:09.062724 | | WARNING | Config change detected for gnocchi_api, new hash: bb4dab1ec06b7f1944bba329979ef938 2026-03-10 10:36:09.063018 | | WARNING | Config change detected for gnocchi_db_sync, new hash: bb4dab1ec06b7f1944bba329979ef938 2026-03-10 10:36:09.063338 | | WARNING | Config change detected for gnocchi_metricd, new hash: bb4dab1ec06b7f1944bba329979ef938 2026-03-10 10:36:09.063688 | | WARNING | Config change detected for gnocchi_statsd, new hash: bb4dab1ec06b7f1944bba329979ef938 2026-03-10 10:36:09.064002 | | WARNING | Config change detected for nova_compute, new hash: 516fa9205f169f8cbbc2234c42eeb4c8-7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.064329 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 7c10e2a830191e983f2dd96b2839f623 2026-03-10 10:36:09.064655 | | WARNING | Config change detected for octavia_health_manager, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.064979 | | WARNING | Config change detected for octavia_housekeeping, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.065291 | | WARNING | Config change detected for octavia_rsyslog, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.065650 | | WARNING | Config change detected for octavia_worker, new hash: b1e544d36b05a4f2be5f4c9ad6e2dc24 2026-03-10 10:36:09.066113 | fa163e54-a5a0-0449-013c-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2026-03-10 10:36:09.066762 | fa163e54-a5a0-0449-013c-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:10:52.768395 | 0.36s 2026-03-10 10:36:09.092391 | fa163e54-a5a0-0449-013c-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 10:36:09.150193 | fa163e54-a5a0-0449-013c-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:52.851822 | 0.06s 2026-03-10 10:36:09.165739 | a094e9e0-beac-44b7-a5ee-31ae6027b1ac | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:36:09.193616 | fa163e54-a5a0-0449-013c-00000000271f | TASK | Gather podman infos 2026-03-10 10:36:10.077823 | fa163e54-a5a0-0449-013c-00000000271f | OK | Gather podman infos | standalone 2026-03-10 10:36:10.078950 | fa163e54-a5a0-0449-013c-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:53.780580 | 0.88s 2026-03-10 10:36:10.151877 | fa163e54-a5a0-0449-013c-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 10:36:10.215481 | fa163e54-a5a0-0449-013c-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:53.917096 | 0.06s 2026-03-10 10:36:10.345419 | fa163e54-a5a0-0449-013c-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:10:54.047033 | 0.06s 2026-03-10 10:36:10.412604 | fa163e54-a5a0-0449-013c-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 10:36:10.465960 | fa163e54-a5a0-0449-013c-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:54.167575 | 0.05s 2026-03-10 10:36:10.493086 | 225a950d-c12b-4186-9b5a-a9104fe4dcfb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:36:10.529221 | fa163e54-a5a0-0449-013c-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 10:36:18.770191 | fa163e54-a5a0-0449-013c-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-10 10:36:18.771840 | fa163e54-a5a0-0449-013c-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:02.473469 | 8.24s 2026-03-10 10:36:18.804499 | fa163e54-a5a0-0449-013c-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 10:36:21.568230 | fa163e54-a5a0-0449-013c-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-10 10:36:21.569135 | fa163e54-a5a0-0449-013c-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:05.270772 | 2.76s 2026-03-10 10:36:21.613316 | fa163e54-a5a0-0449-013c-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-10 10:36:21.839898 | fa163e54-a5a0-0449-013c-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-10 10:36:21.841176 | fa163e54-a5a0-0449-013c-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:05.542805 | 0.23s 2026-03-10 10:36:21.905416 | fa163e54-a5a0-0449-013c-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-10 10:36:21.960547 | fa163e54-a5a0-0449-013c-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:05.662157 | 0.05s 2026-03-10 10:36:22.004869 | fa163e54-a5a0-0449-013c-0000000024ab | TASK | Include container-puppet tasks for step 1 2026-03-10 10:36:22.036859 | fa163e54-a5a0-0449-013c-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:05.738483 | 0.03s 2026-03-10 10:36:22.054106 | 61480664-4157-4c9f-a276-f12214cd40de | INCLUDED | /root/standalone-ansible-yd4gfna1/host-container-puppet-tasks.yaml | standalone 2026-03-10 10:36:22.090450 | fa163e54-a5a0-0449-013c-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-10 10:36:22.605969 | fa163e54-a5a0-0449-013c-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-10 10:36:22.607398 | fa163e54-a5a0-0449-013c-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:06.309025 | 0.52s 2026-03-10 10:36:22.639328 | fa163e54-a5a0-0449-013c-0000000027dd | TASK | Generate container puppet configs for step 1 2026-03-10 10:36:22.905979 | fa163e54-a5a0-0449-013c-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2026-03-10 10:36:22.907299 | fa163e54-a5a0-0449-013c-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:06.608922 | 0.27s 2026-03-10 10:36:22.938382 | fa163e54-a5a0-0449-013c-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-10 10:36:22.968802 | fa163e54-a5a0-0449-013c-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:06.670426 | 0.03s 2026-03-10 10:36:23.028444 | fa163e54-a5a0-0449-013c-0000000025c9 | TASK | Gather variables for each operating system 2026-03-10 10:36:23.142609 | fa163e54-a5a0-0449-013c-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:06.844191 | 0.11s 2026-03-10 10:36:23.174313 | fa163e54-a5a0-0449-013c-0000000025ca | TASK | Create container logs path 2026-03-10 10:36:23.434094 | fa163e54-a5a0-0449-013c-0000000025ca | OK | Create container logs path | standalone 2026-03-10 10:36:23.435630 | fa163e54-a5a0-0449-013c-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:07.137258 | 0.26s 2026-03-10 10:36:23.468779 | fa163e54-a5a0-0449-013c-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:36:23.704792 | fa163e54-a5a0-0449-013c-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 10:36:23.706210 | fa163e54-a5a0-0449-013c-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:07.407838 | 0.24s 2026-03-10 10:36:23.736713 | fa163e54-a5a0-0449-013c-0000000025cd | TASK | Finalise hashes for all containers 2026-03-10 10:36:23.787900 | fa163e54-a5a0-0449-013c-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-03-10 10:36:23.789040 | fa163e54-a5a0-0449-013c-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:07.490669 | 0.05s 2026-03-10 10:36:23.819287 | fa163e54-a5a0-0449-013c-0000000025cf | TASK | Manage systemd shutdown files 2026-03-10 10:36:23.852238 | fa163e54-a5a0-0449-013c-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:36:23.853295 | fa163e54-a5a0-0449-013c-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:07.554924 | 0.03s 2026-03-10 10:36:23.882981 | fa163e54-a5a0-0449-013c-0000000025d1 | TASK | Update container configs with new config hashes 2026-03-10 10:36:23.923809 | fa163e54-a5a0-0449-013c-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:36:23.924913 | fa163e54-a5a0-0449-013c-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:07.626541 | 0.04s 2026-03-10 10:36:23.956853 | fa163e54-a5a0-0449-013c-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:36:24.007401 | fa163e54-a5a0-0449-013c-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 10:36:24.008483 | fa163e54-a5a0-0449-013c-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:07.710112 | 0.05s 2026-03-10 10:36:24.040629 | fa163e54-a5a0-0449-013c-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 10:36:24.092010 | fa163e54-a5a0-0449-013c-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 10:36:24.093265 | fa163e54-a5a0-0449-013c-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:07.794894 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-03-10 10:36:24.274350 | fa163e54-a5a0-0449-013c-0000000000c6 | TASK | External deployment step 2 2026-03-10 10:36:24.304714 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000c6') missing from stats 2026-03-10 10:36:24.363537 | fa163e54-a5a0-0449-013c-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:08.065153 | 0.04s 2026-03-10 10:36:24.394483 | 1774f770-9faa-4d8a-a7b6-3cda486a7db1 | INCLUDED | /root/standalone-ansible-yd4gfna1/external_deploy_steps_tasks_step2.yaml | undercloud 2026-03-10 10:36:24.413949 | fa163e54-a5a0-0449-013c-000000002858 | TASK | create cephadm working directory and related files 2026-03-10 10:36:24.460397 | fa163e54-a5a0-0449-013c-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:08.162024 | 0.05s 2026-03-10 10:36:24.508001 | fa163e54-a5a0-0449-013c-000000002880 | TASK | create cephadm workdir 2026-03-10 10:36:24.778050 | fa163e54-a5a0-0449-013c-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-yd4gfna1/cephadm 2026-03-10 10:36:24.780123 | fa163e54-a5a0-0449-013c-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:08.481747 | 0.27s 2026-03-10 10:36:24.790604 | fa163e54-a5a0-0449-013c-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:08.492193 | 0.28s 2026-03-10 10:36:24.808949 | fa163e54-a5a0-0449-013c-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2026-03-10 10:36:25.076974 | fa163e54-a5a0-0449-013c-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2026-03-10 10:36:25.078368 | fa163e54-a5a0-0449-013c-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:08.779997 | 0.27s 2026-03-10 10:36:25.096501 | fa163e54-a5a0-0449-013c-000000002882 | TASK | get the list of enabled services on the overcloud 2026-03-10 10:36:25.162171 | fa163e54-a5a0-0449-013c-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2026-03-10 10:36:25.163738 | fa163e54-a5a0-0449-013c-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:08.865360 | 0.07s 2026-03-10 10:36:25.184882 | fa163e54-a5a0-0449-013c-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2026-03-10 10:36:25.225996 | fa163e54-a5a0-0449-013c-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2026-03-10 10:36:25.227243 | fa163e54-a5a0-0449-013c-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:08.928868 | 0.04s 2026-03-10 10:36:25.286773 | fa163e54-a5a0-0449-013c-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:08.988391 | 0.04s 2026-03-10 10:36:25.373959 | fa163e54-a5a0-0449-013c-000000002908 | TASK | set basic user fact 2026-03-10 10:36:25.443157 | fa163e54-a5a0-0449-013c-000000002908 | SKIPPED | set basic user fact | undercloud 2026-03-10 10:36:25.444436 | fa163e54-a5a0-0449-013c-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:09.146061 | 0.07s 2026-03-10 10:36:25.463194 | fa163e54-a5a0-0449-013c-000000002909 | TASK | set basic home fact 2026-03-10 10:36:25.546159 | fa163e54-a5a0-0449-013c-000000002909 | OK | set basic home fact | undercloud 2026-03-10 10:36:25.547039 | fa163e54-a5a0-0449-013c-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:09.248674 | 0.08s 2026-03-10 10:36:25.563466 | fa163e54-a5a0-0449-013c-00000000290a | TASK | set calling_ansible_environment_variables fact 2026-03-10 10:36:25.645528 | fa163e54-a5a0-0449-013c-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2026-03-10 10:36:25.647033 | fa163e54-a5a0-0449-013c-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:09.348660 | 0.08s 2026-03-10 10:36:25.671013 | fa163e54-a5a0-0449-013c-00000000290c | TASK | get all ansible environment variables 2026-03-10 10:36:25.733210 | fa163e54-a5a0-0449-013c-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2026-03-10 10:36:25.734562 | fa163e54-a5a0-0449-013c-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:09.436189 | 0.06s 2026-03-10 10:36:25.754028 | fa163e54-a5a0-0449-013c-00000000290d | TASK | set calling_ansible_environment_variables 2026-03-10 10:36:25.831647 | fa163e54-a5a0-0449-013c-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2026-03-10 10:36:25.832991 | fa163e54-a5a0-0449-013c-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:09.534616 | 0.08s 2026-03-10 10:36:25.851366 | fa163e54-a5a0-0449-013c-00000000290f | TASK | Set common fact 2026-03-10 10:36:25.923101 | fa163e54-a5a0-0449-013c-00000000290f | OK | Set common fact | undercloud 2026-03-10 10:36:25.924422 | fa163e54-a5a0-0449-013c-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:09.626051 | 0.07s 2026-03-10 10:36:25.942567 | fa163e54-a5a0-0449-013c-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2026-03-10 10:36:25.994189 | fa163e54-a5a0-0449-013c-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2026-03-10 10:36:25.995513 | fa163e54-a5a0-0449-013c-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:09.697140 | 0.05s 2026-03-10 10:36:26.032418 | fa163e54-a5a0-0449-013c-000000002912 | TASK | build filter list 2026-03-10 10:36:26.061523 | fa163e54-a5a0-0449-013c-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:09.763142 | 0.03s 2026-03-10 10:36:26.080833 | fa163e54-a5a0-0449-013c-000000002913 | TASK | add images pool 2026-03-10 10:36:26.144481 | fa163e54-a5a0-0449-013c-000000002913 | OK | add images pool | undercloud 2026-03-10 10:36:26.145873 | fa163e54-a5a0-0449-013c-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:09.847502 | 0.06s 2026-03-10 10:36:26.164740 | fa163e54-a5a0-0449-013c-000000002914 | TASK | add volumes pool 2026-03-10 10:36:26.252435 | fa163e54-a5a0-0449-013c-000000002914 | OK | add volumes pool | undercloud 2026-03-10 10:36:26.253815 | fa163e54-a5a0-0449-013c-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:09.955443 | 0.09s 2026-03-10 10:36:26.271969 | fa163e54-a5a0-0449-013c-000000002915 | TASK | add vms pool 2026-03-10 10:36:26.354819 | fa163e54-a5a0-0449-013c-000000002915 | OK | add vms pool | undercloud 2026-03-10 10:36:26.356156 | fa163e54-a5a0-0449-013c-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:10.057785 | 0.08s 2026-03-10 10:36:26.374684 | fa163e54-a5a0-0449-013c-000000002916 | TASK | add gnocchi pool 2026-03-10 10:36:26.416176 | fa163e54-a5a0-0449-013c-000000002916 | SKIPPED | add gnocchi pool | undercloud 2026-03-10 10:36:26.417403 | fa163e54-a5a0-0449-013c-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:10.119030 | 0.04s 2026-03-10 10:36:26.435271 | fa163e54-a5a0-0449-013c-000000002917 | TASK | add cinder backup pool 2026-03-10 10:36:26.512918 | fa163e54-a5a0-0449-013c-000000002917 | OK | add cinder backup pool | undercloud 2026-03-10 10:36:26.514184 | fa163e54-a5a0-0449-013c-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:10.215813 | 0.08s 2026-03-10 10:36:26.532429 | fa163e54-a5a0-0449-013c-000000002918 | TASK | add cinder extra pools 2026-03-10 10:36:26.561768 | fa163e54-a5a0-0449-013c-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:10.263389 | 0.03s 2026-03-10 10:36:26.581019 | fa163e54-a5a0-0449-013c-000000002919 | TASK | build resulting pool list 2026-03-10 10:36:26.750011 | fa163e54-a5a0-0449-013c-000000002919 | OK | build resulting pool list | undercloud 2026-03-10 10:36:26.751372 | fa163e54-a5a0-0449-013c-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:10.453001 | 0.17s 2026-03-10 10:36:26.769812 | fa163e54-a5a0-0449-013c-00000000291b | TASK | add manila data pool 2026-03-10 10:36:26.842350 | fa163e54-a5a0-0449-013c-00000000291b | OK | add manila data pool | undercloud 2026-03-10 10:36:26.843649 | fa163e54-a5a0-0449-013c-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:10.545278 | 0.07s 2026-03-10 10:36:26.861749 | fa163e54-a5a0-0449-013c-00000000291c | TASK | add manila metadata pool 2026-03-10 10:36:26.918507 | fa163e54-a5a0-0449-013c-00000000291c | OK | add manila metadata pool | undercloud 2026-03-10 10:36:26.919700 | fa163e54-a5a0-0449-013c-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:10.621331 | 0.06s 2026-03-10 10:36:26.996500 | fa163e54-a5a0-0449-013c-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:10.698123 | 0.04s 2026-03-10 10:36:27.176492 | fa163e54-a5a0-0449-013c-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2026-03-10 10:36:27.224234 | fa163e54-a5a0-0449-013c-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2026-03-10 10:36:27.225564 | fa163e54-a5a0-0449-013c-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:10.927191 | 0.05s 2026-03-10 10:36:27.243718 | fa163e54-a5a0-0449-013c-000000002ab0 | TASK | build openstack client profiles per pool 2026-03-10 10:36:27.312697 | fa163e54-a5a0-0449-013c-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-10 10:36:27.313842 | fa163e54-a5a0-0449-013c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:11.015474 | 0.07s 2026-03-10 10:36:27.337211 | fa163e54-a5a0-0449-013c-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-10 10:36:27.340669 | fa163e54-a5a0-0449-013c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:11.042299 | 0.10s 2026-03-10 10:36:27.360922 | fa163e54-a5a0-0449-013c-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-10 10:36:27.362086 | fa163e54-a5a0-0449-013c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:11.063719 | 0.12s 2026-03-10 10:36:27.381636 | fa163e54-a5a0-0449-013c-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-10 10:36:27.382381 | fa163e54-a5a0-0449-013c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:11.084014 | 0.14s 2026-03-10 10:36:27.394881 | fa163e54-a5a0-0449-013c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:11.096505 | 0.15s 2026-03-10 10:36:27.411815 | fa163e54-a5a0-0449-013c-000000002ab1 | TASK | set openstack client caps 2026-03-10 10:36:27.450412 | fa163e54-a5a0-0449-013c-000000002ab1 | OK | set openstack client caps | undercloud 2026-03-10 10:36:27.451407 | fa163e54-a5a0-0449-013c-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:11.153041 | 0.04s 2026-03-10 10:36:27.467248 | fa163e54-a5a0-0449-013c-000000002ab2 | TASK | set openstack client osd(s) caps 2026-03-10 10:36:27.523121 | fa163e54-a5a0-0449-013c-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2026-03-10 10:36:27.524527 | fa163e54-a5a0-0449-013c-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:11.226155 | 0.06s 2026-03-10 10:36:27.543095 | fa163e54-a5a0-0449-013c-000000002ab3 | TASK | Combine caps 2026-03-10 10:36:27.585656 | fa163e54-a5a0-0449-013c-000000002ab3 | OK | Combine caps | undercloud 2026-03-10 10:36:27.587087 | fa163e54-a5a0-0449-013c-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:11.288710 | 0.04s 2026-03-10 10:36:27.606381 | fa163e54-a5a0-0449-013c-000000002ab4 | TASK | set openstack client key 2026-03-10 10:36:27.663472 | fa163e54-a5a0-0449-013c-000000002ab4 | OK | set openstack client key | undercloud 2026-03-10 10:36:27.664945 | fa163e54-a5a0-0449-013c-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:11.366572 | 0.06s 2026-03-10 10:36:27.684979 | fa163e54-a5a0-0449-013c-000000002ab6 | TASK | build manila key for openstack 2026-03-10 10:36:27.727057 | fa163e54-a5a0-0449-013c-000000002ab6 | OK | build manila key for openstack | undercloud 2026-03-10 10:36:27.728363 | fa163e54-a5a0-0449-013c-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:11.429992 | 0.04s 2026-03-10 10:36:27.747537 | fa163e54-a5a0-0449-013c-000000002ab7 | TASK | build radosgw key for openstack 2026-03-10 10:36:27.781098 | fa163e54-a5a0-0449-013c-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2026-03-10 10:36:27.782783 | fa163e54-a5a0-0449-013c-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:11.484404 | 0.03s 2026-03-10 10:36:27.804216 | fa163e54-a5a0-0449-013c-000000002ab8 | TASK | build the resulting keys 2026-03-10 10:36:27.976804 | fa163e54-a5a0-0449-013c-000000002ab8 | OK | build the resulting keys | undercloud 2026-03-10 10:36:27.978155 | fa163e54-a5a0-0449-013c-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:11.679785 | 0.17s 2026-03-10 10:36:28.046019 | fa163e54-a5a0-0449-013c-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:11.747638 | 0.03s 2026-03-10 10:36:28.203693 | fa163e54-a5a0-0449-013c-000000002dd3 | TASK | build ceph orphan set 2026-03-10 10:36:28.250215 | fa163e54-a5a0-0449-013c-000000002dd3 | OK | build ceph orphan set | undercloud 2026-03-10 10:36:28.250970 | fa163e54-a5a0-0449-013c-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:11.952606 | 0.05s 2026-03-10 10:36:28.265088 | fa163e54-a5a0-0449-013c-000000002dd4 | TASK | clean ceph_config_overrides list 2026-03-10 10:36:28.310033 | fa163e54-a5a0-0449-013c-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:12.011662 | 0.04s 2026-03-10 10:36:28.324805 | fa163e54-a5a0-0449-013c-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2026-03-10 10:36:28.392543 | fa163e54-a5a0-0449-013c-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2026-03-10 10:36:28.393484 | fa163e54-a5a0-0449-013c-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:12.095118 | 0.07s 2026-03-10 10:36:28.407864 | fa163e54-a5a0-0449-013c-000000002dd6 | TASK | build ceph config overrides 2026-03-10 10:36:28.542359 | fa163e54-a5a0-0449-013c-000000002dd6 | OK | build ceph config overrides | undercloud 2026-03-10 10:36:28.544076 | fa163e54-a5a0-0449-013c-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:12.245700 | 0.14s 2026-03-10 10:36:28.581798 | fa163e54-a5a0-0449-013c-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2026-03-10 10:36:29.311479 | fa163e54-a5a0-0449-013c-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-03-10 10:36:29.312472 | fa163e54-a5a0-0449-013c-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:13.014108 | 0.73s 2026-03-10 10:36:29.330554 | fa163e54-a5a0-0449-013c-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-10 10:36:29.446124 | fa163e54-a5a0-0449-013c-000000002889 | OK | Set bootstrap host | undercloud 2026-03-10 10:36:29.447255 | fa163e54-a5a0-0449-013c-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:13.148885 | 0.12s 2026-03-10 10:36:29.465365 | fa163e54-a5a0-0449-013c-00000000288a | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-10 10:36:29.584371 | fa163e54-a5a0-0449-013c-00000000288a | OK | Set first monitor IP | undercloud 2026-03-10 10:36:29.585389 | fa163e54-a5a0-0449-013c-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:13.287019 | 0.12s 2026-03-10 10:36:29.603461 | fa163e54-a5a0-0449-013c-00000000288b | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-10 10:36:29.658126 | fa163e54-a5a0-0449-013c-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2026-03-10 10:36:29.659132 | fa163e54-a5a0-0449-013c-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:13.360759 | 0.05s 2026-03-10 10:36:29.677511 | fa163e54-a5a0-0449-013c-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2026-03-10 10:36:30.194743 | fa163e54-a5a0-0449-013c-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-03-10 10:36:30.196229 | fa163e54-a5a0-0449-013c-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:13.897857 | 0.52s 2026-03-10 10:36:30.232693 | fa163e54-a5a0-0449-013c-000000002859 | TASK | Prepare cephadm user and keys 2026-03-10 10:36:30.783449 | fa163e54-a5a0-0449-013c-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2026-03-10 10:36:30.784487 | fa163e54-a5a0-0449-013c-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:14.486119 | 0.55s 2026-03-10 10:36:30.799982 | fa163e54-a5a0-0449-013c-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2026-03-10 10:36:30.925028 | fa163e54-a5a0-0449-013c-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:14.626652 | 0.12s 2026-03-10 10:36:30.997426 | fa163e54-a5a0-0449-013c-00000000304f | TASK | set cephadm playbook 2026-03-10 10:36:31.067894 | fa163e54-a5a0-0449-013c-00000000304f | OK | set cephadm playbook | undercloud 2026-03-10 10:36:31.069330 | fa163e54-a5a0-0449-013c-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:14.770960 | 0.07s 2026-03-10 10:36:31.084947 | fa163e54-a5a0-0449-013c-000000003050 | TASK | Setup the log path 2026-03-10 10:36:31.138134 | fa163e54-a5a0-0449-013c-000000003050 | OK | Setup the log path | undercloud 2026-03-10 10:36:31.139557 | fa163e54-a5a0-0449-013c-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:14.841186 | 0.05s 2026-03-10 10:36:31.158704 | fa163e54-a5a0-0449-013c-000000003051 | TASK | Setup the cephadm playbook command 2026-03-10 10:36:31.232848 | fa163e54-a5a0-0449-013c-000000003051 | OK | Setup the cephadm playbook command | undercloud 2026-03-10 10:36:31.234297 | fa163e54-a5a0-0449-013c-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:14.935925 | 0.07s 2026-03-10 10:36:31.250731 | fa163e54-a5a0-0449-013c-000000003052 | TASK | rotate cephadm_command.log 2026-03-10 10:36:31.501153 | fa163e54-a5a0-0449-013c-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2026-03-10 10:36:31.502278 | fa163e54-a5a0-0449-013c-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:15.203912 | 0.25s 2026-03-10 10:36:31.518416 | fa163e54-a5a0-0449-013c-000000003053 | TASK | save cephadm playbook command to shell script 2026-03-10 10:36:32.002755 | fa163e54-a5a0-0449-013c-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2026-03-10 10:36:32.004272 | fa163e54-a5a0-0449-013c-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:15.705899 | 0.48s 2026-03-10 10:36:32.023887 | fa163e54-a5a0-0449-013c-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2026-03-10 10:36:32.100907 | fa163e54-a5a0-0449-013c-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-yd4gfna1/cephadm/cephadm_command.log)" } 2026-03-10 10:36:32.102301 | fa163e54-a5a0-0449-013c-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:15.803929 | 0.08s 2026-03-10 10:36:32.122305 | fa163e54-a5a0-0449-013c-000000003055 | TASK | run cephadm playbook 2026-03-10 10:37:31.618707 | fa163e54-a5a0-0449-013c-000000003055 | CHANGED | run cephadm playbook | undercloud 2026-03-10 10:37:31.620081 | fa163e54-a5a0-0449-013c-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:15.321717 | 59.50s 2026-03-10 10:37:31.635247 | fa163e54-a5a0-0449-013c-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2026-03-10 10:37:31.683017 | fa163e54-a5a0-0449-013c-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2026-03-10 10:37:31.683731 | fa163e54-a5a0-0449-013c-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:15.385367 | 0.05s 2026-03-10 10:37:31.697856 | fa163e54-a5a0-0449-013c-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2026-03-10 10:37:31.744700 | fa163e54-a5a0-0449-013c-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2026-03-10 10:37:31.745844 | fa163e54-a5a0-0449-013c-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:15.447472 | 0.05s 2026-03-10 10:37:31.772928 | fa163e54-a5a0-0449-013c-00000000285c | TASK | Check if the input variable file exists 2026-03-10 10:37:31.995471 | fa163e54-a5a0-0449-013c-00000000285c | OK | Check if the input variable file exists | undercloud 2026-03-10 10:37:31.997139 | fa163e54-a5a0-0449-013c-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:15.698767 | 0.22s 2026-03-10 10:37:32.014818 | fa163e54-a5a0-0449-013c-00000000285d | TASK | Populate CephClientConfigVars from THT 2026-03-10 10:37:32.074312 | fa163e54-a5a0-0449-013c-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2026-03-10 10:37:32.076150 | fa163e54-a5a0-0449-013c-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:15.777776 | 0.06s 2026-03-10 10:37:32.094445 | fa163e54-a5a0-0449-013c-00000000285e | TASK | configure ceph clients 2026-03-10 10:37:32.147518 | fa163e54-a5a0-0449-013c-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:15.849139 | 0.05s 2026-03-10 10:37:32.211113 | fa163e54-a5a0-0449-013c-000000003119 | TASK | get the list of enabled services on the overcloud 2026-03-10 10:37:32.260801 | fa163e54-a5a0-0449-013c-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2026-03-10 10:37:32.261878 | fa163e54-a5a0-0449-013c-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:15.963511 | 0.05s 2026-03-10 10:37:32.277697 | fa163e54-a5a0-0449-013c-00000000311a | TASK | Create ceph_client_fetch_dir 2026-03-10 10:37:32.314139 | fa163e54-a5a0-0449-013c-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:16.015736 | 0.04s 2026-03-10 10:37:32.322838 | 0392b2ff-330f-4ad4-9e64-d0b161ee3bc7 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-03-10 10:37:32.346553 | fa163e54-a5a0-0449-013c-00000000315d | TASK | Clean any old fetch directory path 2026-03-10 10:37:32.643266 | fa163e54-a5a0-0449-013c-00000000315d | OK | Clean any old fetch directory path | undercloud 2026-03-10 10:37:32.644645 | fa163e54-a5a0-0449-013c-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:16.346235 | 0.30s 2026-03-10 10:37:32.663257 | fa163e54-a5a0-0449-013c-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2026-03-10 10:37:32.920524 | fa163e54-a5a0-0449-013c-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-03-10 10:37:32.922041 | fa163e54-a5a0-0449-013c-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:16.623669 | 0.26s 2026-03-10 10:37:32.940849 | fa163e54-a5a0-0449-013c-00000000311b | TASK | Check if the input variables exist 2026-03-10 10:37:33.224841 | fa163e54-a5a0-0449-013c-00000000311b | OK | Check if the input variables exist | undercloud 2026-03-10 10:37:33.226319 | fa163e54-a5a0-0449-013c-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:16.927947 | 0.28s 2026-03-10 10:37:33.244571 | fa163e54-a5a0-0449-013c-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2026-03-10 10:37:33.320553 | fa163e54-a5a0-0449-013c-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2026-03-10 10:37:33.321542 | fa163e54-a5a0-0449-013c-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:17.023175 | 0.08s 2026-03-10 10:37:33.339647 | fa163e54-a5a0-0449-013c-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2026-03-10 10:37:33.402332 | fa163e54-a5a0-0449-013c-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2026-03-10 10:37:33.403266 | fa163e54-a5a0-0449-013c-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:17.104899 | 0.06s 2026-03-10 10:37:33.420446 | fa163e54-a5a0-0449-013c-00000000311e | TASK | Configure multiple external ceph clusters 2026-03-10 10:37:33.492942 | fa163e54-a5a0-0449-013c-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2026-03-10 10:37:33.493703 | fa163e54-a5a0-0449-013c-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:17.195339 | 0.07s 2026-03-10 10:37:33.510181 | fa163e54-a5a0-0449-013c-00000000311f | TASK | Render keys provided for the Ceph cluster 2026-03-10 10:37:33.583993 | fa163e54-a5a0-0449-013c-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:17.285609 | 0.07s 2026-03-10 10:37:33.593839 | d97ef93f-7585-4dcf-8274-afc0dfb80bfd | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2026-03-10 10:37:33.631841 | fa163e54-a5a0-0449-013c-0000000031b1 | TASK | create cephx key(s) 2026-03-10 10:37:34.240578 | fa163e54-a5a0-0449-013c-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQCt769pAAAAABAAnNhHkm5vBrYZx/4KBues1g==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2026-03-10 10:37:34.243330 | fa163e54-a5a0-0449-013c-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:17.944953 | 0.61s 2026-03-10 10:37:34.683882 | fa163e54-a5a0-0449-013c-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQCt769pAAAAABAASm4a4CXKsXRedbgSfKfFFg==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2026-03-10 10:37:34.685118 | fa163e54-a5a0-0449-013c-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:18.386747 | 1.05s 2026-03-10 10:37:34.691939 | fa163e54-a5a0-0449-013c-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:18.393571 | 1.06s 2026-03-10 10:37:34.711336 | fa163e54-a5a0-0449-013c-000000003120 | TASK | Render ceph config for the Ceph Clients 2026-03-10 10:37:34.762168 | fa163e54-a5a0-0449-013c-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:18.463793 | 0.05s 2026-03-10 10:37:34.772664 | 54d09f09-bc73-4446-baa9-f700c96dc3d0 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2026-03-10 10:37:34.811817 | fa163e54-a5a0-0449-013c-000000003215 | TASK | create ceph.conf 2026-03-10 10:37:35.385644 | fa163e54-a5a0-0449-013c-000000003215 | CHANGED | create ceph.conf | undercloud 2026-03-10 10:37:35.387213 | fa163e54-a5a0-0449-013c-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:19.088838 | 0.57s 2026-03-10 10:37:35.407056 | fa163e54-a5a0-0449-013c-000000003121 | TASK | Configure Ceph Clients 2026-03-10 10:37:35.459193 | fa163e54-a5a0-0449-013c-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:19.160817 | 0.05s 2026-03-10 10:37:35.477914 | dc2ffb28-3795-4af6-bc4b-6308e21b5dd4 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2026-03-10 10:37:35.518911 | fa163e54-a5a0-0449-013c-000000003284 | TASK | set effective ceph_clients without limit 2026-03-10 10:37:35.645523 | fa163e54-a5a0-0449-013c-000000003284 | OK | set effective ceph_clients without limit | undercloud 2026-03-10 10:37:35.646833 | fa163e54-a5a0-0449-013c-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:19.348460 | 0.13s 2026-03-10 10:37:35.665974 | fa163e54-a5a0-0449-013c-000000003285 | TASK | set effective ceph_clients with limit 2026-03-10 10:37:35.749724 | fa163e54-a5a0-0449-013c-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2026-03-10 10:37:35.751083 | fa163e54-a5a0-0449-013c-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:19.452709 | 0.08s 2026-03-10 10:37:35.771921 | fa163e54-a5a0-0449-013c-000000003286 | TASK | set distribution list from cross product of files and effective clients 2026-03-10 10:37:35.878941 | fa163e54-a5a0-0449-013c-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2026-03-10 10:37:35.880473 | fa163e54-a5a0-0449-013c-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:19.582103 | 0.11s 2026-03-10 10:37:35.921316 | fa163e54-a5a0-0449-013c-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2026-03-10 10:37:36.164770 | fa163e54-a5a0-0449-013c-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-yd4gfna1/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-000000003287') missing from stats 2026-03-10 10:37:36.392608 | fa163e54-a5a0-0449-013c-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-yd4gfna1/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-03-10 10:37:36.630842 | fa163e54-a5a0-0449-013c-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-yd4gfna1/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-03-10 10:37:36.650532 | fa163e54-a5a0-0449-013c-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:20.352159 | 0.73s 2026-03-10 10:37:36.679940 | fa163e54-a5a0-0449-013c-000000003288 | TASK | push files to the other nodes of cluster 2026-03-10 10:37:37.147048 | fa163e54-a5a0-0449-013c-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-yd4gfna1/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-000000003288') missing from stats 2026-03-10 10:37:37.597310 | fa163e54-a5a0-0449-013c-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-yd4gfna1/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-03-10 10:37:38.086369 | fa163e54-a5a0-0449-013c-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-yd4gfna1/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-03-10 10:37:38.098949 | fa163e54-a5a0-0449-013c-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:21.800571 | 1.42s 2026-03-10 10:37:38.114880 | fa163e54-a5a0-0449-013c-000000003122 | TASK | Clean ceph_client_fetch_dir 2026-03-10 10:37:38.164422 | fa163e54-a5a0-0449-013c-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:21.866039 | 0.05s 2026-03-10 10:37:38.178675 | c0a29db8-0c4b-4236-8d70-ec383680e2e9 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-03-10 10:37:38.238288 | fa163e54-a5a0-0449-013c-00000000331c | TASK | Clean any old fetch directory path 2026-03-10 10:37:38.501107 | fa163e54-a5a0-0449-013c-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2026-03-10 10:37:38.502622 | fa163e54-a5a0-0449-013c-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:22.204223 | 0.26s 2026-03-10 10:37:38.518805 | fa163e54-a5a0-0449-013c-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2026-03-10 10:37:38.556839 | fa163e54-a5a0-0449-013c-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-03-10 10:37:38.558084 | fa163e54-a5a0-0449-013c-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:22.259711 | 0.04s 2026-03-10 10:37:38.592942 | fa163e54-a5a0-0449-013c-00000000285f | TASK | tripleo client role 2026-03-10 10:37:38.613091 | fa163e54-a5a0-0449-013c-00000000285f | TIMING | tripleo client role | undercloud | 0:12:22.314713 | 0.02s 2026-03-10 10:37:38.631193 | fa163e54-a5a0-0449-013c-000000002860 | TASK | Load variables for standalone ganesha 2026-03-10 10:37:38.715064 | fa163e54-a5a0-0449-013c-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2026-03-10 10:37:38.716328 | fa163e54-a5a0-0449-013c-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:22.417956 | 0.08s 2026-03-10 10:37:38.734098 | fa163e54-a5a0-0449-013c-000000002861 | TASK | Config Standalone Ganesha 2026-03-10 10:37:38.786145 | fa163e54-a5a0-0449-013c-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2026-03-10 10:37:38.787342 | fa163e54-a5a0-0449-013c-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:22.488965 | 0.05s PLAY [Deploy step tasks for 2] ************************************************* 2026-03-10 10:37:38.925958 | fa163e54-a5a0-0449-013c-0000000000ca | TASK | Deploy step tasks for 2 2026-03-10 10:37:38.952152 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000ca') missing from stats 2026-03-10 10:37:38.974860 | fa163e54-a5a0-0449-013c-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-10 10:37:39.466504 | fa163e54-a5a0-0449-013c-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-10 10:37:39.468412 | fa163e54-a5a0-0449-013c-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:23.170033 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 10:37:39.526161 | fa163e54-a5a0-0449-013c-0000000000cc | TIMING | include_tasks | standalone | 0:12:23.227787 | 0.03s 2026-03-10 10:37:39.606975 | 2e5f9ba3-cfb1-41ad-946e-8cdd7d923e0d | INCLUDED | /root/standalone-ansible-yd4gfna1/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-10 10:37:39.644230 | fa163e54-a5a0-0449-013c-0000000033e3 | TASK | Push script 2026-03-10 10:37:40.163421 | fa163e54-a5a0-0449-013c-0000000033e3 | CHANGED | Push script | standalone 2026-03-10 10:37:40.164854 | fa163e54-a5a0-0449-013c-0000000033e3 | TIMING | Push script | standalone | 0:12:23.866481 | 0.52s 2026-03-10 10:37:40.195719 | fa163e54-a5a0-0449-013c-0000000033e4 | TASK | Insert cronjob in root crontab 2026-03-10 10:37:40.634968 | fa163e54-a5a0-0449-013c-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-10 10:37:40.636405 | fa163e54-a5a0-0449-013c-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:24.338034 | 0.44s 2026-03-10 10:37:40.666542 | fa163e54-a5a0-0449-013c-0000000033eb | TASK | Gather variables for each operating system 2026-03-10 10:37:40.772955 | fa163e54-a5a0-0449-013c-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:24.474572 | 0.10s 2026-03-10 10:37:40.803553 | fa163e54-a5a0-0449-013c-0000000033ec | TASK | Detect if resource is being created or already exists 2026-03-10 10:37:41.569833 | fa163e54-a5a0-0449-013c-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 10:37:41.571186 | fa163e54-a5a0-0449-013c-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:25.272815 | 0.77s 2026-03-10 10:37:41.606361 | fa163e54-a5a0-0449-013c-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2026-03-10 10:39:30.092637 | fa163e54-a5a0-0449-013c-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-10 10:39:30.093807 | fa163e54-a5a0-0449-013c-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:13.795444 | 108.49s 2026-03-10 10:39:30.115563 | fa163e54-a5a0-0449-013c-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-10 10:39:30.379657 | fa163e54-a5a0-0449-013c-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-10 10:39:30.380993 | fa163e54-a5a0-0449-013c-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:14.082621 | 0.26s 2026-03-10 10:39:30.411336 | fa163e54-a5a0-0449-013c-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 10:39:31.009998 | fa163e54-a5a0-0449-013c-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 10:39:31.011220 | fa163e54-a5a0-0449-013c-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:14.712850 | 0.60s 2026-03-10 10:39:31.044362 | fa163e54-a5a0-0449-013c-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-10 10:39:31.344340 | fa163e54-a5a0-0449-013c-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-10 10:39:31.345730 | fa163e54-a5a0-0449-013c-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:15.047357 | 0.30s 2026-03-10 10:39:31.377912 | fa163e54-a5a0-0449-013c-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-10 10:39:31.432046 | fa163e54-a5a0-0449-013c-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-10 10:39:31.433518 | fa163e54-a5a0-0449-013c-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:15.135141 | 0.05s 2026-03-10 10:39:31.469694 | fa163e54-a5a0-0449-013c-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-10 10:39:31.525009 | fa163e54-a5a0-0449-013c-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-10 10:39:31.526436 | fa163e54-a5a0-0449-013c-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:15.228063 | 0.05s 2026-03-10 10:39:31.563455 | fa163e54-a5a0-0449-013c-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-10 10:39:31.620411 | fa163e54-a5a0-0449-013c-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-10 10:39:31.622068 | fa163e54-a5a0-0449-013c-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:15.323689 | 0.06s 2026-03-10 10:39:31.658099 | fa163e54-a5a0-0449-013c-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 10:39:31.713428 | fa163e54-a5a0-0449-013c-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 10:39:31.714749 | fa163e54-a5a0-0449-013c-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:15.416376 | 0.05s 2026-03-10 10:39:31.748712 | fa163e54-a5a0-0449-013c-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2026-03-10 10:39:31.807007 | fa163e54-a5a0-0449-013c-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-10 10:39:31.808742 | fa163e54-a5a0-0449-013c-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:15.510363 | 0.06s 2026-03-10 10:39:31.870758 | fa163e54-a5a0-0449-013c-000000003417 | TASK | Gather variables for each operating system 2026-03-10 10:39:31.988511 | fa163e54-a5a0-0449-013c-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:15.690128 | 0.12s 2026-03-10 10:39:32.019380 | fa163e54-a5a0-0449-013c-000000003418 | TASK | Detect if resource is being created or already exists 2026-03-10 10:39:32.781402 | fa163e54-a5a0-0449-013c-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 10:39:32.782263 | fa163e54-a5a0-0449-013c-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:16.483901 | 0.76s 2026-03-10 10:39:32.802007 | fa163e54-a5a0-0449-013c-000000003419 | TASK | Run init bundle puppet on the host for mysql 2026-03-10 10:40:01.503941 | fa163e54-a5a0-0449-013c-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-10 10:40:01.505657 | fa163e54-a5a0-0449-013c-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:14:45.207285 | 28.70s 2026-03-10 10:40:01.537555 | fa163e54-a5a0-0449-013c-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-10 10:40:01.798489 | fa163e54-a5a0-0449-013c-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-10 10:40:01.799550 | fa163e54-a5a0-0449-013c-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:14:45.501183 | 0.26s 2026-03-10 10:40:01.824547 | fa163e54-a5a0-0449-013c-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 10:40:02.268400 | fa163e54-a5a0-0449-013c-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 10:40:02.270067 | fa163e54-a5a0-0449-013c-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:45.971696 | 0.44s 2026-03-10 10:40:02.302029 | fa163e54-a5a0-0449-013c-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-10 10:40:02.510490 | fa163e54-a5a0-0449-013c-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-10 10:40:02.511357 | fa163e54-a5a0-0449-013c-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:14:46.212994 | 0.21s 2026-03-10 10:40:02.532542 | fa163e54-a5a0-0449-013c-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-10 10:40:02.568694 | fa163e54-a5a0-0449-013c-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-10 10:40:02.569381 | fa163e54-a5a0-0449-013c-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:14:46.271017 | 0.04s 2026-03-10 10:40:02.590348 | fa163e54-a5a0-0449-013c-00000000341f | TASK | Get container image tag from bundle galera-bundle 2026-03-10 10:40:02.627736 | fa163e54-a5a0-0449-013c-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-10 10:40:02.629367 | fa163e54-a5a0-0449-013c-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:14:46.330994 | 0.04s 2026-03-10 10:40:02.663427 | fa163e54-a5a0-0449-013c-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-10 10:40:02.695589 | fa163e54-a5a0-0449-013c-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-10 10:40:02.697423 | fa163e54-a5a0-0449-013c-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:14:46.399050 | 0.03s 2026-03-10 10:40:02.724615 | fa163e54-a5a0-0449-013c-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 10:40:02.764079 | fa163e54-a5a0-0449-013c-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 10:40:02.765841 | fa163e54-a5a0-0449-013c-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:46.467473 | 0.04s 2026-03-10 10:40:02.803198 | fa163e54-a5a0-0449-013c-000000003422 | TASK | Remove update marker for bundle galera-bundle 2026-03-10 10:40:02.852739 | fa163e54-a5a0-0449-013c-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-10 10:40:02.854488 | fa163e54-a5a0-0449-013c-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:14:46.556118 | 0.05s 2026-03-10 10:40:02.903251 | fa163e54-a5a0-0449-013c-000000003443 | TASK | Gather variables for each operating system 2026-03-10 10:40:02.984838 | fa163e54-a5a0-0449-013c-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:46.686451 | 0.08s 2026-03-10 10:40:03.018072 | fa163e54-a5a0-0449-013c-000000003444 | TASK | Detect if resource is being created or already exists 2026-03-10 10:40:03.777114 | fa163e54-a5a0-0449-013c-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 10:40:03.778639 | fa163e54-a5a0-0449-013c-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:47.480273 | 0.76s 2026-03-10 10:40:03.800018 | fa163e54-a5a0-0449-013c-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-10 10:40:30.444071 | fa163e54-a5a0-0449-013c-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-10 10:40:30.445742 | fa163e54-a5a0-0449-013c-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:14.147372 | 26.64s 2026-03-10 10:40:30.479561 | fa163e54-a5a0-0449-013c-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-10 10:40:30.745491 | fa163e54-a5a0-0449-013c-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-10 10:40:30.747077 | fa163e54-a5a0-0449-013c-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:14.448701 | 0.27s 2026-03-10 10:40:30.779900 | fa163e54-a5a0-0449-013c-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 10:40:31.236552 | fa163e54-a5a0-0449-013c-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 10:40:31.237596 | fa163e54-a5a0-0449-013c-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:14.939232 | 0.46s 2026-03-10 10:40:31.258327 | fa163e54-a5a0-0449-013c-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-10 10:40:31.460868 | fa163e54-a5a0-0449-013c-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-10 10:40:31.462222 | fa163e54-a5a0-0449-013c-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:15.163851 | 0.20s 2026-03-10 10:40:31.495877 | fa163e54-a5a0-0449-013c-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-10 10:40:31.526321 | fa163e54-a5a0-0449-013c-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-10 10:40:31.527662 | fa163e54-a5a0-0449-013c-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:15.229290 | 0.03s 2026-03-10 10:40:31.558309 | fa163e54-a5a0-0449-013c-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-10 10:40:31.597224 | fa163e54-a5a0-0449-013c-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-10 10:40:31.598268 | fa163e54-a5a0-0449-013c-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:15.299897 | 0.04s 2026-03-10 10:40:31.629022 | fa163e54-a5a0-0449-013c-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-10 10:40:31.691932 | fa163e54-a5a0-0449-013c-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-10 10:40:31.693241 | fa163e54-a5a0-0449-013c-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:15.394869 | 0.06s 2026-03-10 10:40:31.727051 | fa163e54-a5a0-0449-013c-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 10:40:31.781220 | fa163e54-a5a0-0449-013c-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 10:40:31.782039 | fa163e54-a5a0-0449-013c-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:15.483675 | 0.05s 2026-03-10 10:40:31.809528 | fa163e54-a5a0-0449-013c-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-10 10:40:31.862449 | fa163e54-a5a0-0449-013c-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-10 10:40:31.863563 | fa163e54-a5a0-0449-013c-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:15.565195 | 0.05s 2026-03-10 10:40:31.903407 | fa163e54-a5a0-0449-013c-00000000346f | TASK | Gather variables for each operating system 2026-03-10 10:40:31.994168 | fa163e54-a5a0-0449-013c-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:15.695786 | 0.09s 2026-03-10 10:40:32.028314 | fa163e54-a5a0-0449-013c-000000003470 | TASK | Detect if resource is being created or already exists 2026-03-10 10:40:32.814216 | fa163e54-a5a0-0449-013c-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 10:40:32.815822 | fa163e54-a5a0-0449-013c-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:16.517448 | 0.79s 2026-03-10 10:40:32.845637 | fa163e54-a5a0-0449-013c-000000003471 | TASK | Run init bundle puppet on the host for redis 2026-03-10 10:40:58.096684 | fa163e54-a5a0-0449-013c-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-10 10:40:58.099135 | fa163e54-a5a0-0449-013c-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:15:41.800757 | 25.25s 2026-03-10 10:40:58.137122 | fa163e54-a5a0-0449-013c-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-10 10:40:58.416207 | fa163e54-a5a0-0449-013c-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-10 10:40:58.417808 | fa163e54-a5a0-0449-013c-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:15:42.119440 | 0.28s 2026-03-10 10:40:58.441878 | fa163e54-a5a0-0449-013c-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 10:40:58.896665 | fa163e54-a5a0-0449-013c-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 10:40:58.897714 | fa163e54-a5a0-0449-013c-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:42.599347 | 0.45s 2026-03-10 10:40:58.929448 | fa163e54-a5a0-0449-013c-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-10 10:40:59.172511 | fa163e54-a5a0-0449-013c-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-10 10:40:59.173506 | fa163e54-a5a0-0449-013c-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:15:42.875142 | 0.24s 2026-03-10 10:40:59.195134 | fa163e54-a5a0-0449-013c-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-10 10:40:59.232356 | fa163e54-a5a0-0449-013c-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-10 10:40:59.233293 | fa163e54-a5a0-0449-013c-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:15:42.934925 | 0.04s 2026-03-10 10:40:59.259309 | fa163e54-a5a0-0449-013c-000000003477 | TASK | Get container image tag from bundle redis-bundle 2026-03-10 10:40:59.317704 | fa163e54-a5a0-0449-013c-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-10 10:40:59.318609 | fa163e54-a5a0-0449-013c-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:15:43.020244 | 0.06s 2026-03-10 10:40:59.340312 | fa163e54-a5a0-0449-013c-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2026-03-10 10:40:59.379197 | fa163e54-a5a0-0449-013c-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-10 10:40:59.380322 | fa163e54-a5a0-0449-013c-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:15:43.081953 | 0.04s 2026-03-10 10:40:59.408368 | fa163e54-a5a0-0449-013c-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 10:40:59.458518 | fa163e54-a5a0-0449-013c-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 10:40:59.460097 | fa163e54-a5a0-0449-013c-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:43.161732 | 0.05s 2026-03-10 10:40:59.482498 | fa163e54-a5a0-0449-013c-00000000347a | TASK | Remove update marker for bundle redis-bundle 2026-03-10 10:40:59.521778 | fa163e54-a5a0-0449-013c-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-10 10:40:59.522859 | fa163e54-a5a0-0449-013c-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:15:43.224489 | 0.04s 2026-03-10 10:40:59.560759 | fa163e54-a5a0-0449-013c-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-10 10:40:59.788738 | fa163e54-a5a0-0449-013c-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-10 10:40:59.790257 | fa163e54-a5a0-0449-013c-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:15:43.491885 | 0.23s 2026-03-10 10:40:59.908063 | fa163e54-a5a0-0449-013c-0000000000cf | TIMING | include_tasks | standalone | 0:15:43.609675 | 0.08s 2026-03-10 10:40:59.948299 | dce2a99a-9547-48e7-a5c7-ef1289cad0dd | INCLUDED | /root/standalone-ansible-yd4gfna1/common_deploy_steps_tasks.yaml | standalone 2026-03-10 10:40:59.976390 | fa163e54-a5a0-0449-013c-00000000350f | TASK | Write the config_step hieradata 2026-03-10 10:41:00.486436 | fa163e54-a5a0-0449-013c-00000000350f | OK | Write the config_step hieradata | standalone 2026-03-10 10:41:00.488054 | fa163e54-a5a0-0449-013c-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:15:44.189688 | 0.51s 2026-03-10 10:41:00.509038 | fa163e54-a5a0-0449-013c-000000003510 | TASK | Run puppet host configuration for step 2 2026-03-10 10:41:00.834921 | fa163e54-a5a0-0449-013c-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-10 10:41:00.836290 | fa163e54-a5a0-0449-013c-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:15:44.537910 | 0.33s 2026-03-10 10:41:00.865070 | fa163e54-a5a0-0449-013c-000000003511 | TASK | Wait for puppet host configuration to finish 2026-03-10 10:41:01.126201 | fa163e54-a5a0-0449-013c-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 10:41:11.336747 | fa163e54-a5a0-0449-013c-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 10:41:21.579102 | fa163e54-a5a0-0449-013c-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 10:41:21.580794 | fa163e54-a5a0-0449-013c-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:05.282419 | 20.71s 2026-03-10 10:41:21.612375 | fa163e54-a5a0-0449-013c-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-10 10:41:21.697744 | fa163e54-a5a0-0449-013c-000000003512 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 10 10:41:00 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 10:41:05 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 10:41:05 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 10:41:05 puppet-user: (file & line not available)", "<13>Mar 10 10:41:05 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 10 10:41:05 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 10 10:41:05 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 10:41:05 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Mar 10 10:41:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 10 10:41:14 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 10 10:41:16 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 10:41:16 puppet-user: Notice: Applied catalog in 10.39 seconds", "<13>Mar 10 10:41:16 puppet-user: Application:", "<13>Mar 10 10:41:16 puppet-user: Initial environment: production", "<13>Mar 10 10:41:16 puppet-user: Converged environment: production", "<13>Mar 10 10:41:16 puppet-user: Run mode: user", "<13>Mar 10 10:41:16 puppet-user: Changes:", "<13>Mar 10 10:41:16 puppet-user: Total: 2", "<13>Mar 10 10:41:16 puppet-user: Events:", "<13>Mar 10 10:41:16 puppet-user: Success: 2", "<13>Mar 10 10:41:16 puppet-user: Resources:", "<13>Mar 10 10:41:16 puppet-user: Changed: 2", "<13>Mar 10 10:41:16 puppet-user: Out of sync: 2", "<13>Mar 10 10:41:16 puppet-user: Total: 28", "<13>Mar 10 10:41:16 puppet-user: Time:", "<13>Mar 10 10:41:16 puppet-user: Filebucket: 0.00", "<13>Mar 10 10:41:16 puppet-user: File line: 0.00", "<13>Mar 10 10:41:16 puppet-user: Package: 0.00", "<13>Mar 10 10:41:16 puppet-user: Schedule: 0.00", "<13>Mar 10 10:41:16 puppet-user: File: 0.00", "<13>Mar 10 10:41:16 puppet-user: User: 0.01", "<13>Mar 10 10:41:16 puppet-user: Augeas: 0.01", "<13>Mar 10 10:41:16 puppet-user: Service: 0.08", "<13>Mar 10 10:41:16 puppet-user: Config retrieval: 0.55", "<13>Mar 10 10:41:16 puppet-user: Pcmk property: 1.55", "<13>Mar 10 10:41:16 puppet-user: Transaction evaluation: 10.31", "<13>Mar 10 10:41:16 puppet-user: Catalog application: 10.39", "<13>Mar 10 10:41:16 puppet-user: Last run: 1773139276", "<13>Mar 10 10:41:16 puppet-user: Exec: 2.12", "<13>Mar 10 10:41:16 puppet-user: Pcmk resource op default: 3.14", "<13>Mar 10 10:41:16 puppet-user: Pcmk resource default: 3.23", "<13>Mar 10 10:41:16 puppet-user: Total: 10.39", "<13>Mar 10 10:41:16 puppet-user: Version:", "<13>Mar 10 10:41:16 puppet-user: Config: 1773139265", "<13>Mar 10 10:41:16 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 10:41:21.699122 | fa163e54-a5a0-0449-013c-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:05.400751 | 0.09s 2026-03-10 10:41:21.728256 | fa163e54-a5a0-0449-013c-000000003513 | TASK | Pre-cache facts for puppet containers 2026-03-10 10:41:21.757364 | fa163e54-a5a0-0449-013c-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:05.458991 | 0.03s 2026-03-10 10:41:21.813374 | fa163e54-a5a0-0449-013c-000000003552 | TASK | Gather variables for each operating system 2026-03-10 10:41:21.936200 | fa163e54-a5a0-0449-013c-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:05.637815 | 0.12s 2026-03-10 10:41:21.969161 | fa163e54-a5a0-0449-013c-000000003553 | TASK | Create puppet caching structures 2026-03-10 10:41:22.235903 | fa163e54-a5a0-0449-013c-000000003553 | CHANGED | Create puppet caching structures | standalone 2026-03-10 10:41:22.237401 | fa163e54-a5a0-0449-013c-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:05.939029 | 0.27s 2026-03-10 10:41:22.267741 | fa163e54-a5a0-0449-013c-000000003554 | TASK | Check for facter.conf 2026-03-10 10:41:22.516022 | fa163e54-a5a0-0449-013c-000000003554 | OK | Check for facter.conf | standalone 2026-03-10 10:41:22.517610 | fa163e54-a5a0-0449-013c-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:06.219205 | 0.25s 2026-03-10 10:41:22.549003 | fa163e54-a5a0-0449-013c-000000003555 | TASK | Remove facter.conf if directory 2026-03-10 10:41:22.600115 | fa163e54-a5a0-0449-013c-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 10:41:22.601375 | fa163e54-a5a0-0449-013c-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:06.303002 | 0.05s 2026-03-10 10:41:22.633519 | fa163e54-a5a0-0449-013c-000000003556 | TASK | Write facter cache config 2026-03-10 10:41:23.094063 | fa163e54-a5a0-0449-013c-000000003556 | CHANGED | Write facter cache config | standalone 2026-03-10 10:41:23.095964 | fa163e54-a5a0-0449-013c-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:06.797592 | 0.46s 2026-03-10 10:41:23.125717 | fa163e54-a5a0-0449-013c-000000003557 | TASK | Cleanup facter cache if exists 2026-03-10 10:41:23.362317 | fa163e54-a5a0-0449-013c-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-10 10:41:23.363940 | fa163e54-a5a0-0449-013c-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:07.065566 | 0.24s 2026-03-10 10:41:23.395490 | fa163e54-a5a0-0449-013c-000000003558 | TASK | Pre-cache facts 2026-03-10 10:41:24.028677 | fa163e54-a5a0-0449-013c-000000003558 | CHANGED | Pre-cache facts | standalone 2026-03-10 10:41:24.030006 | fa163e54-a5a0-0449-013c-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:07.731635 | 0.63s 2026-03-10 10:41:24.061638 | fa163e54-a5a0-0449-013c-000000003559 | TASK | Failed deployment if facter fails 2026-03-10 10:41:24.096070 | fa163e54-a5a0-0449-013c-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 10:41:24.097466 | fa163e54-a5a0-0449-013c-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:07.799087 | 0.03s 2026-03-10 10:41:24.144252 | fa163e54-a5a0-0449-013c-00000000355a | TASK | Sync cached facts 2026-03-10 10:41:24.480611 | fa163e54-a5a0-0449-013c-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-00000000355a') missing from stats 2026-03-10 10:41:24.528929 | fa163e54-a5a0-0449-013c-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 10:41:24.578346 | fa163e54-a5a0-0449-013c-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-10 10:41:24.579557 | fa163e54-a5a0-0449-013c-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:08.281183 | 0.05s 2026-03-10 10:41:24.611022 | fa163e54-a5a0-0449-013c-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-10 10:41:24.640043 | fa163e54-a5a0-0449-013c-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:08.341666 | 0.03s 2026-03-10 10:41:24.708959 | fa163e54-a5a0-0449-013c-0000000035b1 | TASK | Gather variables for each operating system 2026-03-10 10:41:24.864283 | fa163e54-a5a0-0449-013c-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:08.565895 | 0.15s 2026-03-10 10:41:24.895980 | fa163e54-a5a0-0449-013c-0000000035b2 | TASK | Create container logs path 2026-03-10 10:41:25.145164 | fa163e54-a5a0-0449-013c-0000000035b2 | OK | Create container logs path | standalone 2026-03-10 10:41:25.147201 | fa163e54-a5a0-0449-013c-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:08.848827 | 0.25s 2026-03-10 10:41:25.180737 | fa163e54-a5a0-0449-013c-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 10:41:25.510678 | fa163e54-a5a0-0449-013c-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-10 10:41:25.512167 | fa163e54-a5a0-0449-013c-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:09.213793 | 0.33s 2026-03-10 10:41:25.544380 | fa163e54-a5a0-0449-013c-0000000035b5 | TASK | Finalise hashes for all containers 2026-03-10 10:41:25.616355 | fa163e54-a5a0-0449-013c-0000000035b5 | OK | Finalise hashes for all containers | standalone 2026-03-10 10:41:25.617617 | fa163e54-a5a0-0449-013c-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:09.319244 | 0.07s 2026-03-10 10:41:25.647951 | fa163e54-a5a0-0449-013c-0000000035b7 | TASK | Manage systemd shutdown files 2026-03-10 10:41:25.688052 | fa163e54-a5a0-0449-013c-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:09.389668 | 0.04s 2026-03-10 10:41:25.724016 | 91bce959-6c3a-49f7-b5af-19435c56d756 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 10:41:25.755410 | fa163e54-a5a0-0449-013c-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 10:41:26.007052 | fa163e54-a5a0-0449-013c-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 10:41:26.008187 | fa163e54-a5a0-0449-013c-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:09.709820 | 0.25s 2026-03-10 10:41:26.031041 | fa163e54-a5a0-0449-013c-0000000035eb | TASK | Set podman_drop_in fact 2026-03-10 10:41:26.090340 | fa163e54-a5a0-0449-013c-0000000035eb | OK | Set podman_drop_in fact | standalone 2026-03-10 10:41:26.091022 | fa163e54-a5a0-0449-013c-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:09.792660 | 0.06s 2026-03-10 10:41:26.110639 | fa163e54-a5a0-0449-013c-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 10:41:26.574193 | fa163e54-a5a0-0449-013c-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 10:41:26.575319 | fa163e54-a5a0-0449-013c-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:10.276952 | 0.46s 2026-03-10 10:41:27.085366 | fa163e54-a5a0-0449-013c-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 10:41:27.087125 | fa163e54-a5a0-0449-013c-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:10.788755 | 0.98s 2026-03-10 10:41:27.097900 | fa163e54-a5a0-0449-013c-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:10.799523 | 0.99s 2026-03-10 10:41:27.128314 | fa163e54-a5a0-0449-013c-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 10:41:27.572275 | fa163e54-a5a0-0449-013c-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 10:41:27.573140 | fa163e54-a5a0-0449-013c-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:11.274778 | 0.44s 2026-03-10 10:41:27.592835 | fa163e54-a5a0-0449-013c-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 10:41:28.114829 | fa163e54-a5a0-0449-013c-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 10:41:28.116131 | fa163e54-a5a0-0449-013c-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:11.817760 | 0.52s 2026-03-10 10:41:28.145844 | fa163e54-a5a0-0449-013c-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2026-03-10 10:41:28.881553 | fa163e54-a5a0-0449-013c-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-10 10:41:28.883558 | fa163e54-a5a0-0449-013c-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:12.585187 | 0.74s 2026-03-10 10:41:28.914862 | fa163e54-a5a0-0449-013c-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 10:41:29.346124 | fa163e54-a5a0-0449-013c-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 10:41:29.347907 | fa163e54-a5a0-0449-013c-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:13.049534 | 0.43s 2026-03-10 10:41:29.379827 | fa163e54-a5a0-0449-013c-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 10:41:29.870757 | fa163e54-a5a0-0449-013c-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 10:41:29.872235 | fa163e54-a5a0-0449-013c-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:13.573864 | 0.49s 2026-03-10 10:41:29.903627 | fa163e54-a5a0-0449-013c-0000000035f3 | TASK | Enable and start netns-placeholder 2026-03-10 10:41:30.660269 | fa163e54-a5a0-0449-013c-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 10:41:30.662816 | fa163e54-a5a0-0449-013c-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:14.364439 | 0.76s 2026-03-10 10:41:30.694057 | fa163e54-a5a0-0449-013c-0000000035b9 | TASK | Update container configs with new config hashes 2026-03-10 10:41:30.755233 | fa163e54-a5a0-0449-013c-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:14.456853 | 0.06s 2026-03-10 10:41:30.776685 | dcbb85ca-32f1-4e1d-80bd-86c513f613d4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 10:41:30.812141 | fa163e54-a5a0-0449-013c-00000000361b | TASK | Update config hashes for container startup configs 2026-03-10 10:41:31.091036 | fa163e54-a5a0-0449-013c-00000000361b | OK | Update config hashes for container startup configs | standalone 2026-03-10 10:41:31.091755 | fa163e54-a5a0-0449-013c-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:14.793390 | 0.28s 2026-03-10 10:41:31.116097 | fa163e54-a5a0-0449-013c-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 10:41:31.156436 | fa163e54-a5a0-0449-013c-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:14.858063 | 0.04s 2026-03-10 10:41:31.173297 | 122cd819-fca2-450d-97cc-db5f5f3f01a5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:41:31.201769 | fa163e54-a5a0-0449-013c-00000000363a | TASK | Gather podman infos 2026-03-10 10:41:32.123511 | fa163e54-a5a0-0449-013c-00000000363a | OK | Gather podman infos | standalone 2026-03-10 10:41:32.125042 | fa163e54-a5a0-0449-013c-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:15.826671 | 0.92s 2026-03-10 10:41:32.198997 | fa163e54-a5a0-0449-013c-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 10:41:32.262516 | fa163e54-a5a0-0449-013c-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:15.964134 | 0.06s 2026-03-10 10:41:32.459221 | fa163e54-a5a0-0449-013c-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:16.160836 | 0.14s 2026-03-10 10:41:32.521541 | fa163e54-a5a0-0449-013c-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 10:41:32.574387 | fa163e54-a5a0-0449-013c-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:16.276008 | 0.05s 2026-03-10 10:41:32.599918 | 39f57dbe-1309-4b03-b62a-c96914211a42 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:41:32.699921 | fa163e54-a5a0-0449-013c-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 10:41:49.710522 | fa163e54-a5a0-0449-013c-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-10 10:41:49.712442 | fa163e54-a5a0-0449-013c-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:33.414064 | 17.01s 2026-03-10 10:41:49.746089 | fa163e54-a5a0-0449-013c-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 10:41:52.447462 | fa163e54-a5a0-0449-013c-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-10 10:41:52.449681 | fa163e54-a5a0-0449-013c-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:36.151315 | 2.70s 2026-03-10 10:41:52.503626 | fa163e54-a5a0-0449-013c-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-10 10:41:52.743314 | fa163e54-a5a0-0449-013c-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-10 10:41:52.745687 | fa163e54-a5a0-0449-013c-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:36.447305 | 0.24s 2026-03-10 10:41:52.792808 | fa163e54-a5a0-0449-013c-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-10 10:41:52.845383 | fa163e54-a5a0-0449-013c-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:36.547002 | 0.05s 2026-03-10 10:41:52.877420 | fa163e54-a5a0-0449-013c-00000000351a | TASK | Include container-puppet tasks for step 2 2026-03-10 10:41:52.922990 | fa163e54-a5a0-0449-013c-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:36.624609 | 0.04s 2026-03-10 10:41:52.950204 | b25d0b95-01f9-4254-bfcb-b41b716dcbe7 | INCLUDED | /root/standalone-ansible-yd4gfna1/host-container-puppet-tasks.yaml | standalone 2026-03-10 10:41:53.000825 | fa163e54-a5a0-0449-013c-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-10 10:41:53.523213 | fa163e54-a5a0-0449-013c-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-10 10:41:53.524511 | fa163e54-a5a0-0449-013c-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:16:37.226139 | 0.52s 2026-03-10 10:41:53.556436 | fa163e54-a5a0-0449-013c-0000000036f8 | TASK | Generate container puppet configs for step 2 2026-03-10 10:41:53.843300 | fa163e54-a5a0-0449-013c-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2026-03-10 10:41:53.844716 | fa163e54-a5a0-0449-013c-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:16:37.546343 | 0.29s 2026-03-10 10:41:53.876675 | fa163e54-a5a0-0449-013c-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-10 10:41:53.907754 | fa163e54-a5a0-0449-013c-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:16:37.609368 | 0.03s 2026-03-10 10:41:53.977757 | fa163e54-a5a0-0449-013c-000000003728 | TASK | Gather variables for each operating system 2026-03-10 10:41:54.094308 | fa163e54-a5a0-0449-013c-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:37.795923 | 0.12s 2026-03-10 10:41:54.124602 | fa163e54-a5a0-0449-013c-000000003729 | TASK | Create container logs path 2026-03-10 10:41:54.384564 | fa163e54-a5a0-0449-013c-000000003729 | OK | Create container logs path | standalone 2026-03-10 10:41:54.386010 | fa163e54-a5a0-0449-013c-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:38.087639 | 0.26s 2026-03-10 10:41:54.429242 | fa163e54-a5a0-0449-013c-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-10 10:41:54.691730 | fa163e54-a5a0-0449-013c-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-10 10:41:54.693003 | fa163e54-a5a0-0449-013c-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:38.394633 | 0.26s 2026-03-10 10:41:54.722338 | fa163e54-a5a0-0449-013c-00000000372c | TASK | Finalise hashes for all containers 2026-03-10 10:41:54.766551 | fa163e54-a5a0-0449-013c-00000000372c | OK | Finalise hashes for all containers | standalone 2026-03-10 10:41:54.767767 | fa163e54-a5a0-0449-013c-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:38.469395 | 0.04s 2026-03-10 10:41:54.799204 | fa163e54-a5a0-0449-013c-00000000372e | TASK | Manage systemd shutdown files 2026-03-10 10:41:54.834134 | fa163e54-a5a0-0449-013c-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:41:54.835216 | fa163e54-a5a0-0449-013c-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:38.536844 | 0.03s 2026-03-10 10:41:54.864903 | fa163e54-a5a0-0449-013c-000000003730 | TASK | Update container configs with new config hashes 2026-03-10 10:41:54.916273 | fa163e54-a5a0-0449-013c-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:41:54.917480 | fa163e54-a5a0-0449-013c-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:38.619108 | 0.05s 2026-03-10 10:41:54.949800 | fa163e54-a5a0-0449-013c-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-10 10:41:55.000447 | fa163e54-a5a0-0449-013c-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-10 10:41:55.001696 | fa163e54-a5a0-0449-013c-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:38.703324 | 0.05s 2026-03-10 10:41:55.033784 | fa163e54-a5a0-0449-013c-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-10 10:41:55.085495 | fa163e54-a5a0-0449-013c-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-10 10:41:55.086841 | fa163e54-a5a0-0449-013c-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:38.788467 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-10 10:41:55.255798 | fa163e54-a5a0-0449-013c-0000000000d2 | TASK | External deployment step 3 2026-03-10 10:41:55.285269 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000d2') missing from stats 2026-03-10 10:41:55.340790 | fa163e54-a5a0-0449-013c-0000000000d3 | TIMING | include_tasks | undercloud | 0:16:39.042401 | 0.04s 2026-03-10 10:41:55.354317 | ef51b84e-2e99-4157-baa3-c8f39287759f | INCLUDED | /root/standalone-ansible-yd4gfna1/external_deploy_steps_tasks_step3.yaml | undercloud 2026-03-10 10:41:55.375320 | fa163e54-a5a0-0449-013c-000000003781 | TASK | Pause cephadm 2026-03-10 10:41:55.427957 | fa163e54-a5a0-0449-013c-000000003781 | SKIPPED | Pause cephadm | undercloud 2026-03-10 10:41:55.429131 | fa163e54-a5a0-0449-013c-000000003781 | TIMING | Pause cephadm | undercloud | 0:16:39.130758 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2026-03-10 10:41:55.570280 | fa163e54-a5a0-0449-013c-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-10 10:41:55.600708 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000d6') missing from stats 2026-03-10 10:41:55.625409 | fa163e54-a5a0-0449-013c-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-10 10:41:56.132960 | fa163e54-a5a0-0449-013c-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-10 10:41:56.134434 | fa163e54-a5a0-0449-013c-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:16:39.836061 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 10:41:56.208907 | fa163e54-a5a0-0449-013c-0000000000d8 | TIMING | include_tasks | standalone | 0:16:39.910519 | 0.04s 2026-03-10 10:41:56.238816 | db3fed80-9c4d-4749-88ea-d907cb280604 | INCLUDED | /root/standalone-ansible-yd4gfna1/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-10 10:41:56.270710 | fa163e54-a5a0-0449-013c-0000000037a0 | TASK | Start OVN container 2026-03-10 10:41:56.352194 | fa163e54-a5a0-0449-013c-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:40.053804 | 0.08s 2026-03-10 10:41:56.383735 | fa163e54-a5a0-0449-013c-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:40.085358 | 0.11s 2026-03-10 10:41:56.408906 | fa163e54-a5a0-0449-013c-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:40.110526 | 0.14s 2026-03-10 10:41:56.420944 | fa163e54-a5a0-0449-013c-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:40.122566 | 0.15s 2026-03-10 10:41:56.531246 | fa163e54-a5a0-0449-013c-0000000037d8 | TASK | Gather variables for each operating system 2026-03-10 10:41:56.654858 | fa163e54-a5a0-0449-013c-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:40.356471 | 0.12s 2026-03-10 10:41:56.685867 | fa163e54-a5a0-0449-013c-0000000037d9 | TASK | Create container logs path 2026-03-10 10:41:56.955677 | fa163e54-a5a0-0449-013c-0000000037d9 | OK | Create container logs path | standalone 2026-03-10 10:41:56.957074 | fa163e54-a5a0-0449-013c-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:40.658704 | 0.27s 2026-03-10 10:41:56.990110 | fa163e54-a5a0-0449-013c-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:41:57.321024 | fa163e54-a5a0-0449-013c-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:41:57.322647 | fa163e54-a5a0-0449-013c-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:41.024271 | 0.33s 2026-03-10 10:41:57.348272 | fa163e54-a5a0-0449-013c-0000000037dc | TASK | Finalise hashes for all containers 2026-03-10 10:41:57.439138 | fa163e54-a5a0-0449-013c-0000000037dc | OK | Finalise hashes for all containers | standalone 2026-03-10 10:41:57.440484 | fa163e54-a5a0-0449-013c-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:41.142112 | 0.09s 2026-03-10 10:41:57.474989 | fa163e54-a5a0-0449-013c-0000000037de | TASK | Manage systemd shutdown files 2026-03-10 10:41:57.537450 | fa163e54-a5a0-0449-013c-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:41:57.538661 | fa163e54-a5a0-0449-013c-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:41.240288 | 0.06s 2026-03-10 10:41:57.569738 | fa163e54-a5a0-0449-013c-0000000037e0 | TASK | Update container configs with new config hashes 2026-03-10 10:41:57.635951 | fa163e54-a5a0-0449-013c-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:41:57.637291 | fa163e54-a5a0-0449-013c-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:41.338918 | 0.07s 2026-03-10 10:41:57.668793 | fa163e54-a5a0-0449-013c-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:41:57.745843 | fa163e54-a5a0-0449-013c-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:41.447459 | 0.08s 2026-03-10 10:41:57.770241 | 103ccba7-ff58-4703-b59e-101cf8a8a287 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:41:57.806849 | fa163e54-a5a0-0449-013c-00000000386d | TASK | Gather podman infos 2026-03-10 10:41:59.042635 | fa163e54-a5a0-0449-013c-00000000386d | OK | Gather podman infos | standalone 2026-03-10 10:41:59.043671 | fa163e54-a5a0-0449-013c-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:42.745303 | 1.24s 2026-03-10 10:41:59.120890 | fa163e54-a5a0-0449-013c-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:41:59.210295 | fa163e54-a5a0-0449-013c-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:42.911914 | 0.09s 2026-03-10 10:41:59.374268 | fa163e54-a5a0-0449-013c-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:43.075888 | 0.10s 2026-03-10 10:41:59.434161 | fa163e54-a5a0-0449-013c-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:41:59.502891 | fa163e54-a5a0-0449-013c-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:43.204502 | 0.07s 2026-03-10 10:41:59.526257 | f41cc15b-0b56-4322-a860-0268bcec9d93 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:41:59.557621 | fa163e54-a5a0-0449-013c-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:00.445449 | fa163e54-a5a0-0449-013c-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:42:00.446980 | fa163e54-a5a0-0449-013c-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:44.148608 | 0.89s 2026-03-10 10:42:00.478785 | fa163e54-a5a0-0449-013c-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:03.296160 | fa163e54-a5a0-0449-013c-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:42:03.297725 | fa163e54-a5a0-0449-013c-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:16:46.999353 | 2.82s 2026-03-10 10:42:03.335007 | fa163e54-a5a0-0449-013c-000000003803 | TASK | Gather variables for each operating system 2026-03-10 10:42:03.456134 | fa163e54-a5a0-0449-013c-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:47.157753 | 0.12s 2026-03-10 10:42:03.486687 | fa163e54-a5a0-0449-013c-000000003804 | TASK | Create container logs path 2026-03-10 10:42:03.763326 | fa163e54-a5a0-0449-013c-000000003804 | OK | Create container logs path | standalone 2026-03-10 10:42:03.764695 | fa163e54-a5a0-0449-013c-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:47.466323 | 0.28s 2026-03-10 10:42:03.796116 | fa163e54-a5a0-0449-013c-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:04.140065 | fa163e54-a5a0-0449-013c-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:42:04.141030 | fa163e54-a5a0-0449-013c-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:47.842665 | 0.34s 2026-03-10 10:42:04.163358 | fa163e54-a5a0-0449-013c-000000003807 | TASK | Finalise hashes for all containers 2026-03-10 10:42:04.238266 | fa163e54-a5a0-0449-013c-000000003807 | OK | Finalise hashes for all containers | standalone 2026-03-10 10:42:04.239099 | fa163e54-a5a0-0449-013c-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:47.940736 | 0.07s 2026-03-10 10:42:04.258671 | fa163e54-a5a0-0449-013c-000000003809 | TASK | Manage systemd shutdown files 2026-03-10 10:42:04.297132 | fa163e54-a5a0-0449-013c-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:42:04.298461 | fa163e54-a5a0-0449-013c-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:48.000088 | 0.04s 2026-03-10 10:42:04.328070 | fa163e54-a5a0-0449-013c-00000000380b | TASK | Update container configs with new config hashes 2026-03-10 10:42:04.389841 | fa163e54-a5a0-0449-013c-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:42:04.390951 | fa163e54-a5a0-0449-013c-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:48.092579 | 0.06s 2026-03-10 10:42:04.422771 | fa163e54-a5a0-0449-013c-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:04.486194 | fa163e54-a5a0-0449-013c-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:48.187817 | 0.06s 2026-03-10 10:42:04.511791 | 487a7f92-ceee-4a86-94f8-63143160c29b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:42:04.548866 | fa163e54-a5a0-0449-013c-000000003924 | TASK | Gather podman infos 2026-03-10 10:42:05.672058 | fa163e54-a5a0-0449-013c-000000003924 | OK | Gather podman infos | standalone 2026-03-10 10:42:05.673355 | fa163e54-a5a0-0449-013c-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:49.374983 | 1.12s 2026-03-10 10:42:05.791409 | fa163e54-a5a0-0449-013c-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:05.888281 | fa163e54-a5a0-0449-013c-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:49.589899 | 0.09s 2026-03-10 10:42:06.042395 | fa163e54-a5a0-0449-013c-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:49.743999 | 0.09s 2026-03-10 10:42:06.108334 | fa163e54-a5a0-0449-013c-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:06.183703 | fa163e54-a5a0-0449-013c-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:49.885314 | 0.07s 2026-03-10 10:42:06.209946 | 192525ea-66e5-48bf-aa04-737ded64b6a5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:42:06.248933 | fa163e54-a5a0-0449-013c-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:07.125891 | fa163e54-a5a0-0449-013c-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:42:07.127506 | fa163e54-a5a0-0449-013c-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:50.829134 | 0.88s 2026-03-10 10:42:07.233597 | fa163e54-a5a0-0449-013c-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:10.095681 | fa163e54-a5a0-0449-013c-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:42:10.097179 | fa163e54-a5a0-0449-013c-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:16:53.798807 | 2.86s 2026-03-10 10:42:10.155121 | fa163e54-a5a0-0449-013c-00000000382e | TASK | Gather variables for each operating system 2026-03-10 10:42:10.281095 | fa163e54-a5a0-0449-013c-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:53.982714 | 0.12s 2026-03-10 10:42:10.311765 | fa163e54-a5a0-0449-013c-00000000382f | TASK | Create container logs path 2026-03-10 10:42:10.586825 | fa163e54-a5a0-0449-013c-00000000382f | OK | Create container logs path | standalone 2026-03-10 10:42:10.587990 | fa163e54-a5a0-0449-013c-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:54.289625 | 0.27s 2026-03-10 10:42:10.614662 | fa163e54-a5a0-0449-013c-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:11.720220 | fa163e54-a5a0-0449-013c-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:42:11.722184 | fa163e54-a5a0-0449-013c-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:55.423802 | 1.11s 2026-03-10 10:42:11.755644 | fa163e54-a5a0-0449-013c-000000003832 | TASK | Finalise hashes for all containers 2026-03-10 10:42:11.861560 | fa163e54-a5a0-0449-013c-000000003832 | OK | Finalise hashes for all containers | standalone 2026-03-10 10:42:11.862839 | fa163e54-a5a0-0449-013c-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:55.564468 | 0.11s 2026-03-10 10:42:11.896943 | fa163e54-a5a0-0449-013c-000000003834 | TASK | Manage systemd shutdown files 2026-03-10 10:42:11.950687 | fa163e54-a5a0-0449-013c-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:42:11.951848 | fa163e54-a5a0-0449-013c-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:55.653477 | 0.05s 2026-03-10 10:42:11.981709 | fa163e54-a5a0-0449-013c-000000003836 | TASK | Update container configs with new config hashes 2026-03-10 10:42:12.048731 | fa163e54-a5a0-0449-013c-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:42:12.050011 | fa163e54-a5a0-0449-013c-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:55.751639 | 0.07s 2026-03-10 10:42:12.082003 | fa163e54-a5a0-0449-013c-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:12.147295 | fa163e54-a5a0-0449-013c-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:55.848916 | 0.06s 2026-03-10 10:42:12.172792 | 8a247e1b-d25f-43d0-a8e2-fdd2e16b9408 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:42:12.220290 | fa163e54-a5a0-0449-013c-0000000039d6 | TASK | Gather podman infos 2026-03-10 10:42:13.391677 | fa163e54-a5a0-0449-013c-0000000039d6 | OK | Gather podman infos | standalone 2026-03-10 10:42:13.392929 | fa163e54-a5a0-0449-013c-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:57.094559 | 1.17s 2026-03-10 10:42:13.484291 | fa163e54-a5a0-0449-013c-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:13.586005 | fa163e54-a5a0-0449-013c-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:57.287621 | 0.10s 2026-03-10 10:42:13.757152 | fa163e54-a5a0-0449-013c-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:57.458771 | 0.10s 2026-03-10 10:42:13.809989 | fa163e54-a5a0-0449-013c-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:13.878414 | fa163e54-a5a0-0449-013c-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:57.580035 | 0.07s 2026-03-10 10:42:13.895688 | 29e1f225-c35e-4a2e-abbc-2c92e22ddf50 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:42:13.926312 | fa163e54-a5a0-0449-013c-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:15.035091 | fa163e54-a5a0-0449-013c-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:42:15.037330 | fa163e54-a5a0-0449-013c-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:58.738957 | 1.11s 2026-03-10 10:42:15.068303 | fa163e54-a5a0-0449-013c-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 10:42:17.912616 | fa163e54-a5a0-0449-013c-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 10:42:17.914225 | fa163e54-a5a0-0449-013c-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:01.615852 | 2.84s 2026-03-10 10:42:17.972178 | fa163e54-a5a0-0449-013c-0000000037a2 | TASK | Set NB connection 2026-03-10 10:42:18.429350 | fa163e54-a5a0-0449-013c-0000000037a2 | CHANGED | Set NB connection | standalone 2026-03-10 10:42:18.431104 | fa163e54-a5a0-0449-013c-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:02.132732 | 0.46s 2026-03-10 10:42:18.459807 | fa163e54-a5a0-0449-013c-0000000037a3 | TASK | Set SB connection 2026-03-10 10:42:18.909657 | fa163e54-a5a0-0449-013c-0000000037a3 | CHANGED | Set SB connection | standalone 2026-03-10 10:42:18.911006 | fa163e54-a5a0-0449-013c-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:02.612634 | 0.45s 2026-03-10 10:42:18.939311 | fa163e54-a5a0-0449-013c-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-10 10:42:19.179195 | fa163e54-a5a0-0449-013c-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-10 10:42:19.180974 | fa163e54-a5a0-0449-013c-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:02.882599 | 0.24s 2026-03-10 10:42:19.261857 | fa163e54-a5a0-0449-013c-0000000000db | TIMING | include_tasks | standalone | 0:17:02.963477 | 0.05s 2026-03-10 10:42:19.300742 | 655f4cd5-8f19-4b23-9413-2f0b03025ba1 | INCLUDED | /root/standalone-ansible-yd4gfna1/common_deploy_steps_tasks.yaml | standalone 2026-03-10 10:42:19.327199 | fa163e54-a5a0-0449-013c-000000003a82 | TASK | Write the config_step hieradata 2026-03-10 10:42:19.874132 | fa163e54-a5a0-0449-013c-000000003a82 | OK | Write the config_step hieradata | standalone 2026-03-10 10:42:19.874945 | fa163e54-a5a0-0449-013c-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:03.576581 | 0.55s 2026-03-10 10:42:19.895887 | fa163e54-a5a0-0449-013c-000000003a83 | TASK | Run puppet host configuration for step 3 2026-03-10 10:42:20.226158 | fa163e54-a5a0-0449-013c-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-10 10:42:20.227445 | fa163e54-a5a0-0449-013c-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:03.929072 | 0.33s 2026-03-10 10:42:20.257348 | fa163e54-a5a0-0449-013c-000000003a84 | TASK | Wait for puppet host configuration to finish 2026-03-10 10:42:20.519076 | fa163e54-a5a0-0449-013c-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 10:42:30.721082 | fa163e54-a5a0-0449-013c-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 10:42:40.951817 | fa163e54-a5a0-0449-013c-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 10:42:40.954623 | fa163e54-a5a0-0449-013c-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:24.656246 | 20.70s 2026-03-10 10:42:40.986094 | fa163e54-a5a0-0449-013c-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-10 10:42:41.074163 | fa163e54-a5a0-0449-013c-000000003a85 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 10 10:42:20 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 10:42:24 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 10:42:24 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 10:42:24 puppet-user: (file & line not available)", "<13>Mar 10 10:42:24 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 10 10:42:24 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 10 10:42:24 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 10:42:24 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Mar 10 10:42:29 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 10 10:42:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 10 10:42:32 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 10:42:32 puppet-user: Notice: Applied catalog in 7.97 seconds", "<13>Mar 10 10:42:32 puppet-user: Application:", "<13>Mar 10 10:42:32 puppet-user: Initial environment: production", "<13>Mar 10 10:42:32 puppet-user: Converged environment: production", "<13>Mar 10 10:42:32 puppet-user: Run mode: user", "<13>Mar 10 10:42:32 puppet-user: Changes:", "<13>Mar 10 10:42:32 puppet-user: Total: 2", "<13>Mar 10 10:42:32 puppet-user: Events:", "<13>Mar 10 10:42:32 puppet-user: Success: 2", "<13>Mar 10 10:42:32 puppet-user: Resources:", "<13>Mar 10 10:42:32 puppet-user: Changed: 2", "<13>Mar 10 10:42:32 puppet-user: Out of sync: 2", "<13>Mar 10 10:42:32 puppet-user: Total: 28", "<13>Mar 10 10:42:32 puppet-user: Time:", "<13>Mar 10 10:42:32 puppet-user: Schedule: 0.00", "<13>Mar 10 10:42:32 puppet-user: File line: 0.00", "<13>Mar 10 10:42:32 puppet-user: File: 0.00", "<13>Mar 10 10:42:32 puppet-user: User: 0.01", "<13>Mar 10 10:42:32 puppet-user: Package: 0.01", "<13>Mar 10 10:42:32 puppet-user: Augeas: 0.01", "<13>Mar 10 10:42:32 puppet-user: Service: 0.08", "<13>Mar 10 10:42:32 puppet-user: Config retrieval: 0.45", "<13>Mar 10 10:42:32 puppet-user: Pcmk property: 1.51", "<13>Mar 10 10:42:32 puppet-user: Pcmk resource op default: 2.00", "<13>Mar 10 10:42:32 puppet-user: Last run: 1773139352", "<13>Mar 10 10:42:32 puppet-user: Exec: 2.02", "<13>Mar 10 10:42:32 puppet-user: Pcmk resource default: 2.15", "<13>Mar 10 10:42:32 puppet-user: Filebucket: 0.00", "<13>Mar 10 10:42:32 puppet-user: Transaction evaluation: 7.96", "<13>Mar 10 10:42:32 puppet-user: Catalog application: 7.97", "<13>Mar 10 10:42:32 puppet-user: Total: 7.98", "<13>Mar 10 10:42:32 puppet-user: Version:", "<13>Mar 10 10:42:32 puppet-user: Config: 1773139344", "<13>Mar 10 10:42:32 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 10:42:41.075596 | fa163e54-a5a0-0449-013c-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:24.777199 | 0.09s 2026-03-10 10:42:41.105181 | fa163e54-a5a0-0449-013c-000000003a86 | TASK | Pre-cache facts for puppet containers 2026-03-10 10:42:41.134445 | fa163e54-a5a0-0449-013c-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:24.836063 | 0.03s 2026-03-10 10:42:41.209412 | fa163e54-a5a0-0449-013c-000000003ac5 | TASK | Gather variables for each operating system 2026-03-10 10:42:41.333912 | fa163e54-a5a0-0449-013c-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:25.035528 | 0.12s 2026-03-10 10:42:41.363980 | fa163e54-a5a0-0449-013c-000000003ac6 | TASK | Create puppet caching structures 2026-03-10 10:42:41.608739 | fa163e54-a5a0-0449-013c-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2026-03-10 10:42:41.610092 | fa163e54-a5a0-0449-013c-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:25.311720 | 0.24s 2026-03-10 10:42:41.640636 | fa163e54-a5a0-0449-013c-000000003ac7 | TASK | Check for facter.conf 2026-03-10 10:42:41.925437 | fa163e54-a5a0-0449-013c-000000003ac7 | OK | Check for facter.conf | standalone 2026-03-10 10:42:41.926527 | fa163e54-a5a0-0449-013c-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:25.628162 | 0.28s 2026-03-10 10:42:41.950332 | fa163e54-a5a0-0449-013c-000000003ac8 | TASK | Remove facter.conf if directory 2026-03-10 10:42:41.999130 | fa163e54-a5a0-0449-013c-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 10:42:42.000186 | fa163e54-a5a0-0449-013c-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:25.701819 | 0.05s 2026-03-10 10:42:42.024238 | fa163e54-a5a0-0449-013c-000000003ac9 | TASK | Write facter cache config 2026-03-10 10:42:42.469428 | fa163e54-a5a0-0449-013c-000000003ac9 | CHANGED | Write facter cache config | standalone 2026-03-10 10:42:42.470923 | fa163e54-a5a0-0449-013c-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:26.172551 | 0.45s 2026-03-10 10:42:42.500534 | fa163e54-a5a0-0449-013c-000000003aca | TASK | Cleanup facter cache if exists 2026-03-10 10:42:42.699770 | fa163e54-a5a0-0449-013c-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2026-03-10 10:42:42.701116 | fa163e54-a5a0-0449-013c-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:26.402745 | 0.20s 2026-03-10 10:42:42.731238 | fa163e54-a5a0-0449-013c-000000003acb | TASK | Pre-cache facts 2026-03-10 10:42:43.348680 | fa163e54-a5a0-0449-013c-000000003acb | CHANGED | Pre-cache facts | standalone 2026-03-10 10:42:43.349885 | fa163e54-a5a0-0449-013c-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:27.051490 | 0.62s 2026-03-10 10:42:43.380862 | fa163e54-a5a0-0449-013c-000000003acc | TASK | Failed deployment if facter fails 2026-03-10 10:42:43.413933 | fa163e54-a5a0-0449-013c-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 10:42:43.415344 | fa163e54-a5a0-0449-013c-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:27.116971 | 0.03s 2026-03-10 10:42:43.461791 | fa163e54-a5a0-0449-013c-000000003acd | TASK | Sync cached facts 2026-03-10 10:42:43.799265 | fa163e54-a5a0-0449-013c-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-000000003acd') missing from stats 2026-03-10 10:42:43.856202 | fa163e54-a5a0-0449-013c-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 10:42:43.907277 | fa163e54-a5a0-0449-013c-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-10 10:42:43.908450 | fa163e54-a5a0-0449-013c-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:27.610077 | 0.05s 2026-03-10 10:42:43.939248 | fa163e54-a5a0-0449-013c-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-10 10:42:43.968349 | fa163e54-a5a0-0449-013c-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:27.669970 | 0.03s 2026-03-10 10:42:44.036431 | fa163e54-a5a0-0449-013c-000000003b24 | TASK | Gather variables for each operating system 2026-03-10 10:42:44.160956 | fa163e54-a5a0-0449-013c-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:27.862572 | 0.12s 2026-03-10 10:42:44.191723 | fa163e54-a5a0-0449-013c-000000003b25 | TASK | Create container logs path 2026-03-10 10:42:44.447066 | fa163e54-a5a0-0449-013c-000000003b25 | OK | Create container logs path | standalone 2026-03-10 10:42:44.448064 | fa163e54-a5a0-0449-013c-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:28.149696 | 0.25s 2026-03-10 10:42:44.472497 | fa163e54-a5a0-0449-013c-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 10:42:44.731149 | fa163e54-a5a0-0449-013c-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-10 10:42:44.732436 | fa163e54-a5a0-0449-013c-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:28.434065 | 0.26s 2026-03-10 10:42:44.764725 | fa163e54-a5a0-0449-013c-000000003b28 | TASK | Finalise hashes for all containers 2026-03-10 10:42:44.851532 | fa163e54-a5a0-0449-013c-000000003b28 | OK | Finalise hashes for all containers | standalone 2026-03-10 10:42:44.852741 | fa163e54-a5a0-0449-013c-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:28.554371 | 0.09s 2026-03-10 10:42:44.882283 | fa163e54-a5a0-0449-013c-000000003b2a | TASK | Manage systemd shutdown files 2026-03-10 10:42:44.914833 | fa163e54-a5a0-0449-013c-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:28.616451 | 0.03s 2026-03-10 10:42:44.949887 | 1f6451e7-8df1-48e6-9bb2-b126ef2ecdfe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 10:42:44.977825 | fa163e54-a5a0-0449-013c-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 10:42:45.239701 | fa163e54-a5a0-0449-013c-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 10:42:45.241301 | fa163e54-a5a0-0449-013c-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:28.942923 | 0.26s 2026-03-10 10:42:45.273228 | fa163e54-a5a0-0449-013c-000000003b5e | TASK | Set podman_drop_in fact 2026-03-10 10:42:45.307537 | fa163e54-a5a0-0449-013c-000000003b5e | OK | Set podman_drop_in fact | standalone 2026-03-10 10:42:45.308834 | fa163e54-a5a0-0449-013c-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:29.010463 | 0.03s 2026-03-10 10:42:45.340243 | fa163e54-a5a0-0449-013c-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 10:42:45.870623 | fa163e54-a5a0-0449-013c-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 10:42:45.872179 | fa163e54-a5a0-0449-013c-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:29.573806 | 0.53s 2026-03-10 10:42:46.395137 | fa163e54-a5a0-0449-013c-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 10:42:46.396550 | fa163e54-a5a0-0449-013c-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:30.098176 | 1.05s 2026-03-10 10:42:46.406262 | fa163e54-a5a0-0449-013c-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:30.107901 | 1.06s 2026-03-10 10:42:46.427336 | fa163e54-a5a0-0449-013c-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 10:42:46.972299 | fa163e54-a5a0-0449-013c-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 10:42:46.973559 | fa163e54-a5a0-0449-013c-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:30.675189 | 0.55s 2026-03-10 10:42:47.001523 | fa163e54-a5a0-0449-013c-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 10:42:47.542023 | fa163e54-a5a0-0449-013c-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 10:42:47.543402 | fa163e54-a5a0-0449-013c-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:31.245032 | 0.54s 2026-03-10 10:42:47.574044 | fa163e54-a5a0-0449-013c-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2026-03-10 10:42:48.341740 | fa163e54-a5a0-0449-013c-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-10 10:42:48.343735 | fa163e54-a5a0-0449-013c-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:32.045360 | 0.77s 2026-03-10 10:42:48.374555 | fa163e54-a5a0-0449-013c-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 10:42:48.887100 | fa163e54-a5a0-0449-013c-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 10:42:48.888399 | fa163e54-a5a0-0449-013c-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:32.590028 | 0.51s 2026-03-10 10:42:48.917711 | fa163e54-a5a0-0449-013c-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 10:42:49.416496 | fa163e54-a5a0-0449-013c-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 10:42:49.417866 | fa163e54-a5a0-0449-013c-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:33.119493 | 0.50s 2026-03-10 10:42:49.453828 | fa163e54-a5a0-0449-013c-000000003b66 | TASK | Enable and start netns-placeholder 2026-03-10 10:42:50.142668 | fa163e54-a5a0-0449-013c-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 10:42:50.145394 | fa163e54-a5a0-0449-013c-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:33.847017 | 0.69s 2026-03-10 10:42:50.177117 | fa163e54-a5a0-0449-013c-000000003b2c | TASK | Update container configs with new config hashes 2026-03-10 10:42:50.240424 | fa163e54-a5a0-0449-013c-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:33.942047 | 0.06s 2026-03-10 10:42:50.262910 | 00554637-9d4f-487e-bda3-3ecdf8fa51f6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 10:42:50.298015 | fa163e54-a5a0-0449-013c-000000003b8e | TASK | Update config hashes for container startup configs 2026-03-10 10:42:50.594117 | fa163e54-a5a0-0449-013c-000000003b8e | OK | Update config hashes for container startup configs | standalone 2026-03-10 10:42:50.596378 | fa163e54-a5a0-0449-013c-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:34.297911 | 0.30s 2026-03-10 10:42:50.629239 | fa163e54-a5a0-0449-013c-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 10:42:50.693385 | fa163e54-a5a0-0449-013c-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:34.395000 | 0.06s 2026-03-10 10:42:50.718124 | ecf8121e-0ecb-4127-beb1-5f5b76b32433 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:42:50.756234 | fa163e54-a5a0-0449-013c-000000003bad | TASK | Gather podman infos 2026-03-10 10:42:52.007063 | fa163e54-a5a0-0449-013c-000000003bad | OK | Gather podman infos | standalone 2026-03-10 10:42:52.009274 | fa163e54-a5a0-0449-013c-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:35.710903 | 1.25s 2026-03-10 10:42:52.105860 | fa163e54-a5a0-0449-013c-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 10:42:52.151946 | fa163e54-a5a0-0449-013c-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:35.853572 | 0.04s 2026-03-10 10:42:52.288694 | fa163e54-a5a0-0449-013c-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:35.990303 | 0.09s 2026-03-10 10:42:52.350987 | fa163e54-a5a0-0449-013c-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 10:42:52.407140 | fa163e54-a5a0-0449-013c-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:36.108758 | 0.05s 2026-03-10 10:42:52.430446 | 94f20948-7c47-403b-ac9d-624027ba66e6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:42:52.468230 | fa163e54-a5a0-0449-013c-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 10:43:48.310198 | fa163e54-a5a0-0449-013c-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-10 10:43:48.312285 | fa163e54-a5a0-0449-013c-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:32.013916 | 55.84s 2026-03-10 10:43:48.334437 | fa163e54-a5a0-0449-013c-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 10:44:21.445288 | fa163e54-a5a0-0449-013c-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-10 10:44:21.446944 | fa163e54-a5a0-0449-013c-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:05.148579 | 33.11s 2026-03-10 10:44:21.522333 | fa163e54-a5a0-0449-013c-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-10 10:44:21.752991 | fa163e54-a5a0-0449-013c-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-10 10:44:21.754287 | fa163e54-a5a0-0449-013c-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:05.455914 | 0.23s 2026-03-10 10:44:21.807328 | fa163e54-a5a0-0449-013c-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-10 10:44:21.867993 | fa163e54-a5a0-0449-013c-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:05.569611 | 0.06s 2026-03-10 10:44:21.902046 | fa163e54-a5a0-0449-013c-000000003a8d | TASK | Include container-puppet tasks for step 3 2026-03-10 10:44:21.949640 | fa163e54-a5a0-0449-013c-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:05.651214 | 0.05s 2026-03-10 10:44:21.975439 | f7cc0ed3-867e-4398-b2e7-f9ce4c9be4f3 | INCLUDED | /root/standalone-ansible-yd4gfna1/host-container-puppet-tasks.yaml | standalone 2026-03-10 10:44:22.024306 | fa163e54-a5a0-0449-013c-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-10 10:44:22.552472 | fa163e54-a5a0-0449-013c-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-10 10:44:22.553867 | fa163e54-a5a0-0449-013c-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:06.255495 | 0.53s 2026-03-10 10:44:22.584943 | fa163e54-a5a0-0449-013c-000000003c66 | TASK | Generate container puppet configs for step 3 2026-03-10 10:44:22.874334 | fa163e54-a5a0-0449-013c-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2026-03-10 10:44:22.875795 | fa163e54-a5a0-0449-013c-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:06.577423 | 0.29s 2026-03-10 10:44:22.907305 | fa163e54-a5a0-0449-013c-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-10 10:44:22.942922 | fa163e54-a5a0-0449-013c-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:06.644541 | 0.03s 2026-03-10 10:44:23.012411 | fa163e54-a5a0-0449-013c-000000003c96 | TASK | Gather variables for each operating system 2026-03-10 10:44:23.136444 | fa163e54-a5a0-0449-013c-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:06.838058 | 0.12s 2026-03-10 10:44:23.167899 | fa163e54-a5a0-0449-013c-000000003c97 | TASK | Create container logs path 2026-03-10 10:44:23.424281 | fa163e54-a5a0-0449-013c-000000003c97 | OK | Create container logs path | standalone 2026-03-10 10:44:23.425710 | fa163e54-a5a0-0449-013c-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:07.127338 | 0.26s 2026-03-10 10:44:23.459130 | fa163e54-a5a0-0449-013c-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-10 10:44:23.735987 | fa163e54-a5a0-0449-013c-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-10 10:44:23.737522 | fa163e54-a5a0-0449-013c-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:07.439147 | 0.28s 2026-03-10 10:44:23.767252 | fa163e54-a5a0-0449-013c-000000003c9a | TASK | Finalise hashes for all containers 2026-03-10 10:44:23.819308 | fa163e54-a5a0-0449-013c-000000003c9a | OK | Finalise hashes for all containers | standalone 2026-03-10 10:44:23.820537 | fa163e54-a5a0-0449-013c-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:07.522162 | 0.05s 2026-03-10 10:44:23.850779 | fa163e54-a5a0-0449-013c-000000003c9c | TASK | Manage systemd shutdown files 2026-03-10 10:44:23.886047 | fa163e54-a5a0-0449-013c-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:44:23.887226 | fa163e54-a5a0-0449-013c-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:07.588853 | 0.03s 2026-03-10 10:44:23.917367 | fa163e54-a5a0-0449-013c-000000003c9e | TASK | Update container configs with new config hashes 2026-03-10 10:44:23.968811 | fa163e54-a5a0-0449-013c-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:44:23.969957 | fa163e54-a5a0-0449-013c-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:07.671584 | 0.05s 2026-03-10 10:44:24.002048 | fa163e54-a5a0-0449-013c-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-10 10:44:24.053448 | fa163e54-a5a0-0449-013c-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-10 10:44:24.054651 | fa163e54-a5a0-0449-013c-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:07.756278 | 0.05s 2026-03-10 10:44:24.086803 | fa163e54-a5a0-0449-013c-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-10 10:44:24.139030 | fa163e54-a5a0-0449-013c-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-10 10:44:24.140219 | fa163e54-a5a0-0449-013c-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:07.841846 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-03-10 10:44:24.322024 | fa163e54-a5a0-0449-013c-0000000000de | TASK | External deployment step 4 2026-03-10 10:44:24.354186 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000de') missing from stats 2026-03-10 10:44:24.413791 | fa163e54-a5a0-0449-013c-0000000000df | TIMING | include_tasks | undercloud | 0:19:08.115412 | 0.04s 2026-03-10 10:44:24.437220 | 851987f3-a6b9-4060-a38b-60a88fd2cc31 | INCLUDED | /root/standalone-ansible-yd4gfna1/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-10 10:44:24.455011 | fa163e54-a5a0-0449-013c-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-10 10:44:26.136280 | fa163e54-a5a0-0449-013c-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-10 10:44:26.138666 | fa163e54-a5a0-0449-013c-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:09.840295 | 1.68s 2026-03-10 10:44:27.260421 | fa163e54-a5a0-0449-013c-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-10 10:44:27.261734 | fa163e54-a5a0-0449-013c-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:10.963360 | 2.81s 2026-03-10 10:44:27.268710 | fa163e54-a5a0-0449-013c-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:10.970330 | 2.81s 2026-03-10 10:44:27.288449 | fa163e54-a5a0-0449-013c-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2026-03-10 10:44:27.331219 | fa163e54-a5a0-0449-013c-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:11.032834 | 0.04s 2026-03-10 10:44:27.395794 | fa163e54-a5a0-0449-013c-000000003d1e | TASK | Create Keystone Admin resources 2026-03-10 10:44:27.447353 | fa163e54-a5a0-0449-013c-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:11.148974 | 0.05s 2026-03-10 10:44:27.476278 | eb375d75-ef99-48aa-a99a-e175e4c65639 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-10 10:44:27.506542 | fa163e54-a5a0-0449-013c-000000003d5f | TASK | Create admin and service projects 2026-03-10 10:44:27.556253 | fa163e54-a5a0-0449-013c-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:11.257872 | 0.05s 2026-03-10 10:44:27.567535 | 4c1a450c-4710-4253-adcb-923b04ff17e9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-10 10:44:27.594904 | fa163e54-a5a0-0449-013c-000000003db0 | TASK | Async creation of Keystone project 2026-03-10 10:44:28.025166 | fa163e54-a5a0-0449-013c-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-10 10:44:28.028016 | fa163e54-a5a0-0449-013c-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:11.729640 | 0.43s 2026-03-10 10:44:28.365839 | fa163e54-a5a0-0449-013c-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-10 10:44:28.366949 | fa163e54-a5a0-0449-013c-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:12.068584 | 0.77s 2026-03-10 10:44:28.373244 | fa163e54-a5a0-0449-013c-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:12.074862 | 0.78s 2026-03-10 10:44:28.394015 | fa163e54-a5a0-0449-013c-000000003db2 | TASK | Check Keystone project status 2026-03-10 10:44:28.682840 | fa163e54-a5a0-0449-013c-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-10 10:44:33.957690 | fa163e54-a5a0-0449-013c-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2026-03-10 10:44:33.960012 | fa163e54-a5a0-0449-013c-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:17.661638 | 5.56s 2026-03-10 10:44:34.240619 | fa163e54-a5a0-0449-013c-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-10 10:44:34.241337 | fa163e54-a5a0-0449-013c-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:17.942974 | 5.85s 2026-03-10 10:44:34.245615 | fa163e54-a5a0-0449-013c-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:17.947237 | 5.85s 2026-03-10 10:44:34.266406 | fa163e54-a5a0-0449-013c-000000003d60 | TASK | Create admin role 2026-03-10 10:44:35.583831 | fa163e54-a5a0-0449-013c-000000003d60 | OK | Create admin role | undercloud 2026-03-10 10:44:35.585893 | fa163e54-a5a0-0449-013c-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:19.287520 | 1.32s 2026-03-10 10:44:35.605072 | fa163e54-a5a0-0449-013c-000000003d61 | TASK | Create _member_ role 2026-03-10 10:44:35.665885 | fa163e54-a5a0-0449-013c-000000003d61 | SKIPPED | Create _member_ role | undercloud 2026-03-10 10:44:35.667275 | fa163e54-a5a0-0449-013c-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:19.368901 | 0.06s 2026-03-10 10:44:35.687203 | fa163e54-a5a0-0449-013c-000000003d62 | TASK | Check admin password 2026-03-10 10:44:36.996285 | fa163e54-a5a0-0449-013c-000000003d62 | OK | Check admin password | undercloud 2026-03-10 10:44:36.997984 | fa163e54-a5a0-0449-013c-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:20.699605 | 1.31s 2026-03-10 10:44:37.021064 | fa163e54-a5a0-0449-013c-000000003d63 | TASK | Create admin user 2026-03-10 10:44:38.615582 | fa163e54-a5a0-0449-013c-000000003d63 | CHANGED | Create admin user | undercloud 2026-03-10 10:44:38.617302 | fa163e54-a5a0-0449-013c-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:22.318937 | 1.59s 2026-03-10 10:44:38.631953 | fa163e54-a5a0-0449-013c-000000003d64 | TASK | Assign admin role to admin project for admin user 2026-03-10 10:44:40.115138 | fa163e54-a5a0-0449-013c-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2026-03-10 10:44:40.117039 | fa163e54-a5a0-0449-013c-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:23.818662 | 1.48s 2026-03-10 10:44:40.141752 | fa163e54-a5a0-0449-013c-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2026-03-10 10:44:40.209054 | fa163e54-a5a0-0449-013c-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-10 10:44:40.210390 | fa163e54-a5a0-0449-013c-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:23.912016 | 0.07s 2026-03-10 10:44:40.231121 | fa163e54-a5a0-0449-013c-000000003d66 | TASK | Create identity service 2026-03-10 10:44:41.426114 | fa163e54-a5a0-0449-013c-000000003d66 | OK | Create identity service | undercloud 2026-03-10 10:44:41.426952 | fa163e54-a5a0-0449-013c-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:25.128588 | 1.19s 2026-03-10 10:44:41.441624 | fa163e54-a5a0-0449-013c-000000003d67 | TASK | Create identity public endpoint 2026-03-10 10:44:42.688412 | fa163e54-a5a0-0449-013c-000000003d67 | OK | Create identity public endpoint | undercloud 2026-03-10 10:44:42.689985 | fa163e54-a5a0-0449-013c-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:26.391612 | 1.25s 2026-03-10 10:44:42.713348 | fa163e54-a5a0-0449-013c-000000003d68 | TASK | Create identity internal endpoint 2026-03-10 10:44:43.873556 | fa163e54-a5a0-0449-013c-000000003d68 | OK | Create identity internal endpoint | undercloud 2026-03-10 10:44:43.875641 | fa163e54-a5a0-0449-013c-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:27.577260 | 1.16s 2026-03-10 10:44:43.896603 | fa163e54-a5a0-0449-013c-000000003d69 | TASK | Create identity admin endpoint 2026-03-10 10:44:45.087450 | fa163e54-a5a0-0449-013c-000000003d69 | OK | Create identity admin endpoint | undercloud 2026-03-10 10:44:45.088917 | fa163e54-a5a0-0449-013c-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:28.790545 | 1.19s 2026-03-10 10:44:45.108271 | fa163e54-a5a0-0449-013c-000000003d1f | TASK | Create Keystone Projects 2026-03-10 10:44:45.189555 | fa163e54-a5a0-0449-013c-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:28.891177 | 0.08s 2026-03-10 10:44:45.193902 | fa163e54-a5a0-0449-013c-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:28.895521 | 0.08s 2026-03-10 10:44:45.208282 | 16e09cc1-75ef-491f-9cfd-8edb1abab660 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-10 10:44:45.257729 | fa163e54-a5a0-0449-013c-000000003e3c | TASK | Async creation of Keystone project 2026-03-10 10:44:45.623771 | fa163e54-a5a0-0449-013c-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-10 10:44:45.624967 | fa163e54-a5a0-0449-013c-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:29.326593 | 0.37s 2026-03-10 10:44:45.630202 | fa163e54-a5a0-0449-013c-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:29.331824 | 0.37s 2026-03-10 10:44:45.649930 | fa163e54-a5a0-0449-013c-000000003e3e | TASK | Check Keystone project status 2026-03-10 10:44:45.923680 | fa163e54-a5a0-0449-013c-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-10 10:44:51.179175 | fa163e54-a5a0-0449-013c-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2026-03-10 10:44:51.181057 | fa163e54-a5a0-0449-013c-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:34.882675 | 5.53s 2026-03-10 10:44:51.192393 | fa163e54-a5a0-0449-013c-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:34.894028 | 5.54s 2026-03-10 10:44:51.208003 | fa163e54-a5a0-0449-013c-000000003d21 | TASK | Create Keystone Domains 2026-03-10 10:44:51.301310 | fa163e54-a5a0-0449-013c-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:35.002928 | 0.09s 2026-03-10 10:44:51.312998 | fa163e54-a5a0-0449-013c-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:35.014629 | 0.10s 2026-03-10 10:44:51.329353 | 8c3bdb66-9b66-4261-9d54-4e30665649df | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-10 10:44:51.374519 | fa163e54-a5a0-0449-013c-000000003ef1 | TASK | Async creation of Keystone domains 2026-03-10 10:44:51.786999 | fa163e54-a5a0-0449-013c-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-10 10:44:51.788891 | fa163e54-a5a0-0449-013c-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:35.490517 | 0.41s 2026-03-10 10:44:51.799056 | fa163e54-a5a0-0449-013c-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:35.500677 | 0.42s 2026-03-10 10:44:51.817825 | fa163e54-a5a0-0449-013c-000000003ef3 | TASK | Check Keystone domain status 2026-03-10 10:44:52.109299 | fa163e54-a5a0-0449-013c-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-10 10:44:57.308075 | fa163e54-a5a0-0449-013c-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-10 10:44:57.310695 | fa163e54-a5a0-0449-013c-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:41.012311 | 5.49s 2026-03-10 10:44:57.320354 | fa163e54-a5a0-0449-013c-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:41.021977 | 5.50s 2026-03-10 10:44:57.339499 | fa163e54-a5a0-0449-013c-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-10 10:44:57.400930 | fa163e54-a5a0-0449-013c-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:19:41.102550 | 0.06s 2026-03-10 10:44:57.414779 | e66b6ae2-c254-4574-afb9-b449f1347d28 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-10 10:44:57.466285 | fa163e54-a5a0-0449-013c-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2026-03-10 10:44:58.752187 | fa163e54-a5a0-0449-013c-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-10 10:44:58.753718 | fa163e54-a5a0-0449-013c-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:19:42.455346 | 1.29s 2026-03-10 10:44:58.772488 | fa163e54-a5a0-0449-013c-000000003fbc | TASK | Set openstack_domains fact 2026-03-10 10:44:58.813155 | fa163e54-a5a0-0449-013c-000000003fbc | OK | Set openstack_domains fact | undercloud 2026-03-10 10:44:58.814307 | fa163e54-a5a0-0449-013c-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:19:42.515936 | 0.04s 2026-03-10 10:44:58.833552 | fa163e54-a5a0-0449-013c-000000003d24 | TASK | Create Keystone Services 2026-03-10 10:44:58.950504 | fa163e54-a5a0-0449-013c-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:42.652117 | 0.12s 2026-03-10 10:44:58.969690 | fa163e54-a5a0-0449-013c-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:42.671315 | 0.13s 2026-03-10 10:44:58.980795 | fa163e54-a5a0-0449-013c-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:42.682410 | 0.15s 2026-03-10 10:44:59.000510 | bb9cd353-3897-4a43-bc02-2e157dd327b8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-10 10:44:59.010921 | cd524986-8f54-4499-827a-cfedb2c44355 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-10 10:44:59.075127 | fa163e54-a5a0-0449-013c-000000004098 | TASK | Async creation of Keystone service 2026-03-10 10:44:59.441613 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-10 10:44:59.442533 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:43.144167 | 0.37s 2026-03-10 10:44:59.756880 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2026-03-10 10:44:59.757519 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:43.459156 | 0.68s 2026-03-10 10:45:00.026637 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-10 10:45:00.028254 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:43.729892 | 0.95s 2026-03-10 10:45:00.303963 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-10 10:45:00.304970 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:44.006599 | 1.23s 2026-03-10 10:45:00.575099 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-10 10:45:00.575684 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:44.277321 | 1.50s 2026-03-10 10:45:00.848933 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-10 10:45:00.849628 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:44.551264 | 1.77s 2026-03-10 10:45:01.159864 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-10 10:45:01.160461 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:44.862097 | 2.08s 2026-03-10 10:45:01.447015 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-10 10:45:01.447623 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:45.149260 | 2.37s 2026-03-10 10:45:01.789309 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-10 10:45:01.790261 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:45.491890 | 2.71s 2026-03-10 10:45:02.047619 | fa163e54-a5a0-0449-013c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-10 10:45:02.048294 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:45.749930 | 2.97s 2026-03-10 10:45:02.053899 | fa163e54-a5a0-0449-013c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:45.755536 | 2.98s 2026-03-10 10:45:02.071714 | fa163e54-a5a0-0449-013c-00000000409a | TASK | Check Keystone service status 2026-03-10 10:45:02.323409 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-10 10:45:02.324607 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:46.026239 | 0.25s 2026-03-10 10:45:02.533651 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2026-03-10 10:45:02.534743 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:46.236374 | 0.46s 2026-03-10 10:45:02.825456 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-10 10:45:02.826936 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:46.528563 | 0.75s 2026-03-10 10:45:03.100985 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-10 10:45:03.102247 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:46.803875 | 1.03s 2026-03-10 10:45:03.324816 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-10 10:45:03.325648 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:47.027281 | 1.25s 2026-03-10 10:45:03.576698 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-10 10:45:03.578610 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:47.280202 | 1.51s 2026-03-10 10:45:03.833205 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-10 10:45:03.834393 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:47.536022 | 1.76s 2026-03-10 10:45:04.102599 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-10 10:45:04.103795 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:47.805423 | 2.03s 2026-03-10 10:45:04.373890 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-10 10:45:04.375673 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:48.077296 | 2.30s 2026-03-10 10:45:04.602724 | fa163e54-a5a0-0449-013c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-10 10:45:04.604768 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:48.306392 | 2.53s 2026-03-10 10:45:04.617723 | fa163e54-a5a0-0449-013c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:48.319347 | 2.54s 2026-03-10 10:45:04.639472 | fa163e54-a5a0-0449-013c-00000000409f | TASK | Async creation of Keystone service 2026-03-10 10:45:04.959808 | fa163e54-a5a0-0449-013c-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-10 10:45:04.960915 | fa163e54-a5a0-0449-013c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:48.662546 | 0.32s 2026-03-10 10:45:05.263761 | fa163e54-a5a0-0449-013c-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-10 10:45:05.264933 | fa163e54-a5a0-0449-013c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:48.966571 | 0.62s 2026-03-10 10:45:05.537265 | fa163e54-a5a0-0449-013c-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-10 10:45:05.537949 | fa163e54-a5a0-0449-013c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:49.239584 | 0.90s 2026-03-10 10:45:05.796397 | fa163e54-a5a0-0449-013c-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-10 10:45:05.797960 | fa163e54-a5a0-0449-013c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:49.499589 | 1.16s 2026-03-10 10:45:05.807783 | fa163e54-a5a0-0449-013c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:49.509420 | 1.17s 2026-03-10 10:45:05.832654 | fa163e54-a5a0-0449-013c-0000000040a1 | TASK | Check Keystone service status 2026-03-10 10:45:06.101362 | fa163e54-a5a0-0449-013c-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-10 10:45:06.102294 | fa163e54-a5a0-0449-013c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:49.803929 | 0.27s 2026-03-10 10:45:06.302061 | fa163e54-a5a0-0449-013c-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-10 10:45:11.527193 | fa163e54-a5a0-0449-013c-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-10 10:45:11.529806 | fa163e54-a5a0-0449-013c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.231430 | 5.70s 2026-03-10 10:45:11.775230 | fa163e54-a5a0-0449-013c-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-10 10:45:11.777204 | fa163e54-a5a0-0449-013c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.478833 | 5.94s 2026-03-10 10:45:12.040872 | fa163e54-a5a0-0449-013c-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-10 10:45:12.041598 | fa163e54-a5a0-0449-013c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.743220 | 6.21s 2026-03-10 10:45:12.048826 | fa163e54-a5a0-0449-013c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.750445 | 6.22s 2026-03-10 10:45:12.070685 | fa163e54-a5a0-0449-013c-000000003d26 | TASK | Create Keystone Endpoints 2026-03-10 10:45:12.147938 | fa163e54-a5a0-0449-013c-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:19:55.849549 | 0.08s 2026-03-10 10:45:12.177564 | fa163e54-a5a0-0449-013c-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:19:55.879194 | 0.11s 2026-03-10 10:45:12.203250 | fa163e54-a5a0-0449-013c-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:19:55.904881 | 0.13s 2026-03-10 10:45:12.215146 | fa163e54-a5a0-0449-013c-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:19:55.916766 | 0.14s 2026-03-10 10:45:12.230010 | 31c42c75-d189-40f0-bd76-3f9319382737 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-10 10:45:12.237041 | 453e161a-bc55-4fe5-8131-ee562dbc1e5e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-10 10:45:12.242864 | 7443d421-c72f-4a8a-97e6-d51b4177ccea | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-10 10:45:12.301011 | fa163e54-a5a0-0449-013c-0000000041d5 | TASK | Create Keystone public endpoints 2026-03-10 10:45:12.416678 | fa163e54-a5a0-0449-013c-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:19:56.118292 | 0.11s 2026-03-10 10:45:12.439693 | fa163e54-a5a0-0449-013c-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:19:56.141323 | 0.14s 2026-03-10 10:45:12.454945 | fa163e54-a5a0-0449-013c-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:19:56.156557 | 0.15s 2026-03-10 10:45:12.477205 | 6dd61f95-8ef0-4678-9b5a-37ac9673838f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 10:45:12.487733 | 8cdea31a-9e9d-477a-bbf8-7d6ae73ef5bf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 10:45:12.515065 | fa163e54-a5a0-0449-013c-0000000042fd | TASK | Async creation of Keystone public endpoint 2026-03-10 10:45:12.863722 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-10 10:45:12.866259 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:56.567883 | 0.35s 2026-03-10 10:45:13.201264 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2026-03-10 10:45:13.202444 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:56.904072 | 0.69s 2026-03-10 10:45:13.495487 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-10 10:45:13.496534 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:57.198163 | 0.98s 2026-03-10 10:45:13.812678 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-10 10:45:13.813320 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:57.514956 | 1.30s 2026-03-10 10:45:14.106138 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-10 10:45:14.108192 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:57.809812 | 1.59s 2026-03-10 10:45:14.397122 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-10 10:45:14.397790 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:58.099427 | 1.88s 2026-03-10 10:45:14.682522 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-10 10:45:14.683516 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:58.385146 | 2.17s 2026-03-10 10:45:14.970926 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-10 10:45:14.972334 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:58.673968 | 2.46s 2026-03-10 10:45:15.313927 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-10 10:45:15.315081 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:59.016706 | 2.80s 2026-03-10 10:45:15.594550 | fa163e54-a5a0-0449-013c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-10 10:45:15.596016 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:59.297643 | 3.08s 2026-03-10 10:45:15.606607 | fa163e54-a5a0-0449-013c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:59.308237 | 3.09s 2026-03-10 10:45:15.622982 | fa163e54-a5a0-0449-013c-0000000042ff | TASK | Check Keystone public endpoint status 2026-03-10 10:45:15.877691 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-10 10:45:15.878609 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:59.580244 | 0.25s 2026-03-10 10:45:16.101799 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2026-03-10 10:45:16.102426 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:59.804063 | 0.48s 2026-03-10 10:45:16.332622 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-10 10:45:16.333411 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:00.035048 | 0.71s 2026-03-10 10:45:16.579960 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-10 10:45:16.580648 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:00.282284 | 0.96s 2026-03-10 10:45:16.837258 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-10 10:45:16.837939 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:00.539575 | 1.21s 2026-03-10 10:45:17.073381 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-10 10:45:17.075289 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:00.776917 | 1.45s 2026-03-10 10:45:17.325476 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-10 10:45:17.326774 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:01.028401 | 1.70s 2026-03-10 10:45:17.594613 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-10 10:45:17.596269 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:01.297902 | 1.97s 2026-03-10 10:45:17.841749 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-10 10:45:17.842506 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:01.544142 | 2.22s 2026-03-10 10:45:18.102348 | fa163e54-a5a0-0449-013c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-10 10:45:18.103212 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:01.804847 | 2.48s 2026-03-10 10:45:18.112446 | fa163e54-a5a0-0449-013c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:01.814069 | 2.49s 2026-03-10 10:45:18.139456 | fa163e54-a5a0-0449-013c-000000004304 | TASK | Async creation of Keystone public endpoint 2026-03-10 10:45:18.448013 | fa163e54-a5a0-0449-013c-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-10 10:45:18.449894 | fa163e54-a5a0-0449-013c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:02.151524 | 0.31s 2026-03-10 10:45:18.758741 | fa163e54-a5a0-0449-013c-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-10 10:45:18.760119 | fa163e54-a5a0-0449-013c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:02.461748 | 0.62s 2026-03-10 10:45:19.075395 | fa163e54-a5a0-0449-013c-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-10 10:45:19.078038 | fa163e54-a5a0-0449-013c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:02.779664 | 0.94s 2026-03-10 10:45:19.414364 | fa163e54-a5a0-0449-013c-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-10 10:45:19.418463 | fa163e54-a5a0-0449-013c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:03.120091 | 1.28s 2026-03-10 10:45:19.426264 | fa163e54-a5a0-0449-013c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:03.127897 | 1.29s 2026-03-10 10:45:19.442056 | fa163e54-a5a0-0449-013c-000000004306 | TASK | Check Keystone public endpoint status 2026-03-10 10:45:19.699092 | fa163e54-a5a0-0449-013c-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-10 10:45:24.864463 | fa163e54-a5a0-0449-013c-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-10 10:45:24.866156 | fa163e54-a5a0-0449-013c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:08.567781 | 5.42s 2026-03-10 10:45:25.118975 | fa163e54-a5a0-0449-013c-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-10 10:45:25.120147 | fa163e54-a5a0-0449-013c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:08.821775 | 5.68s 2026-03-10 10:45:25.375451 | fa163e54-a5a0-0449-013c-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-10 10:45:25.376537 | fa163e54-a5a0-0449-013c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:09.078166 | 5.93s 2026-03-10 10:45:25.608091 | fa163e54-a5a0-0449-013c-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-10 10:45:25.610141 | fa163e54-a5a0-0449-013c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:09.311771 | 6.17s 2026-03-10 10:45:25.622044 | fa163e54-a5a0-0449-013c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:09.323663 | 6.18s 2026-03-10 10:45:25.644944 | fa163e54-a5a0-0449-013c-0000000041da | TASK | Create Keystone admin endpoints 2026-03-10 10:45:25.755029 | fa163e54-a5a0-0449-013c-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:09.456640 | 0.11s 2026-03-10 10:45:25.772764 | fa163e54-a5a0-0449-013c-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:09.474394 | 0.13s 2026-03-10 10:45:25.783303 | fa163e54-a5a0-0449-013c-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:09.484916 | 0.14s 2026-03-10 10:45:25.802520 | ca40adf2-26ec-4271-9b26-4d5af4de1684 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 10:45:25.812830 | d94749cd-94e6-4dca-ba18-a78c7f1ac1b2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 10:45:25.837971 | fa163e54-a5a0-0449-013c-000000004362 | TASK | Async creation of Keystone admin endpoint 2026-03-10 10:45:26.202848 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-10 10:45:26.205669 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:09.907285 | 0.37s 2026-03-10 10:45:26.521322 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2026-03-10 10:45:26.522008 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:10.223644 | 0.68s 2026-03-10 10:45:26.849847 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-10 10:45:26.850488 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:10.552126 | 1.01s 2026-03-10 10:45:27.119509 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-10 10:45:27.120326 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:10.821960 | 1.28s 2026-03-10 10:45:27.383674 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-10 10:45:27.384268 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:11.085906 | 1.54s 2026-03-10 10:45:27.617701 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-10 10:45:27.618766 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:11.320395 | 1.78s 2026-03-10 10:45:27.964170 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-10 10:45:27.965595 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:11.667200 | 2.13s 2026-03-10 10:45:28.258005 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-10 10:45:28.259621 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:11.961254 | 2.42s 2026-03-10 10:45:28.545071 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-10 10:45:28.545824 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:12.247459 | 2.71s 2026-03-10 10:45:28.862338 | fa163e54-a5a0-0449-013c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-10 10:45:28.863388 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:12.565017 | 3.02s 2026-03-10 10:45:28.870392 | fa163e54-a5a0-0449-013c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:12.572017 | 3.03s 2026-03-10 10:45:28.887630 | fa163e54-a5a0-0449-013c-000000004364 | TASK | Check Keystone admin endpoint status 2026-03-10 10:45:29.170699 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-10 10:45:29.171753 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:12.873387 | 0.28s 2026-03-10 10:45:29.455547 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2026-03-10 10:45:29.456855 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:13.158465 | 0.57s 2026-03-10 10:45:29.751449 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-10 10:45:29.752374 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:13.454008 | 0.86s 2026-03-10 10:45:29.969208 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-10 10:45:29.970323 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:13.671952 | 1.08s 2026-03-10 10:45:30.234701 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-10 10:45:30.236288 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:13.937917 | 1.35s 2026-03-10 10:45:30.482671 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-10 10:45:30.484606 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:14.186208 | 1.60s 2026-03-10 10:45:30.696136 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-10 10:45:30.697983 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:14.399612 | 1.81s 2026-03-10 10:45:30.951089 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-10 10:45:30.951874 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:14.653511 | 2.06s 2026-03-10 10:45:31.233120 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-10 10:45:31.234710 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:14.936331 | 2.35s 2026-03-10 10:45:31.465637 | fa163e54-a5a0-0449-013c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-10 10:45:31.466728 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:15.168358 | 2.58s 2026-03-10 10:45:31.475486 | fa163e54-a5a0-0449-013c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:15.177125 | 2.59s 2026-03-10 10:45:31.495667 | fa163e54-a5a0-0449-013c-000000004369 | TASK | Async creation of Keystone admin endpoint 2026-03-10 10:45:31.764457 | fa163e54-a5a0-0449-013c-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-10 10:45:31.765991 | fa163e54-a5a0-0449-013c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:15.467617 | 0.27s 2026-03-10 10:45:32.026113 | fa163e54-a5a0-0449-013c-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-10 10:45:32.028035 | fa163e54-a5a0-0449-013c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:15.729663 | 0.53s 2026-03-10 10:45:32.330667 | fa163e54-a5a0-0449-013c-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-10 10:45:32.331280 | fa163e54-a5a0-0449-013c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:16.032918 | 0.83s 2026-03-10 10:45:32.601787 | fa163e54-a5a0-0449-013c-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-10 10:45:32.602822 | fa163e54-a5a0-0449-013c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:16.304451 | 1.11s 2026-03-10 10:45:32.614970 | fa163e54-a5a0-0449-013c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:16.316597 | 1.12s 2026-03-10 10:45:32.630900 | fa163e54-a5a0-0449-013c-00000000436b | TASK | Check Keystone admin endpoint status 2026-03-10 10:45:32.920973 | fa163e54-a5a0-0449-013c-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-10 10:45:38.137631 | fa163e54-a5a0-0449-013c-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-10 10:45:38.139474 | fa163e54-a5a0-0449-013c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:21.841104 | 5.51s 2026-03-10 10:45:38.397471 | fa163e54-a5a0-0449-013c-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-10 10:45:38.398174 | fa163e54-a5a0-0449-013c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:22.099811 | 5.77s 2026-03-10 10:45:38.663753 | fa163e54-a5a0-0449-013c-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-10 10:45:38.665822 | fa163e54-a5a0-0449-013c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:22.367451 | 6.03s 2026-03-10 10:45:38.915988 | fa163e54-a5a0-0449-013c-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-10 10:45:38.917980 | fa163e54-a5a0-0449-013c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:22.619608 | 6.29s 2026-03-10 10:45:38.929925 | fa163e54-a5a0-0449-013c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:22.631545 | 6.30s 2026-03-10 10:45:38.953680 | fa163e54-a5a0-0449-013c-0000000041df | TASK | Create Keystone internal endpoints 2026-03-10 10:45:39.064272 | fa163e54-a5a0-0449-013c-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:22.765883 | 0.11s 2026-03-10 10:45:39.082932 | fa163e54-a5a0-0449-013c-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:22.784563 | 0.13s 2026-03-10 10:45:39.093134 | fa163e54-a5a0-0449-013c-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:22.794753 | 0.14s 2026-03-10 10:45:39.111933 | ac9c13c3-8a13-4cd2-8f66-e0210fb914e7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 10:45:39.122166 | f57bdcfb-7869-4a79-a161-39d96736bb36 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 10:45:39.147750 | fa163e54-a5a0-0449-013c-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2026-03-10 10:45:39.480800 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-10 10:45:39.483536 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:23.185159 | 0.33s 2026-03-10 10:45:39.791111 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2026-03-10 10:45:39.792791 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:23.494420 | 0.64s 2026-03-10 10:45:40.092379 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-10 10:45:40.094260 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:23.795887 | 0.94s 2026-03-10 10:45:40.377271 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-10 10:45:40.377865 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:24.079503 | 1.23s 2026-03-10 10:45:40.690391 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-10 10:45:40.692971 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:24.394608 | 1.54s 2026-03-10 10:45:41.005752 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-10 10:45:41.006396 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:24.708033 | 1.86s 2026-03-10 10:45:41.272941 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-10 10:45:41.273608 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:24.975245 | 2.12s 2026-03-10 10:45:41.575146 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-10 10:45:41.575798 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:25.277435 | 2.43s 2026-03-10 10:45:41.852899 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-10 10:45:41.853434 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:25.555072 | 2.70s 2026-03-10 10:45:42.124262 | fa163e54-a5a0-0449-013c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-10 10:45:42.124858 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:25.826496 | 2.98s 2026-03-10 10:45:42.131189 | fa163e54-a5a0-0449-013c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:25.832813 | 2.98s 2026-03-10 10:45:42.147815 | fa163e54-a5a0-0449-013c-0000000043c9 | TASK | Check Keystone internal endpoint status 2026-03-10 10:45:42.372769 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-10 10:45:42.373613 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:26.075248 | 0.23s 2026-03-10 10:45:42.601774 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2026-03-10 10:45:42.602647 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:26.304281 | 0.45s 2026-03-10 10:45:42.841381 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-10 10:45:42.843209 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:26.544837 | 0.69s 2026-03-10 10:45:43.117140 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-10 10:45:43.118016 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:26.819652 | 0.97s 2026-03-10 10:45:43.333142 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-10 10:45:43.334240 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:27.035870 | 1.19s 2026-03-10 10:45:43.561974 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-10 10:45:43.562727 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:27.264364 | 1.41s 2026-03-10 10:45:43.815412 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-10 10:45:43.816969 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:27.518602 | 1.67s 2026-03-10 10:45:44.074446 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-10 10:45:44.075848 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:27.777483 | 1.93s 2026-03-10 10:45:44.336205 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-10 10:45:44.338107 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:28.039736 | 2.19s 2026-03-10 10:45:44.541904 | fa163e54-a5a0-0449-013c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-10 10:45:44.544743 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:28.246371 | 2.40s 2026-03-10 10:45:44.558326 | fa163e54-a5a0-0449-013c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:28.259947 | 2.41s 2026-03-10 10:45:44.586362 | fa163e54-a5a0-0449-013c-0000000043ce | TASK | Async creation of Keystone internal endpoint 2026-03-10 10:45:44.943225 | fa163e54-a5a0-0449-013c-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-10 10:45:44.946051 | fa163e54-a5a0-0449-013c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:28.647669 | 0.36s 2026-03-10 10:45:45.218774 | fa163e54-a5a0-0449-013c-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-10 10:45:45.219598 | fa163e54-a5a0-0449-013c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:28.921232 | 0.63s 2026-03-10 10:45:45.466381 | fa163e54-a5a0-0449-013c-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-10 10:45:45.467400 | fa163e54-a5a0-0449-013c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:29.169029 | 0.88s 2026-03-10 10:45:45.777995 | fa163e54-a5a0-0449-013c-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-10 10:45:45.779374 | fa163e54-a5a0-0449-013c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:29.481011 | 1.19s 2026-03-10 10:45:45.791017 | fa163e54-a5a0-0449-013c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:29.492641 | 1.20s 2026-03-10 10:45:45.809106 | fa163e54-a5a0-0449-013c-0000000043d0 | TASK | Check Keystone internal endpoint status 2026-03-10 10:45:46.093788 | fa163e54-a5a0-0449-013c-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-10 10:45:51.297887 | fa163e54-a5a0-0449-013c-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-10 10:45:51.299361 | fa163e54-a5a0-0449-013c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.000983 | 5.49s 2026-03-10 10:45:51.503409 | fa163e54-a5a0-0449-013c-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-10 10:45:51.505378 | fa163e54-a5a0-0449-013c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.207005 | 5.69s 2026-03-10 10:45:51.767450 | fa163e54-a5a0-0449-013c-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-10 10:45:51.768597 | fa163e54-a5a0-0449-013c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.470201 | 5.96s 2026-03-10 10:45:52.022342 | fa163e54-a5a0-0449-013c-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-10 10:45:52.024235 | fa163e54-a5a0-0449-013c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.725864 | 6.21s 2026-03-10 10:45:52.034498 | fa163e54-a5a0-0449-013c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.736137 | 6.22s 2026-03-10 10:45:52.049889 | fa163e54-a5a0-0449-013c-000000003d28 | TASK | Run cleanup tasks 2026-03-10 10:45:52.099236 | fa163e54-a5a0-0449-013c-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:20:35.800864 | 0.05s 2026-03-10 10:45:52.107192 | 4e6ebf22-60c4-4ad0-b283-056f6485035e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-10 10:45:52.148864 | fa163e54-a5a0-0449-013c-000000004428 | TASK | Get list of enabled services 2026-03-10 10:45:54.735309 | fa163e54-a5a0-0449-013c-000000004428 | CHANGED | Get list of enabled services | undercloud 2026-03-10 10:45:54.736758 | fa163e54-a5a0-0449-013c-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:20:38.438385 | 2.59s 2026-03-10 10:45:54.755359 | fa163e54-a5a0-0449-013c-000000004429 | TASK | List services to be disabled 2026-03-10 10:45:54.838057 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-10 10:45:54.873039 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-10 10:45:54.899263 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-10 10:45:54.924387 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-10 10:45:54.949179 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-10 10:45:54.975525 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-10 10:45:55.000697 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-10 10:45:55.027634 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-10 10:45:55.054218 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-10 10:45:55.079273 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2026-03-10 10:45:55.104375 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-10 10:45:55.130062 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-10 10:45:55.155055 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-10 10:45:55.180308 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-10 10:45:55.202732 | fa163e54-a5a0-0449-013c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-10 10:45:55.215550 | fa163e54-a5a0-0449-013c-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:20:38.917169 | 0.46s 2026-03-10 10:45:55.235920 | fa163e54-a5a0-0449-013c-00000000442a | TASK | Delete keystone services not enabled 2026-03-10 10:45:55.258296 | fa163e54-a5a0-0449-013c-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:20:38.959908 | 0.02s 2026-03-10 10:45:55.277740 | fa163e54-a5a0-0449-013c-000000003d29 | TASK | Create Keystone Roles 2026-03-10 10:45:55.356008 | fa163e54-a5a0-0449-013c-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:39.057620 | 0.08s 2026-03-10 10:45:55.374593 | fa163e54-a5a0-0449-013c-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:39.076196 | 0.10s 2026-03-10 10:45:55.381110 | fa163e54-a5a0-0449-013c-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:39.082735 | 0.10s 2026-03-10 10:45:55.396294 | 35a0695e-e624-43ec-a4ab-8e2c0ba1f7fe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-10 10:45:55.405350 | e40b1470-a3d2-4f98-bb0b-44020f12e504 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-10 10:45:55.471741 | fa163e54-a5a0-0449-013c-000000004598 | TASK | Async creation of Keystone role 2026-03-10 10:45:55.813422 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-10 10:45:55.814286 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:39.515921 | 0.34s 2026-03-10 10:45:56.132527 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2026-03-10 10:45:56.134006 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:39.835634 | 0.66s 2026-03-10 10:45:56.514220 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2026-03-10 10:45:56.515165 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:40.216796 | 1.04s 2026-03-10 10:45:56.744297 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2026-03-10 10:45:56.745174 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:40.446805 | 1.27s 2026-03-10 10:45:57.017925 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2026-03-10 10:45:57.018472 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:40.720109 | 1.55s 2026-03-10 10:45:57.304373 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-10 10:45:57.304961 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:41.006599 | 1.83s 2026-03-10 10:45:57.547413 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-10 10:45:57.547943 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:41.249580 | 2.07s 2026-03-10 10:45:57.784712 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-10 10:45:57.785797 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:41.487427 | 2.31s 2026-03-10 10:45:58.078114 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-10 10:45:58.079217 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:41.780850 | 2.61s 2026-03-10 10:45:58.372080 | fa163e54-a5a0-0449-013c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-10 10:45:58.372983 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:42.074613 | 2.90s 2026-03-10 10:45:58.383101 | fa163e54-a5a0-0449-013c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:42.084721 | 2.91s 2026-03-10 10:45:58.401903 | fa163e54-a5a0-0449-013c-00000000459a | TASK | Check Keystone role status 2026-03-10 10:45:58.666143 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-10 10:45:58.667027 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:42.368662 | 0.26s 2026-03-10 10:45:58.884757 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2026-03-10 10:45:58.885381 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:42.587019 | 0.48s 2026-03-10 10:45:59.111755 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2026-03-10 10:45:59.113535 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:42.815159 | 0.71s 2026-03-10 10:45:59.394173 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2026-03-10 10:45:59.395295 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:43.096923 | 0.99s 2026-03-10 10:45:59.676509 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2026-03-10 10:45:59.677888 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:43.379523 | 1.27s 2026-03-10 10:45:59.936297 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-10 10:45:59.937675 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:43.639312 | 1.53s 2026-03-10 10:46:00.181234 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-10 10:46:00.181935 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:43.883572 | 1.78s 2026-03-10 10:46:00.425737 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-10 10:46:00.426933 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:44.128563 | 2.02s 2026-03-10 10:46:00.673477 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-10 10:46:00.675298 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:44.376925 | 2.27s 2026-03-10 10:46:00.922135 | fa163e54-a5a0-0449-013c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-10 10:46:00.923969 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:44.625598 | 2.52s 2026-03-10 10:46:00.937261 | fa163e54-a5a0-0449-013c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:44.638885 | 2.53s 2026-03-10 10:46:00.961071 | fa163e54-a5a0-0449-013c-00000000459f | TASK | Async creation of Keystone role 2026-03-10 10:46:01.342677 | fa163e54-a5a0-0449-013c-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-10 10:46:01.345273 | fa163e54-a5a0-0449-013c-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:45.046616 | 0.38s 2026-03-10 10:46:01.644298 | fa163e54-a5a0-0449-013c-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-10 10:46:01.646093 | fa163e54-a5a0-0449-013c-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:45.347723 | 0.68s 2026-03-10 10:46:01.957482 | fa163e54-a5a0-0449-013c-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-10 10:46:01.959849 | fa163e54-a5a0-0449-013c-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:45.661478 | 1.00s 2026-03-10 10:46:01.969700 | fa163e54-a5a0-0449-013c-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:45.671320 | 1.01s 2026-03-10 10:46:01.988433 | fa163e54-a5a0-0449-013c-0000000045a1 | TASK | Check Keystone role status 2026-03-10 10:46:02.245903 | fa163e54-a5a0-0449-013c-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2026-03-10 10:46:07.463198 | fa163e54-a5a0-0449-013c-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-10 10:46:07.464650 | fa163e54-a5a0-0449-013c-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:51.166274 | 5.47s 2026-03-10 10:46:07.707770 | fa163e54-a5a0-0449-013c-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-10 10:46:07.708421 | fa163e54-a5a0-0449-013c-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:51.410059 | 5.72s 2026-03-10 10:46:07.975821 | fa163e54-a5a0-0449-013c-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-10 10:46:07.978419 | fa163e54-a5a0-0449-013c-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:51.680047 | 5.99s 2026-03-10 10:46:07.989415 | fa163e54-a5a0-0449-013c-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:51.691029 | 6.00s 2026-03-10 10:46:08.010959 | fa163e54-a5a0-0449-013c-000000003d2b | TASK | Create Keystone Users 2026-03-10 10:46:08.080363 | fa163e54-a5a0-0449-013c-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:51.781968 | 0.07s 2026-03-10 10:46:08.097865 | fa163e54-a5a0-0449-013c-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:51.799493 | 0.09s 2026-03-10 10:46:08.105605 | fa163e54-a5a0-0449-013c-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:51.807202 | 0.09s 2026-03-10 10:46:08.128558 | d14d370a-47cb-490a-9bb8-3d960342c2ef | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-10 10:46:08.143050 | 6179f5f4-118c-4804-9479-353832cc8073 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-10 10:46:08.208060 | fa163e54-a5a0-0449-013c-000000004749 | TASK | Check password of Keystone user 2026-03-10 10:46:09.147056 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:09.148419 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:52.850043 | 0.94s 2026-03-10 10:46:10.098867 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:10.099861 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:53.801490 | 1.89s 2026-03-10 10:46:10.993190 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:10.994091 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:54.695722 | 2.79s 2026-03-10 10:46:11.902678 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:11.904307 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:55.605936 | 3.70s 2026-03-10 10:46:12.851916 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:12.853517 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:56.555145 | 4.64s 2026-03-10 10:46:13.789324 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:13.790652 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:57.492285 | 5.58s 2026-03-10 10:46:14.678439 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:14.679457 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:58.381086 | 6.47s 2026-03-10 10:46:15.584431 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:15.585330 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:59.286960 | 7.38s 2026-03-10 10:46:16.493946 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:16.495925 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:00.197553 | 8.29s 2026-03-10 10:46:17.400921 | fa163e54-a5a0-0449-013c-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:17.401867 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:01.103496 | 9.19s 2026-03-10 10:46:17.407964 | fa163e54-a5a0-0449-013c-000000004749 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:17.408960 | fa163e54-a5a0-0449-013c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:01.110588 | 9.20s 2026-03-10 10:46:17.429408 | fa163e54-a5a0-0449-013c-00000000474b | TASK | Async creation of Keystone user 2026-03-10 10:46:17.842774 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:17.843627 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:01.545262 | 0.41s 2026-03-10 10:46:18.256210 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:18.256830 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:01.958466 | 0.83s 2026-03-10 10:46:18.586373 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:18.588187 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.289814 | 1.16s 2026-03-10 10:46:18.898211 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:18.900352 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.601978 | 1.47s 2026-03-10 10:46:19.192655 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:19.194771 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.896400 | 1.76s 2026-03-10 10:46:19.507158 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:19.508399 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:03.210037 | 2.08s 2026-03-10 10:46:19.886071 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:19.886767 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:03.588402 | 2.46s 2026-03-10 10:46:20.248429 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:20.252967 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:03.954596 | 2.82s 2026-03-10 10:46:20.597567 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:20.598322 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:04.299961 | 3.17s 2026-03-10 10:46:20.924713 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:20.925894 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:04.627528 | 3.50s 2026-03-10 10:46:20.935923 | fa163e54-a5a0-0449-013c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:20.936827 | fa163e54-a5a0-0449-013c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:04.638446 | 3.51s 2026-03-10 10:46:20.952647 | fa163e54-a5a0-0449-013c-00000000474d | TASK | Check Keystone user status 2026-03-10 10:46:21.207797 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:21.209229 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:04.910862 | 0.26s 2026-03-10 10:46:21.454263 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:21.455059 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:05.156693 | 0.50s 2026-03-10 10:46:21.666300 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:21.667425 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:05.369053 | 0.71s 2026-03-10 10:46:21.881673 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:21.883437 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:05.585065 | 0.93s 2026-03-10 10:46:22.120095 | fa163e54-a5a0-0449-013c-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-10 10:46:27.359943 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:27.360853 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:11.062483 | 6.41s 2026-03-10 10:46:27.608187 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:27.610170 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:11.311799 | 6.66s 2026-03-10 10:46:27.849402 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:27.851178 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:11.552806 | 6.90s 2026-03-10 10:46:28.128366 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:28.129306 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:11.830936 | 7.18s 2026-03-10 10:46:28.410824 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:28.413011 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:12.114640 | 7.46s 2026-03-10 10:46:28.753626 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:28.754604 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:12.456207 | 7.80s 2026-03-10 10:46:28.771722 | fa163e54-a5a0-0449-013c-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:28.772357 | fa163e54-a5a0-0449-013c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:12.473994 | 7.82s 2026-03-10 10:46:28.787922 | fa163e54-a5a0-0449-013c-000000004752 | TASK | Check password of Keystone user 2026-03-10 10:46:29.776128 | fa163e54-a5a0-0449-013c-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:29.777553 | fa163e54-a5a0-0449-013c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:13.479179 | 0.99s 2026-03-10 10:46:30.670996 | fa163e54-a5a0-0449-013c-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:30.672630 | fa163e54-a5a0-0449-013c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:14.374212 | 1.88s 2026-03-10 10:46:31.681044 | fa163e54-a5a0-0449-013c-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:31.681967 | fa163e54-a5a0-0449-013c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:15.383597 | 2.89s 2026-03-10 10:46:32.611049 | fa163e54-a5a0-0449-013c-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:32.612653 | fa163e54-a5a0-0449-013c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:16.314281 | 3.82s 2026-03-10 10:46:33.551475 | fa163e54-a5a0-0449-013c-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:33.552527 | fa163e54-a5a0-0449-013c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:17.254156 | 4.76s 2026-03-10 10:46:34.486830 | fa163e54-a5a0-0449-013c-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:34.487917 | fa163e54-a5a0-0449-013c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:18.189545 | 5.70s 2026-03-10 10:46:35.389219 | fa163e54-a5a0-0449-013c-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:35.390744 | fa163e54-a5a0-0449-013c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:19.092378 | 6.60s 2026-03-10 10:46:35.401320 | fa163e54-a5a0-0449-013c-000000004752 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-10 10:46:35.402325 | fa163e54-a5a0-0449-013c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:19.103953 | 6.61s 2026-03-10 10:46:35.422184 | fa163e54-a5a0-0449-013c-000000004754 | TASK | Async creation of Keystone user 2026-03-10 10:46:35.791578 | fa163e54-a5a0-0449-013c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:35.792766 | fa163e54-a5a0-0449-013c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:19.494398 | 0.37s 2026-03-10 10:46:36.131241 | fa163e54-a5a0-0449-013c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:36.132117 | fa163e54-a5a0-0449-013c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:19.833752 | 0.71s 2026-03-10 10:46:36.494116 | fa163e54-a5a0-0449-013c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:36.494727 | fa163e54-a5a0-0449-013c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:20.196364 | 1.07s 2026-03-10 10:46:36.832080 | fa163e54-a5a0-0449-013c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:36.832732 | fa163e54-a5a0-0449-013c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:20.534368 | 1.41s 2026-03-10 10:46:37.110240 | fa163e54-a5a0-0449-013c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:37.111597 | fa163e54-a5a0-0449-013c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:20.813221 | 1.69s 2026-03-10 10:46:37.423491 | fa163e54-a5a0-0449-013c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:37.424967 | fa163e54-a5a0-0449-013c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:21.126594 | 2.00s 2026-03-10 10:46:37.729835 | fa163e54-a5a0-0449-013c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:37.730917 | fa163e54-a5a0-0449-013c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:21.432545 | 2.31s 2026-03-10 10:46:37.736658 | fa163e54-a5a0-0449-013c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 10:46:37.737258 | fa163e54-a5a0-0449-013c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:21.438895 | 2.31s 2026-03-10 10:46:37.751437 | fa163e54-a5a0-0449-013c-000000004756 | TASK | Check Keystone user status 2026-03-10 10:46:38.017061 | fa163e54-a5a0-0449-013c-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:38.017879 | fa163e54-a5a0-0449-013c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:21.719514 | 0.27s 2026-03-10 10:46:38.256116 | fa163e54-a5a0-0449-013c-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-10 10:46:43.472083 | fa163e54-a5a0-0449-013c-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:43.473041 | fa163e54-a5a0-0449-013c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:27.174670 | 5.72s 2026-03-10 10:46:43.750622 | fa163e54-a5a0-0449-013c-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:43.751157 | fa163e54-a5a0-0449-013c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:27.452794 | 6.00s 2026-03-10 10:46:43.990775 | fa163e54-a5a0-0449-013c-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:43.991796 | fa163e54-a5a0-0449-013c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:27.693426 | 6.24s 2026-03-10 10:46:44.229396 | fa163e54-a5a0-0449-013c-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:44.231151 | fa163e54-a5a0-0449-013c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:27.932779 | 6.48s 2026-03-10 10:46:44.456661 | fa163e54-a5a0-0449-013c-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:44.458397 | fa163e54-a5a0-0449-013c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:28.160026 | 6.71s 2026-03-10 10:46:44.697738 | fa163e54-a5a0-0449-013c-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:44.699453 | fa163e54-a5a0-0449-013c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:28.401081 | 6.95s 2026-03-10 10:46:44.709495 | fa163e54-a5a0-0449-013c-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-10 10:46:44.710211 | fa163e54-a5a0-0449-013c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:28.411844 | 6.96s 2026-03-10 10:46:44.735078 | fa163e54-a5a0-0449-013c-000000003d2d | TASK | Assign Keystone Users to Roles 2026-03-10 10:46:44.829134 | fa163e54-a5a0-0449-013c-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:28.530749 | 0.09s 2026-03-10 10:46:44.860856 | fa163e54-a5a0-0449-013c-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:28.562485 | 0.12s 2026-03-10 10:46:44.884759 | fa163e54-a5a0-0449-013c-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:28.586390 | 0.15s 2026-03-10 10:46:44.898643 | fa163e54-a5a0-0449-013c-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:28.600274 | 0.16s 2026-03-10 10:46:44.913720 | c61e7867-6c77-4ebe-97d0-d2a4f66c3995 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-10 10:46:44.920396 | 4dabf207-5158-4411-b05a-7f4b4480c300 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-10 10:46:44.926183 | 8c65f3be-0f72-4428-90b7-6ff838b16301 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-10 10:46:44.999500 | fa163e54-a5a0-0449-013c-000000004966 | TASK | Async assignment of Keystone user per role 2026-03-10 10:46:45.101632 | fa163e54-a5a0-0449-013c-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:28.803242 | 0.10s 2026-03-10 10:46:45.119972 | fa163e54-a5a0-0449-013c-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:28.821598 | 0.12s 2026-03-10 10:46:45.129463 | fa163e54-a5a0-0449-013c-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:28.831093 | 0.13s 2026-03-10 10:46:45.147478 | 721bc6c2-a967-4409-ab3f-3805a7a8330f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-10 10:46:45.158756 | 4ff8ef8e-6c8b-4aff-88cb-0df273e20b51 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-10 10:46:45.184597 | fa163e54-a5a0-0449-013c-000000004b46 | TASK | Async assignment of Keystone user to roles 2026-03-10 10:46:45.598081 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-10 10:46:45.600127 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:29.301753 | 0.41s 2026-03-10 10:46:45.955379 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2026-03-10 10:46:45.957680 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:29.659303 | 0.77s 2026-03-10 10:46:46.300228 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-10 10:46:46.301926 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:30.003556 | 1.12s 2026-03-10 10:46:46.618224 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-10 10:46:46.619561 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:30.321198 | 1.43s 2026-03-10 10:46:46.937860 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-10 10:46:46.939276 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:30.640905 | 1.75s 2026-03-10 10:46:47.253136 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-10 10:46:47.254835 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:30.956464 | 2.07s 2026-03-10 10:46:47.545835 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-10 10:46:47.546480 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:31.248117 | 2.36s 2026-03-10 10:46:47.820976 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-10 10:46:47.821728 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:31.523362 | 2.64s 2026-03-10 10:46:48.115623 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-10 10:46:48.116325 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:31.817960 | 2.93s 2026-03-10 10:46:48.439107 | fa163e54-a5a0-0449-013c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-10 10:46:48.439931 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:32.141565 | 3.25s 2026-03-10 10:46:48.445835 | fa163e54-a5a0-0449-013c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:32.147462 | 3.26s 2026-03-10 10:46:48.461451 | fa163e54-a5a0-0449-013c-000000004b48 | TASK | Check Keystone user assignment to roles status 2026-03-10 10:46:48.735977 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-10 10:46:48.737649 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:32.439283 | 0.28s 2026-03-10 10:46:48.953909 | fa163e54-a5a0-0449-013c-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-10 10:46:54.185136 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2026-03-10 10:46:54.187068 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:37.888697 | 5.72s 2026-03-10 10:46:54.451385 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-10 10:46:54.452605 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:38.154200 | 5.99s 2026-03-10 10:46:54.709789 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-10 10:46:54.711081 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:38.412708 | 6.25s 2026-03-10 10:46:54.966780 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-10 10:46:54.968020 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:38.669649 | 6.51s 2026-03-10 10:46:55.201911 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-10 10:46:55.203036 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:38.904667 | 6.74s 2026-03-10 10:46:55.444735 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-10 10:46:55.446649 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:39.148275 | 6.98s 2026-03-10 10:46:55.718300 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-10 10:46:55.719343 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:39.420973 | 7.26s 2026-03-10 10:46:56.026371 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-10 10:46:56.027679 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:39.729315 | 7.57s 2026-03-10 10:46:56.274209 | fa163e54-a5a0-0449-013c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-10 10:46:56.276026 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:39.977655 | 7.81s 2026-03-10 10:46:56.289108 | fa163e54-a5a0-0449-013c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:39.990731 | 7.83s 2026-03-10 10:46:56.312697 | fa163e54-a5a0-0449-013c-000000004b4d | TASK | Async assignment of Keystone user to roles 2026-03-10 10:46:56.683092 | fa163e54-a5a0-0449-013c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-10 10:46:56.685094 | fa163e54-a5a0-0449-013c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:40.386682 | 0.37s 2026-03-10 10:46:57.012426 | fa163e54-a5a0-0449-013c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-10 10:46:57.013327 | fa163e54-a5a0-0449-013c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:40.714957 | 0.70s 2026-03-10 10:46:57.363617 | fa163e54-a5a0-0449-013c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-10 10:46:57.364821 | fa163e54-a5a0-0449-013c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:41.066458 | 1.05s 2026-03-10 10:46:57.662350 | fa163e54-a5a0-0449-013c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-10 10:46:57.662935 | fa163e54-a5a0-0449-013c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:41.364573 | 1.35s 2026-03-10 10:46:57.955042 | fa163e54-a5a0-0449-013c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-10 10:46:57.956550 | fa163e54-a5a0-0449-013c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:41.658179 | 1.64s 2026-03-10 10:46:58.245053 | fa163e54-a5a0-0449-013c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-10 10:46:58.245691 | fa163e54-a5a0-0449-013c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:41.947327 | 1.93s 2026-03-10 10:46:58.544391 | fa163e54-a5a0-0449-013c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-10 10:46:58.544981 | fa163e54-a5a0-0449-013c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:42.246618 | 2.23s 2026-03-10 10:46:58.549735 | fa163e54-a5a0-0449-013c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:42.251359 | 2.24s 2026-03-10 10:46:58.569631 | fa163e54-a5a0-0449-013c-000000004b4f | TASK | Check Keystone user assignment to roles status 2026-03-10 10:46:58.857949 | fa163e54-a5a0-0449-013c-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-10 10:47:04.079983 | fa163e54-a5a0-0449-013c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-10 10:47:04.080800 | fa163e54-a5a0-0449-013c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:47.782435 | 5.51s 2026-03-10 10:47:04.356909 | fa163e54-a5a0-0449-013c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-10 10:47:04.358759 | fa163e54-a5a0-0449-013c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:48.060387 | 5.79s 2026-03-10 10:47:04.615699 | fa163e54-a5a0-0449-013c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-10 10:47:04.616892 | fa163e54-a5a0-0449-013c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:48.318520 | 6.05s 2026-03-10 10:47:04.871238 | fa163e54-a5a0-0449-013c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-10 10:47:04.872036 | fa163e54-a5a0-0449-013c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:48.573671 | 6.30s 2026-03-10 10:47:05.167779 | fa163e54-a5a0-0449-013c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-10 10:47:05.169156 | fa163e54-a5a0-0449-013c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:48.870785 | 6.60s 2026-03-10 10:47:05.429129 | fa163e54-a5a0-0449-013c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-10 10:47:05.430185 | fa163e54-a5a0-0449-013c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:49.131815 | 6.86s 2026-03-10 10:47:05.690243 | fa163e54-a5a0-0449-013c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-10 10:47:05.692328 | fa163e54-a5a0-0449-013c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:49.393959 | 7.12s 2026-03-10 10:47:05.706281 | fa163e54-a5a0-0449-013c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:49.407898 | 7.14s 2026-03-10 10:47:05.729833 | fa163e54-a5a0-0449-013c-00000000496b | TASK | Async assignment of Keystone user per role 2026-03-10 10:47:05.825525 | fa163e54-a5a0-0449-013c-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:49.527146 | 0.09s 2026-03-10 10:47:05.832117 | fa163e54-a5a0-0449-013c-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:49.533736 | 0.10s 2026-03-10 10:47:05.845887 | 2fae36de-0421-4cbb-b2d9-357d94b17c0c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-10 10:47:05.870103 | fa163e54-a5a0-0449-013c-000000004bb7 | TASK | Async assignment of Keystone user to roles 2026-03-10 10:47:06.240998 | fa163e54-a5a0-0449-013c-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-10 10:47:06.243032 | fa163e54-a5a0-0449-013c-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:49.944657 | 0.37s 2026-03-10 10:47:06.253291 | fa163e54-a5a0-0449-013c-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:49.954911 | 0.38s 2026-03-10 10:47:06.273045 | fa163e54-a5a0-0449-013c-000000004bb9 | TASK | Check Keystone user assignment to roles status 2026-03-10 10:47:06.538846 | fa163e54-a5a0-0449-013c-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-10 10:47:11.754839 | fa163e54-a5a0-0449-013c-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-10 10:47:11.756247 | fa163e54-a5a0-0449-013c-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:55.457871 | 5.48s 2026-03-10 10:47:11.768281 | fa163e54-a5a0-0449-013c-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:55.469912 | 5.49s 2026-03-10 10:47:11.787473 | fa163e54-a5a0-0449-013c-000000004970 | TASK | Async assignment of Keystone user per role 2026-03-10 10:47:11.846985 | fa163e54-a5a0-0449-013c-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:55.548597 | 0.06s 2026-03-10 10:47:11.866425 | fa163e54-a5a0-0449-013c-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:55.568055 | 0.08s 2026-03-10 10:47:11.880076 | 3ce5f6f6-a3ff-4e12-b2dc-1b88ecb542fd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-10 10:47:11.905781 | fa163e54-a5a0-0449-013c-000000004bdb | TASK | Async assignment of Keystone user to roles 2026-03-10 10:47:12.222241 | fa163e54-a5a0-0449-013c-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-10 10:47:12.223709 | fa163e54-a5a0-0449-013c-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:55.925336 | 0.32s 2026-03-10 10:47:12.529054 | fa163e54-a5a0-0449-013c-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-10 10:47:12.530682 | fa163e54-a5a0-0449-013c-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:56.232311 | 0.62s 2026-03-10 10:47:12.853547 | fa163e54-a5a0-0449-013c-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-10 10:47:12.854164 | fa163e54-a5a0-0449-013c-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:56.555801 | 0.95s 2026-03-10 10:47:12.861914 | fa163e54-a5a0-0449-013c-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:56.563539 | 0.95s 2026-03-10 10:47:12.893306 | fa163e54-a5a0-0449-013c-000000004bdd | TASK | Check Keystone user assignment to roles status 2026-03-10 10:47:13.143947 | fa163e54-a5a0-0449-013c-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-10 10:47:18.368435 | fa163e54-a5a0-0449-013c-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-10 10:47:18.370008 | fa163e54-a5a0-0449-013c-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:02.071631 | 5.47s 2026-03-10 10:47:18.624286 | fa163e54-a5a0-0449-013c-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-10 10:47:18.626954 | fa163e54-a5a0-0449-013c-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:02.328552 | 5.73s 2026-03-10 10:47:18.937550 | fa163e54-a5a0-0449-013c-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-10 10:47:18.939753 | fa163e54-a5a0-0449-013c-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:02.641382 | 6.04s 2026-03-10 10:47:18.951205 | fa163e54-a5a0-0449-013c-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:02.652827 | 6.06s 2026-03-10 10:47:18.987530 | fa163e54-a5a0-0449-013c-000000003cf3 | TASK | is Keystone LDAP enabled 2026-03-10 10:47:19.045413 | fa163e54-a5a0-0449-013c-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2026-03-10 10:47:19.046770 | fa163e54-a5a0-0449-013c-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:02.748398 | 0.06s 2026-03-10 10:47:19.064382 | fa163e54-a5a0-0449-013c-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-10 10:47:19.118661 | fa163e54-a5a0-0449-013c-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-10 10:47:19.120045 | fa163e54-a5a0-0449-013c-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:02.821670 | 0.05s 2026-03-10 10:47:19.135818 | fa163e54-a5a0-0449-013c-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2026-03-10 10:47:19.168244 | fa163e54-a5a0-0449-013c-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-10 10:47:19.169432 | fa163e54-a5a0-0449-013c-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:02.871059 | 0.03s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-10 10:47:19.281799 | fa163e54-a5a0-0449-013c-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-10 10:47:19.312399 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000e2') missing from stats 2026-03-10 10:47:19.335744 | fa163e54-a5a0-0449-013c-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-10 10:47:19.847018 | fa163e54-a5a0-0449-013c-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-10 10:47:19.848342 | fa163e54-a5a0-0449-013c-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:03.549970 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 10:47:19.923258 | fa163e54-a5a0-0449-013c-0000000000e4 | TIMING | include_tasks | standalone | 0:22:03.624880 | 0.04s 2026-03-10 10:47:19.968471 | 2f04192c-f1b7-49cd-8a03-79e647be27ea | INCLUDED | /root/standalone-ansible-yd4gfna1/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-10 10:47:19.994677 | fa163e54-a5a0-0449-013c-000000004c1f | TASK | Create virtqemud recovery script 2026-03-10 10:47:20.531799 | fa163e54-a5a0-0449-013c-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2026-03-10 10:47:20.533844 | fa163e54-a5a0-0449-013c-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:22:04.235465 | 0.54s 2026-03-10 10:47:20.566541 | fa163e54-a5a0-0449-013c-000000004c20 | TASK | Create virtqemud recovery trigger service 2026-03-10 10:47:21.047664 | fa163e54-a5a0-0449-013c-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-10 10:47:21.049412 | fa163e54-a5a0-0449-013c-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:04.751036 | 0.48s 2026-03-10 10:47:21.073591 | fa163e54-a5a0-0449-013c-000000004c21 | TASK | Create virtqemud recovery trigger timer 2026-03-10 10:47:21.552477 | fa163e54-a5a0-0449-013c-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-10 10:47:21.553936 | fa163e54-a5a0-0449-013c-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:05.255565 | 0.48s 2026-03-10 10:47:21.582978 | fa163e54-a5a0-0449-013c-000000004c22 | TASK | Enable virtqemud recovery trigger service 2026-03-10 10:47:22.755343 | fa163e54-a5a0-0449-013c-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-10 10:47:22.757484 | fa163e54-a5a0-0449-013c-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:06.459111 | 1.17s 2026-03-10 10:47:22.789645 | fa163e54-a5a0-0449-013c-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2026-03-10 10:47:23.920400 | fa163e54-a5a0-0449-013c-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-10 10:47:23.922314 | fa163e54-a5a0-0449-013c-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:07.623940 | 1.13s 2026-03-10 10:47:23.945621 | fa163e54-a5a0-0449-013c-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2026-03-10 10:47:24.566640 | fa163e54-a5a0-0449-013c-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-10 10:47:24.568341 | fa163e54-a5a0-0449-013c-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:08.269969 | 0.62s 2026-03-10 10:47:24.598334 | fa163e54-a5a0-0449-013c-000000004c26 | TASK | Create systemd file 2026-03-10 10:47:25.111957 | fa163e54-a5a0-0449-013c-000000004c26 | CHANGED | Create systemd file | standalone 2026-03-10 10:47:25.113814 | fa163e54-a5a0-0449-013c-000000004c26 | TIMING | Create systemd file | standalone | 0:22:08.815440 | 0.51s 2026-03-10 10:47:25.149744 | fa163e54-a5a0-0449-013c-000000004c27 | TASK | Reload systemd 2026-03-10 10:47:25.985236 | fa163e54-a5a0-0449-013c-000000004c27 | CHANGED | Reload systemd | standalone 2026-03-10 10:47:25.986831 | fa163e54-a5a0-0449-013c-000000004c27 | TIMING | Reload systemd | standalone | 0:22:09.688456 | 0.84s 2026-03-10 10:47:26.018024 | fa163e54-a5a0-0449-013c-000000004c2a | TASK | Start OVN container 2026-03-10 10:47:26.063133 | fa163e54-a5a0-0449-013c-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-10 10:47:26.077924 | fa163e54-a5a0-0449-013c-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-10 10:47:26.089880 | fa163e54-a5a0-0449-013c-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-10 10:47:26.101546 | fa163e54-a5a0-0449-013c-000000004c2a | TIMING | Start OVN container | standalone | 0:22:09.803168 | 0.08s 2026-03-10 10:47:26.125198 | fa163e54-a5a0-0449-013c-000000004c2c | TASK | Set NB connection 2026-03-10 10:47:26.162776 | fa163e54-a5a0-0449-013c-000000004c2c | SKIPPED | Set NB connection | standalone 2026-03-10 10:47:26.163809 | fa163e54-a5a0-0449-013c-000000004c2c | TIMING | Set NB connection | standalone | 0:22:09.865441 | 0.04s 2026-03-10 10:47:26.186793 | fa163e54-a5a0-0449-013c-000000004c2d | TASK | Set SB connection 2026-03-10 10:47:26.218885 | fa163e54-a5a0-0449-013c-000000004c2d | SKIPPED | Set SB connection | standalone 2026-03-10 10:47:26.219841 | fa163e54-a5a0-0449-013c-000000004c2d | TIMING | Set SB connection | standalone | 0:22:09.921474 | 0.03s 2026-03-10 10:47:26.242469 | fa163e54-a5a0-0449-013c-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-10 10:47:26.464330 | fa163e54-a5a0-0449-013c-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-10 10:47:26.465295 | fa163e54-a5a0-0449-013c-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:10.166929 | 0.22s 2026-03-10 10:47:26.565490 | fa163e54-a5a0-0449-013c-0000000000e7 | TIMING | include_tasks | standalone | 0:22:10.267118 | 0.08s 2026-03-10 10:47:26.591174 | 56c6d5ba-1599-4b12-91a3-0bf802421878 | INCLUDED | /root/standalone-ansible-yd4gfna1/common_deploy_steps_tasks.yaml | standalone 2026-03-10 10:47:26.616873 | fa163e54-a5a0-0449-013c-000000004c5c | TASK | Write the config_step hieradata 2026-03-10 10:47:27.140296 | fa163e54-a5a0-0449-013c-000000004c5c | OK | Write the config_step hieradata | standalone 2026-03-10 10:47:27.141309 | fa163e54-a5a0-0449-013c-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:22:10.842941 | 0.52s 2026-03-10 10:47:27.164295 | fa163e54-a5a0-0449-013c-000000004c5d | TASK | Run puppet host configuration for step 4 2026-03-10 10:47:27.436973 | fa163e54-a5a0-0449-013c-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-10 10:47:27.438313 | fa163e54-a5a0-0449-013c-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:11.139943 | 0.27s 2026-03-10 10:47:27.464255 | fa163e54-a5a0-0449-013c-000000004c5e | TASK | Wait for puppet host configuration to finish 2026-03-10 10:47:27.689765 | fa163e54-a5a0-0449-013c-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 10:47:37.877130 | fa163e54-a5a0-0449-013c-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 10:47:48.116604 | fa163e54-a5a0-0449-013c-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-10 10:47:58.348143 | fa163e54-a5a0-0449-013c-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 10:47:58.349836 | fa163e54-a5a0-0449-013c-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:22:42.051457 | 30.88s 2026-03-10 10:47:58.375295 | fa163e54-a5a0-0449-013c-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-10 10:47:58.446873 | fa163e54-a5a0-0449-013c-000000004c5f | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 10 10:47:27 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 10:47:32 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 10:47:32 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 10:47:32 puppet-user: (file & line not available)", "<13>Mar 10 10:47:32 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 10 10:47:32 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 10 10:47:32 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:47:32 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 10 10:47:32 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 10 10:47:32 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:47:32 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:47:32 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:47:32 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:47:32 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:47:32 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 10:47:32 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Mar 10 10:47:37 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 10 10:47:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 10 10:47:45 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 10 10:47:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}1a777bbed8a54dfa5a1afd3ecb260ccd59d0b5fa8939bc3d4eeff201b6d0a92b'", "<13>Mar 10 10:47:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 10 10:47:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 10 10:47:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 10 10:47:45 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 10 10:47:46 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 10:47:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Mar 10 10:47:53 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 10 10:47:53 puppet-user: Notice: Applied catalog in 20.72 seconds", "<13>Mar 10 10:47:53 puppet-user: Application:", "<13>Mar 10 10:47:53 puppet-user: Initial environment: production", "<13>Mar 10 10:47:53 puppet-user: Converged environment: production", "<13>Mar 10 10:47:53 puppet-user: Run mode: user", "<13>Mar 10 10:47:53 puppet-user: Changes:", "<13>Mar 10 10:47:53 puppet-user: Total: 10", "<13>Mar 10 10:47:53 puppet-user: Events:", "<13>Mar 10 10:47:53 puppet-user: Success: 10", "<13>Mar 10 10:47:53 puppet-user: Resources:", "<13>Mar 10 10:47:53 puppet-user: Restarted: 1", "<13>Mar 10 10:47:53 puppet-user: Changed: 10", "<13>Mar 10 10:47:53 puppet-user: Out of sync: 10", "<13>Mar 10 10:47:53 puppet-user: Total: 37", "<13>Mar 10 10:47:53 puppet-user: Time:", "<13>Mar 10 10:47:53 puppet-user: Filebucket: 0.00", "<13>Mar 10 10:47:53 puppet-user: Schedule: 0.00", "<13>Mar 10 10:47:53 puppet-user: File line: 0.00", "<13>Mar 10 10:47:53 puppet-user: User: 0.01", "<13>Mar 10 10:47:53 puppet-user: Augeas: 0.01", "<13>Mar 10 10:47:53 puppet-user: File: 0.11", "<13>Mar 10 10:47:53 puppet-user: Config retrieval: 0.62", "<13>Mar 10 10:47:53 puppet-user: Service: 1.43", "<13>Mar 10 10:47:53 puppet-user: Pcmk property: 1.50", "<13>Mar 10 10:47:53 puppet-user: Last run: 1773139673", "<13>Mar 10 10:47:53 puppet-user: Pcmk resource default: 2.17", "<13>Mar 10 10:47:53 puppet-user: Pcmk resource op default: 2.18", "<13>Mar 10 10:47:53 puppet-user: Transaction evaluation: 20.71", "<13>Mar 10 10:47:53 puppet-user: Catalog application: 20.72", "<13>Mar 10 10:47:53 puppet-user: Package: 6.15", "<13>Mar 10 10:47:53 puppet-user: Exec: 6.97", "<13>Mar 10 10:47:53 puppet-user: Total: 20.73", "<13>Mar 10 10:47:53 puppet-user: Version:", "<13>Mar 10 10:47:53 puppet-user: Config: 1773139652", "<13>Mar 10 10:47:53 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 10:47:58.447982 | fa163e54-a5a0-0449-013c-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:22:42.149616 | 0.07s 2026-03-10 10:47:58.471177 | fa163e54-a5a0-0449-013c-000000004c60 | TASK | Pre-cache facts for puppet containers 2026-03-10 10:47:58.505058 | fa163e54-a5a0-0449-013c-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:22:42.206686 | 0.03s 2026-03-10 10:47:58.567488 | fa163e54-a5a0-0449-013c-000000004ca1 | TASK | Gather variables for each operating system 2026-03-10 10:47:58.691809 | fa163e54-a5a0-0449-013c-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:22:42.393425 | 0.12s 2026-03-10 10:47:58.717356 | fa163e54-a5a0-0449-013c-000000004ca2 | TASK | Create puppet caching structures 2026-03-10 10:47:58.990683 | fa163e54-a5a0-0449-013c-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2026-03-10 10:47:58.991938 | fa163e54-a5a0-0449-013c-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:22:42.693571 | 0.27s 2026-03-10 10:47:59.015907 | fa163e54-a5a0-0449-013c-000000004ca3 | TASK | Check for facter.conf 2026-03-10 10:47:59.293229 | fa163e54-a5a0-0449-013c-000000004ca3 | OK | Check for facter.conf | standalone 2026-03-10 10:47:59.294271 | fa163e54-a5a0-0449-013c-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:22:42.995907 | 0.28s 2026-03-10 10:47:59.315730 | fa163e54-a5a0-0449-013c-000000004ca4 | TASK | Remove facter.conf if directory 2026-03-10 10:48:00.831878 | fa163e54-a5a0-0449-013c-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 10:48:00.832649 | fa163e54-a5a0-0449-013c-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:22:44.534283 | 1.52s 2026-03-10 10:48:00.854139 | fa163e54-a5a0-0449-013c-000000004ca5 | TASK | Write facter cache config 2026-03-10 10:48:01.391687 | fa163e54-a5a0-0449-013c-000000004ca5 | CHANGED | Write facter cache config | standalone 2026-03-10 10:48:01.393386 | fa163e54-a5a0-0449-013c-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:22:45.095006 | 0.54s 2026-03-10 10:48:01.423456 | fa163e54-a5a0-0449-013c-000000004ca6 | TASK | Cleanup facter cache if exists 2026-03-10 10:48:01.814714 | fa163e54-a5a0-0449-013c-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-10 10:48:01.815892 | fa163e54-a5a0-0449-013c-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:22:45.517524 | 0.39s 2026-03-10 10:48:01.847338 | fa163e54-a5a0-0449-013c-000000004ca7 | TASK | Pre-cache facts 2026-03-10 10:48:02.708761 | fa163e54-a5a0-0449-013c-000000004ca7 | CHANGED | Pre-cache facts | standalone 2026-03-10 10:48:02.709474 | fa163e54-a5a0-0449-013c-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:22:46.411111 | 0.86s 2026-03-10 10:48:02.729767 | fa163e54-a5a0-0449-013c-000000004ca8 | TASK | Failed deployment if facter fails 2026-03-10 10:48:02.756386 | fa163e54-a5a0-0449-013c-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 10:48:02.758200 | fa163e54-a5a0-0449-013c-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:22:46.459818 | 0.03s 2026-03-10 10:48:02.796513 | fa163e54-a5a0-0449-013c-000000004ca9 | TASK | Sync cached facts 2026-03-10 10:48:03.047233 | fa163e54-a5a0-0449-013c-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-000000004ca9') missing from stats 2026-03-10 10:48:03.107980 | fa163e54-a5a0-0449-013c-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 10:48:03.143069 | fa163e54-a5a0-0449-013c-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-10 10:48:03.144356 | fa163e54-a5a0-0449-013c-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:22:46.845983 | 0.03s 2026-03-10 10:48:03.176040 | fa163e54-a5a0-0449-013c-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-10 10:48:03.198813 | fa163e54-a5a0-0449-013c-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:22:46.900429 | 0.02s 2026-03-10 10:48:03.261865 | fa163e54-a5a0-0449-013c-000000004d00 | TASK | Gather variables for each operating system 2026-03-10 10:48:03.411810 | fa163e54-a5a0-0449-013c-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:47.113427 | 0.15s 2026-03-10 10:48:03.443380 | fa163e54-a5a0-0449-013c-000000004d01 | TASK | Create container logs path 2026-03-10 10:48:03.714487 | fa163e54-a5a0-0449-013c-000000004d01 | OK | Create container logs path | standalone 2026-03-10 10:48:03.715968 | fa163e54-a5a0-0449-013c-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:47.417605 | 0.27s 2026-03-10 10:48:03.748531 | fa163e54-a5a0-0449-013c-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 10:48:04.044431 | fa163e54-a5a0-0449-013c-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-10 10:48:04.045843 | fa163e54-a5a0-0449-013c-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:47.747466 | 0.30s 2026-03-10 10:48:04.082239 | fa163e54-a5a0-0449-013c-000000004d04 | TASK | Finalise hashes for all containers 2026-03-10 10:48:04.170933 | fa163e54-a5a0-0449-013c-000000004d04 | OK | Finalise hashes for all containers | standalone 2026-03-10 10:48:04.172410 | fa163e54-a5a0-0449-013c-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:47.873999 | 0.09s 2026-03-10 10:48:04.203220 | fa163e54-a5a0-0449-013c-000000004d06 | TASK | Manage systemd shutdown files 2026-03-10 10:48:04.237055 | fa163e54-a5a0-0449-013c-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:47.938675 | 0.03s 2026-03-10 10:48:04.274066 | a5f01907-1c1f-4c07-beec-edc33bf0d8dd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 10:48:04.303770 | fa163e54-a5a0-0449-013c-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 10:48:04.591079 | fa163e54-a5a0-0449-013c-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 10:48:04.592478 | fa163e54-a5a0-0449-013c-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:22:48.294107 | 0.29s 2026-03-10 10:48:04.620224 | fa163e54-a5a0-0449-013c-000000004d3a | TASK | Set podman_drop_in fact 2026-03-10 10:48:04.677764 | fa163e54-a5a0-0449-013c-000000004d3a | OK | Set podman_drop_in fact | standalone 2026-03-10 10:48:04.678523 | fa163e54-a5a0-0449-013c-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:22:48.380162 | 0.06s 2026-03-10 10:48:04.702937 | fa163e54-a5a0-0449-013c-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 10:48:05.215588 | fa163e54-a5a0-0449-013c-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 10:48:05.217249 | fa163e54-a5a0-0449-013c-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:48.918884 | 0.51s 2026-03-10 10:48:05.790855 | fa163e54-a5a0-0449-013c-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 10:48:05.791655 | fa163e54-a5a0-0449-013c-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:49.493290 | 1.09s 2026-03-10 10:48:05.798153 | fa163e54-a5a0-0449-013c-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:49.499791 | 1.09s 2026-03-10 10:48:05.820708 | fa163e54-a5a0-0449-013c-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 10:48:06.360692 | fa163e54-a5a0-0449-013c-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 10:48:06.362002 | fa163e54-a5a0-0449-013c-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:22:50.063633 | 0.54s 2026-03-10 10:48:06.399142 | fa163e54-a5a0-0449-013c-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 10:48:06.910063 | fa163e54-a5a0-0449-013c-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 10:48:06.911436 | fa163e54-a5a0-0449-013c-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:22:50.613067 | 0.51s 2026-03-10 10:48:06.941904 | fa163e54-a5a0-0449-013c-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2026-03-10 10:48:07.753660 | fa163e54-a5a0-0449-013c-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-10 10:48:07.755814 | fa163e54-a5a0-0449-013c-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:22:51.457442 | 0.81s 2026-03-10 10:48:07.787384 | fa163e54-a5a0-0449-013c-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 10:48:08.306123 | fa163e54-a5a0-0449-013c-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 10:48:08.307606 | fa163e54-a5a0-0449-013c-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:22:52.009206 | 0.52s 2026-03-10 10:48:08.337293 | fa163e54-a5a0-0449-013c-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 10:48:08.884556 | fa163e54-a5a0-0449-013c-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 10:48:08.885982 | fa163e54-a5a0-0449-013c-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:22:52.587612 | 0.55s 2026-03-10 10:48:08.916326 | fa163e54-a5a0-0449-013c-000000004d42 | TASK | Enable and start netns-placeholder 2026-03-10 10:48:09.756049 | fa163e54-a5a0-0449-013c-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 10:48:09.758106 | fa163e54-a5a0-0449-013c-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:22:53.459735 | 0.84s 2026-03-10 10:48:09.788322 | fa163e54-a5a0-0449-013c-000000004d08 | TASK | Update container configs with new config hashes 2026-03-10 10:48:09.840566 | fa163e54-a5a0-0449-013c-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:53.542180 | 0.05s 2026-03-10 10:48:09.862546 | ed7ab399-de5c-40b6-b193-8354ad54484a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 10:48:09.898508 | fa163e54-a5a0-0449-013c-000000004d6a | TASK | Update config hashes for container startup configs 2026-03-10 10:48:10.206806 | fa163e54-a5a0-0449-013c-000000004d6a | OK | Update config hashes for container startup configs | standalone 2026-03-10 10:48:10.208221 | fa163e54-a5a0-0449-013c-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:22:53.909850 | 0.31s 2026-03-10 10:48:10.241242 | fa163e54-a5a0-0449-013c-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 10:48:10.306407 | fa163e54-a5a0-0449-013c-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:54.008021 | 0.06s 2026-03-10 10:48:10.330973 | af4ab9f0-0c9d-49a7-bb1e-23a835ab999f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:48:10.370678 | fa163e54-a5a0-0449-013c-000000004d89 | TASK | Gather podman infos 2026-03-10 10:48:12.156599 | fa163e54-a5a0-0449-013c-000000004d89 | OK | Gather podman infos | standalone 2026-03-10 10:48:12.157250 | fa163e54-a5a0-0449-013c-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:22:55.858887 | 1.78s 2026-03-10 10:48:12.234157 | fa163e54-a5a0-0449-013c-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 10:48:12.302349 | fa163e54-a5a0-0449-013c-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:56.003963 | 0.06s 2026-03-10 10:48:12.477536 | fa163e54-a5a0-0449-013c-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:22:56.179146 | 0.11s 2026-03-10 10:48:12.546018 | fa163e54-a5a0-0449-013c-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 10:48:12.607547 | fa163e54-a5a0-0449-013c-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:56.309174 | 0.06s 2026-03-10 10:48:12.623074 | 44a251ee-0ff5-431d-aa0c-74cf8c1ac084 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:48:12.654103 | fa163e54-a5a0-0449-013c-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 10:48:33.533361 | fa163e54-a5a0-0449-013c-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-10 10:48:33.535069 | fa163e54-a5a0-0449-013c-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:17.236695 | 20.88s 2026-03-10 10:48:33.567803 | fa163e54-a5a0-0449-013c-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 10:50:39.818970 | fa163e54-a5a0-0449-013c-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-10 10:50:39.821418 | fa163e54-a5a0-0449-013c-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:25:23.523041 | 126.25s 2026-03-10 10:50:39.891843 | fa163e54-a5a0-0449-013c-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-10 10:50:40.136366 | fa163e54-a5a0-0449-013c-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-10 10:50:40.137862 | fa163e54-a5a0-0449-013c-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:25:23.839488 | 0.24s 2026-03-10 10:50:40.188433 | fa163e54-a5a0-0449-013c-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-10 10:50:40.244180 | fa163e54-a5a0-0449-013c-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:25:23.945803 | 0.05s 2026-03-10 10:50:40.268415 | fa163e54-a5a0-0449-013c-000000004c67 | TASK | Include container-puppet tasks for step 4 2026-03-10 10:50:40.313150 | fa163e54-a5a0-0449-013c-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:25:24.014768 | 0.04s 2026-03-10 10:50:40.347716 | 19950d35-0c58-4038-9c64-44fdef253d95 | INCLUDED | /root/standalone-ansible-yd4gfna1/host-container-puppet-tasks.yaml | standalone 2026-03-10 10:50:40.387917 | fa163e54-a5a0-0449-013c-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-10 10:50:40.945287 | fa163e54-a5a0-0449-013c-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-10 10:50:40.946797 | fa163e54-a5a0-0449-013c-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:25:24.648415 | 0.56s 2026-03-10 10:50:40.978993 | fa163e54-a5a0-0449-013c-000000004e47 | TASK | Generate container puppet configs for step 4 2026-03-10 10:50:41.278307 | fa163e54-a5a0-0449-013c-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2026-03-10 10:50:41.279687 | fa163e54-a5a0-0449-013c-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:25:24.981313 | 0.30s 2026-03-10 10:50:41.311075 | fa163e54-a5a0-0449-013c-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-10 10:50:41.344056 | fa163e54-a5a0-0449-013c-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:25:25.045667 | 0.03s 2026-03-10 10:50:41.420647 | fa163e54-a5a0-0449-013c-000000004e77 | TASK | Gather variables for each operating system 2026-03-10 10:50:41.537622 | fa163e54-a5a0-0449-013c-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:25.239200 | 0.12s 2026-03-10 10:50:41.569303 | fa163e54-a5a0-0449-013c-000000004e78 | TASK | Create container logs path 2026-03-10 10:50:41.846335 | fa163e54-a5a0-0449-013c-000000004e78 | OK | Create container logs path | standalone 2026-03-10 10:50:41.847730 | fa163e54-a5a0-0449-013c-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:25.549357 | 0.28s 2026-03-10 10:50:41.880912 | fa163e54-a5a0-0449-013c-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-10 10:50:42.125775 | fa163e54-a5a0-0449-013c-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-10 10:50:42.127068 | fa163e54-a5a0-0449-013c-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:25.828696 | 0.24s 2026-03-10 10:50:42.155552 | fa163e54-a5a0-0449-013c-000000004e7b | TASK | Finalise hashes for all containers 2026-03-10 10:50:42.206493 | fa163e54-a5a0-0449-013c-000000004e7b | OK | Finalise hashes for all containers | standalone 2026-03-10 10:50:42.207436 | fa163e54-a5a0-0449-013c-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:25.909069 | 0.05s 2026-03-10 10:50:42.232014 | fa163e54-a5a0-0449-013c-000000004e7d | TASK | Manage systemd shutdown files 2026-03-10 10:50:42.263968 | fa163e54-a5a0-0449-013c-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:50:42.264900 | fa163e54-a5a0-0449-013c-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:25.966534 | 0.03s 2026-03-10 10:50:42.288749 | fa163e54-a5a0-0449-013c-000000004e7f | TASK | Update container configs with new config hashes 2026-03-10 10:50:42.317871 | fa163e54-a5a0-0449-013c-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:50:42.318666 | fa163e54-a5a0-0449-013c-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:26.020300 | 0.03s 2026-03-10 10:50:42.343684 | fa163e54-a5a0-0449-013c-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-10 10:50:42.372796 | fa163e54-a5a0-0449-013c-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-10 10:50:42.373714 | fa163e54-a5a0-0449-013c-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:26.075346 | 0.03s 2026-03-10 10:50:42.399318 | fa163e54-a5a0-0449-013c-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-10 10:50:42.428385 | fa163e54-a5a0-0449-013c-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-10 10:50:42.429278 | fa163e54-a5a0-0449-013c-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:26.130911 | 0.03s PLAY [External deployment step 5] ********************************************** 2026-03-10 10:50:42.573793 | fa163e54-a5a0-0449-013c-0000000000ea | TASK | External deployment step 5 2026-03-10 10:50:42.603811 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000ea') missing from stats 2026-03-10 10:50:42.657966 | fa163e54-a5a0-0449-013c-0000000000eb | TIMING | include_tasks | undercloud | 0:25:26.359583 | 0.03s 2026-03-10 10:50:42.668847 | e5e5aa3c-1fa3-4408-b0dd-275e4fc7e226 | INCLUDED | /root/standalone-ansible-yd4gfna1/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-10 10:50:42.686617 | fa163e54-a5a0-0449-013c-000000004ed0 | TASK | Manage Cinder's default volume type 2026-03-10 10:50:52.586588 | fa163e54-a5a0-0449-013c-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2026-03-10 10:50:52.588620 | fa163e54-a5a0-0449-013c-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:25:36.290147 | 9.90s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-10 10:50:52.732543 | fa163e54-a5a0-0449-013c-0000000000ee | TASK | Deploy step tasks for 5 2026-03-10 10:50:52.763120 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000ee') missing from stats 2026-03-10 10:50:52.787122 | fa163e54-a5a0-0449-013c-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-10 10:50:53.284387 | fa163e54-a5a0-0449-013c-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-10 10:50:53.285920 | fa163e54-a5a0-0449-013c-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:25:36.987547 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 10:50:53.346872 | fa163e54-a5a0-0449-013c-0000000000f0 | TIMING | include_tasks | standalone | 0:25:37.048492 | 0.03s 2026-03-10 10:50:53.473527 | 734c5fba-cad6-43f9-89d5-cabcc26b1a84 | INCLUDED | /root/standalone-ansible-yd4gfna1/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-10 10:50:53.514925 | fa163e54-a5a0-0449-013c-000000004ef3 | TASK | Gather variables for each operating system 2026-03-10 10:50:53.633897 | fa163e54-a5a0-0449-013c-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:37.335523 | 0.12s 2026-03-10 10:50:53.653859 | fa163e54-a5a0-0449-013c-000000004ef4 | TASK | Detect if resource is being created or already exists 2026-03-10 10:50:54.461959 | fa163e54-a5a0-0449-013c-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 10:50:54.463410 | fa163e54-a5a0-0449-013c-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:38.165039 | 0.81s 2026-03-10 10:50:54.488003 | fa163e54-a5a0-0449-013c-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-10 10:51:17.199105 | fa163e54-a5a0-0449-013c-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-10 10:51:17.201679 | fa163e54-a5a0-0449-013c-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:00.903310 | 22.71s 2026-03-10 10:51:17.227634 | fa163e54-a5a0-0449-013c-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-10 10:51:17.452529 | fa163e54-a5a0-0449-013c-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-10 10:51:17.453597 | fa163e54-a5a0-0449-013c-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:01.155231 | 0.22s 2026-03-10 10:51:17.478055 | fa163e54-a5a0-0449-013c-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 10:51:17.882102 | fa163e54-a5a0-0449-013c-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 10:51:17.883005 | fa163e54-a5a0-0449-013c-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:01.584641 | 0.40s 2026-03-10 10:51:17.904127 | fa163e54-a5a0-0449-013c-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-10 10:51:18.087025 | fa163e54-a5a0-0449-013c-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-10 10:51:18.087833 | fa163e54-a5a0-0449-013c-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:01.789468 | 0.18s 2026-03-10 10:51:18.109391 | fa163e54-a5a0-0449-013c-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-10 10:51:18.139122 | fa163e54-a5a0-0449-013c-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-10 10:51:18.139893 | fa163e54-a5a0-0449-013c-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:01.841527 | 0.03s 2026-03-10 10:51:18.164050 | fa163e54-a5a0-0449-013c-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-10 10:51:18.222071 | fa163e54-a5a0-0449-013c-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-10 10:51:18.223461 | fa163e54-a5a0-0449-013c-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:01.925088 | 0.06s 2026-03-10 10:51:18.255618 | fa163e54-a5a0-0449-013c-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-10 10:51:18.305256 | fa163e54-a5a0-0449-013c-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-10 10:51:18.306471 | fa163e54-a5a0-0449-013c-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:02.008096 | 0.05s 2026-03-10 10:51:18.339100 | fa163e54-a5a0-0449-013c-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 10:51:18.391886 | fa163e54-a5a0-0449-013c-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 10:51:18.393305 | fa163e54-a5a0-0449-013c-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:02.094932 | 0.05s 2026-03-10 10:51:18.425739 | fa163e54-a5a0-0449-013c-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-10 10:51:18.463296 | fa163e54-a5a0-0449-013c-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-10 10:51:18.464248 | fa163e54-a5a0-0449-013c-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:02.165881 | 0.04s 2026-03-10 10:51:18.508505 | fa163e54-a5a0-0449-013c-000000004f1f | TASK | Gather variables for each operating system 2026-03-10 10:51:18.609991 | fa163e54-a5a0-0449-013c-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:02.311601 | 0.10s 2026-03-10 10:51:18.641105 | fa163e54-a5a0-0449-013c-000000004f20 | TASK | Detect if resource is being created or already exists 2026-03-10 10:51:19.440396 | fa163e54-a5a0-0449-013c-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 10:51:19.441934 | fa163e54-a5a0-0449-013c-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:03.143561 | 0.80s 2026-03-10 10:51:19.475312 | fa163e54-a5a0-0449-013c-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-10 10:51:42.336641 | fa163e54-a5a0-0449-013c-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-10 10:51:42.338429 | fa163e54-a5a0-0449-013c-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:26:26.040057 | 22.86s 2026-03-10 10:51:42.371483 | fa163e54-a5a0-0449-013c-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-10 10:51:42.673801 | fa163e54-a5a0-0449-013c-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-10 10:51:42.675481 | fa163e54-a5a0-0449-013c-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:26.377110 | 0.30s 2026-03-10 10:51:42.708036 | fa163e54-a5a0-0449-013c-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 10:51:43.149606 | fa163e54-a5a0-0449-013c-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 10:51:43.150764 | fa163e54-a5a0-0449-013c-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:26.852397 | 0.44s 2026-03-10 10:51:43.175410 | fa163e54-a5a0-0449-013c-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-10 10:51:43.387177 | fa163e54-a5a0-0449-013c-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-10 10:51:43.388562 | fa163e54-a5a0-0449-013c-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:26:27.090191 | 0.21s 2026-03-10 10:51:43.421099 | fa163e54-a5a0-0449-013c-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-10 10:51:43.482129 | fa163e54-a5a0-0449-013c-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-10 10:51:43.483086 | fa163e54-a5a0-0449-013c-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:26:27.184718 | 0.06s 2026-03-10 10:51:43.508193 | fa163e54-a5a0-0449-013c-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-10 10:51:43.561125 | fa163e54-a5a0-0449-013c-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-10 10:51:43.562040 | fa163e54-a5a0-0449-013c-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:26:27.263674 | 0.05s 2026-03-10 10:51:43.586878 | fa163e54-a5a0-0449-013c-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-10 10:51:43.620245 | fa163e54-a5a0-0449-013c-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-10 10:51:43.621176 | fa163e54-a5a0-0449-013c-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:26:27.322809 | 0.03s 2026-03-10 10:51:43.646751 | fa163e54-a5a0-0449-013c-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 10:51:43.706878 | fa163e54-a5a0-0449-013c-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 10:51:43.707825 | fa163e54-a5a0-0449-013c-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:27.409457 | 0.06s 2026-03-10 10:51:43.733934 | fa163e54-a5a0-0449-013c-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-10 10:51:43.785475 | fa163e54-a5a0-0449-013c-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-10 10:51:43.786286 | fa163e54-a5a0-0449-013c-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:26:27.487922 | 0.05s 2026-03-10 10:51:43.846878 | fa163e54-a5a0-0449-013c-000000004f4b | TASK | Gather variables for each operating system 2026-03-10 10:51:43.951298 | fa163e54-a5a0-0449-013c-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:27.652913 | 0.10s 2026-03-10 10:51:43.983780 | fa163e54-a5a0-0449-013c-000000004f4c | TASK | Detect if resource is being created or already exists 2026-03-10 10:51:44.779013 | fa163e54-a5a0-0449-013c-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 10:51:44.780437 | fa163e54-a5a0-0449-013c-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:28.482066 | 0.79s 2026-03-10 10:51:44.813856 | fa163e54-a5a0-0449-013c-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2026-03-10 10:52:06.861336 | fa163e54-a5a0-0449-013c-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-10 10:52:06.862596 | fa163e54-a5a0-0449-013c-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:26:50.564213 | 22.05s 2026-03-10 10:52:06.895913 | fa163e54-a5a0-0449-013c-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-10 10:52:07.127174 | fa163e54-a5a0-0449-013c-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-10 10:52:07.128726 | fa163e54-a5a0-0449-013c-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:26:50.830354 | 0.23s 2026-03-10 10:52:07.161526 | fa163e54-a5a0-0449-013c-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 10:52:07.553447 | fa163e54-a5a0-0449-013c-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 10:52:07.554471 | fa163e54-a5a0-0449-013c-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:51.256105 | 0.39s 2026-03-10 10:52:07.575264 | fa163e54-a5a0-0449-013c-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-10 10:52:07.775252 | fa163e54-a5a0-0449-013c-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-10 10:52:07.776405 | fa163e54-a5a0-0449-013c-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:26:51.478039 | 0.20s 2026-03-10 10:52:07.802276 | fa163e54-a5a0-0449-013c-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-10 10:52:07.840851 | fa163e54-a5a0-0449-013c-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-10 10:52:07.841772 | fa163e54-a5a0-0449-013c-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:26:51.543405 | 0.04s 2026-03-10 10:52:07.866096 | fa163e54-a5a0-0449-013c-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-10 10:52:07.905788 | fa163e54-a5a0-0449-013c-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-10 10:52:07.906669 | fa163e54-a5a0-0449-013c-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:26:51.608303 | 0.04s 2026-03-10 10:52:07.937488 | fa163e54-a5a0-0449-013c-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-10 10:52:07.975864 | fa163e54-a5a0-0449-013c-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-10 10:52:07.976818 | fa163e54-a5a0-0449-013c-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:26:51.678451 | 0.04s 2026-03-10 10:52:08.002548 | fa163e54-a5a0-0449-013c-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 10:52:08.062452 | fa163e54-a5a0-0449-013c-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 10:52:08.063838 | fa163e54-a5a0-0449-013c-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:51.765466 | 0.06s 2026-03-10 10:52:08.089618 | fa163e54-a5a0-0449-013c-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-10 10:52:08.143130 | fa163e54-a5a0-0449-013c-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-10 10:52:08.144416 | fa163e54-a5a0-0449-013c-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:26:51.846047 | 0.05s 2026-03-10 10:52:08.189859 | fa163e54-a5a0-0449-013c-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2026-03-10 10:52:08.715741 | fa163e54-a5a0-0449-013c-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-10 10:52:08.717537 | fa163e54-a5a0-0449-013c-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:52.419161 | 0.53s 2026-03-10 10:52:08.727651 | fa163e54-a5a0-0449-013c-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:52.429274 | 0.54s 2026-03-10 10:52:08.756940 | fa163e54-a5a0-0449-013c-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2026-03-10 10:52:09.111049 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-10 10:52:09.112635 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:52.814258 | 0.35s 2026-03-10 10:52:09.592427 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-10 10:52:09.594384 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:53.296010 | 0.84s 2026-03-10 10:52:09.920739 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-10 10:52:09.922285 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:53.623913 | 1.16s 2026-03-10 10:52:10.377802 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-10 10:52:10.378954 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:54.080581 | 1.62s 2026-03-10 10:52:10.655173 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-10 10:52:10.655927 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:54.357560 | 1.90s 2026-03-10 10:52:11.014608 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-10 10:52:11.015374 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:54.717006 | 2.26s 2026-03-10 10:52:11.577952 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-10 10:52:11.579547 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:55.281181 | 2.82s 2026-03-10 10:52:12.078917 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-10 10:52:12.080247 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:55.781881 | 3.32s 2026-03-10 10:52:12.403895 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-10 10:52:12.405674 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:56.107301 | 3.65s 2026-03-10 10:52:12.919890 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-10 10:52:12.921467 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:56.623090 | 4.16s 2026-03-10 10:52:13.265853 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-10 10:52:13.267233 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:56.968866 | 4.51s 2026-03-10 10:52:13.707613 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-10 10:52:13.709924 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:57.411550 | 4.95s 2026-03-10 10:52:14.120637 | fa163e54-a5a0-0449-013c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-10 10:52:14.122365 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:57.823990 | 5.36s 2026-03-10 10:52:14.135802 | fa163e54-a5a0-0449-013c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:57.837424 | 5.38s 2026-03-10 10:52:14.158487 | fa163e54-a5a0-0449-013c-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-10 10:52:14.380719 | fa163e54-a5a0-0449-013c-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-10 10:52:14.382423 | fa163e54-a5a0-0449-013c-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:26:58.084048 | 0.22s 2026-03-10 10:52:14.468918 | fa163e54-a5a0-0449-013c-0000000000f3 | TIMING | include_tasks | standalone | 0:26:58.170528 | 0.05s 2026-03-10 10:52:14.544254 | 9af4adfc-0d2b-4384-be68-10be5197833f | INCLUDED | /root/standalone-ansible-yd4gfna1/common_deploy_steps_tasks.yaml | standalone 2026-03-10 10:52:14.571289 | fa163e54-a5a0-0449-013c-000000004ff5 | TASK | Write the config_step hieradata 2026-03-10 10:52:15.080492 | fa163e54-a5a0-0449-013c-000000004ff5 | OK | Write the config_step hieradata | standalone 2026-03-10 10:52:15.081272 | fa163e54-a5a0-0449-013c-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:26:58.782907 | 0.51s 2026-03-10 10:52:15.101301 | fa163e54-a5a0-0449-013c-000000004ff6 | TASK | Run puppet host configuration for step 5 2026-03-10 10:52:15.421228 | fa163e54-a5a0-0449-013c-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-10 10:52:15.422315 | fa163e54-a5a0-0449-013c-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:26:59.123948 | 0.32s 2026-03-10 10:52:15.446057 | fa163e54-a5a0-0449-013c-000000004ff7 | TASK | Wait for puppet host configuration to finish 2026-03-10 10:52:15.677136 | fa163e54-a5a0-0449-013c-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 10:52:25.928059 | fa163e54-a5a0-0449-013c-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 10:52:36.165412 | fa163e54-a5a0-0449-013c-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 10:52:36.167079 | fa163e54-a5a0-0449-013c-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:19.868701 | 20.72s 2026-03-10 10:52:36.200940 | fa163e54-a5a0-0449-013c-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-10 10:52:36.286867 | fa163e54-a5a0-0449-013c-000000004ff8 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 10 10:52:15 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 10:52:20 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 10:52:20 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 10:52:20 puppet-user: (file & line not available)", "<13>Mar 10 10:52:20 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 10 10:52:20 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 10 10:52:21 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:52:21 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 10 10:52:21 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 10 10:52:21 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:52:21 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:52:21 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:52:21 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:52:21 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 10 10:52:21 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 10:52:21 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.60 seconds", "<13>Mar 10 10:52:25 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 10 10:52:27 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 10 10:52:29 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 10:52:29 puppet-user: Notice: Applied catalog in 8.29 seconds", "<13>Mar 10 10:52:29 puppet-user: Application:", "<13>Mar 10 10:52:29 puppet-user: Initial environment: production", "<13>Mar 10 10:52:29 puppet-user: Converged environment: production", "<13>Mar 10 10:52:29 puppet-user: Run mode: user", "<13>Mar 10 10:52:29 puppet-user: Changes:", "<13>Mar 10 10:52:29 puppet-user: Total: 2", "<13>Mar 10 10:52:29 puppet-user: Events:", "<13>Mar 10 10:52:29 puppet-user: Success: 2", "<13>Mar 10 10:52:29 puppet-user: Resources:", "<13>Mar 10 10:52:29 puppet-user: Changed: 2", "<13>Mar 10 10:52:29 puppet-user: Out of sync: 2", "<13>Mar 10 10:52:29 puppet-user: Total: 37", "<13>Mar 10 10:52:29 puppet-user: Time:", "<13>Mar 10 10:52:29 puppet-user: Filebucket: 0.00", "<13>Mar 10 10:52:29 puppet-user: File line: 0.00", "<13>Mar 10 10:52:29 puppet-user: Schedule: 0.00", "<13>Mar 10 10:52:29 puppet-user: Package: 0.00", "<13>Mar 10 10:52:29 puppet-user: User: 0.01", "<13>Mar 10 10:52:29 puppet-user: Augeas: 0.01", "<13>Mar 10 10:52:29 puppet-user: File: 0.09", "<13>Mar 10 10:52:29 puppet-user: Service: 0.15", "<13>Mar 10 10:52:29 puppet-user: Config retrieval: 0.72", "<13>Mar 10 10:52:29 puppet-user: Pcmk property: 1.67", "<13>Mar 10 10:52:29 puppet-user: Last run: 1773139949", "<13>Mar 10 10:52:29 puppet-user: Pcmk resource default: 2.03", "<13>Mar 10 10:52:29 puppet-user: Exec: 2.04", "<13>Mar 10 10:52:29 puppet-user: Pcmk resource op default: 2.05", "<13>Mar 10 10:52:29 puppet-user: Transaction evaluation: 8.23", "<13>Mar 10 10:52:29 puppet-user: Catalog application: 8.29", "<13>Mar 10 10:52:29 puppet-user: Total: 8.30", "<13>Mar 10 10:52:29 puppet-user: Version:", "<13>Mar 10 10:52:29 puppet-user: Config: 1773139940", "<13>Mar 10 10:52:29 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 10:52:36.288539 | fa163e54-a5a0-0449-013c-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:27:19.990166 | 0.09s 2026-03-10 10:52:36.318816 | fa163e54-a5a0-0449-013c-000000004ff9 | TASK | Pre-cache facts for puppet containers 2026-03-10 10:52:36.348217 | fa163e54-a5a0-0449-013c-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:20.049837 | 0.03s 2026-03-10 10:52:36.415003 | fa163e54-a5a0-0449-013c-000000005038 | TASK | Gather variables for each operating system 2026-03-10 10:52:36.538487 | fa163e54-a5a0-0449-013c-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:20.240064 | 0.12s 2026-03-10 10:52:36.569245 | fa163e54-a5a0-0449-013c-000000005039 | TASK | Create puppet caching structures 2026-03-10 10:52:36.825669 | fa163e54-a5a0-0449-013c-000000005039 | CHANGED | Create puppet caching structures | standalone 2026-03-10 10:52:36.827165 | fa163e54-a5a0-0449-013c-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:20.528793 | 0.26s 2026-03-10 10:52:36.859116 | fa163e54-a5a0-0449-013c-00000000503a | TASK | Check for facter.conf 2026-03-10 10:52:37.109336 | fa163e54-a5a0-0449-013c-00000000503a | OK | Check for facter.conf | standalone 2026-03-10 10:52:37.110972 | fa163e54-a5a0-0449-013c-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:27:20.812598 | 0.25s 2026-03-10 10:52:37.144472 | fa163e54-a5a0-0449-013c-00000000503b | TASK | Remove facter.conf if directory 2026-03-10 10:52:37.199543 | fa163e54-a5a0-0449-013c-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 10:52:37.200948 | fa163e54-a5a0-0449-013c-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:27:20.902574 | 0.05s 2026-03-10 10:52:37.232881 | fa163e54-a5a0-0449-013c-00000000503c | TASK | Write facter cache config 2026-03-10 10:52:37.683291 | fa163e54-a5a0-0449-013c-00000000503c | CHANGED | Write facter cache config | standalone 2026-03-10 10:52:37.685851 | fa163e54-a5a0-0449-013c-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:27:21.387478 | 0.45s 2026-03-10 10:52:37.717408 | fa163e54-a5a0-0449-013c-00000000503d | TASK | Cleanup facter cache if exists 2026-03-10 10:52:37.970537 | fa163e54-a5a0-0449-013c-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2026-03-10 10:52:37.972030 | fa163e54-a5a0-0449-013c-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:27:21.673656 | 0.25s 2026-03-10 10:52:38.014272 | fa163e54-a5a0-0449-013c-00000000503e | TASK | Pre-cache facts 2026-03-10 10:52:38.574619 | fa163e54-a5a0-0449-013c-00000000503e | CHANGED | Pre-cache facts | standalone 2026-03-10 10:52:38.576140 | fa163e54-a5a0-0449-013c-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:27:22.277764 | 0.56s 2026-03-10 10:52:38.612942 | fa163e54-a5a0-0449-013c-00000000503f | TASK | Failed deployment if facter fails 2026-03-10 10:52:38.643943 | fa163e54-a5a0-0449-013c-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 10:52:38.645263 | fa163e54-a5a0-0449-013c-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:27:22.346887 | 0.03s 2026-03-10 10:52:38.692878 | fa163e54-a5a0-0449-013c-000000005040 | TASK | Sync cached facts 2026-03-10 10:52:38.986717 | fa163e54-a5a0-0449-013c-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-000000005040') missing from stats 2026-03-10 10:52:39.033917 | fa163e54-a5a0-0449-013c-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 10:52:39.073430 | fa163e54-a5a0-0449-013c-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-10 10:52:39.074758 | fa163e54-a5a0-0449-013c-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:27:22.776383 | 0.04s 2026-03-10 10:52:39.105423 | fa163e54-a5a0-0449-013c-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-10 10:52:39.122146 | fa163e54-a5a0-0449-013c-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:27:22.823776 | 0.02s 2026-03-10 10:52:39.167009 | fa163e54-a5a0-0449-013c-000000005097 | TASK | Gather variables for each operating system 2026-03-10 10:52:39.266543 | fa163e54-a5a0-0449-013c-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:22.968160 | 0.10s 2026-03-10 10:52:39.298351 | fa163e54-a5a0-0449-013c-000000005098 | TASK | Create container logs path 2026-03-10 10:52:39.543139 | fa163e54-a5a0-0449-013c-000000005098 | OK | Create container logs path | standalone 2026-03-10 10:52:39.544534 | fa163e54-a5a0-0449-013c-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:23.246162 | 0.24s 2026-03-10 10:52:39.571415 | fa163e54-a5a0-0449-013c-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 10:52:39.804731 | fa163e54-a5a0-0449-013c-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-10 10:52:39.805520 | fa163e54-a5a0-0449-013c-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:23.507156 | 0.23s 2026-03-10 10:52:39.826953 | fa163e54-a5a0-0449-013c-00000000509b | TASK | Finalise hashes for all containers 2026-03-10 10:52:39.886670 | fa163e54-a5a0-0449-013c-00000000509b | OK | Finalise hashes for all containers | standalone 2026-03-10 10:52:39.887604 | fa163e54-a5a0-0449-013c-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:23.589214 | 0.06s 2026-03-10 10:52:39.908016 | fa163e54-a5a0-0449-013c-00000000509d | TASK | Manage systemd shutdown files 2026-03-10 10:52:39.936532 | fa163e54-a5a0-0449-013c-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:23.638159 | 0.03s 2026-03-10 10:52:39.954205 | e7c119b3-0d7c-45a9-be71-1a61078638c2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 10:52:39.978769 | fa163e54-a5a0-0449-013c-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 10:52:40.217913 | fa163e54-a5a0-0449-013c-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 10:52:40.218830 | fa163e54-a5a0-0449-013c-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:27:23.920464 | 0.24s 2026-03-10 10:52:40.239827 | fa163e54-a5a0-0449-013c-0000000050d1 | TASK | Set podman_drop_in fact 2026-03-10 10:52:40.278654 | fa163e54-a5a0-0449-013c-0000000050d1 | OK | Set podman_drop_in fact | standalone 2026-03-10 10:52:40.279553 | fa163e54-a5a0-0449-013c-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:27:23.981186 | 0.04s 2026-03-10 10:52:40.303537 | fa163e54-a5a0-0449-013c-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 10:52:40.783055 | fa163e54-a5a0-0449-013c-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 10:52:40.785477 | fa163e54-a5a0-0449-013c-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:24.487099 | 0.48s 2026-03-10 10:52:41.310965 | fa163e54-a5a0-0449-013c-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 10:52:41.312827 | fa163e54-a5a0-0449-013c-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:25.014453 | 1.01s 2026-03-10 10:52:41.323477 | fa163e54-a5a0-0449-013c-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:25.025099 | 1.02s 2026-03-10 10:52:41.353914 | fa163e54-a5a0-0449-013c-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 10:52:41.847621 | fa163e54-a5a0-0449-013c-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 10:52:41.848524 | fa163e54-a5a0-0449-013c-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:27:25.550160 | 0.49s 2026-03-10 10:52:41.868445 | fa163e54-a5a0-0449-013c-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 10:52:42.401283 | fa163e54-a5a0-0449-013c-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 10:52:42.403383 | fa163e54-a5a0-0449-013c-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:27:26.105003 | 0.53s 2026-03-10 10:52:42.437482 | fa163e54-a5a0-0449-013c-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2026-03-10 10:52:43.482959 | fa163e54-a5a0-0449-013c-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-10 10:52:43.484564 | fa163e54-a5a0-0449-013c-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:27:27.186198 | 1.05s 2026-03-10 10:52:43.509489 | fa163e54-a5a0-0449-013c-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 10:52:44.073899 | fa163e54-a5a0-0449-013c-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 10:52:44.075309 | fa163e54-a5a0-0449-013c-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:27:27.776935 | 0.56s 2026-03-10 10:52:44.107683 | fa163e54-a5a0-0449-013c-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 10:52:44.642808 | fa163e54-a5a0-0449-013c-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 10:52:44.644195 | fa163e54-a5a0-0449-013c-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:27:28.345824 | 0.53s 2026-03-10 10:52:44.675669 | fa163e54-a5a0-0449-013c-0000000050d9 | TASK | Enable and start netns-placeholder 2026-03-10 10:52:45.664294 | fa163e54-a5a0-0449-013c-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 10:52:45.667747 | fa163e54-a5a0-0449-013c-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:27:29.369372 | 0.99s 2026-03-10 10:52:45.702367 | fa163e54-a5a0-0449-013c-00000000509f | TASK | Update container configs with new config hashes 2026-03-10 10:52:45.765634 | fa163e54-a5a0-0449-013c-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:29.467248 | 0.06s 2026-03-10 10:52:45.787598 | 82757643-0bea-4070-a8d3-3561733d5e23 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 10:52:45.825178 | fa163e54-a5a0-0449-013c-000000005101 | TASK | Update config hashes for container startup configs 2026-03-10 10:52:46.126830 | fa163e54-a5a0-0449-013c-000000005101 | OK | Update config hashes for container startup configs | standalone 2026-03-10 10:52:46.127935 | fa163e54-a5a0-0449-013c-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:27:29.829564 | 0.30s 2026-03-10 10:52:46.153667 | fa163e54-a5a0-0449-013c-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 10:52:46.211844 | fa163e54-a5a0-0449-013c-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:29.913472 | 0.06s 2026-03-10 10:52:46.228242 | dc08efee-b3c1-4ecb-8426-e48b6ee9a7ca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 10:52:46.258363 | fa163e54-a5a0-0449-013c-000000005120 | TASK | Gather podman infos 2026-03-10 10:52:48.389010 | fa163e54-a5a0-0449-013c-000000005120 | OK | Gather podman infos | standalone 2026-03-10 10:52:48.390305 | fa163e54-a5a0-0449-013c-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:32.091933 | 2.13s 2026-03-10 10:52:48.559703 | fa163e54-a5a0-0449-013c-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 10:52:48.643644 | fa163e54-a5a0-0449-013c-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:32.345262 | 0.08s 2026-03-10 10:52:48.847652 | fa163e54-a5a0-0449-013c-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:32.549254 | 0.14s 2026-03-10 10:52:48.911232 | fa163e54-a5a0-0449-013c-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 10:52:48.952984 | fa163e54-a5a0-0449-013c-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:32.654608 | 0.04s 2026-03-10 10:52:48.969076 | b752246a-e24f-47c9-a013-3f105abc50d3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 10:52:49.010943 | fa163e54-a5a0-0449-013c-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 10:53:14.999323 | fa163e54-a5a0-0449-013c-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-10 10:53:15.002701 | fa163e54-a5a0-0449-013c-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:58.704327 | 25.99s 2026-03-10 10:53:15.037839 | fa163e54-a5a0-0449-013c-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 10:53:41.249692 | fa163e54-a5a0-0449-013c-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-10 10:53:41.251562 | fa163e54-a5a0-0449-013c-000000005191 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:24.953187 | 26.21s 2026-03-10 10:53:41.327501 | fa163e54-a5a0-0449-013c-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-10 10:53:41.536881 | fa163e54-a5a0-0449-013c-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-10 10:53:41.538390 | fa163e54-a5a0-0449-013c-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:28:25.240016 | 0.21s 2026-03-10 10:53:41.585511 | fa163e54-a5a0-0449-013c-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-10 10:53:41.624232 | fa163e54-a5a0-0449-013c-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:28:25.325843 | 0.04s 2026-03-10 10:53:41.658516 | fa163e54-a5a0-0449-013c-000000005000 | TASK | Include container-puppet tasks for step 5 2026-03-10 10:53:41.701053 | fa163e54-a5a0-0449-013c-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:28:25.402670 | 0.04s 2026-03-10 10:53:41.726473 | 5c17efe5-11fa-41d8-bbdc-5f4d1022da36 | INCLUDED | /root/standalone-ansible-yd4gfna1/host-container-puppet-tasks.yaml | standalone 2026-03-10 10:53:41.761973 | fa163e54-a5a0-0449-013c-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-10 10:53:42.249980 | fa163e54-a5a0-0449-013c-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-10 10:53:42.251406 | fa163e54-a5a0-0449-013c-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:28:25.953033 | 0.49s 2026-03-10 10:53:42.284085 | fa163e54-a5a0-0449-013c-0000000051de | TASK | Generate container puppet configs for step 5 2026-03-10 10:53:42.571364 | fa163e54-a5a0-0449-013c-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2026-03-10 10:53:42.573145 | fa163e54-a5a0-0449-013c-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:28:26.274772 | 0.29s 2026-03-10 10:53:42.606697 | fa163e54-a5a0-0449-013c-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-10 10:53:42.638328 | fa163e54-a5a0-0449-013c-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:28:26.339934 | 0.03s 2026-03-10 10:53:42.711864 | fa163e54-a5a0-0449-013c-00000000520e | TASK | Gather variables for each operating system 2026-03-10 10:53:42.794679 | fa163e54-a5a0-0449-013c-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:26.496297 | 0.08s 2026-03-10 10:53:42.819104 | fa163e54-a5a0-0449-013c-00000000520f | TASK | Create container logs path 2026-03-10 10:53:43.066249 | fa163e54-a5a0-0449-013c-00000000520f | OK | Create container logs path | standalone 2026-03-10 10:53:43.067186 | fa163e54-a5a0-0449-013c-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:26.768822 | 0.25s 2026-03-10 10:53:43.088046 | fa163e54-a5a0-0449-013c-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-10 10:53:43.342450 | fa163e54-a5a0-0449-013c-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-10 10:53:43.343329 | fa163e54-a5a0-0449-013c-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:27.044966 | 0.25s 2026-03-10 10:53:43.362520 | fa163e54-a5a0-0449-013c-000000005212 | TASK | Finalise hashes for all containers 2026-03-10 10:53:43.390384 | fa163e54-a5a0-0449-013c-000000005212 | OK | Finalise hashes for all containers | standalone 2026-03-10 10:53:43.391114 | fa163e54-a5a0-0449-013c-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:27.092752 | 0.03s 2026-03-10 10:53:43.410974 | fa163e54-a5a0-0449-013c-000000005214 | TASK | Manage systemd shutdown files 2026-03-10 10:53:43.437593 | fa163e54-a5a0-0449-013c-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 10:53:43.438503 | fa163e54-a5a0-0449-013c-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:27.140135 | 0.03s 2026-03-10 10:53:43.461958 | fa163e54-a5a0-0449-013c-000000005216 | TASK | Update container configs with new config hashes 2026-03-10 10:53:43.499631 | fa163e54-a5a0-0449-013c-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 10:53:43.500482 | fa163e54-a5a0-0449-013c-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:27.202116 | 0.04s 2026-03-10 10:53:43.526506 | fa163e54-a5a0-0449-013c-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-10 10:53:43.564200 | fa163e54-a5a0-0449-013c-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-10 10:53:43.565090 | fa163e54-a5a0-0449-013c-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:27.266724 | 0.04s 2026-03-10 10:53:43.590766 | fa163e54-a5a0-0449-013c-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-10 10:53:43.629738 | fa163e54-a5a0-0449-013c-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-10 10:53:43.630660 | fa163e54-a5a0-0449-013c-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:27.332290 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-03-10 10:53:43.790162 | fa163e54-a5a0-0449-013c-0000000000f7 | TASK | Server Post Deployments 2026-03-10 10:53:43.817906 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000f7') missing from stats 2026-03-10 10:53:43.899561 | fa163e54-a5a0-0449-013c-0000000000f8 | TIMING | include_tasks | standalone | 0:28:27.601187 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-10 10:53:44.026095 | fa163e54-a5a0-0449-013c-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-10 10:53:44.053530 | fa163e54-a5a0-0449-013c-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', 'fa163e54-a5a0-0449-013c-0000000000fc') missing from stats 2026-03-10 10:53:44.070728 | fa163e54-a5a0-0449-013c-000000000100 | TASK | is additonal Cell? 2026-03-10 10:53:44.108340 | fa163e54-a5a0-0449-013c-000000000100 | OK | is additonal Cell? | undercloud 2026-03-10 10:53:44.109265 | fa163e54-a5a0-0449-013c-000000000100 | TIMING | is additonal Cell? | undercloud | 0:28:27.810898 | 0.04s 2026-03-10 10:53:44.124672 | fa163e54-a5a0-0449-013c-000000000102 | TASK | discover via nova_manager? 2026-03-10 10:53:44.172959 | fa163e54-a5a0-0449-013c-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-10 10:53:44.174022 | fa163e54-a5a0-0449-013c-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:28:27.875651 | 0.05s 2026-03-10 10:53:44.189725 | fa163e54-a5a0-0449-013c-000000000103 | TASK | discover via nova_api? 2026-03-10 10:53:44.249122 | fa163e54-a5a0-0449-013c-000000000103 | OK | discover via nova_api? | undercloud 2026-03-10 10:53:44.250131 | fa163e54-a5a0-0449-013c-000000000103 | TIMING | discover via nova_api? | undercloud | 0:28:27.951762 | 0.06s 2026-03-10 10:53:44.265357 | fa163e54-a5a0-0449-013c-000000000104 | TASK | Warn if no discovery host available 2026-03-10 10:53:44.303016 | fa163e54-a5a0-0449-013c-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-10 10:53:44.304360 | fa163e54-a5a0-0449-013c-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:28:28.005982 | 0.04s 2026-03-10 10:53:44.339255 | fa163e54-a5a0-0449-013c-000000000105 | TASK | Discovering nova hosts 2026-03-10 10:53:47.042701 | fa163e54-a5a0-0449-013c-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-000000000105') missing from stats 2026-03-10 10:53:47.125063 | fa163e54-a5a0-0449-013c-000000000106 | OK | set_fact | undercloud 2026-03-10 10:53:47.126073 | fa163e54-a5a0-0449-013c-000000000106 | TIMING | set_fact | undercloud | 0:28:30.827705 | 0.06s 2026-03-10 10:53:47.142352 | fa163e54-a5a0-0449-013c-000000000108 | TASK | Set up group_vars 2026-03-10 10:53:47.180505 | fa163e54-a5a0-0449-013c-000000000108 | OK | Set up group_vars | undercloud 2026-03-10 10:53:47.181609 | fa163e54-a5a0-0449-013c-000000000108 | TIMING | Set up group_vars | undercloud | 0:28:30.883239 | 0.04s 2026-03-10 10:53:47.197554 | fa163e54-a5a0-0449-013c-000000000109 | TASK | Make needed directories on the undercloud 2026-03-10 10:53:47.422246 | fa163e54-a5a0-0449-013c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-yd4gfna1/octavia-ansible 2026-03-10 10:53:47.427839 | fa163e54-a5a0-0449-013c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:31.129458 | 0.23s 2026-03-10 10:53:47.637243 | fa163e54-a5a0-0449-013c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-yd4gfna1/octavia-ansible/local_dir 2026-03-10 10:53:47.638930 | fa163e54-a5a0-0449-013c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:31.340567 | 0.44s 2026-03-10 10:53:47.810396 | fa163e54-a5a0-0449-013c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-yd4gfna1/octavia-ansible/group_vars 2026-03-10 10:53:47.813166 | fa163e54-a5a0-0449-013c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:31.514794 | 0.61s 2026-03-10 10:53:47.824246 | fa163e54-a5a0-0449-013c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:31.525873 | 0.63s 2026-03-10 10:53:47.838562 | fa163e54-a5a0-0449-013c-00000000010a | TASK | Write group_vars file 2026-03-10 10:53:48.347170 | fa163e54-a5a0-0449-013c-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-10 10:53:48.348820 | fa163e54-a5a0-0449-013c-00000000010a | TIMING | Write group_vars file | undercloud | 0:28:32.050439 | 0.51s 2026-03-10 10:53:48.393132 | fa163e54-a5a0-0449-013c-00000000010b | TASK | Gather missing facts 2026-03-10 10:53:48.753051 | fa163e54-a5a0-0449-013c-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e54-a5a0-0449-013c-00000000010b') missing from stats 2026-03-10 10:53:48.773805 | fa163e54-a5a0-0449-013c-00000000010b | TIMING | Gather missing facts | undercloud | 0:28:32.475426 | 0.38s 2026-03-10 10:53:48.792959 | fa163e54-a5a0-0449-013c-00000000010c | TASK | Write octavia inventory 2026-03-10 10:53:49.360016 | fa163e54-a5a0-0449-013c-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-10 10:53:49.361668 | fa163e54-a5a0-0449-013c-00000000010c | TIMING | Write octavia inventory | undercloud | 0:28:33.063291 | 0.57s 2026-03-10 10:53:49.381071 | fa163e54-a5a0-0449-013c-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-10 10:53:49.599172 | fa163e54-a5a0-0449-013c-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-10 10:53:49.600283 | fa163e54-a5a0-0449-013c-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:28:33.301915 | 0.22s 2026-03-10 10:53:49.615454 | fa163e54-a5a0-0449-013c-00000000010e | TASK | Set private key location 2026-03-10 10:53:49.672423 | fa163e54-a5a0-0449-013c-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-10 10:53:49.673286 | fa163e54-a5a0-0449-013c-00000000010e | TIMING | Set private key location | undercloud | 0:28:33.374918 | 0.06s 2026-03-10 10:53:49.688379 | fa163e54-a5a0-0449-013c-00000000010f | TASK | Configure octavia command 2026-03-10 10:53:49.727269 | fa163e54-a5a0-0449-013c-00000000010f | OK | Configure octavia command | undercloud 2026-03-10 10:53:49.728249 | fa163e54-a5a0-0449-013c-00000000010f | TIMING | Configure octavia command | undercloud | 0:28:33.429882 | 0.04s 2026-03-10 10:53:49.782220 | fa163e54-a5a0-0449-013c-000000000110 | OK | set_fact | undercloud 2026-03-10 10:53:49.783240 | fa163e54-a5a0-0449-013c-000000000110 | TIMING | set_fact | undercloud | 0:28:33.484872 | 0.04s 2026-03-10 10:53:49.837861 | fa163e54-a5a0-0449-013c-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-yd4gfna1/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-yd4gfna1/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-yd4gfna1/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-10 10:53:49.839233 | fa163e54-a5a0-0449-013c-000000000111 | TIMING | debug | undercloud | 0:28:33.540858 | 0.04s 2026-03-10 10:53:49.857276 | fa163e54-a5a0-0449-013c-000000000112 | TASK | Configure octavia on overcloud 2026-03-10 10:57:39.212139 | fa163e54-a5a0-0449-013c-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-10 10:57:39.215721 | fa163e54-a5a0-0449-013c-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:32:22.917347 | 229.36s 2026-03-10 10:57:39.232361 | fa163e54-a5a0-0449-013c-000000000113 | TASK | Purge temp dirs 2026-03-10 10:57:39.493184 | fa163e54-a5a0-0449-013c-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-yd4gfna1/octavia-ansible/local_dir 2026-03-10 10:57:39.495334 | fa163e54-a5a0-0449-013c-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:23.196960 | 0.26s 2026-03-10 10:57:39.498917 | fa163e54-a5a0-0449-013c-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:23.200544 | 0.27s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2026-03-10 10:57:39.562467 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:57:39.562992 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:57:39.563224 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:32:23.264865 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 10:57:39.563461 | UUID | Info | Host | Task Name | Run Time 2026-03-10 10:57:39.563723 | fa163e54-a5a0-0449-013c-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 230.68s 2026-03-10 10:57:39.563954 | fa163e54-a5a0-0449-013c-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 229.36s 2026-03-10 10:57:39.564184 | fa163e54-a5a0-0449-013c-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 | 126.25s 2026-03-10 10:57:39.564420 | fa163e54-a5a0-0449-013c-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 108.49s 2026-03-10 10:57:39.564676 | fa163e54-a5a0-0449-013c-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.57s 2026-03-10 10:57:39.564938 | fa163e54-a5a0-0449-013c-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 59.50s 2026-03-10 10:57:39.565180 | fa163e54-a5a0-0449-013c-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 55.84s 2026-03-10 10:57:39.565413 | fa163e54-a5a0-0449-013c-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 | 33.11s 2026-03-10 10:57:39.565730 | fa163e54-a5a0-0449-013c-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.06s 2026-03-10 10:57:39.566697 | fa163e54-a5a0-0449-013c-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.88s 2026-03-10 10:57:39.566962 | fa163e54-a5a0-0449-013c-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.70s 2026-03-10 10:57:39.567198 | fa163e54-a5a0-0449-013c-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.64s 2026-03-10 10:57:39.567426 | fa163e54-a5a0-0449-013c-000000005191 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 26.21s 2026-03-10 10:57:39.567671 | fa163e54-a5a0-0449-013c-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.99s 2026-03-10 10:57:39.568045 | fa163e54-a5a0-0449-013c-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.25s 2026-03-10 10:57:39.568305 | fa163e54-a5a0-0449-013c-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.86s 2026-03-10 10:57:39.568529 | fa163e54-a5a0-0449-013c-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.71s 2026-03-10 10:57:39.568810 | fa163e54-a5a0-0449-013c-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.05s 2026-03-10 10:57:39.569055 | fa163e54-a5a0-0449-013c-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 20.88s 2026-03-10 10:57:39.569293 | fa163e54-a5a0-0449-013c-000000004ff7 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2026-03-10 10:57:39.569531 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-yd4gfna1 Install artifact is located at /root/standalone-install-20260310105740.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.sP6t0y5uEC + exit 0 ~/ci-framework-data/artifacts