~/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.ofP7FOK8L8 + 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.ofP7FOK8L8/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.ofP7FOK8L8/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.ofP7FOK8L8 + J2_VARS_FILE=/tmp/tmp.ofP7FOK8L8/tmp.VzibOFIlz6.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.ofP7FOK8L8/tmp.VzibOFIlz6.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.ofP7FOK8L8/tmp.VzibOFIlz6.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.ofP7FOK8L8/tmp.VzibOFIlz6.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.ofP7FOK8L8/tmp.VzibOFIlz6.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.ofP7FOK8L8/tmp.VzibOFIlz6.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.ofP7FOK8L8/tmp.VzibOFIlz6.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.ofP7FOK8L8/tmp.VzibOFIlz6.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.ofP7FOK8L8/tmp.VzibOFIlz6.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.ofP7FOK8L8/tmp.VzibOFIlz6.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.ofP7FOK8L8/tmp.VzibOFIlz6.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.ofP7FOK8L8/tmp.VzibOFIlz6.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.ofP7FOK8L8/tmp.VzibOFIlz6.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.ofP7FOK8L8/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.ofP7FOK8L8/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.ofP7FOK8L8/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.ofP7FOK8L8/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.ofP7FOK8L8/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f '' ']' + true + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 4.9 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 168 kB/s | 26 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 2.5 MB/s | 459 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 3.9 MB/s | 786 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 4.8 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 519 kB/s | 62 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 5.0 MB/s | 542 kB 00:00 (7/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 316 kB/s | 37 kB 00:00 (8/399): pkgconf-1.7.3-10.el9.x86_64.rpm 364 kB/s | 45 kB 00:00 (9/399): libkadm5-1.20.1-8.el9.x86_64.rpm 579 kB/s | 81 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 162 kB/s | 16 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 137 kB/s | 12 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.7 MB/s | 418 kB 00:00 (13/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 363 kB/s | 36 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 303 kB/s | 30 kB 00:00 (15/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 190 kB/s | 19 kB 00:00 (16/399): device-mapper-event-1.02.187-7.el9_2. 320 kB/s | 32 kB 00:00 (17/399): device-mapper-event-libs-1.02.187-7.e 308 kB/s | 31 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (19/399): python3-openvswitch3.3-3.3.6-141.el9f 3.7 MB/s | 383 kB 00:00 (20/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 8.7 MB/s | 1.0 MB 00:00 (21/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 1.8 MB/s | 223 kB 00:00 (22/399): boost-system-1.75.0-8.el9.x86_64.rpm 163 kB/s | 15 kB 00:00 (23/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 682 kB/s | 64 kB 00:00 (24/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.1 MB/s | 98 kB 00:00 (25/399): python3-urllib-gssapi-1.0.2-4.el9.noa 268 kB/s | 24 kB 00:00 (26/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.9 MB/s | 216 kB 00:00 (27/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 194 kB/s | 17 kB 00:00 (28/399): boost-thread-1.75.0-8.el9.x86_64.rpm 649 kB/s | 57 kB 00:00 (29/399): perl-Data-Dumper-2.174-462.el9.x86_64 571 kB/s | 59 kB 00:00 (30/399): perl-Exporter-5.74-461.el9.noarch.rpm 367 kB/s | 34 kB 00:00 (31/399): perl-File-Temp-0.231.100-4.el9.noarch 676 kB/s | 63 kB 00:00 (32/399): perl-parent-0.238-460.el9.noarch.rpm 174 kB/s | 16 kB 00:00 (33/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 210 kB/s | 25 kB 00:00 (34/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.9 MB/s | 283 kB 00:00 (35/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.1 MB/s | 321 kB 00:00 (36/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.2 MB/s | 224 kB 00:00 (37/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 466 kB/s | 45 kB 00:00 (38/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.0 MB/s | 92 kB 00:00 (39/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.7 MB/s | 392 kB 00:00 (40/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.1 MB/s | 229 kB 00:00 (41/399): perl-Term-ANSIColor-5.01-461.el9.noar 570 kB/s | 51 kB 00:00 (42/399): perl-Text-ParseWords-3.30-460.el9.noa 156 kB/s | 18 kB 00:00 (43/399): perl-URI-5.09-3.el9.noarch.rpm 1.1 MB/s | 125 kB 00:00 (44/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (45/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (46/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 259 kB/s | 26 kB 00:00 (47/399): perl-Carp-1.50-460.el9.noarch.rpm 239 kB/s | 31 kB 00:00 (48/399): iptables-nft-services-1.8.8-6.el9_1.n 144 kB/s | 28 kB 00:00 (49/399): perl-Mozilla-CA-20200520-6.el9.noarch 129 kB/s | 14 kB 00:00 (50/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 187 kB/s | 24 kB 00:00 (51/399): perl-Encode-3.08-462.el9.x86_64.rpm 6.3 MB/s | 1.7 MB 00:00 (52/399): perl-Time-Local-1.300-7.el9.noarch.rp 356 kB/s | 37 kB 00:00 (53/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.3 MB/s | 218 kB 00:00 (54/399): python3-yubico-1.3.3-7.el9.noarch.rpm 801 kB/s | 73 kB 00:00 (55/399): perl-Pod-Escapes-1.07-460.el9.noarch. 245 kB/s | 22 kB 00:00 (56/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 823 kB/s | 76 kB 00:00 (57/399): sshpass-1.09-4.el9.x86_64.rpm 334 kB/s | 30 kB 00:00 (58/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.1 MB/s | 410 kB 00:00 (59/399): boost-filesystem-1.75.0-8.el9.x86_64. 412 kB/s | 59 kB 00:00 (60/399): boost-program-options-1.75.0-8.el9.x8 929 kB/s | 108 kB 00:00 (61/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 449 kB/s | 39 kB 00:00 (62/399): libburn-1.5.4-4.el9.x86_64.rpm 1.3 MB/s | 175 kB 00:00 (63/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 294 kB/s | 34 kB 00:00 (64/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.3 MB/s | 419 kB 00:00 (65/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 159 kB/s | 19 kB 00:00 (66/399): perl-Digest-1.19-4.el9.noarch.rpm 316 kB/s | 29 kB 00:00 (67/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (68/399): perl-File-Path-2.18-4.el9.noarch.rpm 342 kB/s | 38 kB 00:00 (69/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 353 kB/s | 43 kB 00:00 (70/399): perl-Scalar-List-Utils-1.56-461.el9.x 660 kB/s | 77 kB 00:00 (71/399): perl-Socket-2.031-4.el9.x86_64.rpm 539 kB/s | 58 kB 00:00 (72/399): perl-constant-1.33-461.el9.noarch.rpm 146 kB/s | 25 kB 00:00 (73/399): perl-podlators-4.14-460.el9.noarch.rp 1.0 MB/s | 118 kB 00:00 (74/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 915 kB/s | 112 kB 00:00 (75/399): python3-appdirs-1.4.4-4.el9.noarch.rp 295 kB/s | 27 kB 00:00 (76/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.6 MB/s | 163 kB 00:00 (77/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.0 MB/s | 96 kB 00:00 (78/399): python3-qrcode-core-6.1-12.el9.noarch 548 kB/s | 61 kB 00:00 (79/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 541 kB/s | 48 kB 00:00 (80/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.9 MB/s | 279 kB 00:00 (81/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 221 kB 00:00 (82/399): python3-augeas-0.5.0-25.el9.noarch.rp 348 kB/s | 31 kB 00:00 (83/399): python3-alembic-1.7.5-3.el9.noarch.rp 8.1 MB/s | 900 kB 00:00 (84/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.5 MB/s | 459 kB 00:00 (85/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.1 MB/s | 489 kB 00:00 (86/399): jq-1.6-14.el9.x86_64.rpm 1.1 MB/s | 190 kB 00:00 (87/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 638 kB/s | 59 kB 00:00 (88/399): perl-AutoLoader-5.74-480.el9.noarch.r 183 kB/s | 23 kB 00:00 (89/399): perl-Class-Struct-0.66-480.el9.noarch 273 kB/s | 24 kB 00:00 (90/399): perl-B-1.80-480.el9.x86_64.rpm 1.4 MB/s | 185 kB 00:00 (91/399): perl-Errno-1.30-480.el9.x86_64.rpm 188 kB/s | 17 kB 00:00 (92/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 262 kB/s | 23 kB 00:00 (93/399): perl-File-Basename-2.85-480.el9.noarc 128 kB/s | 19 kB 00:00 (94/399): perl-FileHandle-2.03-480.el9.noarch.r 192 kB/s | 17 kB 00:00 (95/399): perl-File-stat-1.09-480.el9.noarch.rp 137 kB/s | 19 kB 00:00 (96/399): perl-Getopt-Std-1.12-480.el9.noarch.r 193 kB/s | 17 kB 00:00 (97/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 279 kB/s | 25 kB 00:00 (98/399): perl-POSIX-1.94-480.el9.x86_64.rpm 723 kB/s | 99 kB 00:00 (99/399): perl-SelectSaver-1.02-480.el9.noarch. 146 kB/s | 13 kB 00:00 (100/399): perl-Symbol-1.08-480.el9.noarch.rpm 177 kB/s | 16 kB 00:00 (101/399): perl-interpreter-5.32.1-480.el9.x86_ 766 kB/s | 75 kB 00:00 (102/399): perl-overload-1.31-480.el9.noarch.rp 389 kB/s | 47 kB 00:00 (103/399): perl-libs-5.32.1-480.el9.x86_64.rpm 14 MB/s | 2.2 MB 00:00 (104/399): perl-overloading-0.02-480.el9.noarch 160 kB/s | 15 kB 00:00 (105/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.5 MB/s | 259 kB 00:00 (106/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 431 kB/s | 40 kB 00:00 (107/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 457 kB/s | 42 kB 00:00 (108/399): perl-NDBM_File-1.15-480.el9.x86_64.r 257 kB/s | 25 kB 00:00 (109/399): perl-base-2.27-480.el9.noarch.rpm 185 kB/s | 18 kB 00:00 (110/399): perl-IO-1.43-480.el9.x86_64.rpm 557 kB/s | 94 kB 00:00 (111/399): perl-if-0.60.800-480.el9.noarch.rpm 132 kB/s | 16 kB 00:00 (112/399): perl-mro-1.23-480.el9.x86_64.rpm 259 kB/s | 31 kB 00:00 (113/399): perl-subs-1.03-480.el9.noarch.rpm 112 kB/s | 13 kB 00:00 (114/399): perl-vars-1.05-480.el9.noarch.rpm 142 kB/s | 15 kB 00:00 (115/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.6 MB/s | 176 kB 00:00 (116/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.4 MB/s | 452 kB 00:00 (117/399): ipa-client-common-4.10.1-12.el9_2.2. 470 kB/s | 44 kB 00:00 (118/399): rhel-system-roles-1.21.2-1.el9_2.noa 18 MB/s | 2.4 MB 00:00 (119/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.5 MB/s | 656 kB 00:00 (120/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.0 MB/s | 648 kB 00:00 (121/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.4 MB/s | 663 kB 00:00 (122/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 453 kB/s | 57 kB 00:00 (123/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 426 kB/s | 41 kB 00:00 (124/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 37 MB/s | 7.9 MB 00:00 (125/399): ruby-default-gems-3.0.4-161.el9_2.2. 318 kB/s | 46 kB 00:00 (126/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 24 MB/s | 3.3 MB 00:00 (127/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 599 kB/s | 55 kB 00:00 (128/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.4 MB/s | 456 kB 00:00 (129/399): rubygem-io-console-0.5.7-161.el9_2.2 194 kB/s | 26 kB 00:00 (130/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 622 kB/s | 60 kB 00:00 (131/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 301 kB/s | 59 kB 00:00 (132/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.2 MB/s | 110 kB 00:00 (133/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 2.0 MB/s | 441 kB 00:00 (134/399): buildah-1.29.5-1.el9_2.x86_64.rpm 33 MB/s | 8.6 MB 00:00 (135/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.3 MB/s | 245 kB 00:00 (136/399): rubygems-3.2.33-161.el9_2.2.noarch.r 1.0 MB/s | 306 kB 00:00 (137/399): ansible-collection-ansible-netcommon 1.9 MB/s | 181 kB 00:00 (138/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 18 MB/s | 2.2 MB 00:00 (139/399): ansible-collection-ansible-posix-1.2 1.0 MB/s | 124 kB 00:00 (140/399): ansible-collection-ansible-utils-2.3 997 kB/s | 91 kB 00:00 (141/399): ansible-collection-community-general 11 MB/s | 1.3 MB 00:00 (142/399): golang-github-vbatts-tar-split-0.11. 8.4 MB/s | 1.0 MB 00:00 (143/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 678 kB/s | 77 kB 00:00 (144/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (145/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.9 MB/s | 178 kB 00:00 (146/399): python3-ansible-runner-2.0.0a1-3.el9 1.3 MB/s | 122 kB 00:00 (147/399): puppet-fdio-18.2-1.20220727113954.6f 200 kB/s | 25 kB 00:00 (148/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 281 kB/s | 44 kB 00:00 (149/399): python3-beautifulsoup4-4.9.3-2.el9os 2.0 MB/s | 204 kB 00:00 (150/399): python3-croniter-0.3.35-2.el9ost.noa 472 kB/s | 49 kB 00:00 (151/399): python3-daemon-2.3.0-1.el9ost.noarch 423 kB/s | 39 kB 00:00 (152/399): python3-docutils-0.16-6.el9ost.noarc 14 MB/s | 1.5 MB 00:00 (153/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 453 kB/s | 44 kB 00:00 (154/399): python3-gevent-21.1.2-2.el9ost.x86_6 14 MB/s | 1.6 MB 00:00 (155/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.2 MB/s | 107 kB 00:00 (156/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.7 MB/s | 284 kB 00:00 (157/399): python3-lockfile-0.12.2-2.el9ost.noa 356 kB/s | 31 kB 00:00 (158/399): python3-jmespath-0.10.0-1.el9ost.noa 437 kB/s | 46 kB 00:00 (159/399): python3-logutils-0.3.5-15.el9ost.noa 526 kB/s | 47 kB 00:00 (160/399): python3-memcached-1.59-3.el9ost.noar 414 kB/s | 40 kB 00:00 (161/399): python3-migrate-0.13.0-1.el9ost.noar 2.2 MB/s | 224 kB 00:00 (162/399): python3-mimeparse-1.6.0-16.el9ost.no 143 kB/s | 16 kB 00:00 (163/399): python3-natsort-7.1.1-2.el9ost.noarc 629 kB/s | 59 kB 00:00 (164/399): python3-passlib-1.7.4-3.el9ost.noarc 6.7 MB/s | 712 kB 00:00 (165/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.5 MB/s | 273 kB 00:00 (166/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 988 kB/s | 90 kB 00:00 (167/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.2 MB/s | 111 kB 00:00 (168/399): python3-pyperclip-1.8.0-3.el9ost.noa 281 kB/s | 25 kB 00:00 (169/399): python3-setproctitle-1.2.2-1.el9ost. 249 kB/s | 23 kB 00:00 (170/399): python3-smmap-3.0.1-4.el9ost.noarch. 482 kB/s | 47 kB 00:00 (171/399): python3-soupsieve-2.2-1.el9ost.noarc 495 kB/s | 67 kB 00:00 (172/399): python3-sqlalchemy13-1.3.24-3.el9ost 14 MB/s | 1.7 MB 00:00 (173/399): python3-tenacity-6.3.1-1.el9ost.noar 490 kB/s | 51 kB 00:00 (174/399): python3-webtest-2.0.35-6.el9ost.noar 889 kB/s | 82 kB 00:00 (175/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.2 MB/s | 396 kB 00:00 (176/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.5 MB/s | 243 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 810 kB/s | 205 kB 00:00 (178/399): python3-zope-interface-5.4.0-1.el9os 992 kB/s | 202 kB 00:00 (179/399): rubygem-deep_merge-1.2.1-7.el9ost.no 162 kB/s | 14 kB 00:00 (180/399): rubygem-multi_json-1.15.0-2.el9ost.n 248 kB/s | 22 kB 00:00 (181/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 814 kB/s | 90 kB 00:00 (182/399): rubygem-fast_gettext-1.2.0-9.el9ost. 263 kB/s | 34 kB 00:00 (183/399): rubygem-puppet-resource_api-1.8.13-1 391 kB/s | 34 kB 00:00 (184/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 127 kB/s | 16 kB 00:00 (185/399): rubygem-semantic_puppet-1.0.4-2.el9o 166 kB/s | 21 kB 00:00 (186/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.5 MB/s | 433 kB 00:00 (187/399): ansible-role-atos-hsm-1.0.1-17.1.202 162 kB/s | 17 kB 00:00 (188/399): ansible-config_template-2.0.1-17.1.2 253 kB/s | 29 kB 00:00 (189/399): ansible-role-chrony-1.3.1-17.1.20230 250 kB/s | 22 kB 00:00 (190/399): ansible-role-collectd-config-0.0.3-1 548 kB/s | 53 kB 00:00 (191/399): ansible-role-container-registry-1.4. 244 kB/s | 24 kB 00:00 (192/399): ansible-role-openstack-operations-0. 312 kB/s | 30 kB 00:00 (193/399): ansible-role-thales-hsm-3.0.1-17.1.2 154 kB/s | 21 kB 00:00 (194/399): ansible-role-redhat-subscription-1.3 189 kB/s | 28 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 135 kB/s | 21 kB 00:00 (196/399): ansible-tripleo-ipsec-11.0.1-17.1.20 214 kB/s | 38 kB 00:00 (197/399): ansible-tripleo-ipa-0.3.1-17.1.20230 195 kB/s | 36 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 140 kB/s | 27 kB 00:00 (199/399): dib-utils-0.0.11-17.1.20230620173328 128 kB/s | 12 kB 00:00 (200/399): openstack-heat-agents-2.2.1-17.1.202 98 kB/s | 9.6 kB 00:00 (201/399): os-apply-config-13.1.1-17.1.20231020 561 kB/s | 54 kB 00:00 (202/399): os-collect-config-13.1.1-17.1.202310 549 kB/s | 50 kB 00:00 (203/399): os-refresh-config-13.1.1-17.1.202310 218 kB/s | 21 kB 00:00 (204/399): puppet-aodh-18.4.2-17.1.202306201512 623 kB/s | 62 kB 00:00 (205/399): puppet-archive-4.6.1-17.1.2023062018 349 kB/s | 44 kB 00:00 (206/399): puppet-auditd-2.2.1-17.1.20230620192 240 kB/s | 28 kB 00:00 (207/399): puppet-ceilometer-18.4.3-17.1.202309 550 kB/s | 70 kB 00:00 (208/399): puppet-certmonger-2.7.1-17.1.2023062 235 kB/s | 26 kB 00:00 (209/399): puppet-cinder-18.5.2-17.1.2023062105 1.0 MB/s | 120 kB 00:00 (210/399): puppet-collectd-13.0.1-17.1.20230620 893 kB/s | 135 kB 00:00 (211/399): puppet-corosync-8.0.1-17.1.202306211 760 kB/s | 68 kB 00:00 (212/399): puppet-designate-18.6.1-17.1.2023062 769 kB/s | 69 kB 00:00 (213/399): puppet-dns-8.2.1-17.1.20230621002045 371 kB/s | 36 kB 00:00 (214/399): puppet-etcd-1.12.3-17.1.202306201932 128 kB/s | 25 kB 00:00 (215/399): puppet-gnocchi-18.4.3-17.1.202306210 286 kB/s | 58 kB 00:00 (216/399): puppet-heat-18.4.1-17.1.202306211116 464 kB/s | 70 kB 00:00 (217/399): puppet-kmod-2.5.0-17.1.2023062019064 225 kB/s | 21 kB 00:00 (218/399): puppet-memcached-6.0.0-17.1.20230620 264 kB/s | 23 kB 00:00 (219/399): puppet-manila-18.5.2-17.1.2023110219 845 kB/s | 81 kB 00:00 (220/399): puppet-mysql-10.6.1-17.1.20230621022 1.1 MB/s | 99 kB 00:00 (221/399): puppet-nova-18.6.1-17.1.202306210904 1.8 MB/s | 200 kB 00:00 (222/399): puppet-nssdb-1.0.2-17.1.202306201856 103 kB/s | 12 kB 00:00 (223/399): puppet-octavia-18.5.1-17.1.202306210 809 kB/s | 76 kB 00:00 (224/399): puppet-openstack_extras-18.5.1-17.1. 514 kB/s | 48 kB 00:00 (225/399): puppet-openstacklib-18.5.2-17.1.2023 570 kB/s | 62 kB 00:00 (226/399): puppet-placement-5.4.3-17.1.20230621 407 kB/s | 41 kB 00:00 (227/399): puppet-oslo-18.5.1-17.1.202306210523 303 kB/s | 48 kB 00:00 (228/399): puppet-qdr-7.4.1-17.1.20230620195605 277 kB/s | 31 kB 00:00 (229/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.5 MB/s | 266 kB 00:00 (230/399): puppet-redis-6.1.1-17.1.202306201917 424 kB/s | 51 kB 00:00 (231/399): puppet-rsyslog-4.0.1-17.1.2023062020 509 kB/s | 58 kB 00:00 (232/399): puppet-ssh-6.2.1-17.1.20230620190251 325 kB/s | 29 kB 00:00 (233/399): puppet-stdlib-6.3.1-17.1.20230621000 1.1 MB/s | 160 kB 00:00 (234/399): puppet-swift-18.6.1-17.1.20230621052 801 kB/s | 115 kB 00:00 (235/399): puppet-systemd-2.12.1-17.1.202306201 391 kB/s | 42 kB 00:00 (236/399): puppet-vswitch-14.4.3-17.1.202306210 438 kB/s | 41 kB 00:00 (237/399): puppet-xinetd-3.3.1-17.1.20230620185 186 kB/s | 26 kB 00:00 (238/399): python-oslo-cache-lang-2.7.1-17.1.20 93 kB/s | 19 kB 00:00 (239/399): python-oslo-log-lang-4.4.0-17.1.2023 115 kB/s | 14 kB 00:00 (240/399): python-oslo-middleware-lang-4.2.1-17 149 kB/s | 13 kB 00:00 (241/399): python-oslo-versionedobjects-lang-2. 155 kB/s | 14 kB 00:00 (242/399): python-oslo-policy-lang-3.7.1-17.1.2 131 kB/s | 14 kB 00:00 (243/399): python-pycadf-common-3.1.1-17.1.2023 178 kB/s | 15 kB 00:00 (244/399): python3-GitPython-3.1.14-2.el9ost.no 2.4 MB/s | 238 kB 00:00 (245/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (246/399): python3-aodhclient-2.2.0-17.1.202306 302 kB/s | 56 kB 00:00 (247/399): python3-cliff-3.7.0-17.1.20230620172 974 kB/s | 95 kB 00:00 (248/399): python3-cinderclient-7.4.1-17.1.2023 1.8 MB/s | 218 kB 00:00 (249/399): python3-futurist-2.3.0-17.1.20230621 373 kB/s | 64 kB 00:00 (250/399): python3-heat-agent-2.2.1-17.1.202306 96 kB/s | 19 kB 00:00 (251/399): python3-designateclient-4.2.1-17.1.2 434 kB/s | 92 kB 00:00 (252/399): python3-heat-agent-ansible-2.2.1-17. 93 kB/s | 11 kB 00:00 (253/399): python3-heat-agent-apply-config-2.2. 77 kB/s | 9.9 kB 00:00 (254/399): python3-heat-agent-hiera-2.2.1-17.1. 122 kB/s | 10 kB 00:00 (255/399): python3-heat-agent-docker-cmd-2.2.1- 61 kB/s | 12 kB 00:00 (256/399): python3-heat-agent-json-file-2.2.1-1 113 kB/s | 9.8 kB 00:00 (257/399): python3-heat-agent-puppet-2.2.1-17.1 129 kB/s | 11 kB 00:00 (258/399): python3-ironic-inspector-client-4.5. 755 kB/s | 67 kB 00:00 (259/399): python3-ironicclient-4.6.4-17.1.2023 3.7 MB/s | 342 kB 00:00 (260/399): python3-heatclient-2.3.1-17.1.202306 834 kB/s | 158 kB 00:00 (261/399): python3-keystoneclient-4.3.0-17.1.20 2.5 MB/s | 239 kB 00:00 (262/399): python3-keystonemiddleware-9.2.0-17. 1.0 MB/s | 92 kB 00:00 (263/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (264/399): python3-neutronclient-7.3.1-17.1.202 3.2 MB/s | 298 kB 00:00 (265/399): python3-magnumclient-3.4.1-17.1.2023 715 kB/s | 121 kB 00:00 (266/399): python3-novaclient-17.4.1-17.1.20230 2.1 MB/s | 201 kB 00:00 (267/399): python3-os-client-config-2.1.0-17.1. 617 kB/s | 55 kB 00:00 (268/399): python3-os-traits-2.5.0-17.1.2023062 513 kB/s | 45 kB 00:00 (269/399): python3-osc-lib-2.3.1-17.1.202306202 858 kB/s | 78 kB 00:00 (270/399): python3-oslo-cache-2.7.1-17.1.202306 535 kB/s | 56 kB 00:00 (271/399): python3-os-service-types-1.7.0-17.1. 166 kB/s | 38 kB 00:00 (272/399): python3-oslo-context-3.2.1-17.1.2023 310 kB/s | 27 kB 00:00 (273/399): python3-oslo-log-4.4.0-17.1.20230620 673 kB/s | 64 kB 00:00 (274/399): python3-oslo-middleware-4.2.1-17.1.2 456 kB/s | 55 kB 00:00 (275/399): python3-oslo-policy-3.7.1-17.1.20230 524 kB/s | 76 kB 00:00 (276/399): python3-oslo-reports-2.2.0-17.1.2023 420 kB/s | 59 kB 00:00 (277/399): python3-oslo-rootwrap-6.3.1-17.1.202 291 kB/s | 46 kB 00:00 (278/399): python3-oslo-serialization-4.1.1-17. 222 kB/s | 34 kB 00:00 (279/399): python3-oslo-upgradecheck-1.3.1-17.1 308 kB/s | 29 kB 00:00 (280/399): python3-oslo-versionedobjects-2.4.1- 874 kB/s | 79 kB 00:00 (281/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (282/399): python3-pycadf-3.1.1-17.1.2023062021 576 kB/s | 53 kB 00:00 (283/399): python3-requestsexceptions-1.4.0-17. 167 kB/s | 17 kB 00:00 (284/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (285/399): python3-shade-1.33.0-17.1.2023062022 5.0 MB/s | 523 kB 00:00 (286/399): python3-statsd-3.2.1-20.1.el9ost.noa 336 kB/s | 35 kB 00:00 (287/399): python3-swiftclient-3.11.1-17.1.2023 1.4 MB/s | 136 kB 00:00 (288/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 389 kB/s | 50 kB 00:00 (289/399): python3-troveclient-7.0.0-17.1.20230 3.4 MB/s | 344 kB 00:00 (290/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (291/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (292/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (293/399): python3-paramiko-2.11.0-2.el9ost.noa 3.1 MB/s | 299 kB 00:00 (294/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.5 MB/s | 427 kB 00:00 (295/399): ansible-pacemaker-1.0.4-17.1.2023121 235 kB/s | 21 kB 00:00 (296/399): python3-manilaclient-2.6.4-17.1.2024 5.2 MB/s | 528 kB 00:00 (297/399): python3-sqlparse-0.4.1-2.el9ost.noar 698 kB/s | 83 kB 00:00 (298/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.3 MB/s | 230 kB 00:00 (299/399): ansible-role-metalsmith-deployment-1 228 kB/s | 21 kB 00:00 (300/399): openstack-selinux-0.8.37-17.1.202311 2.2 MB/s | 221 kB 00:00 (301/399): puppet-ironic-18.7.1-17.1.2024030521 1.2 MB/s | 121 kB 00:00 (302/399): python-oslo-db-lang-8.5.2-17.1.20240 154 kB/s | 14 kB 00:00 (303/399): python3-glanceclient-3.3.0-17.1.2024 967 kB/s | 143 kB 00:00 (304/399): python3-metalsmith-1.4.4-17.1.202405 445 kB/s | 65 kB 00:00 (305/399): python3-keystoneauth1-4.4.0-17.1.202 1.4 MB/s | 409 kB 00:00 (306/399): python3-octaviaclient-2.3.1-17.1.202 273 kB/s | 91 kB 00:00 (307/399): python3-oslo-db-8.5.2-17.1.202408201 601 kB/s | 144 kB 00:00 (308/399): python3-neutron-lib-2.10.3-17.1.2023 879 kB/s | 375 kB 00:00 (309/399): python3-oslo-messaging-12.7.3-17.1.2 1.8 MB/s | 216 kB 00:00 (310/399): python3-oslo-service-2.5.1-17.1.2024 701 kB/s | 71 kB 00:00 (311/399): python3-rhosp-openvswitch-3.3-1.el9o 76 kB/s | 8.3 kB 00:00 (312/399): python3-waitress-2.0.0-4.el9ost.noar 855 kB/s | 109 kB 00:00 (313/399): openstack-ansible-core-2.14.2-4.7.el 4.8 MB/s | 2.3 MB 00:00 (314/399): puppet-glance-18.6.1-17.1.2025022015 201 kB/s | 87 kB 00:00 (315/399): openstack-tripleo-validations-14.3.2 387 kB/s | 204 kB 00:00 (316/399): puppet-ovn-18.6.1-17.1.2024092509490 273 kB/s | 29 kB 00:00 (317/399): puppet-pacemaker-1.5.1-17.1.20250214 1.6 MB/s | 158 kB 00:00 (318/399): python3-os-ken-1.4.1-17.1.2024120509 6.3 MB/s | 2.1 MB 00:00 (319/399): puppet-tripleo-14.2.3-17.1.202503201 704 kB/s | 239 kB 00:00 (320/399): ansible-collection-containers-podman 834 kB/s | 243 kB 00:00 (321/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.4 MB/s | 351 kB 00:00 (322/399): facter-3.14.19-3.el9ost.x86_64.rpm 598 kB/s | 518 kB 00:00 (323/399): ansible-collections-openstack-1.9.1- 153 kB/s | 146 kB 00:00 (324/399): hiera-3.6.0-6.el9ost.noarch.rpm 39 kB/s | 33 kB 00:00 (325/399): leatherman-1.12.6-5.el9ost.x86_64.rp 2.4 MB/s | 405 kB 00:00 (326/399): puppet-7.10.0-4.el9ost.noarch.rpm 95 kB/s | 11 kB 00:00 (327/399): puppet-headless-7.10.0-4.el9ost.noar 11 MB/s | 1.4 MB 00:00 (328/399): python3-amqp-5.0.6-5.el9ost.noarch.r 712 kB/s | 92 kB 00:00 (329/399): python3-boto-2.45.0-8.1.el9ost.noarc 5.6 MB/s | 1.3 MB 00:00 (330/399): python3-cachetools-4.2.2-3.el9ost.no 147 kB/s | 33 kB 00:00 (331/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.4 MB/s | 284 kB 00:00 (332/399): python3-colorama-0.4.4-4.el9ost.noar 369 kB/s | 35 kB 00:00 (333/399): python3-dogpile-cache-1.1.5-5.el9ost 908 kB/s | 89 kB 00:00 (334/399): python3-extras-1.0.0-17.el9ost.noarc 226 kB/s | 21 kB 00:00 (335/399): python3-fixtures-3.0.0-24.el9ost.noa 1.0 MB/s | 93 kB 00:00 (336/399): python3-keyring-21.8.0-4.el9ost.noar 683 kB/s | 77 kB 00:00 (337/399): python3-kombu-5.0.2-3.el9ost.noarch. 1.6 MB/s | 313 kB 00:00 (338/399): python3-msgpack-1.0.2-4.el9ost.x86_6 403 kB/s | 87 kB 00:00 (339/399): python3-munch-2.5.0-6.el9ost.noarch. 165 kB/s | 25 kB 00:00 (340/399): python3-openstacksdk-0.55.1-17.1.202 3.8 MB/s | 735 kB 00:00 (341/399): python3-paste-deploy-2.1.1-4.el9ost. 255 kB/s | 41 kB 00:00 (342/399): python3-paste-3.5.0-5.el9ost.noarch. 4.2 MB/s | 776 kB 00:00 (343/399): python3-pystache-0.5.4-15.el9ost.noa 1.2 MB/s | 132 kB 00:00 (344/399): python3-repoze-lru-0.7-12.el9ost.noa 253 kB/s | 32 kB 00:00 (345/399): python3-routes-2.4.1-14.el9ost.noarc 1.1 MB/s | 188 kB 00:00 (346/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 632 kB/s | 57 kB 00:00 (347/399): python3-secretstorage-3.3.1-3.el9ost 310 kB/s | 36 kB 00:00 (348/399): python3-testtools-2.4.0-10.el9ost.no 3.5 MB/s | 333 kB 00:00 (349/399): python3-simplejson-3.17.5-3.el9ost.x 1.5 MB/s | 266 kB 00:00 (350/399): python3-tempita-0.5.1-27.el9ost.noar 214 kB/s | 36 kB 00:00 (351/399): python3-vine-5.0.0-5.el9ost.noarch.r 290 kB/s | 26 kB 00:00 (352/399): python3-warlock-1.3.3-7.el9ost.noarc 132 kB/s | 21 kB 00:00 (353/399): python3-yappi-1.3.1-5.el9ost.x86_64. 357 kB/s | 56 kB 00:00 (354/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.8 MB/s | 180 kB 00:00 (355/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 313 kB/s | 29 kB 00:00 (356/399): ruby-facter-3.14.19-3.el9ost.x86_64. 100 kB/s | 9.5 kB 00:00 (357/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 724 kB/s | 123 kB 00:00 (358/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 174 kB/s | 19 kB 00:00 (359/399): puppet-barbican-18.4.2-17.1.20250625 523 kB/s | 57 kB 00:00 (360/399): python-openstackclient-lang-5.5.2-17 532 kB/s | 58 kB 00:00 (361/399): puppet-apache-6.5.2-17.1.20250811150 2.6 MB/s | 253 kB 00:00 (362/399): python3-openstackclient-5.5.2-17.1.2 9.3 MB/s | 1.1 MB 00:00 (363/399): puppet-firewall-3.4.1-17.1.202508041 722 kB/s | 73 kB 00:00 (364/399): puppet-git-0.5.0-17.1.20250725114148 281 kB/s | 26 kB 00:00 (365/399): puppet-concat-6.2.1-17.1.20250725131 363 kB/s | 44 kB 00:00 (366/399): puppet-haproxy-4.2.2-17.1.2025072511 539 kB/s | 55 kB 00:00 (367/399): puppet-inifile-4.2.1-17.1.2025080415 441 kB/s | 46 kB 00:00 (368/399): puppet-ipaclient-2.5.2-17.1.20250725 169 kB/s | 21 kB 00:00 (369/399): puppet-remote-10.0.0-17.1.2025072511 198 kB/s | 19 kB 00:00 (370/399): puppet-module-data-0.5.1-17.1.202507 106 kB/s | 16 kB 00:00 (371/399): puppet-keepalived-0.0.2-17.1.2025072 108 kB/s | 17 kB 00:00 (372/399): puppet-rsync-1.1.4-17.1.202508041515 315 kB/s | 28 kB 00:00 (373/399): puppet-sysctl-0.0.13-17.1.2025072511 228 kB/s | 19 kB 00:00 (374/399): puppet-snmp-3.9.1-17.1.2025072511575 411 kB/s | 38 kB 00:00 (375/399): puppet-vcsrepo-3.1.1-17.1.2025072511 583 kB/s | 53 kB 00:00 (376/399): puppet-horizon-18.6.1-17.1.202510081 437 kB/s | 59 kB 00:00 (377/399): python3-tripleoclient-16.5.1-17.1.20 3.7 MB/s | 552 kB 00:00 (378/399): puppet-keystone-18.6.1-17.1.20251008 1.1 MB/s | 126 kB 00:00 (379/399): openstack-heat-api-16.1.1-17.1.20251 166 kB/s | 15 kB 00:00 (380/399): openstack-heat-engine-16.1.1-17.1.20 146 kB/s | 14 kB 00:00 (381/399): openstack-heat-common-16.1.1-17.1.20 10 MB/s | 1.6 MB 00:00 (382/399): openstack-heat-monolith-16.1.1-17.1. 148 kB/s | 14 kB 00:00 (383/399): openstack-tripleo-common-15.4.1-17.1 258 kB/s | 48 kB 00:00 (384/399): openstack-tripleo-common-containers- 434 kB/s | 74 kB 00:00 (385/399): openstack-tripleo-heat-templates-14. 3.7 MB/s | 603 kB 00:00 (386/399): puppet-neutron-18.6.1-17.1.202512171 1.9 MB/s | 190 kB 00:00 (387/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 705 kB/s | 68 kB 00:00 (388/399): python3-tripleo-common-15.4.1-17.1.2 1.0 MB/s | 197 kB 00:00 (389/399): tripleo-ansible-3.3.1-17.1.202512171 3.0 MB/s | 564 kB 00:00 (390/399): cephadm-18.2.1-381.el9cp.noarch.rpm 3.1 MB/s | 335 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.0 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 686 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 327 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.2 MB/s | 464 kB 00:00 (397/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 1.4 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 350 kB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 5.5 MB/s | 97 MB 00:17 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-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-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.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 : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 169/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 170/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 171/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 172/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 173/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 174/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 175/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 176/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 177/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 178/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 179/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 180/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 181/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 182/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 184/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 185/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 186/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 187/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 188/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 189/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 190/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 191/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 192/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 193/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 194/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 195/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 196/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 197/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 198/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 199/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 200/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 201/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 202/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 203/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 204/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 205/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 206/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 207/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 208/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 209/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 210/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 211/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 212/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 213/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 214/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 215/408 Installing : python3-memcached-1.59-3.el9ost.noarch 216/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 217/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 218/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 219/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 220/408 Installing : python3-docutils-0.16-6.el9ost.noarch 221/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 222/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 223/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 224/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 225/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 226/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 227/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 228/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 229/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 230/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 231/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 232/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 233/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 234/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 235/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 236/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : libburn-1.5.4-4.el9.x86_64 267/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 268/408 Installing : sshpass-1.09-4.el9.x86_64 269/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 270/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 271/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 272/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 273/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 276/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 277/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 278/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 279/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 280/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 281/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 282/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 283/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 284/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 285/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 286/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 287/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 288/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 289/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 290/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 291/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 292/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 293/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 294/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 295/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 296/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 329/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 330/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 331/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 354/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 355/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 356/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 357/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 358/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 362/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 363/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 364/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 365/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 366/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 367/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 381/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 20/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 21/408 Verifying : boost-system-1.75.0-8.el9.x86_64 22/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 23/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 24/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 25/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 26/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 27/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 28/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 29/408 Verifying : perl-Exporter-5.74-461.el9.noarch 30/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 31/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 32/408 Verifying : perl-parent-1:0.238-460.el9.noarch 33/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 34/408 Verifying : xorriso-1.5.4-4.el9.x86_64 35/408 Verifying : libisofs-1.5.4-4.el9.x86_64 36/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 37/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 38/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 39/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 40/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 41/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 42/408 Verifying : perl-URI-5.09-3.el9.noarch 43/408 Verifying : perl-libnet-3.13-4.el9.noarch 44/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 45/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 46/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 47/408 Verifying : perl-Carp-1.50-460.el9.noarch 48/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 49/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 50/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 51/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 52/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 53/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 54/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 55/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 56/408 Verifying : sshpass-1.09-4.el9.x86_64 57/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 58/408 Verifying : boost-log-1.75.0-8.el9.x86_64 59/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 60/408 Verifying : libburn-1.5.4-4.el9.x86_64 61/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 62/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 63/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 64/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 65/408 Verifying : perl-Digest-1.19-4.el9.noarch 66/408 Verifying : perl-File-Path-2.18-4.el9.noarch 67/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 70/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 71/408 Verifying : perl-constant-1.33-461.el9.noarch 72/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 73/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 74/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 75/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 76/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 77/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 78/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 79/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 80/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 81/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 82/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 83/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 84/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 85/408 Verifying : jq-1.6-14.el9.x86_64 86/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 87/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 88/408 Verifying : perl-B-1.80-480.el9.x86_64 89/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 90/408 Verifying : perl-Errno-1.30-480.el9.x86_64 91/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 92/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 93/408 Verifying : perl-File-stat-1.09-480.el9.noarch 94/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 95/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 96/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 97/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 98/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 99/408 Verifying : perl-Symbol-1.08-480.el9.noarch 100/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 101/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 102/408 Verifying : perl-overload-1.31-480.el9.noarch 103/408 Verifying : perl-overloading-0.02-480.el9.noarch 104/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 105/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 106/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 107/408 Verifying : perl-IO-1.43-480.el9.x86_64 108/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 109/408 Verifying : perl-base-2.27-480.el9.noarch 110/408 Verifying : perl-if-0.60.800-480.el9.noarch 111/408 Verifying : perl-mro-1.23-480.el9.x86_64 112/408 Verifying : perl-subs-1.03-480.el9.noarch 113/408 Verifying : perl-vars-1.05-480.el9.noarch 114/408 Verifying : python3-mako-1.1.4-6.el9.noarch 115/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 116/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 117/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 118/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 119/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 120/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 121/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 122/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 123/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 124/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 125/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 126/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 127/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 128/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 129/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 130/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 131/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 132/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 133/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 134/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 135/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 136/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.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 : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1450 + INTERFACE_MTU=1450 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2026-02-27T16:38:13.476695 # # 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.7121e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2026-02-27 16:38:17.521348 | fa163e1a-c8bd-2bd6-5b93-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2026-02-27 16:38:17.565346 | fa163e1a-c8bd-2bd6-5b93-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2026-02-27 16:38:17.566133 | fa163e1a-c8bd-2bd6-5b93-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.059007 | 0.04s 2026-02-27 16:38:17.570675 | fa163e1a-c8bd-2bd6-5b93-000000000006 | TASK | Ensure ceph_spec_path is defined 2026-02-27 16:38:17.620366 | fa163e1a-c8bd-2bd6-5b93-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2026-02-27 16:38:17.621181 | fa163e1a-c8bd-2bd6-5b93-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.114057 | 0.05s 2026-02-27 16:38:17.625108 | fa163e1a-c8bd-2bd6-5b93-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2026-02-27 16:38:17.714707 | fa163e1a-c8bd-2bd6-5b93-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-27 16:38:17.715925 | fa163e1a-c8bd-2bd6-5b93-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.208788 | 0.09s 2026-02-27 16:38:17.723127 | fa163e1a-c8bd-2bd6-5b93-000000000008 | TASK | Create Ceph spec for standalone deployment 2026-02-27 16:38:18.030283 | fa163e1a-c8bd-2bd6-5b93-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2026-02-27 16:38:18.031786 | fa163e1a-c8bd-2bd6-5b93-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.524654 | 0.31s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-27 16:38:18.055841 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:18.056409 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:18.056962 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.549840 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:18.057478 | UUID | Info | Host | Task Name | Run Time 2026-02-27 16:38:18.058183 | fa163e1a-c8bd-2bd6-5b93-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.31s 2026-02-27 16:38:18.058914 | fa163e1a-c8bd-2bd6-5b93-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2026-02-27 16:38:18.059401 | fa163e1a-c8bd-2bd6-5b93-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.05s 2026-02-27 16:38:18.059981 | fa163e1a-c8bd-2bd6-5b93-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2026-02-27 16:38:18.060536 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2026-02-27 16:38:20.563116 | fa163e1a-c8bd-6c59-daff-000000000005 | TASK | set ssh key path facts 2026-02-27 16:38:20.598712 | fa163e1a-c8bd-6c59-daff-000000000005 | OK | set ssh key path facts | undercloud 2026-02-27 16:38:20.599428 | fa163e1a-c8bd-6c59-daff-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.052337 | 0.04s 2026-02-27 16:38:20.602930 | fa163e1a-c8bd-6c59-daff-000000000006 | TASK | stat private key 2026-02-27 16:38:20.935294 | fa163e1a-c8bd-6c59-daff-000000000006 | OK | stat private key | undercloud 2026-02-27 16:38:20.936966 | fa163e1a-c8bd-6c59-daff-000000000006 | TIMING | stat private key | undercloud | 0:00:00.389857 | 0.33s 2026-02-27 16:38:20.944190 | fa163e1a-c8bd-6c59-daff-000000000007 | TASK | stat public key 2026-02-27 16:38:21.175854 | fa163e1a-c8bd-6c59-daff-000000000007 | OK | stat public key | undercloud 2026-02-27 16:38:21.177159 | fa163e1a-c8bd-6c59-daff-000000000007 | TIMING | stat public key | undercloud | 0:00:00.630051 | 0.23s 2026-02-27 16:38:21.184994 | fa163e1a-c8bd-6c59-daff-000000000008 | TASK | create private key if it does not exist 2026-02-27 16:38:22.091884 | fa163e1a-c8bd-6c59-daff-000000000008 | CHANGED | create private key if it does not exist | undercloud 2026-02-27 16:38:22.093245 | fa163e1a-c8bd-6c59-daff-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.546136 | 0.91s 2026-02-27 16:38:22.099722 | fa163e1a-c8bd-6c59-daff-000000000009 | TASK | create public key if it does not exist 2026-02-27 16:38:22.321224 | fa163e1a-c8bd-6c59-daff-000000000009 | CHANGED | create public key if it does not exist | undercloud 2026-02-27 16:38:22.322531 | fa163e1a-c8bd-6c59-daff-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.775425 | 0.22s PLAY [allovercloud] ************************************************************ 2026-02-27 16:38:22.375554 | fa163e1a-c8bd-6c59-daff-000000000023 | TASK | Get local private key 2026-02-27 16:38:22.677702 | fa163e1a-c8bd-6c59-daff-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e1a-c8bd-6c59-daff-000000000023') missing from stats 2026-02-27 16:38:22.690488 | fa163e1a-c8bd-6c59-daff-000000000024 | TASK | Get local public key 2026-02-27 16:38:22.892235 | fa163e1a-c8bd-6c59-daff-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e1a-c8bd-6c59-daff-000000000024') missing from stats 2026-02-27 16:38:22.916196 | fa163e1a-c8bd-6c59-daff-000000000012 | TASK | create user ceph-admin 2026-02-27 16:38:23.499617 | fa163e1a-c8bd-6c59-daff-000000000012 | CHANGED | create user ceph-admin | undercloud 2026-02-27 16:38:23.500830 | fa163e1a-c8bd-6c59-daff-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.953726 | 0.58s 2026-02-27 16:38:23.510381 | fa163e1a-c8bd-6c59-daff-000000000013 | TASK | grant admin rights to user ceph-admin 2026-02-27 16:38:24.109128 | fa163e1a-c8bd-6c59-daff-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2026-02-27 16:38:24.110344 | fa163e1a-c8bd-6c59-daff-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.563239 | 0.60s 2026-02-27 16:38:24.119644 | fa163e1a-c8bd-6c59-daff-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2026-02-27 16:38:24.472118 | fa163e1a-c8bd-6c59-daff-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2026-02-27 16:38:24.473299 | fa163e1a-c8bd-6c59-daff-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.926194 | 0.35s 2026-02-27 16:38:24.481970 | fa163e1a-c8bd-6c59-daff-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2026-02-27 16:38:24.714405 | fa163e1a-c8bd-6c59-daff-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2026-02-27 16:38:24.715724 | fa163e1a-c8bd-6c59-daff-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.168619 | 0.23s 2026-02-27 16:38:24.724932 | fa163e1a-c8bd-6c59-daff-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2026-02-27 16:38:24.914850 | fa163e1a-c8bd-6c59-daff-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2026-02-27 16:38:24.916139 | fa163e1a-c8bd-6c59-daff-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.369035 | 0.19s 2026-02-27 16:38:24.925556 | fa163e1a-c8bd-6c59-daff-000000000017 | TASK | get remote ceph-admin public key 2026-02-27 16:38:24.983838 | fa163e1a-c8bd-6c59-daff-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2026-02-27 16:38:24.984926 | fa163e1a-c8bd-6c59-daff-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.437826 | 0.06s 2026-02-27 16:38:24.991332 | fa163e1a-c8bd-6c59-daff-000000000018 | TASK | append ceph-admin public key to authorized_keys 2026-02-27 16:38:25.042157 | fa163e1a-c8bd-6c59-daff-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2026-02-27 16:38:25.043153 | fa163e1a-c8bd-6c59-daff-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.496054 | 0.05s 2026-02-27 16:38:25.049453 | fa163e1a-c8bd-6c59-daff-00000000001c | TASK | authorize TripleO key for user ceph-admin 2026-02-27 16:38:25.352994 | fa163e1a-c8bd-6c59-daff-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2026-02-27 16:38:25.354287 | fa163e1a-c8bd-6c59-daff-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.807181 | 0.30s 2026-02-27 16:38:25.363207 | fa163e1a-c8bd-6c59-daff-000000000020 | TASK | Install private key on nodes for user ceph-admin 2026-02-27 16:38:25.838679 | fa163e1a-c8bd-6c59-daff-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2026-02-27 16:38:25.840055 | fa163e1a-c8bd-6c59-daff-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.292950 | 0.48s 2026-02-27 16:38:25.849277 | fa163e1a-c8bd-6c59-daff-000000000021 | TASK | Install public key on nodes for user ceph-admin 2026-02-27 16:38:26.343930 | fa163e1a-c8bd-6c59-daff-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2026-02-27 16:38:26.345124 | fa163e1a-c8bd-6c59-daff-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.798018 | 0.49s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-27 16:38:26.373955 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:26.374523 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:26.375078 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.827986 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:26.375549 | UUID | Info | Host | Task Name | Run Time 2026-02-27 16:38:26.376156 | fa163e1a-c8bd-6c59-daff-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.91s 2026-02-27 16:38:26.376760 | fa163e1a-c8bd-6c59-daff-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2026-02-27 16:38:26.377406 | fa163e1a-c8bd-6c59-daff-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.58s 2026-02-27 16:38:26.378090 | fa163e1a-c8bd-6c59-daff-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.49s 2026-02-27 16:38:26.378687 | fa163e1a-c8bd-6c59-daff-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.48s 2026-02-27 16:38:26.379254 | fa163e1a-c8bd-6c59-daff-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2026-02-27 16:38:26.379819 | fa163e1a-c8bd-6c59-daff-000000000006 | SUMMARY | undercloud | stat private key | 0.33s 2026-02-27 16:38:26.380351 | fa163e1a-c8bd-6c59-daff-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.30s 2026-02-27 16:38:26.380933 | fa163e1a-c8bd-6c59-daff-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.23s 2026-02-27 16:38:26.381463 | fa163e1a-c8bd-6c59-daff-000000000007 | SUMMARY | undercloud | stat public key | 0.23s 2026-02-27 16:38:26.382062 | fa163e1a-c8bd-6c59-daff-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.22s 2026-02-27 16:38:26.382628 | fa163e1a-c8bd-6c59-daff-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.19s 2026-02-27 16:38:26.383164 | fa163e1a-c8bd-6c59-daff-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2026-02-27 16:38:26.383727 | fa163e1a-c8bd-6c59-daff-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2026-02-27 16:38:26.384267 | fa163e1a-c8bd-6c59-daff-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2026-02-27 16:38:26.384833 | fa163e1a-c8bd-6c59-daff-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2026-02-27 16:38:26.385379 | fa163e1a-c8bd-6c59-daff-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2026-02-27 16:38:26.385950 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2026-02-27 16:38:28.913971 | fa163e1a-c8bd-407b-5915-000000000039 | TASK | Gathering Facts 2026-02-27 16:38:29.415304 | fa163e1a-c8bd-407b-5915-000000000039 | OK | Gathering Facts | standalone.localdomain 2026-02-27 16:38:29.416397 | fa163e1a-c8bd-407b-5915-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.517365 | 0.50s 2026-02-27 16:38:29.448846 | fa163e1a-c8bd-407b-5915-000000000039 | OK | Gathering Facts | undercloud 2026-02-27 16:38:29.449555 | fa163e1a-c8bd-407b-5915-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.550534 | 0.53s 2026-02-27 16:38:29.463775 | fa163e1a-c8bd-407b-5915-00000000000a | TASK | Load distro-specific variables 2026-02-27 16:38:29.519938 | fa163e1a-c8bd-407b-5915-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.620908 | 0.06s 2026-02-27 16:38:29.520610 | fa163e1a-c8bd-407b-5915-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.621594 | 0.05s 2026-02-27 16:38:29.530083 | 9ae0306b-866c-4e9e-83b7-9d05c8854b5a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-27 16:38:29.530484 | 9ae0306b-866c-4e9e-83b7-9d05c8854b5a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-27 16:38:29.540827 | fa163e1a-c8bd-407b-5915-000000000052 | TASK | Load distro-specific variables 2026-02-27 16:38:29.609997 | fa163e1a-c8bd-407b-5915-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:38:29.611532 | fa163e1a-c8bd-407b-5915-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.712492 | 0.07s 2026-02-27 16:38:29.620929 | fa163e1a-c8bd-407b-5915-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.721904 | 0.08s 2026-02-27 16:38:29.635372 | fa163e1a-c8bd-407b-5915-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:38:29.636450 | fa163e1a-c8bd-407b-5915-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.737425 | 0.09s 2026-02-27 16:38:29.646346 | fa163e1a-c8bd-407b-5915-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.747320 | 0.10s 2026-02-27 16:38:29.655310 | fa163e1a-c8bd-407b-5915-00000000000b | TASK | Install chronyd 2026-02-27 16:38:29.705640 | fa163e1a-c8bd-407b-5915-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.806551 | 0.05s 2026-02-27 16:38:29.749869 | fa163e1a-c8bd-407b-5915-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.850842 | 0.08s 2026-02-27 16:38:29.763426 | 79258f20-be48-4750-9e71-612320449314 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2026-02-27 16:38:29.763940 | 79258f20-be48-4750-9e71-612320449314 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2026-02-27 16:38:29.784210 | fa163e1a-c8bd-407b-5915-0000000000a2 | TASK | Load distro-specific variables 2026-02-27 16:38:29.850527 | fa163e1a-c8bd-407b-5915-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.951478 | 0.07s 2026-02-27 16:38:29.872238 | fa163e1a-c8bd-407b-5915-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.973214 | 0.08s 2026-02-27 16:38:29.879256 | af86a233-91c2-406c-adbb-ed06882af018 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-27 16:38:29.879630 | af86a233-91c2-406c-adbb-ed06882af018 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-27 16:38:29.888733 | fa163e1a-c8bd-407b-5915-000000000102 | TASK | Load distro-specific variables 2026-02-27 16:38:29.983519 | fa163e1a-c8bd-407b-5915-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:38:29.985070 | fa163e1a-c8bd-407b-5915-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.086031 | 0.10s 2026-02-27 16:38:29.994051 | fa163e1a-c8bd-407b-5915-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:38:29.995239 | fa163e1a-c8bd-407b-5915-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.096216 | 0.10s 2026-02-27 16:38:30.000254 | fa163e1a-c8bd-407b-5915-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.101221 | 0.11s 2026-02-27 16:38:30.001469 | fa163e1a-c8bd-407b-5915-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.102443 | 0.11s 2026-02-27 16:38:30.009952 | fa163e1a-c8bd-407b-5915-0000000000a3 | TASK | Check for NTP service 2026-02-27 16:38:30.356695 | fa163e1a-c8bd-407b-5915-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2026-02-27 16:38:30.358166 | fa163e1a-c8bd-407b-5915-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.459127 | 0.35s 2026-02-27 16:38:30.420738 | fa163e1a-c8bd-407b-5915-0000000000a3 | CHANGED | Check for NTP service | undercloud 2026-02-27 16:38:30.421854 | fa163e1a-c8bd-407b-5915-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.522825 | 0.40s 2026-02-27 16:38:30.431729 | fa163e1a-c8bd-407b-5915-0000000000a4 | TASK | Disable NTP before configuring Chrony 2026-02-27 16:38:30.502550 | fa163e1a-c8bd-407b-5915-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2026-02-27 16:38:30.504036 | fa163e1a-c8bd-407b-5915-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.604998 | 0.07s 2026-02-27 16:38:30.535556 | fa163e1a-c8bd-407b-5915-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2026-02-27 16:38:30.536434 | fa163e1a-c8bd-407b-5915-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.637408 | 0.09s 2026-02-27 16:38:30.547788 | fa163e1a-c8bd-407b-5915-0000000000a5 | TASK | Install chronyd package 2026-02-27 16:38:33.860113 | fa163e1a-c8bd-407b-5915-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2026-02-27 16:38:33.861491 | fa163e1a-c8bd-407b-5915-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.962453 | 3.31s 2026-02-27 16:38:35.811441 | fa163e1a-c8bd-407b-5915-0000000000a5 | OK | Install chronyd package | undercloud 2026-02-27 16:38:35.812645 | fa163e1a-c8bd-407b-5915-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.913618 | 5.25s 2026-02-27 16:38:35.820976 | fa163e1a-c8bd-407b-5915-00000000000c | TASK | Upgrade chronyd 2026-02-27 16:38:35.906883 | fa163e1a-c8bd-407b-5915-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2026-02-27 16:38:35.908018 | fa163e1a-c8bd-407b-5915-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:07.008983 | 0.09s 2026-02-27 16:38:35.918790 | fa163e1a-c8bd-407b-5915-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2026-02-27 16:38:35.919273 | fa163e1a-c8bd-407b-5915-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:07.020253 | 0.08s 2026-02-27 16:38:35.925351 | fa163e1a-c8bd-407b-5915-00000000000d | TASK | Configure chronyd 2026-02-27 16:38:35.999449 | fa163e1a-c8bd-407b-5915-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.100409 | 0.07s 2026-02-27 16:38:36.020712 | fa163e1a-c8bd-407b-5915-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.121690 | 0.09s 2026-02-27 16:38:36.032743 | 75e0bafd-4c25-4140-9c3b-951b50b65268 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2026-02-27 16:38:36.033183 | 75e0bafd-4c25-4140-9c3b-951b50b65268 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2026-02-27 16:38:36.056006 | fa163e1a-c8bd-407b-5915-000000000162 | TASK | Load distro-specific variables 2026-02-27 16:38:36.139888 | fa163e1a-c8bd-407b-5915-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.240831 | 0.08s 2026-02-27 16:38:36.141381 | fa163e1a-c8bd-407b-5915-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.242354 | 0.08s 2026-02-27 16:38:36.159227 | 2608406f-91b0-4ffb-a30d-1ed69f2ac23f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-27 16:38:36.160011 | 2608406f-91b0-4ffb-a30d-1ed69f2ac23f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-27 16:38:36.176313 | fa163e1a-c8bd-407b-5915-0000000001fa | TASK | Load distro-specific variables 2026-02-27 16:38:36.278008 | fa163e1a-c8bd-407b-5915-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:38:36.279261 | fa163e1a-c8bd-407b-5915-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.380231 | 0.10s 2026-02-27 16:38:36.286095 | fa163e1a-c8bd-407b-5915-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:38:36.286802 | fa163e1a-c8bd-407b-5915-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.387780 | 0.10s 2026-02-27 16:38:36.291366 | fa163e1a-c8bd-407b-5915-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.392344 | 0.11s 2026-02-27 16:38:36.292351 | fa163e1a-c8bd-407b-5915-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.393330 | 0.10s 2026-02-27 16:38:36.300093 | fa163e1a-c8bd-407b-5915-000000000163 | TASK | Install chrony configuration file 2026-02-27 16:38:37.080626 | fa163e1a-c8bd-407b-5915-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2026-02-27 16:38:37.082065 | fa163e1a-c8bd-407b-5915-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.183031 | 0.78s 2026-02-27 16:38:37.115777 | fa163e1a-c8bd-407b-5915-000000000163 | OK | Install chrony configuration file | undercloud 2026-02-27 16:38:37.116744 | fa163e1a-c8bd-407b-5915-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.217719 | 0.81s 2026-02-27 16:38:37.125852 | fa163e1a-c8bd-407b-5915-00000000000e | TASK | Run chronyd 2026-02-27 16:38:37.195300 | fa163e1a-c8bd-407b-5915-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.296252 | 0.07s 2026-02-27 16:38:37.247854 | fa163e1a-c8bd-407b-5915-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.348809 | 0.11s 2026-02-27 16:38:37.272516 | 81796338-4717-4911-8400-95b46c0c600e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2026-02-27 16:38:37.273427 | 81796338-4717-4911-8400-95b46c0c600e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2026-02-27 16:38:37.329098 | fa163e1a-c8bd-407b-5915-000000000233 | TASK | Load distro-specific variables 2026-02-27 16:38:37.404996 | fa163e1a-c8bd-407b-5915-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.505935 | 0.07s 2026-02-27 16:38:37.416726 | fa163e1a-c8bd-407b-5915-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.517694 | 0.08s 2026-02-27 16:38:37.431604 | 71554e17-610e-4bff-bd28-97cceb981d37 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-27 16:38:37.432351 | 71554e17-610e-4bff-bd28-97cceb981d37 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-27 16:38:37.451740 | fa163e1a-c8bd-407b-5915-0000000002ee | TASK | Load distro-specific variables 2026-02-27 16:38:37.532639 | fa163e1a-c8bd-407b-5915-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:38:37.534162 | fa163e1a-c8bd-407b-5915-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.635120 | 0.08s 2026-02-27 16:38:37.539536 | fa163e1a-c8bd-407b-5915-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.640505 | 0.09s 2026-02-27 16:38:37.564419 | fa163e1a-c8bd-407b-5915-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:38:37.565490 | fa163e1a-c8bd-407b-5915-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.666464 | 0.10s 2026-02-27 16:38:37.575669 | fa163e1a-c8bd-407b-5915-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.676635 | 0.11s 2026-02-27 16:38:37.584930 | fa163e1a-c8bd-407b-5915-000000000234 | TASK | Ensure chronyd is running 2026-02-27 16:38:38.190052 | fa163e1a-c8bd-407b-5915-000000000234 | OK | Ensure chronyd is running | undercloud 2026-02-27 16:38:38.192256 | fa163e1a-c8bd-407b-5915-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.293204 | 0.59s 2026-02-27 16:38:38.287130 | fa163e1a-c8bd-407b-5915-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2026-02-27 16:38:38.288620 | fa163e1a-c8bd-407b-5915-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.389593 | 0.70s 2026-02-27 16:38:38.298292 | fa163e1a-c8bd-407b-5915-000000000235 | TASK | Force chronyd restart 2026-02-27 16:38:38.389865 | fa163e1a-c8bd-407b-5915-000000000235 | SKIPPED | Force chronyd restart | undercloud 2026-02-27 16:38:38.391210 | fa163e1a-c8bd-407b-5915-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.492171 | 0.08s 2026-02-27 16:38:38.719780 | fa163e1a-c8bd-407b-5915-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2026-02-27 16:38:38.721348 | fa163e1a-c8bd-407b-5915-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.822320 | 0.42s 2026-02-27 16:38:38.731166 | fa163e1a-c8bd-407b-5915-00000000000f | TASK | Enable online service 2026-02-27 16:38:38.800362 | fa163e1a-c8bd-407b-5915-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.901312 | 0.07s 2026-02-27 16:38:38.821939 | fa163e1a-c8bd-407b-5915-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.922914 | 0.08s 2026-02-27 16:38:38.840416 | 9beedd8f-0403-41b8-ac32-d3d0bcd1cac7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2026-02-27 16:38:38.841154 | 9beedd8f-0403-41b8-ac32-d3d0bcd1cac7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2026-02-27 16:38:38.884772 | fa163e1a-c8bd-407b-5915-000000000338 | TASK | Create chrony-online.service unit file 2026-02-27 16:38:39.317146 | fa163e1a-c8bd-407b-5915-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2026-02-27 16:38:39.318487 | fa163e1a-c8bd-407b-5915-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.419448 | 0.43s 2026-02-27 16:38:39.401600 | fa163e1a-c8bd-407b-5915-000000000338 | OK | Create chrony-online.service unit file | undercloud 2026-02-27 16:38:39.402600 | fa163e1a-c8bd-407b-5915-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.503544 | 0.51s 2026-02-27 16:38:39.411417 | fa163e1a-c8bd-407b-5915-000000000339 | TASK | Enable chrony-online.service 2026-02-27 16:38:40.431450 | fa163e1a-c8bd-407b-5915-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2026-02-27 16:38:40.432843 | fa163e1a-c8bd-407b-5915-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.533813 | 1.02s 2026-02-27 16:38:41.215294 | fa163e1a-c8bd-407b-5915-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2026-02-27 16:38:41.216763 | fa163e1a-c8bd-407b-5915-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.317737 | 1.79s 2026-02-27 16:38:41.227117 | fa163e1a-c8bd-407b-5915-000000000010 | TASK | Sync chronyc 2026-02-27 16:38:41.307151 | fa163e1a-c8bd-407b-5915-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.408095 | 0.08s 2026-02-27 16:38:41.321681 | fa163e1a-c8bd-407b-5915-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.422654 | 0.08s 2026-02-27 16:38:41.339936 | 51267d6e-10b8-40ef-ad0e-efc5ec74e032 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2026-02-27 16:38:41.340680 | 51267d6e-10b8-40ef-ad0e-efc5ec74e032 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2026-02-27 16:38:41.387168 | fa163e1a-c8bd-407b-5915-00000000042a | TASK | Force NTP sync 2026-02-27 16:38:41.627433 | fa163e1a-c8bd-407b-5915-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2026-02-27 16:38:41.628869 | fa163e1a-c8bd-407b-5915-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.729833 | 0.24s 2026-02-27 16:38:41.672364 | fa163e1a-c8bd-407b-5915-00000000042a | CHANGED | Force NTP sync | undercloud 2026-02-27 16:38:41.673381 | fa163e1a-c8bd-407b-5915-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.774351 | 0.28s 2026-02-27 16:38:41.681743 | fa163e1a-c8bd-407b-5915-00000000042b | TASK | Ensure system is NTP time synced 2026-02-27 16:38:51.969198 | fa163e1a-c8bd-407b-5915-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2026-02-27 16:38:51.970700 | fa163e1a-c8bd-407b-5915-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:23.071661 | 10.29s 2026-02-27 16:38:52.012512 | fa163e1a-c8bd-407b-5915-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2026-02-27 16:38:52.013332 | fa163e1a-c8bd-407b-5915-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:23.114308 | 10.32s 2026-02-27 16:38:52.034780 | fa163e1a-c8bd-407b-5915-00000000002c | TASK | Set timezone 2026-02-27 16:38:52.515689 | fa163e1a-c8bd-407b-5915-00000000002c | OK | Set timezone | undercloud 2026-02-27 16:38:52.516672 | fa163e1a-c8bd-407b-5915-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.617645 | 0.47s 2026-02-27 16:38:52.517183 | fa163e1a-c8bd-407b-5915-00000000002c | OK | Set timezone | standalone.localdomain 2026-02-27 16:38:52.517590 | fa163e1a-c8bd-407b-5915-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.618559 | 0.48s 2026-02-27 16:38:52.522666 | fa163e1a-c8bd-407b-5915-00000000002d | TASK | Restart time services 2026-02-27 16:38:52.551309 | fa163e1a-c8bd-407b-5915-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2026-02-27 16:38:52.555731 | fa163e1a-c8bd-407b-5915-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2026-02-27 16:38:52.569297 | fa163e1a-c8bd-407b-5915-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2026-02-27 16:38:52.570333 | fa163e1a-c8bd-407b-5915-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.671304 | 0.05s 2026-02-27 16:38:52.575561 | fa163e1a-c8bd-407b-5915-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2026-02-27 16:38:52.585960 | fa163e1a-c8bd-407b-5915-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.686937 | 0.05s 2026-02-27 16:38:52.617756 | fa163e1a-c8bd-407b-5915-000000000012 | HANDLER | Restart chronyd 2026-02-27 16:38:53.079228 | fa163e1a-c8bd-407b-5915-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2026-02-27 16:38:53.081038 | fa163e1a-c8bd-407b-5915-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:24.182003 | 0.46s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2026-02-27 16:38:53.098032 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:53.098630 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:53.099187 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.200165 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:38:53.099766 | UUID | Info | Host | Task Name | Run Time 2026-02-27 16:38:53.100290 | fa163e1a-c8bd-407b-5915-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.32s 2026-02-27 16:38:53.100892 | fa163e1a-c8bd-407b-5915-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.29s 2026-02-27 16:38:53.101427 | fa163e1a-c8bd-407b-5915-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 5.25s 2026-02-27 16:38:53.102016 | fa163e1a-c8bd-407b-5915-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.31s 2026-02-27 16:38:53.102526 | fa163e1a-c8bd-407b-5915-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.79s 2026-02-27 16:38:53.103077 | fa163e1a-c8bd-407b-5915-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.02s 2026-02-27 16:38:53.103610 | fa163e1a-c8bd-407b-5915-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.81s 2026-02-27 16:38:53.104130 | fa163e1a-c8bd-407b-5915-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.78s 2026-02-27 16:38:53.104708 | fa163e1a-c8bd-407b-5915-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.70s 2026-02-27 16:38:53.105250 | fa163e1a-c8bd-407b-5915-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.59s 2026-02-27 16:38:53.105840 | fa163e1a-c8bd-407b-5915-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.53s 2026-02-27 16:38:53.106471 | fa163e1a-c8bd-407b-5915-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.51s 2026-02-27 16:38:53.107001 | fa163e1a-c8bd-407b-5915-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.50s 2026-02-27 16:38:53.107516 | fa163e1a-c8bd-407b-5915-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.48s 2026-02-27 16:38:53.108082 | fa163e1a-c8bd-407b-5915-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2026-02-27 16:38:53.108637 | fa163e1a-c8bd-407b-5915-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.46s 2026-02-27 16:38:53.109168 | fa163e1a-c8bd-407b-5915-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.43s 2026-02-27 16:38:53.109726 | fa163e1a-c8bd-407b-5915-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.42s 2026-02-27 16:38:53.110253 | fa163e1a-c8bd-407b-5915-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.40s 2026-02-27 16:38:53.110823 | fa163e1a-c8bd-407b-5915-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.35s 2026-02-27 16:38:53.111357 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2026-02-27 16:38:54.166672 | fa163e1a-c8bd-ef79-6cdf-000000000005 | SKIPPED | fail | undercloud 2026-02-27 16:38:54.167565 | fa163e1a-c8bd-ef79-6cdf-000000000005 | TIMING | fail | undercloud | 0:00:00.071779 | 0.06s 2026-02-27 16:38:54.215857 | fa163e1a-c8bd-ef79-6cdf-000000000006 | SKIPPED | fail | undercloud 2026-02-27 16:38:54.216807 | fa163e1a-c8bd-ef79-6cdf-000000000006 | TIMING | fail | undercloud | 0:00:00.121022 | 0.04s 2026-02-27 16:38:54.221672 | fa163e1a-c8bd-ef79-6cdf-000000000008 | TASK | Ensure working_dir is provided 2026-02-27 16:38:54.259417 | fa163e1a-c8bd-ef79-6cdf-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2026-02-27 16:38:54.260251 | fa163e1a-c8bd-ef79-6cdf-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.164469 | 0.04s 2026-02-27 16:38:54.269755 | fa163e1a-c8bd-ef79-6cdf-00000000000a | TASK | ensure ceph_spec_path is defined 2026-02-27 16:38:54.314030 | fa163e1a-c8bd-ef79-6cdf-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2026-02-27 16:38:54.314715 | fa163e1a-c8bd-ef79-6cdf-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.218928 | 0.04s 2026-02-27 16:38:54.318365 | fa163e1a-c8bd-ef79-6cdf-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2026-02-27 16:38:54.356001 | fa163e1a-c8bd-ef79-6cdf-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-27 16:38:54.357305 | fa163e1a-c8bd-ef79-6cdf-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.261510 | 0.04s 2026-02-27 16:38:54.364806 | fa163e1a-c8bd-ef79-6cdf-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2026-02-27 16:38:54.403653 | fa163e1a-c8bd-ef79-6cdf-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2026-02-27 16:38:54.404841 | fa163e1a-c8bd-ef79-6cdf-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.309045 | 0.04s 2026-02-27 16:38:54.412899 | fa163e1a-c8bd-ef79-6cdf-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2026-02-27 16:38:54.471128 | fa163e1a-c8bd-ef79-6cdf-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2026-02-27 16:38:54.472065 | fa163e1a-c8bd-ef79-6cdf-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.376280 | 0.06s 2026-02-27 16:38:54.477488 | fa163e1a-c8bd-ef79-6cdf-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2026-02-27 16:38:54.593121 | fa163e1a-c8bd-ef79-6cdf-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', 'osd', '_admin'], 'service_type': 'host'} 2026-02-27 16:38:54.594488 | fa163e1a-c8bd-ef79-6cdf-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.498698 | 0.12s 2026-02-27 16:38:54.607730 | fa163e1a-c8bd-ef79-6cdf-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-02-27 16:38:54.623249 | fa163e1a-c8bd-ef79-6cdf-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-02-27 16:38:54.635651 | fa163e1a-c8bd-ef79-6cdf-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-02-27 16:38:54.646728 | fa163e1a-c8bd-ef79-6cdf-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.550947 | 0.17s 2026-02-27 16:38:54.652442 | fa163e1a-c8bd-ef79-6cdf-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2026-02-27 16:38:54.771130 | fa163e1a-c8bd-ef79-6cdf-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': ['mgr', 'mon', 'osd', '_admin'], 'service_type': 'host'} 2026-02-27 16:38:54.787479 | fa163e1a-c8bd-ef79-6cdf-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-02-27 16:38:54.799539 | fa163e1a-c8bd-ef79-6cdf-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-02-27 16:38:54.814165 | fa163e1a-c8bd-ef79-6cdf-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-02-27 16:38:54.825729 | fa163e1a-c8bd-ef79-6cdf-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.729930 | 0.17s 2026-02-27 16:38:54.834487 | fa163e1a-c8bd-ef79-6cdf-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2026-02-27 16:38:54.891939 | fa163e1a-c8bd-ef79-6cdf-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2026-02-27 16:38:54.893113 | fa163e1a-c8bd-ef79-6cdf-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.797323 | 0.06s 2026-02-27 16:38:54.901016 | fa163e1a-c8bd-ef79-6cdf-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2026-02-27 16:38:54.937416 | fa163e1a-c8bd-ef79-6cdf-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2026-02-27 16:38:54.938434 | fa163e1a-c8bd-ef79-6cdf-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.842643 | 0.04s 2026-02-27 16:38:54.939350 | fa163e1a-c8bd-ef79-6cdf-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.843567 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2026-02-27 16:38:55.005037 | fa163e1a-c8bd-ef79-6cdf-000000000017 | TASK | Ensure ceph_spec_path is defined 2026-02-27 16:38:55.040378 | fa163e1a-c8bd-ef79-6cdf-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2026-02-27 16:38:55.041235 | fa163e1a-c8bd-ef79-6cdf-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.945451 | 0.04s 2026-02-27 16:38:55.046525 | fa163e1a-c8bd-ef79-6cdf-000000000018 | TASK | Ensure public_network and cluster_network are defined 2026-02-27 16:38:55.246051 | fa163e1a-c8bd-ef79-6cdf-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2026-02-27 16:38:55.246779 | fa163e1a-c8bd-ef79-6cdf-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.150996 | 0.20s 2026-02-27 16:38:55.250998 | fa163e1a-c8bd-ef79-6cdf-000000000019 | TASK | Set IP address of first monitor 2026-02-27 16:38:55.274215 | fa163e1a-c8bd-ef79-6cdf-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2026-02-27 16:38:55.274980 | fa163e1a-c8bd-ef79-6cdf-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.179198 | 0.02s 2026-02-27 16:38:55.285532 | fa163e1a-c8bd-ef79-6cdf-000000000020 | TASK | Gather distribution facts if they don't exist 2026-02-27 16:38:55.320205 | fa163e1a-c8bd-ef79-6cdf-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2026-02-27 16:38:55.321043 | fa163e1a-c8bd-ef79-6cdf-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.225260 | 0.03s 2026-02-27 16:38:55.326790 | fa163e1a-c8bd-ef79-6cdf-000000000021 | TASK | Install cephadm package 2026-02-27 16:38:58.573060 | fa163e1a-c8bd-ef79-6cdf-000000000021 | OK | Install cephadm package | standalone.localdomain 2026-02-27 16:38:58.574257 | fa163e1a-c8bd-ef79-6cdf-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.478469 | 3.25s 2026-02-27 16:38:58.580810 | fa163e1a-c8bd-ef79-6cdf-000000000022 | TASK | Stat cephadm file 2026-02-27 16:38:58.943553 | fa163e1a-c8bd-ef79-6cdf-000000000022 | OK | Stat cephadm file | standalone.localdomain 2026-02-27 16:38:58.944739 | fa163e1a-c8bd-ef79-6cdf-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.848942 | 0.36s 2026-02-27 16:38:58.951662 | fa163e1a-c8bd-ef79-6cdf-000000000023 | TASK | Fail if cephadm is not available 2026-02-27 16:38:58.978022 | fa163e1a-c8bd-ef79-6cdf-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2026-02-27 16:38:58.979208 | fa163e1a-c8bd-ef79-6cdf-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.883412 | 0.03s 2026-02-27 16:38:58.989633 | fa163e1a-c8bd-ef79-6cdf-000000000024 | TASK | List Ceph daemon instances on this host 2026-02-27 16:38:59.755436 | fa163e1a-c8bd-ef79-6cdf-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2026-02-27 16:38:59.756880 | fa163e1a-c8bd-ef79-6cdf-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.661088 | 0.77s 2026-02-27 16:38:59.767800 | fa163e1a-c8bd-ef79-6cdf-000000000026 | TASK | Set list of found FSIDs 2026-02-27 16:38:59.867855 | fa163e1a-c8bd-ef79-6cdf-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2026-02-27 16:38:59.868941 | fa163e1a-c8bd-ef79-6cdf-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.773154 | 0.10s 2026-02-27 16:38:59.875641 | fa163e1a-c8bd-ef79-6cdf-000000000027 | TASK | Fail if >1 FSID was discovered 2026-02-27 16:38:59.985303 | fa163e1a-c8bd-ef79-6cdf-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2026-02-27 16:38:59.986481 | fa163e1a-c8bd-ef79-6cdf-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.890685 | 0.11s 2026-02-27 16:38:59.995848 | fa163e1a-c8bd-ef79-6cdf-000000000028 | TASK | Set FSID to the discovered value 2026-02-27 16:39:00.103285 | fa163e1a-c8bd-ef79-6cdf-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2026-02-27 16:39:00.104709 | fa163e1a-c8bd-ef79-6cdf-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:06.008913 | 0.11s 2026-02-27 16:39:00.114731 | fa163e1a-c8bd-ef79-6cdf-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2026-02-27 16:39:00.234557 | fa163e1a-c8bd-ef79-6cdf-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2026-02-27 16:39:00.235986 | fa163e1a-c8bd-ef79-6cdf-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:06.140191 | 0.12s 2026-02-27 16:39:00.245491 | fa163e1a-c8bd-ef79-6cdf-00000000002b | TASK | Set first monitor IP if it was not passed 2026-02-27 16:39:00.333737 | fa163e1a-c8bd-ef79-6cdf-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2026-02-27 16:39:00.334899 | fa163e1a-c8bd-ef79-6cdf-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.239104 | 0.09s 2026-02-27 16:39:00.344903 | fa163e1a-c8bd-ef79-6cdf-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2026-02-27 16:39:00.730788 | fa163e1a-c8bd-ef79-6cdf-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2026-02-27 16:39:00.732176 | fa163e1a-c8bd-ef79-6cdf-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.636380 | 0.39s 2026-02-27 16:39:00.741692 | fa163e1a-c8bd-ef79-6cdf-00000000002d | TASK | Ensure specs directory exists 2026-02-27 16:39:00.985238 | fa163e1a-c8bd-ef79-6cdf-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2026-02-27 16:39:00.986081 | fa163e1a-c8bd-ef79-6cdf-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.890299 | 0.24s 2026-02-27 16:39:00.992898 | fa163e1a-c8bd-ef79-6cdf-00000000002e | TASK | Stat spec file on ansible host 2026-02-27 16:39:01.202822 | fa163e1a-c8bd-ef79-6cdf-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e1a-c8bd- ef79-6cdf-00000000002e') missing from stats 2026-02-27 16:39:01.216323 | fa163e1a-c8bd-ef79-6cdf-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2026-02-27 16:39:01.819077 | fa163e1a-c8bd-ef79-6cdf-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2026-02-27 16:39:01.820454 | fa163e1a-c8bd-ef79-6cdf-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.724660 | 0.60s 2026-02-27 16:39:01.835509 | fa163e1a-c8bd-ef79-6cdf-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2026-02-27 16:39:02.080877 | fa163e1a-c8bd-ef79-6cdf-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e1a-c8bd- ef79-6cdf-000000000031') missing from stats 2026-02-27 16:39:02.092412 | fa163e1a-c8bd-ef79-6cdf-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-27 16:39:02.579891 | fa163e1a-c8bd-ef79-6cdf-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-27 16:39:02.581188 | fa163e1a-c8bd-ef79-6cdf-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.485395 | 0.49s 2026-02-27 16:39:02.605561 | fa163e1a-c8bd-ef79-6cdf-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-27 16:39:02.693084 | fa163e1a-c8bd-ef79-6cdf-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-27 16:39:02.694456 | fa163e1a-c8bd-ef79-6cdf-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.598655 | 0.09s 2026-02-27 16:39:02.711646 | fa163e1a-c8bd-ef79-6cdf-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2026-02-27 16:39:02.779955 | fa163e1a-c8bd-ef79-6cdf-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2026-02-27 16:39:02.781224 | fa163e1a-c8bd-ef79-6cdf-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.685421 | 0.07s 2026-02-27 16:39:02.792048 | fa163e1a-c8bd-ef79-6cdf-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2026-02-27 16:39:03.101767 | fa163e1a-c8bd-ef79-6cdf-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2026-02-27 16:39:03.103222 | fa163e1a-c8bd-ef79-6cdf-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.007429 | 0.31s 2026-02-27 16:39:03.283927 | fa163e1a-c8bd-ef79-6cdf-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2026-02-27 16:39:03.284654 | fa163e1a-c8bd-ef79-6cdf-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.188876 | 0.49s 2026-02-27 16:39:03.292986 | fa163e1a-c8bd-ef79-6cdf-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.197191 | 0.50s 2026-02-27 16:39:03.303371 | fa163e1a-c8bd-ef79-6cdf-000000000065 | TASK | Fail if necessary files are missing 2026-02-27 16:39:03.390678 | fa163e1a-c8bd-ef79-6cdf-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2610, 'inode': 276826535, 'dev': 64516, 'nlink': 1, 'atime': 1772210305.8019047, 'mtime': 1772210305.6449006, 'ctime': 1772210305.804905, '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': '1b683df7878f41ed91ec8cfb1b30867ca0d99d42', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1298689133', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2026-02-27 16:39:03.395992 | fa163e1a-c8bd-ef79-6cdf-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': 302008383, 'dev': 64516, 'nlink': 1, 'atime': 1772210306.307918, 'mtime': 1772210306.1279132, 'ctime': 1772210306.3099182, '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': 'e9795189616ee20beb675e7ed8822dd1e176c93a', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3054014049', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2026-02-27 16:39:03.408390 | fa163e1a-c8bd-ef79-6cdf-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.312578 | 0.10s 2026-02-27 16:39:03.421551 | fa163e1a-c8bd-ef79-6cdf-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2026-02-27 16:39:03.676070 | fa163e1a-c8bd-ef79-6cdf-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2026-02-27 16:39:03.677904 | fa163e1a-c8bd-ef79-6cdf-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.582105 | 0.25s 2026-02-27 16:39:03.688235 | fa163e1a-c8bd-ef79-6cdf-000000000068 | TASK | Run cephadm bootstrap 2026-02-27 16:40:07.723820 | fa163e1a-c8bd-ef79-6cdf-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2026-02-27 16:40:07.725427 | fa163e1a-c8bd-ef79-6cdf-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:13.629632 | 64.04s 2026-02-27 16:40:07.737719 | fa163e1a-c8bd-ef79-6cdf-000000000069 | TASK | Show results of bootstrap 2026-02-27 16:40:07.807135 | fa163e1a-c8bd-ef79-6cdf-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2026-02-27 16:40:07.808704 | fa163e1a-c8bd-ef79-6cdf-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:13.712905 | 0.07s 2026-02-27 16:40:07.819322 | fa163e1a-c8bd-ef79-6cdf-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-27 16:40:07.857069 | fa163e1a-c8bd-ef79-6cdf-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.761263 | 0.04s 2026-02-27 16:40:07.870062 | a3fc859a-2ca2-4534-bc08-56e5e2b8b508 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-27 16:40:07.890779 | fa163e1a-c8bd-ef79-6cdf-00000000020b | TASK | Set ceph CLI 2026-02-27 16:40:08.043943 | fa163e1a-c8bd-ef79-6cdf-00000000020b | OK | Set ceph CLI | standalone.localdomain 2026-02-27 16:40:08.046327 | fa163e1a-c8bd-ef79-6cdf-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.950527 | 0.15s 2026-02-27 16:40:08.057891 | fa163e1a-c8bd-ef79-6cdf-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2026-02-27 16:40:09.269553 | fa163e1a-c8bd-ef79-6cdf-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2026-02-27 16:40:09.270538 | fa163e1a-c8bd-ef79-6cdf-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:15.174749 | 1.21s 2026-02-27 16:40:09.279493 | fa163e1a-c8bd-ef79-6cdf-00000000006c | TASK | Set the default container image in ceph configuration 2026-02-27 16:40:10.642228 | fa163e1a-c8bd-ef79-6cdf-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2026-02-27 16:40:10.643444 | fa163e1a-c8bd-ef79-6cdf-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:16.547652 | 1.36s 2026-02-27 16:40:10.651119 | fa163e1a-c8bd-ef79-6cdf-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2026-02-27 16:40:10.679858 | fa163e1a-c8bd-ef79-6cdf-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2026-02-27 16:40:10.681170 | fa163e1a-c8bd-ef79-6cdf-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:16.585376 | 0.03s 2026-02-27 16:40:10.698221 | fa163e1a-c8bd-ef79-6cdf-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-27 16:40:10.746727 | fa163e1a-c8bd-ef79-6cdf-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-27 16:40:10.747815 | fa163e1a-c8bd-ef79-6cdf-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.652027 | 0.05s 2026-02-27 16:40:10.754977 | fa163e1a-c8bd-ef79-6cdf-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2026-02-27 16:40:10.782831 | fa163e1a-c8bd-ef79-6cdf-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2026-02-27 16:40:10.784002 | fa163e1a-c8bd-ef79-6cdf-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:16.688214 | 0.03s 2026-02-27 16:40:10.792369 | fa163e1a-c8bd-ef79-6cdf-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2026-02-27 16:40:10.853123 | fa163e1a-c8bd-ef79-6cdf-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2026-02-27 16:40:10.854163 | fa163e1a-c8bd-ef79-6cdf-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.758375 | 0.06s 2026-02-27 16:40:10.857588 | fa163e1a-c8bd-ef79-6cdf-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2026-02-27 16:40:10.858034 | fa163e1a-c8bd-ef79-6cdf-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.762257 | 0.06s 2026-02-27 16:40:10.873099 | fa163e1a-c8bd-ef79-6cdf-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2026-02-27 16:40:10.873674 | fa163e1a-c8bd-ef79-6cdf-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.777896 | 0.08s 2026-02-27 16:40:10.876070 | fa163e1a-c8bd-ef79-6cdf-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2026-02-27 16:40:10.876447 | fa163e1a-c8bd-ef79-6cdf-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.780672 | 0.08s 2026-02-27 16:40:10.881108 | fa163e1a-c8bd-ef79-6cdf-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.785320 | 0.09s 2026-02-27 16:40:10.891173 | fa163e1a-c8bd-ef79-6cdf-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2026-02-27 16:40:10.989810 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2026-02-27 16:40:11.086878 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2026-02-27 16:40:11.150644 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2026-02-27 16:40:11.215042 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2026-02-27 16:40:11.276600 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2026-02-27 16:40:11.342192 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2026-02-27 16:40:11.403546 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2026-02-27 16:40:11.463851 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2026-02-27 16:40:11.467285 | fa163e1a-c8bd-ef79-6cdf-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:17.371490 | 0.58s 2026-02-27 16:40:11.474424 | fa163e1a-c8bd-ef79-6cdf-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2026-02-27 16:40:12.441056 | fa163e1a-c8bd-ef79-6cdf-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2026-02-27 16:40:12.442141 | fa163e1a-c8bd-ef79-6cdf-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.346352 | 0.97s 2026-02-27 16:40:13.291672 | fa163e1a-c8bd-ef79-6cdf-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2026-02-27 16:40:13.293094 | fa163e1a-c8bd-ef79-6cdf-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.197302 | 1.82s 2026-02-27 16:40:14.283922 | fa163e1a-c8bd-ef79-6cdf-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2026-02-27 16:40:14.284813 | fa163e1a-c8bd-ef79-6cdf-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.189035 | 2.81s 2026-02-27 16:40:15.231440 | fa163e1a-c8bd-ef79-6cdf-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2026-02-27 16:40:15.232094 | fa163e1a-c8bd-ef79-6cdf-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.136317 | 3.76s 2026-02-27 16:40:15.238626 | fa163e1a-c8bd-ef79-6cdf-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.142841 | 3.76s 2026-02-27 16:40:15.252886 | fa163e1a-c8bd-ef79-6cdf-0000000000a6 | TASK | Stat spec file on bootstrap node 2026-02-27 16:40:15.502151 | fa163e1a-c8bd-ef79-6cdf-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2026-02-27 16:40:15.503845 | fa163e1a-c8bd-ef79-6cdf-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:21.408047 | 0.25s 2026-02-27 16:40:15.513600 | fa163e1a-c8bd-ef79-6cdf-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:21.417794 | 0.26s 2026-02-27 16:40:15.522139 | fa163e1a-c8bd-ef79-6cdf-0000000000a7 | TASK | Fail if spec file is missing 2026-02-27 16:40:15.583525 | fa163e1a-c8bd-ef79-6cdf-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': 914360724, 'dev': 64516, 'nlink': 1, 'atime': 1772210341.7822754, 'mtime': 1772210341.4872675, 'ctime': 1772210341.7862754, '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': 'd2a43dc27b0c167446cbf4939152a3370280ba8c', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '664493666', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2026-02-27 16:40:15.594665 | fa163e1a-c8bd-ef79-6cdf-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:21.498875 | 0.07s 2026-02-27 16:40:15.599651 | fa163e1a-c8bd-ef79-6cdf-0000000000a8 | TASK | Get ceph_cli 2026-02-27 16:40:15.617620 | fa163e1a-c8bd-ef79-6cdf-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:21.521837 | 0.02s 2026-02-27 16:40:15.623125 | 08eb7cb8-0f1a-4000-aa96-9c7ec4f2bb12 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-27 16:40:15.633114 | fa163e1a-c8bd-ef79-6cdf-000000000270 | TASK | Set ceph CLI 2026-02-27 16:40:15.790304 | fa163e1a-c8bd-ef79-6cdf-000000000270 | OK | Set ceph CLI | standalone.localdomain 2026-02-27 16:40:15.790978 | fa163e1a-c8bd-ef79-6cdf-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:21.695197 | 0.16s 2026-02-27 16:40:15.795402 | fa163e1a-c8bd-ef79-6cdf-0000000000a9 | TASK | Get the ceph orchestrator status 2026-02-27 16:40:16.589544 | fa163e1a-c8bd-ef79-6cdf-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-27 16:40:16.590301 | fa163e1a-c8bd-ef79-6cdf-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:22.494520 | 0.79s 2026-02-27 16:40:16.595262 | fa163e1a-c8bd-ef79-6cdf-0000000000aa | TASK | Fail if ceph orchestrator is not available 2026-02-27 16:40:16.652756 | fa163e1a-c8bd-ef79-6cdf-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-27 16:40:16.653787 | fa163e1a-c8bd-ef79-6cdf-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:22.558002 | 0.06s 2026-02-27 16:40:16.661508 | fa163e1a-c8bd-ef79-6cdf-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2026-02-27 16:40:16.686903 | fa163e1a-c8bd-ef79-6cdf-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:22.591108 | 0.02s 2026-02-27 16:40:16.706818 | 84d943ff-579a-4db9-be0b-241bf395e93e | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2026-02-27 16:40:16.724139 | fa163e1a-c8bd-ef79-6cdf-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-27 16:40:16.772680 | fa163e1a-c8bd-ef79-6cdf-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-27 16:40:16.773432 | fa163e1a-c8bd-ef79-6cdf-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:22.677650 | 0.05s 2026-02-27 16:40:16.778024 | fa163e1a-c8bd-ef79-6cdf-0000000002a8 | TASK | set cephadm debug level 2026-02-27 16:40:16.832784 | fa163e1a-c8bd-ef79-6cdf-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2026-02-27 16:40:16.833677 | fa163e1a-c8bd-ef79-6cdf-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:22.737896 | 0.05s 2026-02-27 16:40:16.838876 | fa163e1a-c8bd-ef79-6cdf-0000000002a9 | TASK | enforce minimum ceph clients version 2026-02-27 16:40:16.923672 | fa163e1a-c8bd-ef79-6cdf-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2026-02-27 16:40:16.924444 | fa163e1a-c8bd-ef79-6cdf-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:22.828661 | 0.08s 2026-02-27 16:40:16.929163 | fa163e1a-c8bd-ef79-6cdf-0000000002aa | TASK | set container image base in ceph configuration 2026-02-27 16:40:17.846405 | fa163e1a-c8bd-ef79-6cdf-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2026-02-27 16:40:17.847142 | fa163e1a-c8bd-ef79-6cdf-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:23.751361 | 0.92s 2026-02-27 16:40:17.854879 | fa163e1a-c8bd-ef79-6cdf-0000000002ac | TASK | set alertmanager container image in ceph configuration 2026-02-27 16:40:17.920061 | fa163e1a-c8bd-ef79-6cdf-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2026-02-27 16:40:17.921244 | fa163e1a-c8bd-ef79-6cdf-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:23.825455 | 0.07s 2026-02-27 16:40:17.928305 | fa163e1a-c8bd-ef79-6cdf-0000000002ad | TASK | set grafana container image in ceph configuration 2026-02-27 16:40:17.976768 | fa163e1a-c8bd-ef79-6cdf-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2026-02-27 16:40:17.978068 | fa163e1a-c8bd-ef79-6cdf-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:23.882276 | 0.05s 2026-02-27 16:40:17.987731 | fa163e1a-c8bd-ef79-6cdf-0000000002ae | TASK | set node-exporter container image in ceph configuration 2026-02-27 16:40:18.031761 | fa163e1a-c8bd-ef79-6cdf-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2026-02-27 16:40:18.033159 | fa163e1a-c8bd-ef79-6cdf-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:23.937363 | 0.04s 2026-02-27 16:40:18.045780 | fa163e1a-c8bd-ef79-6cdf-0000000002af | TASK | set prometheus container image in ceph configuration 2026-02-27 16:40:18.095778 | fa163e1a-c8bd-ef79-6cdf-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2026-02-27 16:40:18.097316 | fa163e1a-c8bd-ef79-6cdf-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:24.001515 | 0.05s 2026-02-27 16:40:18.111517 | fa163e1a-c8bd-ef79-6cdf-0000000000ac | TASK | Apply spec 2026-02-27 16:40:19.718172 | fa163e1a-c8bd-ef79-6cdf-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2026-02-27 16:40:19.719832 | fa163e1a-c8bd-ef79-6cdf-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:25.624038 | 1.61s 2026-02-27 16:40:19.731037 | fa163e1a-c8bd-ef79-6cdf-0000000000ad | TASK | Show results of spec apply 2026-02-27 16:40:19.777719 | fa163e1a-c8bd-ef79-6cdf-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2026-02-27 16:40:19.778579 | fa163e1a-c8bd-ef79-6cdf-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:25.682781 | 0.05s 2026-02-27 16:40:19.783552 | fa163e1a-c8bd-ef79-6cdf-0000000000ae | TASK | Wait for the expected number of osds to be running 2026-02-27 16:40:19.838429 | fa163e1a-c8bd-ef79-6cdf-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:25.742633 | 0.05s 2026-02-27 16:40:19.846251 | bdb2f8c6-6248-40a8-bf68-b00ba0694f36 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2026-02-27 16:40:19.867969 | fa163e1a-c8bd-ef79-6cdf-000000000307 | TASK | Wait for expected number of osds to be running 2026-02-27 16:40:20.884763 | fa163e1a-c8bd-ef79-6cdf-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2026-02-27 16:40:51.889522 | fa163e1a-c8bd-ef79-6cdf-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2026-02-27 16:40:51.890756 | fa163e1a-c8bd-ef79-6cdf-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:57.794963 | 32.02s 2026-02-27 16:40:51.909783 | fa163e1a-c8bd-ef79-6cdf-0000000000c9 | TASK | Get ceph_cli 2026-02-27 16:40:51.952336 | fa163e1a-c8bd-ef79-6cdf-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-27 16:40:51.953845 | fa163e1a-c8bd-ef79-6cdf-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.858051 | 0.04s 2026-02-27 16:40:51.963777 | fa163e1a-c8bd-ef79-6cdf-0000000000ca | TASK | Collect ceph config dump 2026-02-27 16:40:52.005023 | fa163e1a-c8bd-ef79-6cdf-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2026-02-27 16:40:52.006238 | fa163e1a-c8bd-ef79-6cdf-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:57.910446 | 0.04s 2026-02-27 16:40:52.015830 | fa163e1a-c8bd-ef79-6cdf-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2026-02-27 16:40:52.082784 | fa163e1a-c8bd-ef79-6cdf-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2026-02-27 16:40:52.083880 | fa163e1a-c8bd-ef79-6cdf-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:57.988087 | 0.07s 2026-02-27 16:40:52.092760 | fa163e1a-c8bd-ef79-6cdf-0000000000cc | TASK | Create pool 2026-02-27 16:40:52.159728 | fa163e1a-c8bd-ef79-6cdf-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:58.063932 | 0.07s 2026-02-27 16:40:52.168879 | fa163e1a-c8bd-ef79-6cdf-0000000000cd | TASK | Enable application on Ceph pools 2026-02-27 16:40:52.230370 | fa163e1a-c8bd-ef79-6cdf-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:58.134568 | 0.06s 2026-02-27 16:40:52.240458 | fa163e1a-c8bd-ef79-6cdf-0000000000cf | TASK | Get the RBD ceph_cli 2026-02-27 16:40:52.280255 | fa163e1a-c8bd-ef79-6cdf-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2026-02-27 16:40:52.281555 | fa163e1a-c8bd-ef79-6cdf-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:58.185763 | 0.04s 2026-02-27 16:40:52.291701 | fa163e1a-c8bd-ef79-6cdf-0000000000d0 | TASK | Set trash interval 2026-02-27 16:40:52.371604 | fa163e1a-c8bd-ef79-6cdf-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2026-02-27 16:40:52.382919 | fa163e1a-c8bd-ef79-6cdf-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:58.287118 | 0.09s 2026-02-27 16:40:52.401593 | fa163e1a-c8bd-ef79-6cdf-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2026-02-27 16:40:52.458387 | fa163e1a-c8bd-ef79-6cdf-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:58.362581 | 0.06s 2026-02-27 16:40:52.469174 | fa163e1a-c8bd-ef79-6cdf-0000000000e9 | TASK | Get ceph_cli 2026-02-27 16:40:52.508029 | fa163e1a-c8bd-ef79-6cdf-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-27 16:40:52.510269 | fa163e1a-c8bd-ef79-6cdf-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.414445 | 0.04s 2026-02-27 16:40:52.522026 | fa163e1a-c8bd-ef79-6cdf-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2026-02-27 16:40:52.582096 | fa163e1a-c8bd-ef79-6cdf-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:58.486263 | 0.06s 2026-02-27 16:40:52.605270 | fa163e1a-c8bd-ef79-6cdf-0000000000f9 | TASK | Get ceph_cli 2026-02-27 16:40:52.654303 | fa163e1a-c8bd-ef79-6cdf-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-27 16:40:52.655851 | fa163e1a-c8bd-ef79-6cdf-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.560049 | 0.05s 2026-02-27 16:40:52.667308 | fa163e1a-c8bd-ef79-6cdf-0000000000fa | TASK | Wait for the expected number of monitors to be running 2026-02-27 16:40:52.716797 | fa163e1a-c8bd-ef79-6cdf-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2026-02-27 16:40:52.718109 | fa163e1a-c8bd-ef79-6cdf-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:58.622318 | 0.05s 2026-02-27 16:40:52.724693 | fa163e1a-c8bd-ef79-6cdf-0000000000fb | TASK | Run ceph mon dump to get all monitors 2026-02-27 16:40:52.760477 | fa163e1a-c8bd-ef79-6cdf-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2026-02-27 16:40:52.761636 | fa163e1a-c8bd-ef79-6cdf-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:58.665844 | 0.04s 2026-02-27 16:40:52.770963 | fa163e1a-c8bd-ef79-6cdf-0000000000fc | TASK | Extract mons_json 2026-02-27 16:40:52.808141 | fa163e1a-c8bd-ef79-6cdf-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2026-02-27 16:40:52.809238 | fa163e1a-c8bd-ef79-6cdf-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:58.713446 | 0.04s 2026-02-27 16:40:52.817921 | fa163e1a-c8bd-ef79-6cdf-0000000000fd | TASK | Build mons_list 2026-02-27 16:40:52.855635 | fa163e1a-c8bd-ef79-6cdf-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2026-02-27 16:40:52.856775 | fa163e1a-c8bd-ef79-6cdf-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:58.760985 | 0.04s 2026-02-27 16:40:52.865654 | fa163e1a-c8bd-ef79-6cdf-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2026-02-27 16:40:52.902626 | fa163e1a-c8bd-ef79-6cdf-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2026-02-27 16:40:52.903671 | fa163e1a-c8bd-ef79-6cdf-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:58.807886 | 0.04s 2026-02-27 16:40:52.911002 | fa163e1a-c8bd-ef79-6cdf-0000000000ff | TASK | Verify the keyring 2026-02-27 16:40:52.956281 | fa163e1a-c8bd-ef79-6cdf-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:58.860491 | 0.04s 2026-02-27 16:40:52.966396 | fa163e1a-c8bd-ef79-6cdf-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2026-02-27 16:40:53.001925 | fa163e1a-c8bd-ef79-6cdf-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2026-02-27 16:40:53.003185 | fa163e1a-c8bd-ef79-6cdf-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:58.907391 | 0.04s 2026-02-27 16:40:53.018100 | fa163e1a-c8bd-ef79-6cdf-000000000101 | TASK | Save tripleo_ceph_client_vars file 2026-02-27 16:40:53.050903 | fa163e1a-c8bd-ef79-6cdf-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2026-02-27 16:40:53.052111 | fa163e1a-c8bd-ef79-6cdf-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:58.956271 | 0.03s 2026-02-27 16:40:53.069486 | fa163e1a-c8bd-ef79-6cdf-00000000011c | TASK | Get ceph_cli 2026-02-27 16:40:53.101464 | fa163e1a-c8bd-ef79-6cdf-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.005668 | 0.03s 2026-02-27 16:40:53.112664 | 6751ef0c-83ea-4bae-9e24-82ebfbc41fd2 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-27 16:40:53.126185 | fa163e1a-c8bd-ef79-6cdf-0000000003c0 | TASK | Set ceph CLI 2026-02-27 16:40:53.279265 | fa163e1a-c8bd-ef79-6cdf-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2026-02-27 16:40:53.280751 | fa163e1a-c8bd-ef79-6cdf-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:59.184954 | 0.15s 2026-02-27 16:40:53.290594 | fa163e1a-c8bd-ef79-6cdf-00000000011d | TASK | Get the ceph orchestrator status 2026-02-27 16:40:54.204905 | fa163e1a-c8bd-ef79-6cdf-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-27 16:40:54.206256 | fa163e1a-c8bd-ef79-6cdf-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:00.110463 | 0.91s 2026-02-27 16:40:54.215944 | fa163e1a-c8bd-ef79-6cdf-00000000011e | TASK | Fail if ceph orchestrator is not available 2026-02-27 16:40:54.265232 | fa163e1a-c8bd-ef79-6cdf-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-27 16:40:54.266396 | fa163e1a-c8bd-ef79-6cdf-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:00.170601 | 0.05s 2026-02-27 16:40:54.276297 | fa163e1a-c8bd-ef79-6cdf-000000000120 | TASK | Show the deployed daemons 2026-02-27 16:40:55.132122 | fa163e1a-c8bd-ef79-6cdf-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2026-02-27 16:40:55.132948 | fa163e1a-c8bd-ef79-6cdf-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:01.037167 | 0.86s 2026-02-27 16:40:55.137675 | fa163e1a-c8bd-ef79-6cdf-000000000121 | TASK | Deployed daemons 2026-02-27 16:40:55.172040 | fa163e1a-c8bd-ef79-6cdf-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2026-02-27 16:40:55.172816 | fa163e1a-c8bd-ef79-6cdf-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:01.077036 | 0.03s 2026-02-27 16:40:55.177332 | fa163e1a-c8bd-ef79-6cdf-000000000122 | TASK | Print the status of the deployed Ceph cluster 2026-02-27 16:40:56.120177 | fa163e1a-c8bd-ef79-6cdf-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2026-02-27 16:40:56.121748 | fa163e1a-c8bd-ef79-6cdf-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:02.025946 | 0.94s 2026-02-27 16:40:56.132860 | fa163e1a-c8bd-ef79-6cdf-000000000123 | TASK | Ceph cluster status 2026-02-27 16:40:56.170998 | fa163e1a-c8bd-ef79-6cdf-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 3bf10290-3163-5dc7-a30a-726b37ba6b85", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 83s)", " mgr: standalone.ciqtfy(active, since 66s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2026-02-27 16:40:56.172309 | fa163e1a-c8bd-ef79-6cdf-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:02.076516 | 0.04s 2026-02-27 16:40:56.196718 | fa163e1a-c8bd-ef79-6cdf-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2026-02-27 16:40:56.757480 | fa163e1a-c8bd-ef79-6cdf-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e1a-c8bd- ef79-6cdf-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2026-02-27 16:40:56.803314 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:40:56.803942 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:40:56.804438 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:02.708652 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 16:40:56.804972 | UUID | Info | Host | Task Name | Run Time 2026-02-27 16:40:56.805488 | fa163e1a-c8bd-ef79-6cdf-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 64.04s 2026-02-27 16:40:56.806026 | fa163e1a-c8bd-ef79-6cdf-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.02s 2026-02-27 16:40:56.806529 | fa163e1a-c8bd-ef79-6cdf-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.76s 2026-02-27 16:40:56.807075 | fa163e1a-c8bd-ef79-6cdf-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.25s 2026-02-27 16:40:56.807741 | fa163e1a-c8bd-ef79-6cdf-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.61s 2026-02-27 16:40:56.808377 | fa163e1a-c8bd-ef79-6cdf-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.36s 2026-02-27 16:40:56.809079 | fa163e1a-c8bd-ef79-6cdf-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 1.21s 2026-02-27 16:40:56.809730 | fa163e1a-c8bd-ef79-6cdf-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.94s 2026-02-27 16:40:56.810326 | fa163e1a-c8bd-ef79-6cdf-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.92s 2026-02-27 16:40:56.810976 | fa163e1a-c8bd-ef79-6cdf-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.91s 2026-02-27 16:40:56.811705 | fa163e1a-c8bd-ef79-6cdf-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.86s 2026-02-27 16:40:56.812292 | fa163e1a-c8bd-ef79-6cdf-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.79s 2026-02-27 16:40:56.812854 | fa163e1a-c8bd-ef79-6cdf-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.77s 2026-02-27 16:40:56.814769 | fa163e1a-c8bd-ef79-6cdf-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.60s 2026-02-27 16:40:56.815596 | fa163e1a-c8bd-ef79-6cdf-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.58s 2026-02-27 16:40:56.816261 | fa163e1a-c8bd-ef79-6cdf-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.50s 2026-02-27 16:40:56.816923 | fa163e1a-c8bd-ef79-6cdf-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.49s 2026-02-27 16:40:56.817591 | fa163e1a-c8bd-ef79-6cdf-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.39s 2026-02-27 16:40:56.818224 | fa163e1a-c8bd-ef79-6cdf-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2026-02-27 16:40:56.819005 | fa163e1a-c8bd-ef79-6cdf-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.26s 2026-02-27 16:40:56.819658 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + '[' -f /tmp/additional_env_file.yaml ']' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2026-02-27 16:41:00.049 40768 INFO migrate.versioning.api [-] 72 -> 73...  2026-02-27 16:41:00.073 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.073 40768 INFO migrate.versioning.api [-] 73 -> 74...  2026-02-27 16:41:00.075 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.075 40768 INFO migrate.versioning.api [-] 74 -> 75...  2026-02-27 16:41:00.077 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.077 40768 INFO migrate.versioning.api [-] 75 -> 76...  2026-02-27 16:41:00.079 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.079 40768 INFO migrate.versioning.api [-] 76 -> 77...  2026-02-27 16:41:00.080 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.080 40768 INFO migrate.versioning.api [-] 77 -> 78...  2026-02-27 16:41:00.083 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.083 40768 INFO migrate.versioning.api [-] 78 -> 79...  2026-02-27 16:41:00.113 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.113 40768 INFO migrate.versioning.api [-] 79 -> 80...  2026-02-27 16:41:00.136 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.136 40768 INFO migrate.versioning.api [-] 80 -> 81...  2026-02-27 16:41:00.138 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.138 40768 INFO migrate.versioning.api [-] 81 -> 82...  2026-02-27 16:41:00.140 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.141 40768 INFO migrate.versioning.api [-] 82 -> 83...  2026-02-27 16:41:00.143 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.143 40768 INFO migrate.versioning.api [-] 83 -> 84...  2026-02-27 16:41:00.145 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.145 40768 INFO migrate.versioning.api [-] 84 -> 85...  2026-02-27 16:41:00.147 40768 INFO migrate.versioning.api [-] done 2026-02-27 16:41:00.147 40768 INFO migrate.versioning.api [-] 85 -> 86...  2026-02-27 16:41:00.172 40768 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2026-02-27 16:41:08Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:09Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:09Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-02-27 16:41:10Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:10Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:10Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:10Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-02-27 16:41:10Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:10Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-02-27 16:41:10Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:11Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:11Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:11Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:11Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-02-27 16:41:11Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-02-27 16:41:12Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:12Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-02-27 16:41:12Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:12Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-02-27 16:41:12Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:12Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-02-27 16:41:12Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:13Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:13Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:13Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-02-27 16:41:13Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:13Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:13Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:14Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:14Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:14Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-02-27 16:41:14Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:14Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:14Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:14Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-02-27 16:41:14Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-02-27 16:41:14Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:15Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:15Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-02-27 16:41:15Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:15Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:15Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-02-27 16:41:15Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 16:41:15Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:15Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:16Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:16Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:16Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-02-27 16:41:16Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-02-27 16:41:16Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:17Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-02-27 16:41:17Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:17Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-02-27 16:41:18Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:18Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-02-27 16:41:19Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:19Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-02-27 16:41:19Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:20Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-02-27 16:41:20Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:20Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:20Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:20Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:20Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:20Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:20Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:20Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:20Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:20Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-02-27 16:41:21Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 16:41:21Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 16:41:21Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 16:41:21Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 16:41:21Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:21Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:21Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:21Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:21Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:22Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-02-27 16:41:23Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:23Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:23Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-02-27 16:41:24Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-02-27 16:41:24Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:24Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-02-27 16:41:24Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:24Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:24Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:26Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:27Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:27Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:27Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:27Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:28Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:29Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:29Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:41:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:41:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:41:31Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:31Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:41:32Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-02-27 16:41:32Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-02-27 16:41:34Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:34Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:34Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:35Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:35Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:35Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-02-27 16:41:36Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:37Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:37Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:41:38Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:41:38Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:39Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-02-27 16:41:40Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:40Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:40Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:41Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:41Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:41:42Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:42Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:42Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-02-27 16:41:43Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:44Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:41:44Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:45Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-02-27 16:41:45Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:45Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:45Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:45Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:46Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:47Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:48Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:41:48Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:48Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:41:50Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-02-27 16:41:50Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:50Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-02-27 16:41:51Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:51Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:51Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:51Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:51Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:52Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-02-27 16:41:52Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:53Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:53Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:53Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:53Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:53Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:41:53Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:54Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:54Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:41:55Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:55Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2026-02-27 16:41:55Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:41:55Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:55Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:55Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:41:56Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:56Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-02-27 16:41:57Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:57Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:41:57Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:41:58Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:41:59Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:41:59Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:00Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-02-27 16:42:00Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:01Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-02-27 16:42:02Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:03Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-02-27 16:42:03Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:03Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:03Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:04Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:04Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:05Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:05Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:42:05Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:05Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:06Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-02-27 16:42:07Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:07Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:07Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:07Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:42:08Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:09Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:10Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:11Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-02-27 16:42:11Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:11Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:12Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:12Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:12Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-27 16:42:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-27 16:42:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-27 16:42:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:14Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:14Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-02-27 16:42:15Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:16Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-02-27 16:42:16Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:16Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-27 16:42:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2026-02-27 16:42:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-27 16:42:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-27 16:42:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-02-27 16:42:20Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:20Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-27 16:42:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-27 16:42:21Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:21Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-27 16:42:21Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:22Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:22Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:23Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-02-27 16:42:23Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:23Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-27 16:42:25Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:25Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-27 16:42:25Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:25Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-27 16:42:25Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:26Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:26Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:27Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-02-27 16:42:27Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:27Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:27Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:28Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:28Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:28Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:28Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:29Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:29Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:42:29Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:29Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:30Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:30Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:42:30Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:31Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:42:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:42:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:33Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:33Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:34Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-02-27 16:42:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:36Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:36Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:36Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:42:37Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:37Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:42:37Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:42:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:38Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:39Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:42:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:42:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:42:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:42Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:43Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-02-27 16:42:44Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:44Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:44Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:45Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:45Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:46Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:46Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:46Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:46Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:47Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:47Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:42:47Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:47Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:42:48Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:48Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:48Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:49Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:42:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:49Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-02-27 16:42:51Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:51Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:51Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:52Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:52Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:42:53Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:53Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:42:53Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:42:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:42:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:42:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:42:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 16:42:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:42:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:42:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:42:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:42:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:01Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:02Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-02-27 16:43:03Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:03Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:03Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:03Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:03Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:04Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:04Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:04Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:04Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:05Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:06Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:06Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:06Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:07Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-02-27 16:43:08Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:08Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:08Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:09Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:09Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:10Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:10Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:10Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:10Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:11Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-02-27 16:43:11Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:12Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-02-27 16:43:13Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:13Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:13Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:14Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:14Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:14Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:14Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:15Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-02-27 16:43:15Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:16Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-02-27 16:43:17Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:17Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:17Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:17Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:18Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:19Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:20Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:20Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:20Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-27 16:43:21Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:22Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:22Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:43:23Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:43:23Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-02-27 16:43:24Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:25Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:26Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-27 16:43:27Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:27Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:27Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:43:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:43:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:43:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-27 16:43:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2026-02-27 16:43:35Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-02-27 16:43:36Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:36Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:37Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:38Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:43:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:43:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:40Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:41Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:41Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:41Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:41Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:41Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-02-27 16:43:42Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:42Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:42Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:43Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:43Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:44Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:44Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:43:45Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:45Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:45Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:45Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-02-27 16:43:47Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:47Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:47Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:48Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:48Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:49Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:49Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:49Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:43:50Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:51Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:51Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-02-27 16:43:52Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:53Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:43:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-27 16:43:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-27 16:43:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:55Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:55Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:43:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-02-27 16:43:56Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:57Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-27 16:43:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:43:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-27 16:43:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-27 16:43:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:43:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2026-02-27 16:43:59Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:00Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-02-27 16:44:00Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:00Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:00Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:02Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:02Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2026-02-27 16:44:03Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:03Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:03Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:04Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:04Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:04Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:44:04Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:04Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:05Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:06Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:06Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:06Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-02-27 16:44:07Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:07Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:07Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:08Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-02-27 16:44:09Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:44:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:10Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:11Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:11Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:11Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:11Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:12Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-02-27 16:44:13Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:13Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:13Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:14Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:14Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:14Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:44:14Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:14Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:14Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:15Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:15Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-02-27 16:44:16Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:16Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:16Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:18Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:18Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:19Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-02-27 16:44:19Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:20Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:20Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:20Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:21Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:22Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:22Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:23Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-02-27 16:44:23Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:23Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:23Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:24Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:24Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:24Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:24Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:25Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-02-27 16:44:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:26Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:26Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:27Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-02-27 16:44:27Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:27Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:28Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:28Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2026-02-27 16:44:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:44:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:30Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:31Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:31Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:31Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:44:31Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:32Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-02-27 16:44:33Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:33Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:33Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:33Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:33Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:33Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:44:33Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:34Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:34Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:35Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:35Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:35Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:44:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:38Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:38Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:39Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-02-27 16:44:40Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:41Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-02-27 16:44:41Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:41Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:41Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:42Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:42Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:43Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:43Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:43Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:44Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:45Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:44:45Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:46Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-02-27 16:44:47Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:47Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:47Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:47Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:48Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:49Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:44:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:44:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-02-27 16:44:56Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:44:57Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-02-27 16:44:58Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:58Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:44:58Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:59Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:44:59Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:44:59Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:44:59Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:00Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-02-27 16:45:00Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:00Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:00Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:01Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:01Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:01Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:02Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:03Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:45:03Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:04Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-02-27 16:45:05Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:06Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-02-27 16:45:06Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:06Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:06Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:07Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:45:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-27 16:45:09Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:09Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:10Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:10Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:11Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:12Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:12Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:13Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-02-27 16:45:14Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:14Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:14Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:14Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-02-27 16:45:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:18Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:19Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-02-27 16:45:19Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:19Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:20Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:21Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:45:22Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:22Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:24Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-27 16:45:24Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-02-27 16:45:25Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:25Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:25Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:25Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:26Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:27Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:45:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-27 16:45:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:29Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:30Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-02-27 16:45:31Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:31Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2026-02-27 16:45:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:45:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:33Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:33Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:34Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:35Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:35Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:36Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:36Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:37Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:37Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:38Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:45:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:39Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:39Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-02-27 16:45:41Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:41Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:41Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:42Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:42Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:43Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:45:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:45Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:45Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-27 16:45:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-02-27 16:45:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:48Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-02-27 16:45:48Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:49Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:50Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:50Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:51Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:45:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:52Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:52Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:52Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:45:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:45:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:54Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:54Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-02-27 16:45:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:56Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:45:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:45:57Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:45:58Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-02-27 16:45:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-02-27 16:45:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:45:59Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:00Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:00Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:46:01Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:01Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:02Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:02Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:46:03Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:03Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:46:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-27 16:46:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:05Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:05Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2026-02-27 16:46:05Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:06Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-02-27 16:46:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:06Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:06Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-27 16:46:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2026-02-27 16:46:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:09Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:10Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:11Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 16:46:12Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:12Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:12Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-02-27 16:46:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:13Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:13Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-02-27 16:46:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:17Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:17Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:18Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:18Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:19Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-02-27 16:46:20Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:20Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:20Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:21Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:21Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:22Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:22Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:22Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:22Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:23Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-02-27 16:46:23Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:23Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:25Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:26Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:46:27Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:27Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 16:46:28Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:28Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:28Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:28Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:28Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:28Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:28Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-27 16:46:29Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:29Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:29Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:30Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2026-02-27 16:46:30Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:31Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-02-27 16:46:31Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:31Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:31Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:31Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:32Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:32Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:33Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:34Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:34Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:35Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-02-27 16:46:36Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:36Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:36Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:36Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:37Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:38Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:38Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:39Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-02-27 16:46:39Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:39Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:39Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:39Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:40Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:41Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:41Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-27 16:46:42Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:42Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:43Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:43Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:44Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-02-27 16:46:45Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:45Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:45Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:46Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:46:49Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:49Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-02-27 16:46:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:50Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2026-02-27 16:46:51Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:46:51Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:52Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-02-27 16:46:53Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:53Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:53Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:53Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2026-02-27 16:46:53Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:54Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-02-27 16:46:54Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:54Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:46:54Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:56Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:56Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:46:57Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:57Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:46:57Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:46:58Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:46:59Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 16:46:59Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:46:59Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-02-27 16:47:00Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:00Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:00Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:00Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:01Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:02Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:02Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:47:03Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:03Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:04Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:05Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-02-27 16:47:06Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:06Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:06Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:07Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:07Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:47:08Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:08Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:08Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:09Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:10Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:10Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:11Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-02-27 16:47:11Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:12Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-02-27 16:47:13Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:13Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:13Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:14Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:14Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:15Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-02-27 16:47:15Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:15Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:17Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:19Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:20Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:20Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:20Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-02-27 16:47:21Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:22Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-02-27 16:47:22Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:23Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:23Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:23Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:24Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:24Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:24Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:24Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:24Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:25Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2026-02-27 16:47:26Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:26Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 16:47:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 16:47:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:28Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:28Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:29Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-02-27 16:47:29Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:30Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-02-27 16:47:31Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:31Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:32Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:33Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:33Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:33Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:33Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:33Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:35Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:35Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:37Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:37Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:38Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-02-27 16:47:38Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:39Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-02-27 16:47:40Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:41Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-02-27 16:47:41Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:42Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-02-27 16:47:43Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:43Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:43Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:43Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:44Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:44Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:45Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:46Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:46Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:47Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:47Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:48Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-02-27 16:47:48Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:48Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:48Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:48Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:48Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:49Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-02-27 16:47:50Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:50Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:50Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:51Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:51Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2026-02-27 16:47:52Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:52Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:52Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 16:47:52Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:53Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-02-27 16:47:53Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:54Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2026-02-27 16:47:55Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:56Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2026-02-27 16:47:56Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:57Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2026-02-27 16:47:57Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:58Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:58Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:58Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:47:58Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:47:59Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2026-02-27 16:47:59Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:59Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:47:59Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:47:59Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:48:00Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:01Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2026-02-27 16:48:01Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:02Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2026-02-27 16:48:02Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:02Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:02Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:03Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 16:48:03Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:03Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2026-02-27 16:48:03Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:04Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-02-27 16:48:05Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:06Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:06Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:06Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:07Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:07Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:07Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:07Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:07Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:08Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:08Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:08Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:08Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:08Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:08Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:09Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:09Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:09Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:09Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:09Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:09Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:10Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:10Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:10Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:10Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:10Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:10Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:11Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:11Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:11Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:11Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:11Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:11Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:12Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-27 16:48:12Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:12Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:12Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-02-27 16:48:13Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:13Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-02-27 16:48:13Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:13Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-27 16:48:13Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:14Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-02-27 16:48:14Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:14Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:14Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:14Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:14Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:15Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:15Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:15Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:15Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:15Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-02-27 16:48:15Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:16Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:17Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-02-27 16:48:17Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:17Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-02-27 16:48:18Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:18Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:18Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:18Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-27 16:48:18Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-02-27 16:48:18Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:18Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:18Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:18Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-02-27 16:48:18Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:18Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-27 16:48:18Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:19Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:19Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:19Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-02-27 16:48:20Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-02-27 16:48:20Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:20Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:20Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:20Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-02-27 16:48:21Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:21Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:21Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:21Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-02-27 16:48:22Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:23Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-02-27 16:48:23Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:24Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-02-27 16:48:24Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:24Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:24Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:24Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:25Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:25Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:25Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:25Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:25Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:25Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:25Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:25Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:25Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:25Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:26Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:26Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-27 16:48:26Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:27Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:27Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-02-27 16:48:27Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:28Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-02-27 16:48:28Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-02-27 16:48:29Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-02-27 16:48:29Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-02-27 16:48:29Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-02-27 16:48:29Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-27 16:48:29Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-02-27 16:48:29Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-02-27 16:48:29Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-02-27 16:48:29Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-02-27 16:48:29Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:29Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:30Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:30Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:30Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 16:48:30Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:30Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-27 16:48:30Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:30Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:31Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:31Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-02-27 16:48:31Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:31Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:32Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-02-27 16:48:32Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:32Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-02-27 16:48:32Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:32Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:32Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-02-27 16:48:33Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:33Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-02-27 16:48:34Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:34Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:35Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:35Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:36Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:36Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:37Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 16:48:37Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-27 16:48:37Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 16:48:38Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-02-27 16:48:38Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/9a519af3-9c88-4bcc-9825-d79cf3d98460 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2026-02-27 16:49:01.639530 | fa163e1a-c8bd-f49a-a1f2-000000000006 | TASK | External deployment step 0 2026-02-27 16:49:01.665242 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-000000000006') missing from stats 2026-02-27 16:49:01.717290 | fa163e1a-c8bd-f49a-a1f2-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.130684 | 0.04s 2026-02-27 16:49:01.726434 | d2ca6f3e-fa68-409c-b177-302811dfe8cc | INCLUDED | /root/standalone-ansible-ou32gt4p/external_deploy_steps_tasks_step0.yaml | undercloud 2026-02-27 16:49:01.744684 | fa163e1a-c8bd-f49a-a1f2-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-02-27 16:49:02.647994 | fa163e1a-c8bd-f49a-a1f2-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-02-27 16:49:02.649497 | fa163e1a-c8bd-f49a-a1f2-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.062893 | 0.90s 2026-02-27 16:49:02.669837 | fa163e1a-c8bd-f49a-a1f2-000000000129 | TASK | create redis virtual ip 2026-02-27 16:49:03.572106 | fa163e1a-c8bd-f49a-a1f2-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-02-27 16:49:03.573462 | fa163e1a-c8bd-f49a-a1f2-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.986860 | 0.90s PLAY [Check if required variables are defined] ********************************* 2026-02-27 16:49:03.652805 | fa163e1a-c8bd-f49a-a1f2-000000000138 | TASK | Gathering Facts 2026-02-27 16:49:04.301923 | fa163e1a-c8bd-f49a-a1f2-000000000138 | OK | Gathering Facts | localhost 2026-02-27 16:49:04.303615 | fa163e1a-c8bd-f49a-a1f2-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.716974 | 0.65s 2026-02-27 16:49:04.370765 | fa163e1a-c8bd-f49a-a1f2-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-02-27 16:49:04.371997 | fa163e1a-c8bd-f49a-a1f2-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.785392 | 0.05s 2026-02-27 16:49:04.416445 | fa163e1a-c8bd-f49a-a1f2-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-02-27 16:49:04.417747 | fa163e1a-c8bd-f49a-a1f2-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.831143 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-02-27 16:49:04.536360 | fa163e1a-c8bd-f49a-a1f2-000000000160 | TASK | Gathering Facts 2026-02-27 16:49:04.547427 | fa163e1a-c8bd-f49a-a1f2-000000000160 | TASK | Gathering Facts 2026-02-27 16:49:04.924172 | fa163e1a-c8bd-f49a-a1f2-000000000160 | OK | Gathering Facts | standalone 2026-02-27 16:49:04.927855 | fa163e1a-c8bd-f49a-a1f2-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.341252 | 0.38s 2026-02-27 16:49:04.930360 | fa163e1a-c8bd-f49a-a1f2-000000000160 | OK | Gathering Facts | undercloud 2026-02-27 16:49:04.931087 | fa163e1a-c8bd-f49a-a1f2-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.344493 | 0.39s 2026-02-27 16:49:04.981706 | fa163e1a-c8bd-f49a-a1f2-000000000012 | TASK | Set legacy facts 2026-02-27 16:49:05.005177 | fa163e1a-c8bd-f49a-a1f2-000000000012 | TASK | Set legacy facts 2026-02-27 16:49:05.009096 | fa163e1a-c8bd-f49a-a1f2-000000000012 | OK | Set legacy facts | undercloud 2026-02-27 16:49:05.010130 | fa163e1a-c8bd-f49a-a1f2-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.423528 | 0.03s 2026-02-27 16:49:05.031249 | fa163e1a-c8bd-f49a-a1f2-000000000012 | OK | Set legacy facts | standalone 2026-02-27 16:49:05.031898 | fa163e1a-c8bd-f49a-a1f2-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.445302 | 0.03s PLAY [Load global variables] *************************************************** 2026-02-27 16:49:05.198929 | fa163e1a-c8bd-f49a-a1f2-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-02-27 16:49:05.199813 | fa163e1a-c8bd-f49a-a1f2-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.613214 | 0.04s 2026-02-27 16:49:05.200201 | fa163e1a-c8bd-f49a-a1f2-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-02-27 16:49:05.200554 | fa163e1a-c8bd-f49a-a1f2-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.613961 | 0.05s PLAY [Include extra variables from files] ************************************** 2026-02-27 16:49:05.273439 | fa163e1a-c8bd-f49a-a1f2-000000000018 | TASK | Include Service VIP vars 2026-02-27 16:49:05.298704 | fa163e1a-c8bd-f49a-a1f2-000000000018 | OK | Include Service VIP vars | undercloud 2026-02-27 16:49:05.299426 | fa163e1a-c8bd-f49a-a1f2-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.712831 | 0.03s 2026-02-27 16:49:05.299771 | fa163e1a-c8bd-f49a-a1f2-000000000018 | OK | Include Service VIP vars | standalone 2026-02-27 16:49:05.300070 | fa163e1a-c8bd-f49a-a1f2-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.713480 | 0.02s 2026-02-27 16:49:05.303970 | fa163e1a-c8bd-f49a-a1f2-000000000019 | TASK | Include OVN bridge MAC address variables 2026-02-27 16:49:05.331045 | fa163e1a-c8bd-f49a-a1f2-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-02-27 16:49:05.331892 | fa163e1a-c8bd-f49a-a1f2-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.745294 | 0.03s 2026-02-27 16:49:05.342428 | fa163e1a-c8bd-f49a-a1f2-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-02-27 16:49:05.342827 | fa163e1a-c8bd-f49a-a1f2-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.756235 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-02-27 16:49:05.430844 | fa163e1a-c8bd-f49a-a1f2-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-02-27 16:49:06.079731 | fa163e1a-c8bd-f49a-a1f2-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e1a-c8bd-f49a-a1f2-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-02-27 16:49:06.154017 | fa163e1a-c8bd-f49a-a1f2-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-02-27 16:49:06.177887 | fa163e1a-c8bd-f49a-a1f2-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-02-27 16:49:06.178413 | fa163e1a-c8bd-f49a-a1f2-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.591815 | 0.02s PLAY [Manage SELinux] ********************************************************** 2026-02-27 16:49:06.242102 | fa163e1a-c8bd-f49a-a1f2-000000000023 | TASK | Set selinux state 2026-02-27 16:49:06.817256 | fa163e1a-c8bd-f49a-a1f2-000000000023 | OK | Set selinux state | standalone 2026-02-27 16:49:06.818014 | fa163e1a-c8bd-f49a-a1f2-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.231416 | 0.58s PLAY [Generate /etc/hosts] ***************************************************** 2026-02-27 16:49:06.916300 | fa163e1a-c8bd-f49a-a1f2-000000000026 | TASK | Configure Hosts Entries 2026-02-27 16:49:06.944496 | fa163e1a-c8bd-f49a-a1f2-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.357887 | 0.03s 2026-02-27 16:49:06.945279 | fa163e1a-c8bd-f49a-a1f2-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.358687 | 0.02s 2026-02-27 16:49:06.985225 | fa163e1a-c8bd-f49a-a1f2-0000000001f1 | TASK | Create temporary file for hosts 2026-02-27 16:49:07.289388 | fa163e1a-c8bd-f49a-a1f2-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-02-27 16:49:07.290320 | fa163e1a-c8bd-f49a-a1f2-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.703722 | 0.29s 2026-02-27 16:49:07.331335 | fa163e1a-c8bd-f49a-a1f2-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-02-27 16:49:07.331945 | fa163e1a-c8bd-f49a-a1f2-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.745349 | 0.35s 2026-02-27 16:49:07.348643 | fa163e1a-c8bd-f49a-a1f2-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-02-27 16:49:07.729906 | fa163e1a-c8bd-f49a-a1f2-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-02-27 16:49:07.731518 | fa163e1a-c8bd-f49a-a1f2-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.144907 | 0.38s 2026-02-27 16:49:07.753074 | fa163e1a-c8bd-f49a-a1f2-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-02-27 16:49:07.753981 | fa163e1a-c8bd-f49a-a1f2-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.167380 | 0.39s 2026-02-27 16:49:07.772313 | fa163e1a-c8bd-f49a-a1f2-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-02-27 16:49:08.107257 | fa163e1a-c8bd-f49a-a1f2-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-02-27 16:49:08.109074 | fa163e1a-c8bd-f49a-a1f2-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.522464 | 0.31s 2026-02-27 16:49:08.182095 | fa163e1a-c8bd-f49a-a1f2-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-02-27 16:49:08.183618 | fa163e1a-c8bd-f49a-a1f2-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.597013 | 0.41s 2026-02-27 16:49:08.203233 | fa163e1a-c8bd-f49a-a1f2-0000000001f4 | TASK | Render out the hosts entries 2026-02-27 16:49:08.324507 | fa163e1a-c8bd-f49a-a1f2-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-02-27 16:49:08.325848 | fa163e1a-c8bd-f49a-a1f2-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.739242 | 0.12s 2026-02-27 16:49:08.344106 | fa163e1a-c8bd-f49a-a1f2-0000000001f5 | TASK | Prepare new /etc/hosts 2026-02-27 16:49:08.577006 | fa163e1a-c8bd-f49a-a1f2-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-02-27 16:49:08.578682 | fa163e1a-c8bd-f49a-a1f2-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.992074 | 0.21s 2026-02-27 16:49:08.630912 | fa163e1a-c8bd-f49a-a1f2-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-02-27 16:49:08.631903 | fa163e1a-c8bd-f49a-a1f2-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.045301 | 0.29s 2026-02-27 16:49:08.650670 | fa163e1a-c8bd-f49a-a1f2-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-02-27 16:49:08.998996 | fa163e1a-c8bd-f49a-a1f2-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-02-27 16:49:09.000415 | fa163e1a-c8bd-f49a-a1f2-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.413806 | 0.33s 2026-02-27 16:49:09.012173 | fa163e1a-c8bd-f49a-a1f2-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-02-27 16:49:09.012626 | fa163e1a-c8bd-f49a-a1f2-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.426034 | 0.36s 2026-02-27 16:49:09.026749 | fa163e1a-c8bd-f49a-a1f2-0000000001f7 | TASK | Clean up temporary hosts file 2026-02-27 16:49:09.352852 | fa163e1a-c8bd-f49a-a1f2-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-02-27 16:49:09.354389 | fa163e1a-c8bd-f49a-a1f2-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.767780 | 0.33s 2026-02-27 16:49:09.376088 | fa163e1a-c8bd-f49a-a1f2-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-02-27 16:49:09.376871 | fa163e1a-c8bd-f49a-a1f2-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.790276 | 0.33s PLAY [Common roles for TripleO servers] **************************************** 2026-02-27 16:49:09.482733 | fa163e1a-c8bd-f49a-a1f2-00000000002a | TASK | Common roles for TripleO servers 2026-02-27 16:49:09.498166 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-00000000002a') missing from stats 2026-02-27 16:49:09.572857 | fa163e1a-c8bd-f49a-a1f2-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.986250 | 0.03s 2026-02-27 16:49:09.635930 | fa163e1a-c8bd-f49a-a1f2-000000000254 | TASK | Gather variables for each operating system 2026-02-27 16:49:09.751365 | fa163e1a-c8bd-f49a-a1f2-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-27 16:49:09.752806 | fa163e1a-c8bd-f49a-a1f2-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.166198 | 0.12s 2026-02-27 16:49:09.762460 | fa163e1a-c8bd-f49a-a1f2-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.175855 | 0.13s 2026-02-27 16:49:09.782911 | fa163e1a-c8bd-f49a-a1f2-000000000256 | TASK | Check release version package is installed 2026-02-27 16:49:10.075197 | fa163e1a-c8bd-f49a-a1f2-000000000256 | CHANGED | Check release version package is installed | standalone 2026-02-27 16:49:10.076657 | fa163e1a-c8bd-f49a-a1f2-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.490044 | 0.29s 2026-02-27 16:49:10.106392 | fa163e1a-c8bd-f49a-a1f2-000000000257 | TASK | Deploy release version package 2026-02-27 16:49:15.421988 | fa163e1a-c8bd-f49a-a1f2-000000000257 | CHANGED | Deploy release version package | standalone 2026-02-27 16:49:15.423631 | fa163e1a-c8bd-f49a-a1f2-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.837020 | 5.31s 2026-02-27 16:49:15.451788 | fa163e1a-c8bd-f49a-a1f2-000000000259 | TASK | Include packages tasks 2026-02-27 16:49:15.480658 | fa163e1a-c8bd-f49a-a1f2-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.894039 | 0.03s 2026-02-27 16:49:15.509908 | 958c2936-662b-436d-b576-0d4cabfb1811 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-02-27 16:49:15.535140 | fa163e1a-c8bd-f49a-a1f2-0000000002ad | TASK | Gather facts if they don't exist 2026-02-27 16:49:15.581163 | fa163e1a-c8bd-f49a-a1f2-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-02-27 16:49:15.582860 | fa163e1a-c8bd-f49a-a1f2-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.996249 | 0.05s 2026-02-27 16:49:15.609976 | fa163e1a-c8bd-f49a-a1f2-0000000002ae | TASK | Gather variables for each operating system 2026-02-27 16:49:15.692970 | fa163e1a-c8bd-f49a-a1f2-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-27 16:49:15.699330 | fa163e1a-c8bd-f49a-a1f2-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.112708 | 0.09s 2026-02-27 16:49:15.716991 | fa163e1a-c8bd-f49a-a1f2-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-27 16:49:16.011395 | fa163e1a-c8bd-f49a-a1f2-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-27 16:49:16.012980 | fa163e1a-c8bd-f49a-a1f2-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.426372 | 0.30s 2026-02-27 16:49:16.040540 | fa163e1a-c8bd-f49a-a1f2-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-02-27 16:49:21.802297 | fa163e1a-c8bd-f49a-a1f2-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-02-27 16:49:21.804183 | fa163e1a-c8bd-f49a-a1f2-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.217553 | 5.76s 2026-02-27 16:49:21.833036 | fa163e1a-c8bd-f49a-a1f2-0000000002b2 | TASK | Ensure packages are actually well installed 2026-02-27 16:49:22.850983 | fa163e1a-c8bd-f49a-a1f2-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-27 16:49:22.852004 | fa163e1a-c8bd-f49a-a1f2-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.265404 | 1.02s 2026-02-27 16:49:22.870323 | fa163e1a-c8bd-f49a-a1f2-00000000025a | TASK | Enable openvswitch service if installed 2026-02-27 16:49:24.846985 | fa163e1a-c8bd-f49a-a1f2-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-02-27 16:49:24.848426 | fa163e1a-c8bd-f49a-a1f2-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:23.261825 | 1.98s 2026-02-27 16:49:24.870043 | fa163e1a-c8bd-f49a-a1f2-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-02-27 16:49:25.112616 | fa163e1a-c8bd-f49a-a1f2-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-02-27 16:49:25.113676 | fa163e1a-c8bd-f49a-a1f2-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:23.527074 | 0.24s 2026-02-27 16:49:25.133902 | fa163e1a-c8bd-f49a-a1f2-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-02-27 16:49:25.425460 | fa163e1a-c8bd-f49a-a1f2-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-02-27 16:49:25.426845 | fa163e1a-c8bd-f49a-a1f2-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.840239 | 0.29s 2026-02-27 16:49:25.451469 | fa163e1a-c8bd-f49a-a1f2-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-02-27 16:49:25.501417 | fa163e1a-c8bd-f49a-a1f2-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-02-27 16:49:25.502538 | fa163e1a-c8bd-f49a-a1f2-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.915932 | 0.05s 2026-02-27 16:49:25.527839 | fa163e1a-c8bd-f49a-a1f2-00000000025f | TASK | Ensure network service is enabled 2026-02-27 16:49:25.913602 | fa163e1a-c8bd-f49a-a1f2-00000000025f | OK | Ensure network service is enabled | standalone 2026-02-27 16:49:25.915037 | fa163e1a-c8bd-f49a-a1f2-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:24.328435 | 0.39s 2026-02-27 16:49:25.936381 | fa163e1a-c8bd-f49a-a1f2-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-02-27 16:49:26.313340 | fa163e1a-c8bd-f49a-a1f2-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-27 16:49:26.314063 | fa163e1a-c8bd-f49a-a1f2-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.727467 | 0.38s 2026-02-27 16:49:26.339120 | fa163e1a-c8bd-f49a-a1f2-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-02-27 16:49:26.588909 | fa163e1a-c8bd-f49a-a1f2-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-27 16:49:26.589820 | fa163e1a-c8bd-f49a-a1f2-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:25.003222 | 0.25s 2026-02-27 16:49:26.614773 | fa163e1a-c8bd-f49a-a1f2-000000000263 | TASK | Reload NetworkManager 2026-02-27 16:49:27.019823 | fa163e1a-c8bd-f49a-a1f2-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-02-27 16:49:27.021167 | fa163e1a-c8bd-f49a-a1f2-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:25.434565 | 0.41s 2026-02-27 16:49:27.042143 | fa163e1a-c8bd-f49a-a1f2-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-02-27 16:49:27.282309 | fa163e1a-c8bd-f49a-a1f2-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-02-27 16:49:27.283717 | fa163e1a-c8bd-f49a-a1f2-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.697111 | 0.24s 2026-02-27 16:49:27.309120 | fa163e1a-c8bd-f49a-a1f2-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-02-27 16:49:27.660953 | fa163e1a-c8bd-f49a-a1f2-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-02-27 16:49:27.662448 | fa163e1a-c8bd-f49a-a1f2-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:26.075841 | 0.35s 2026-02-27 16:49:27.689743 | fa163e1a-c8bd-f49a-a1f2-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-02-27 16:49:27.900931 | fa163e1a-c8bd-f49a-a1f2-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-02-27 16:49:27.902134 | fa163e1a-c8bd-f49a-a1f2-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:26.315529 | 0.21s 2026-02-27 16:49:27.928689 | fa163e1a-c8bd-f49a-a1f2-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-02-27 16:49:28.159615 | fa163e1a-c8bd-f49a-a1f2-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-02-27 16:49:28.161279 | fa163e1a-c8bd-f49a-a1f2-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:26.574670 | 0.23s 2026-02-27 16:49:28.253380 | fa163e1a-c8bd-f49a-a1f2-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.666764 | 0.02s 2026-02-27 16:49:28.332025 | fa163e1a-c8bd-f49a-a1f2-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-02-27 16:49:28.554542 | fa163e1a-c8bd-f49a-a1f2-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-02-27 16:49:28.555974 | fa163e1a-c8bd-f49a-a1f2-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.969365 | 0.22s 2026-02-27 16:49:28.581828 | fa163e1a-c8bd-f49a-a1f2-000000000362 | TASK | Check for ssh_known_hosts file 2026-02-27 16:49:28.803318 | fa163e1a-c8bd-f49a-a1f2-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-02-27 16:49:28.804482 | fa163e1a-c8bd-f49a-a1f2-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:27.217880 | 0.22s 2026-02-27 16:49:28.825393 | fa163e1a-c8bd-f49a-a1f2-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-02-27 16:49:28.853759 | fa163e1a-c8bd-f49a-a1f2-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-02-27 16:49:28.855125 | fa163e1a-c8bd-f49a-a1f2-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:27.268517 | 0.03s 2026-02-27 16:49:28.880629 | fa163e1a-c8bd-f49a-a1f2-000000000364 | TASK | Write temporary file 2026-02-27 16:49:28.908353 | fa163e1a-c8bd-f49a-a1f2-000000000364 | SKIPPED | Write temporary file | standalone 2026-02-27 16:49:28.909531 | fa163e1a-c8bd-f49a-a1f2-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:27.322923 | 0.03s 2026-02-27 16:49:28.929109 | fa163e1a-c8bd-f49a-a1f2-000000000365 | TASK | Set ssh_known_hosts fact 2026-02-27 16:49:28.997071 | fa163e1a-c8bd-f49a-a1f2-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-02-27 16:49:28.998634 | fa163e1a-c8bd-f49a-a1f2-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:27.412018 | 0.07s 2026-02-27 16:49:29.024891 | fa163e1a-c8bd-f49a-a1f2-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-02-27 16:49:29.249856 | fa163e1a-c8bd-f49a-a1f2-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-02-27 16:49:29.250827 | fa163e1a-c8bd-f49a-a1f2-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.664228 | 0.22s 2026-02-27 16:49:29.268923 | fa163e1a-c8bd-f49a-a1f2-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-02-27 16:49:29.469061 | fa163e1a-c8bd-f49a-a1f2-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-02-27 16:49:29.470267 | fa163e1a-c8bd-f49a-a1f2-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.883666 | 0.20s 2026-02-27 16:49:29.488066 | fa163e1a-c8bd-f49a-a1f2-000000000368 | TASK | Remove temp file 2026-02-27 16:49:29.717989 | fa163e1a-c8bd-f49a-a1f2-000000000368 | CHANGED | Remove temp file | standalone 2026-02-27 16:49:29.719617 | fa163e1a-c8bd-f49a-a1f2-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:28.133008 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2026-02-27 16:49:29.876224 | fa163e1a-c8bd-f49a-a1f2-000000000034 | TASK | Deploy step tasks for step 0 2026-02-27 16:49:29.936372 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-000000000034') missing from stats 2026-02-27 16:49:29.955778 | fa163e1a-c8bd-f49a-a1f2-000000000035 | TASK | Ensure /var/log/journal exists 2026-02-27 16:49:30.172092 | fa163e1a-c8bd-f49a-a1f2-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-02-27 16:49:30.173709 | fa163e1a-c8bd-f49a-a1f2-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:28.587084 | 0.22s 2026-02-27 16:49:30.201494 | fa163e1a-c8bd-f49a-a1f2-000000000036 | TASK | Check cloud-init status 2026-02-27 16:49:30.426739 | fa163e1a-c8bd-f49a-a1f2-000000000036 | CHANGED | Check cloud-init status | standalone 2026-02-27 16:49:30.428168 | fa163e1a-c8bd-f49a-a1f2-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.841561 | 0.23s 2026-02-27 16:49:30.453879 | fa163e1a-c8bd-f49a-a1f2-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-02-27 16:49:30.673040 | fa163e1a-c8bd-f49a-a1f2-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-02-27 16:49:30.674557 | fa163e1a-c8bd-f49a-a1f2-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:29.087945 | 0.22s 2026-02-27 16:49:30.701614 | fa163e1a-c8bd-f49a-a1f2-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-02-27 16:49:31.136380 | fa163e1a-c8bd-f49a-a1f2-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-02-27 16:49:31.137779 | fa163e1a-c8bd-f49a-a1f2-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:29.551174 | 0.43s 2026-02-27 16:49:31.164934 | fa163e1a-c8bd-f49a-a1f2-000000000039 | TASK | Create /var/lib/container-puppet 2026-02-27 16:49:31.397390 | fa163e1a-c8bd-f49a-a1f2-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-02-27 16:49:31.398804 | fa163e1a-c8bd-f49a-a1f2-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.812197 | 0.23s 2026-02-27 16:49:31.426468 | fa163e1a-c8bd-f49a-a1f2-00000000003a | TASK | Write container-puppet.sh 2026-02-27 16:49:31.794964 | fa163e1a-c8bd-f49a-a1f2-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-02-27 16:49:31.796438 | fa163e1a-c8bd-f49a-a1f2-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:30.209830 | 0.37s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 16:49:31.864395 | fa163e1a-c8bd-f49a-a1f2-00000000003b | TIMING | include_tasks | standalone | 0:00:30.277779 | 0.04s 2026-02-27 16:49:31.886297 | 69144cea-c313-4a3b-971f-b77b92468fff | INCLUDED | /root/standalone-ansible-ou32gt4p/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-02-27 16:49:31.921908 | fa163e1a-c8bd-f49a-a1f2-000000000416 | TASK | Configure tuned before reboot 2026-02-27 16:49:31.970854 | fa163e1a-c8bd-f49a-a1f2-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:30.384238 | 0.05s 2026-02-27 16:49:32.032583 | fa163e1a-c8bd-f49a-a1f2-000000000455 | TASK | Gather variables for each operating system 2026-02-27 16:49:32.153115 | fa163e1a-c8bd-f49a-a1f2-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-27 16:49:32.154346 | fa163e1a-c8bd-f49a-a1f2-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.567739 | 0.12s 2026-02-27 16:49:32.160239 | fa163e1a-c8bd-f49a-a1f2-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.573634 | 0.13s 2026-02-27 16:49:32.259905 | fa163e1a-c8bd-f49a-a1f2-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.673285 | 0.07s 2026-02-27 16:49:32.282136 | 38307f61-f32b-4cc5-bde0-8568a42c8330 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-27 16:49:32.319386 | fa163e1a-c8bd-f49a-a1f2-00000000047f | TASK | Check tuned package is installed 2026-02-27 16:49:32.575734 | fa163e1a-c8bd-f49a-a1f2-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-02-27 16:49:32.577313 | fa163e1a-c8bd-f49a-a1f2-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.990706 | 0.26s 2026-02-27 16:49:32.604355 | fa163e1a-c8bd-f49a-a1f2-000000000480 | TASK | Install tuned 2026-02-27 16:49:39.406425 | fa163e1a-c8bd-f49a-a1f2-000000000480 | CHANGED | Install tuned | standalone 2026-02-27 16:49:39.407343 | fa163e1a-c8bd-f49a-a1f2-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.820745 | 6.80s 2026-02-27 16:49:39.425906 | fa163e1a-c8bd-f49a-a1f2-000000000481 | TASK | Restart tuned 2026-02-27 16:49:41.354628 | fa163e1a-c8bd-f49a-a1f2-000000000481 | CHANGED | Restart tuned | standalone 2026-02-27 16:49:41.356658 | fa163e1a-c8bd-f49a-a1f2-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.770050 | 1.93s 2026-02-27 16:49:41.385805 | fa163e1a-c8bd-f49a-a1f2-000000000457 | TASK | Check for tuned-adm 2026-02-27 16:49:41.632456 | fa163e1a-c8bd-f49a-a1f2-000000000457 | OK | Check for tuned-adm | standalone 2026-02-27 16:49:41.634178 | fa163e1a-c8bd-f49a-a1f2-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:40.047570 | 0.25s 2026-02-27 16:49:41.696602 | fa163e1a-c8bd-f49a-a1f2-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:40.109947 | 0.03s 2026-02-27 16:49:41.725239 | 67b87499-d1a5-4453-925f-0421c8b1d396 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-27 16:49:41.757561 | fa163e1a-c8bd-f49a-a1f2-0000000004b6 | TASK | Ensure profile directory exists 2026-02-27 16:49:41.832136 | fa163e1a-c8bd-f49a-a1f2-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-02-27 16:49:41.833643 | fa163e1a-c8bd-f49a-a1f2-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:40.247032 | 0.07s 2026-02-27 16:49:41.861066 | fa163e1a-c8bd-f49a-a1f2-0000000004b7 | TASK | Create custom tuned profile 2026-02-27 16:49:41.935469 | fa163e1a-c8bd-f49a-a1f2-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-02-27 16:49:41.937140 | fa163e1a-c8bd-f49a-a1f2-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:40.350531 | 0.07s 2026-02-27 16:49:41.964530 | fa163e1a-c8bd-f49a-a1f2-0000000004b8 | TASK | Check tuned active profile 2026-02-27 16:49:42.316168 | fa163e1a-c8bd-f49a-a1f2-0000000004b8 | OK | Check tuned active profile | standalone 2026-02-27 16:49:42.317765 | fa163e1a-c8bd-f49a-a1f2-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.731155 | 0.35s 2026-02-27 16:49:42.346462 | fa163e1a-c8bd-f49a-a1f2-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-02-27 16:49:42.611209 | fa163e1a-c8bd-f49a-a1f2-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-02-27 16:49:42.612848 | fa163e1a-c8bd-f49a-a1f2-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:41.026239 | 0.26s 2026-02-27 16:49:42.635160 | fa163e1a-c8bd-f49a-a1f2-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-27 16:49:42.677660 | fa163e1a-c8bd-f49a-a1f2-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-27 16:49:42.679462 | fa163e1a-c8bd-f49a-a1f2-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:41.092844 | 0.04s 2026-02-27 16:49:42.706444 | fa163e1a-c8bd-f49a-a1f2-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-02-27 16:49:42.768201 | fa163e1a-c8bd-f49a-a1f2-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-27 16:49:42.769418 | fa163e1a-c8bd-f49a-a1f2-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:41.182811 | 0.06s 2026-02-27 16:49:42.796773 | fa163e1a-c8bd-f49a-a1f2-0000000004bc | TASK | Enable tuned profile 2026-02-27 16:49:44.269926 | fa163e1a-c8bd-f49a-a1f2-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-02-27 16:49:44.271697 | fa163e1a-c8bd-f49a-a1f2-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.685090 | 1.47s 2026-02-27 16:49:44.326064 | fa163e1a-c8bd-f49a-a1f2-000000000417 | TASK | Configure kernel args and reboot 2026-02-27 16:49:44.378393 | fa163e1a-c8bd-f49a-a1f2-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.791777 | 0.05s 2026-02-27 16:49:44.523726 | fa163e1a-c8bd-f49a-a1f2-000000000569 | TASK | Get the command line args of the node 2026-02-27 16:49:44.730332 | fa163e1a-c8bd-f49a-a1f2-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-02-27 16:49:44.731737 | fa163e1a-c8bd-f49a-a1f2-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:43.145129 | 0.21s 2026-02-27 16:49:44.760403 | fa163e1a-c8bd-f49a-a1f2-00000000056b | TASK | Check if node has a nova.conf 2026-02-27 16:49:44.998634 | fa163e1a-c8bd-f49a-a1f2-00000000056b | OK | Check if node has a nova.conf | standalone 2026-02-27 16:49:44.999637 | fa163e1a-c8bd-f49a-a1f2-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:43.413035 | 0.24s 2026-02-27 16:49:45.025232 | fa163e1a-c8bd-f49a-a1f2-00000000056d | TASK | Warn operator about workload protection 2026-02-27 16:49:45.066607 | fa163e1a-c8bd-f49a-a1f2-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-02-27 16:49:45.067930 | fa163e1a-c8bd-f49a-a1f2-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:43.481320 | 0.04s 2026-02-27 16:49:45.096314 | fa163e1a-c8bd-f49a-a1f2-00000000056e | TASK | Setting defer reboot fact 2026-02-27 16:49:45.136849 | fa163e1a-c8bd-f49a-a1f2-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-02-27 16:49:45.137768 | fa163e1a-c8bd-f49a-a1f2-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:43.551168 | 0.04s 2026-02-27 16:49:45.164405 | fa163e1a-c8bd-f49a-a1f2-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-02-27 16:49:45.192318 | fa163e1a-c8bd-f49a-a1f2-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:43.605713 | 0.03s 2026-02-27 16:49:45.210977 | fa163e1a-c8bd-f49a-a1f2-000000000575 | TASK | Find hugepages in cmdline 2026-02-27 16:49:45.256115 | fa163e1a-c8bd-f49a-a1f2-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-02-27 16:49:45.257108 | fa163e1a-c8bd-f49a-a1f2-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.670510 | 0.05s 2026-02-27 16:49:45.274842 | fa163e1a-c8bd-f49a-a1f2-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-02-27 16:49:45.310010 | fa163e1a-c8bd-f49a-a1f2-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-02-27 16:49:45.310653 | fa163e1a-c8bd-f49a-a1f2-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.724058 | 0.04s 2026-02-27 16:49:45.328253 | fa163e1a-c8bd-f49a-a1f2-00000000057a | TASK | Find desired default hugepage size 2026-02-27 16:49:45.363427 | fa163e1a-c8bd-f49a-a1f2-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-02-27 16:49:45.364633 | fa163e1a-c8bd-f49a-a1f2-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:43.778031 | 0.04s 2026-02-27 16:49:45.386825 | fa163e1a-c8bd-f49a-a1f2-00000000057c | TASK | Storing non-configured hugepages 2026-02-27 16:49:45.413152 | fa163e1a-c8bd-f49a-a1f2-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.826547 | 0.03s 2026-02-27 16:49:45.435434 | fa163e1a-c8bd-f49a-a1f2-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-02-27 16:49:45.473528 | fa163e1a-c8bd-f49a-a1f2-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-02-27 16:49:45.474411 | fa163e1a-c8bd-f49a-a1f2-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.887811 | 0.04s 2026-02-27 16:49:45.495632 | fa163e1a-c8bd-f49a-a1f2-00000000057f | TASK | Determining the default hugepagesz 2026-02-27 16:49:45.521130 | fa163e1a-c8bd-f49a-a1f2-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-02-27 16:49:45.522134 | fa163e1a-c8bd-f49a-a1f2-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.935527 | 0.03s 2026-02-27 16:49:45.544981 | fa163e1a-c8bd-f49a-a1f2-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-02-27 16:49:45.580824 | fa163e1a-c8bd-f49a-a1f2-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-02-27 16:49:45.581760 | fa163e1a-c8bd-f49a-a1f2-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.995160 | 0.04s 2026-02-27 16:49:45.603438 | fa163e1a-c8bd-f49a-a1f2-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-02-27 16:49:45.653303 | fa163e1a-c8bd-f49a-a1f2-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-02-27 16:49:45.654288 | fa163e1a-c8bd-f49a-a1f2-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:44.067685 | 0.05s 2026-02-27 16:49:45.682406 | fa163e1a-c8bd-f49a-a1f2-000000000583 | TASK | Warn about possible modifications 2026-02-27 16:49:45.712661 | fa163e1a-c8bd-f49a-a1f2-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-02-27 16:49:45.713517 | fa163e1a-c8bd-f49a-a1f2-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:44.126917 | 0.03s 2026-02-27 16:49:45.734444 | fa163e1a-c8bd-f49a-a1f2-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-02-27 16:49:45.780936 | fa163e1a-c8bd-f49a-a1f2-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-02-27 16:49:45.781832 | fa163e1a-c8bd-f49a-a1f2-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:44.195231 | 0.05s 2026-02-27 16:49:45.803013 | fa163e1a-c8bd-f49a-a1f2-000000000585 | TASK | Cleaning up whitespaces 2026-02-27 16:49:45.852350 | fa163e1a-c8bd-f49a-a1f2-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-02-27 16:49:45.853271 | fa163e1a-c8bd-f49a-a1f2-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:44.266673 | 0.05s 2026-02-27 16:49:45.874548 | fa163e1a-c8bd-f49a-a1f2-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-02-27 16:49:46.208306 | fa163e1a-c8bd-f49a-a1f2-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-02-27 16:49:46.209148 | fa163e1a-c8bd-f49a-a1f2-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.622551 | 0.33s 2026-02-27 16:49:46.227068 | fa163e1a-c8bd-f49a-a1f2-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-02-27 16:49:46.284732 | fa163e1a-c8bd-f49a-a1f2-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-02-27 16:49:46.285464 | fa163e1a-c8bd-f49a-a1f2-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:44.698868 | 0.06s 2026-02-27 16:49:46.304504 | fa163e1a-c8bd-f49a-a1f2-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-02-27 16:49:46.362146 | fa163e1a-c8bd-f49a-a1f2-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-02-27 16:49:46.363119 | fa163e1a-c8bd-f49a-a1f2-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.776518 | 0.06s 2026-02-27 16:49:46.397462 | fa163e1a-c8bd-f49a-a1f2-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-02-27 16:49:46.460408 | fa163e1a-c8bd-f49a-a1f2-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-02-27 16:49:46.461806 | fa163e1a-c8bd-f49a-a1f2-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.875195 | 0.06s 2026-02-27 16:49:46.491379 | fa163e1a-c8bd-f49a-a1f2-00000000058c | TASK | Generate grub config 2026-02-27 16:49:46.551758 | fa163e1a-c8bd-f49a-a1f2-00000000058c | SKIPPED | Generate grub config | standalone 2026-02-27 16:49:46.553343 | fa163e1a-c8bd-f49a-a1f2-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.966732 | 0.06s 2026-02-27 16:49:46.581469 | fa163e1a-c8bd-f49a-a1f2-000000000590 | TASK | Get the block device that /boot is on 2026-02-27 16:49:46.654925 | fa163e1a-c8bd-f49a-a1f2-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-02-27 16:49:46.655889 | fa163e1a-c8bd-f49a-a1f2-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:45.069287 | 0.07s 2026-02-27 16:49:46.684178 | fa163e1a-c8bd-f49a-a1f2-000000000591 | TASK | Get the mount point that /boot is in 2026-02-27 16:49:46.748885 | fa163e1a-c8bd-f49a-a1f2-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-02-27 16:49:46.750113 | fa163e1a-c8bd-f49a-a1f2-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:45.163507 | 0.06s 2026-02-27 16:49:46.774325 | fa163e1a-c8bd-f49a-a1f2-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-02-27 16:49:46.835866 | fa163e1a-c8bd-f49a-a1f2-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-02-27 16:49:46.836889 | fa163e1a-c8bd-f49a-a1f2-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:45.250287 | 0.06s 2026-02-27 16:49:46.863245 | fa163e1a-c8bd-f49a-a1f2-000000000593 | TASK | Executed script to fix grub-menu 2026-02-27 16:49:46.925943 | fa163e1a-c8bd-f49a-a1f2-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-02-27 16:49:46.927264 | fa163e1a-c8bd-f49a-a1f2-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:45.340656 | 0.06s 2026-02-27 16:49:46.954150 | fa163e1a-c8bd-f49a-a1f2-000000000594 | TASK | Check grub config paths 2026-02-27 16:49:47.021733 | fa163e1a-c8bd-f49a-a1f2-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-02-27 16:49:47.037674 | fa163e1a-c8bd-f49a-a1f2-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-02-27 16:49:47.049676 | fa163e1a-c8bd-f49a-a1f2-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:45.463061 | 0.09s 2026-02-27 16:49:47.078119 | fa163e1a-c8bd-f49a-a1f2-000000000595 | TASK | Write EFI grub.cfg 2026-02-27 16:49:47.131801 | fa163e1a-c8bd-f49a-a1f2-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2026-02-27 16:49:47.150438 | fa163e1a-c8bd-f49a-a1f2-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2026-02-27 16:49:47.156753 | fa163e1a-c8bd-f49a-a1f2-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.570124 | 0.08s 2026-02-27 16:49:47.184368 | fa163e1a-c8bd-f49a-a1f2-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-02-27 16:49:47.233252 | fa163e1a-c8bd-f49a-a1f2-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-02-27 16:49:47.234176 | fa163e1a-c8bd-f49a-a1f2-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.647574 | 0.05s 2026-02-27 16:49:47.255652 | fa163e1a-c8bd-f49a-a1f2-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-02-27 16:49:47.315067 | fa163e1a-c8bd-f49a-a1f2-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-02-27 16:49:47.316291 | fa163e1a-c8bd-f49a-a1f2-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:45.729683 | 0.06s 2026-02-27 16:49:47.344039 | fa163e1a-c8bd-f49a-a1f2-000000000598 | TASK | Execute grub2-mkconfig 2026-02-27 16:49:47.405113 | fa163e1a-c8bd-f49a-a1f2-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-02-27 16:49:47.406461 | fa163e1a-c8bd-f49a-a1f2-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.819851 | 0.06s 2026-02-27 16:49:47.434267 | fa163e1a-c8bd-f49a-a1f2-000000000599 | TASK | Check for active tuned profile 2026-02-27 16:49:47.494987 | fa163e1a-c8bd-f49a-a1f2-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-02-27 16:49:47.495972 | fa163e1a-c8bd-f49a-a1f2-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.909370 | 0.06s 2026-02-27 16:49:47.526258 | fa163e1a-c8bd-f49a-a1f2-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-02-27 16:49:47.589002 | fa163e1a-c8bd-f49a-a1f2-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-02-27 16:49:47.590507 | fa163e1a-c8bd-f49a-a1f2-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:46.003895 | 0.06s 2026-02-27 16:49:47.614275 | fa163e1a-c8bd-f49a-a1f2-00000000059b | TASK | Set reboot required fact 2026-02-27 16:49:47.682973 | fa163e1a-c8bd-f49a-a1f2-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-02-27 16:49:47.684216 | fa163e1a-c8bd-f49a-a1f2-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:46.097608 | 0.07s 2026-02-27 16:49:47.710876 | fa163e1a-c8bd-f49a-a1f2-00000000059d | TASK | Apply DPDK workarounds 2026-02-27 16:49:47.765418 | fa163e1a-c8bd-f49a-a1f2-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-02-27 16:49:47.766652 | fa163e1a-c8bd-f49a-a1f2-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:46.180045 | 0.05s 2026-02-27 16:49:47.792549 | fa163e1a-c8bd-f49a-a1f2-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-02-27 16:49:47.830980 | fa163e1a-c8bd-f49a-a1f2-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-02-27 16:49:47.832019 | fa163e1a-c8bd-f49a-a1f2-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:46.245413 | 0.04s 2026-02-27 16:49:47.858312 | fa163e1a-c8bd-f49a-a1f2-0000000005a0 | TASK | Load modules 2026-02-27 16:49:47.904049 | fa163e1a-c8bd-f49a-a1f2-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-02-27 16:49:47.910562 | fa163e1a-c8bd-f49a-a1f2-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:46.323943 | 0.05s 2026-02-27 16:49:47.937944 | fa163e1a-c8bd-f49a-a1f2-0000000005a2 | TASK | Persist modules via modules-load.d 2026-02-27 16:49:47.991305 | fa163e1a-c8bd-f49a-a1f2-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-02-27 16:49:48.003497 | fa163e1a-c8bd-f49a-a1f2-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:46.416884 | 0.06s 2026-02-27 16:49:48.030997 | fa163e1a-c8bd-f49a-a1f2-0000000005a4 | TASK | Drop module persistence 2026-02-27 16:49:48.077385 | fa163e1a-c8bd-f49a-a1f2-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-02-27 16:49:48.084313 | fa163e1a-c8bd-f49a-a1f2-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:46.497695 | 0.05s 2026-02-27 16:49:48.111697 | fa163e1a-c8bd-f49a-a1f2-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-02-27 16:49:48.178446 | fa163e1a-c8bd-f49a-a1f2-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-02-27 16:49:48.190796 | fa163e1a-c8bd-f49a-a1f2-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.604179 | 0.08s 2026-02-27 16:49:48.217363 | fa163e1a-c8bd-f49a-a1f2-0000000005a8 | TASK | Modules reload 2026-02-27 16:49:48.256419 | fa163e1a-c8bd-f49a-a1f2-0000000005a8 | SKIPPED | Modules reload | standalone 2026-02-27 16:49:48.257792 | fa163e1a-c8bd-f49a-a1f2-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.671184 | 0.04s 2026-02-27 16:49:48.285138 | fa163e1a-c8bd-f49a-a1f2-0000000005aa | TASK | Reboot tasks 2026-02-27 16:49:48.335531 | fa163e1a-c8bd-f49a-a1f2-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-02-27 16:49:48.336888 | fa163e1a-c8bd-f49a-a1f2-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.750280 | 0.05s 2026-02-27 16:49:48.363806 | fa163e1a-c8bd-f49a-a1f2-0000000005ab | TASK | Skipping reboot for deployed node 2026-02-27 16:49:48.413539 | fa163e1a-c8bd-f49a-a1f2-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-02-27 16:49:48.414732 | fa163e1a-c8bd-f49a-a1f2-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.828124 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-02-27 16:49:48.600411 | fa163e1a-c8bd-f49a-a1f2-00000000003f | TASK | Server pre-network deployments 2026-02-27 16:49:48.627065 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-00000000003f') missing from stats 2026-02-27 16:49:48.648444 | fa163e1a-c8bd-f49a-a1f2-000000000043 | TASK | Hiera config 2026-02-27 16:49:48.674996 | fa163e1a-c8bd-f49a-a1f2-000000000043 | TIMING | Hiera config | standalone | 0:00:47.088390 | 0.03s 2026-02-27 16:49:48.723420 | fa163e1a-c8bd-f49a-a1f2-000000000721 | TASK | Create /etc/puppet/hieradata 2026-02-27 16:49:48.961044 | fa163e1a-c8bd-f49a-a1f2-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-02-27 16:49:48.962453 | fa163e1a-c8bd-f49a-a1f2-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:47.375843 | 0.24s 2026-02-27 16:49:48.991269 | fa163e1a-c8bd-f49a-a1f2-000000000722 | TASK | Write hiera config 2026-02-27 16:49:49.522276 | fa163e1a-c8bd-f49a-a1f2-000000000722 | CHANGED | Write hiera config | standalone 2026-02-27 16:49:49.523343 | fa163e1a-c8bd-f49a-a1f2-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.936738 | 0.53s 2026-02-27 16:49:49.572960 | fa163e1a-c8bd-f49a-a1f2-000000000044 | TASK | Hiera symlink 2026-02-27 16:49:49.824924 | fa163e1a-c8bd-f49a-a1f2-000000000044 | CHANGED | Hiera symlink | standalone 2026-02-27 16:49:49.826229 | fa163e1a-c8bd-f49a-a1f2-000000000044 | TIMING | Hiera symlink | standalone | 0:00:48.239625 | 0.25s 2026-02-27 16:49:49.848444 | fa163e1a-c8bd-f49a-a1f2-000000000045 | TASK | Hieradata from vars 2026-02-27 16:49:49.874880 | fa163e1a-c8bd-f49a-a1f2-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:48.288269 | 0.03s 2026-02-27 16:49:49.919159 | fa163e1a-c8bd-f49a-a1f2-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-02-27 16:49:50.350376 | fa163e1a-c8bd-f49a-a1f2-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-02-27 16:49:50.351906 | fa163e1a-c8bd-f49a-a1f2-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.765295 | 0.43s 2026-02-27 16:49:50.379237 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TASK | Render hieradata from template 2026-02-27 16:49:51.289636 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-02-27 16:49:51.291195 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.704587 | 0.91s 2026-02-27 16:49:51.837763 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-02-27 16:49:51.840488 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.253884 | 1.46s 2026-02-27 16:49:52.411332 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-02-27 16:49:52.413330 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.826727 | 2.03s 2026-02-27 16:49:52.807992 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-02-27 16:49:52.808824 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.222226 | 2.43s 2026-02-27 16:49:53.274634 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-02-27 16:49:53.276256 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.689660 | 2.90s 2026-02-27 16:49:53.725296 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-02-27 16:49:53.728804 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.142204 | 3.35s 2026-02-27 16:49:54.206524 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-02-27 16:49:54.207779 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.621173 | 3.83s 2026-02-27 16:49:54.669748 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-02-27 16:49:54.671773 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.085169 | 4.29s 2026-02-27 16:49:55.214319 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-02-27 16:49:55.214984 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.628389 | 4.83s 2026-02-27 16:49:55.698168 | fa163e1a-c8bd-f49a-a1f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-27 16:49:55.698853 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.112258 | 5.32s 2026-02-27 16:49:55.713669 | fa163e1a-c8bd-f49a-a1f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.127057 | 5.33s 2026-02-27 16:49:55.769603 | fa163e1a-c8bd-f49a-a1f2-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-02-27 16:49:55.798546 | fa163e1a-c8bd-f49a-a1f2-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:54.211928 | 0.03s 2026-02-27 16:49:55.872357 | fa163e1a-c8bd-f49a-a1f2-000000000821 | TASK | Check for hieradata file 2026-02-27 16:49:56.103165 | fa163e1a-c8bd-f49a-a1f2-000000000821 | OK | Check for hieradata file | standalone 2026-02-27 16:49:56.104702 | fa163e1a-c8bd-f49a-a1f2-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:54.518095 | 0.23s 2026-02-27 16:49:56.130957 | fa163e1a-c8bd-f49a-a1f2-000000000823 | TASK | Get existing data 2026-02-27 16:49:56.160138 | fa163e1a-c8bd-f49a-a1f2-000000000823 | SKIPPED | Get existing data | standalone 2026-02-27 16:49:56.161366 | fa163e1a-c8bd-f49a-a1f2-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:54.574759 | 0.03s 2026-02-27 16:49:56.187446 | fa163e1a-c8bd-f49a-a1f2-000000000824 | TASK | Set data fact 2026-02-27 16:49:56.237145 | fa163e1a-c8bd-f49a-a1f2-000000000824 | SKIPPED | Set data fact | standalone 2026-02-27 16:49:56.238404 | fa163e1a-c8bd-f49a-a1f2-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:54.651796 | 0.05s 2026-02-27 16:49:56.264989 | fa163e1a-c8bd-f49a-a1f2-000000000826 | TASK | Write ansible hieradata file 2026-02-27 16:49:56.721002 | fa163e1a-c8bd-f49a-a1f2-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-02-27 16:49:56.722011 | fa163e1a-c8bd-f49a-a1f2-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:55.135411 | 0.46s 2026-02-27 16:49:56.815885 | fa163e1a-c8bd-f49a-a1f2-000000000047 | TIMING | include_tasks | standalone | 0:00:55.229264 | 0.06s PLAY [Server network deployments] ********************************************** 2026-02-27 16:49:56.982388 | fa163e1a-c8bd-f49a-a1f2-00000000004b | TASK | Network Configuration 2026-02-27 16:49:57.002301 | fa163e1a-c8bd-f49a-a1f2-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e1a-c8bd-f49a-a1f2-00000000004b') missing from stats 2026-02-27 16:49:57.026502 | fa163e1a-c8bd-f49a-a1f2-00000000004c | TASK | Check NetworkConfig script existence 2026-02-27 16:49:57.045115 | fa163e1a-c8bd-f49a-a1f2-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-02-27 16:49:57.045981 | fa163e1a-c8bd-f49a-a1f2-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:55.459379 | 0.02s 2026-02-27 16:49:57.065127 | fa163e1a-c8bd-f49a-a1f2-000000000052 | TASK | Gather SELinux fact if needed 2026-02-27 16:49:57.100696 | fa163e1a-c8bd-f49a-a1f2-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-02-27 16:49:57.101507 | fa163e1a-c8bd-f49a-a1f2-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:55.514904 | 0.04s 2026-02-27 16:49:57.127551 | fa163e1a-c8bd-f49a-a1f2-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-02-27 16:49:57.814975 | fa163e1a-c8bd-f49a-a1f2-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-02-27 16:49:57.815823 | fa163e1a-c8bd-f49a-a1f2-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:56.229226 | 0.69s 2026-02-27 16:49:57.833831 | fa163e1a-c8bd-f49a-a1f2-000000000054 | TASK | Ensure requirements are satisfied 2026-02-27 16:49:57.861643 | fa163e1a-c8bd-f49a-a1f2-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:56.275031 | 0.03s 2026-02-27 16:49:57.899498 | fa163e1a-c8bd-f49a-a1f2-0000000008bf | TASK | Gather facts if they don't exist 2026-02-27 16:49:57.956856 | fa163e1a-c8bd-f49a-a1f2-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-02-27 16:49:57.957693 | fa163e1a-c8bd-f49a-a1f2-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:56.371094 | 0.06s 2026-02-27 16:49:57.975327 | fa163e1a-c8bd-f49a-a1f2-0000000008c0 | TASK | Gather variables for each operating system 2026-02-27 16:49:58.089686 | fa163e1a-c8bd-f49a-a1f2-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-27 16:49:58.094969 | fa163e1a-c8bd-f49a-a1f2-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:56.508352 | 0.12s 2026-02-27 16:49:58.121190 | fa163e1a-c8bd-f49a-a1f2-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-27 16:49:58.569387 | fa163e1a-c8bd-f49a-a1f2-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-27 16:49:58.571124 | fa163e1a-c8bd-f49a-a1f2-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:56.984516 | 0.45s 2026-02-27 16:49:58.599100 | fa163e1a-c8bd-f49a-a1f2-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-02-27 16:49:58.629651 | fa163e1a-c8bd-f49a-a1f2-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-02-27 16:49:58.631160 | fa163e1a-c8bd-f49a-a1f2-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:57.044545 | 0.03s 2026-02-27 16:49:58.659756 | fa163e1a-c8bd-f49a-a1f2-0000000008c4 | TASK | Ensure packages are actually well installed 2026-02-27 16:49:59.685727 | fa163e1a-c8bd-f49a-a1f2-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-27 16:49:59.686987 | fa163e1a-c8bd-f49a-a1f2-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:58.100386 | 1.03s 2026-02-27 16:49:59.730144 | fa163e1a-c8bd-f49a-a1f2-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-02-27 16:49:59.981119 | fa163e1a-c8bd-f49a-a1f2-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-27 16:49:59.982109 | fa163e1a-c8bd-f49a-a1f2-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:58.395512 | 0.25s 2026-02-27 16:50:00.000054 | fa163e1a-c8bd-f49a-a1f2-000000000057 | TASK | Reload NetworkManager 2026-02-27 16:50:00.454543 | fa163e1a-c8bd-f49a-a1f2-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-02-27 16:50:00.456748 | fa163e1a-c8bd-f49a-a1f2-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:58.870136 | 0.46s 2026-02-27 16:50:00.486433 | fa163e1a-c8bd-f49a-a1f2-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-02-27 16:50:00.684433 | fa163e1a-c8bd-f49a-a1f2-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-02-27 16:50:00.686039 | fa163e1a-c8bd-f49a-a1f2-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:59.099427 | 0.20s 2026-02-27 16:50:00.712922 | fa163e1a-c8bd-f49a-a1f2-00000000005a | TASK | Check for previous run of NetworkConfig 2026-02-27 16:50:00.949113 | fa163e1a-c8bd-f49a-a1f2-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-02-27 16:50:00.950889 | fa163e1a-c8bd-f49a-a1f2-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:59.364277 | 0.24s 2026-02-27 16:50:00.978420 | fa163e1a-c8bd-f49a-a1f2-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-02-27 16:50:01.018954 | fa163e1a-c8bd-f49a-a1f2-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-02-27 16:50:01.020252 | fa163e1a-c8bd-f49a-a1f2-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:59.433641 | 0.04s 2026-02-27 16:50:01.047908 | fa163e1a-c8bd-f49a-a1f2-00000000005c | TASK | Ensure we get cloud-init 2026-02-27 16:50:01.297720 | fa163e1a-c8bd-f49a-a1f2-00000000005c | OK | Ensure we get cloud-init | standalone 2026-02-27 16:50:01.300122 | fa163e1a-c8bd-f49a-a1f2-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:59.713505 | 0.25s 2026-02-27 16:50:01.331316 | fa163e1a-c8bd-f49a-a1f2-00000000005e | TASK | Create /etc/os-net-config directory 2026-02-27 16:50:01.552351 | fa163e1a-c8bd-f49a-a1f2-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-02-27 16:50:01.553976 | fa163e1a-c8bd-f49a-a1f2-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:59.967370 | 0.22s 2026-02-27 16:50:01.575478 | fa163e1a-c8bd-f49a-a1f2-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-02-27 16:50:02.006894 | fa163e1a-c8bd-f49a-a1f2-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-02-27 16:50:02.008113 | fa163e1a-c8bd-f49a-a1f2-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:00.421506 | 0.43s 2026-02-27 16:50:02.035199 | fa163e1a-c8bd-f49a-a1f2-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-02-27 16:50:02.106678 | fa163e1a-c8bd-f49a-a1f2-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-02-27 16:50:02.107862 | fa163e1a-c8bd-f49a-a1f2-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:00.521255 | 0.07s 2026-02-27 16:50:02.133816 | fa163e1a-c8bd-f49a-a1f2-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-02-27 16:50:02.404820 | fa163e1a-c8bd-f49a-a1f2-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-02-27 16:50:02.406124 | fa163e1a-c8bd-f49a-a1f2-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:00.819516 | 0.27s 2026-02-27 16:50:02.432127 | fa163e1a-c8bd-f49a-a1f2-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-02-27 16:50:02.502951 | fa163e1a-c8bd-f49a-a1f2-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:00.916333 | 0.07s 2026-02-27 16:50:02.530729 | 21e490ec-dbff-4857-9b7d-2a0a361de61d | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-02-27 16:50:02.564194 | fa163e1a-c8bd-f49a-a1f2-000000000909 | TASK | Set nic_config_file fact 2026-02-27 16:50:02.638291 | fa163e1a-c8bd-f49a-a1f2-000000000909 | OK | Set nic_config_file fact | standalone 2026-02-27 16:50:02.639473 | fa163e1a-c8bd-f49a-a1f2-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:01.052866 | 0.07s 2026-02-27 16:50:02.665703 | fa163e1a-c8bd-f49a-a1f2-00000000090a | TASK | Render overidden network config 2026-02-27 16:50:02.737355 | fa163e1a-c8bd-f49a-a1f2-00000000090a | SKIPPED | Render overidden network config | standalone 2026-02-27 16:50:02.738479 | fa163e1a-c8bd-f49a-a1f2-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:01.151872 | 0.07s 2026-02-27 16:50:02.765046 | fa163e1a-c8bd-f49a-a1f2-00000000090b | TASK | Render network_config 2026-02-27 16:50:02.817281 | fa163e1a-c8bd-f49a-a1f2-00000000090b | SKIPPED | Render network_config | standalone 2026-02-27 16:50:02.818553 | fa163e1a-c8bd-f49a-a1f2-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:01.231943 | 0.05s 2026-02-27 16:50:02.844498 | fa163e1a-c8bd-f49a-a1f2-00000000090c | TASK | Render network_config from template 2026-02-27 16:50:03.377266 | fa163e1a-c8bd-f49a-a1f2-00000000090c | CHANGED | Render network_config from template | standalone 2026-02-27 16:50:03.378702 | fa163e1a-c8bd-f49a-a1f2-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.792097 | 0.53s 2026-02-27 16:50:03.405815 | fa163e1a-c8bd-f49a-a1f2-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=701697656467.43924 2026-02-27 16:50:07.578123 | fa163e1a-c8bd-f49a-a1f2-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-02-27 16:50:07.580416 | fa163e1a-c8bd-f49a-a1f2-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:05.993805 | 4.17s 2026-02-27 16:50:07.609308 | fa163e1a-c8bd-f49a-a1f2-000000000064 | TASK | Write rc of NetworkConfig script 2026-02-27 16:50:08.126302 | fa163e1a-c8bd-f49a-a1f2-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-02-27 16:50:08.127009 | fa163e1a-c8bd-f49a-a1f2-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:06.540413 | 0.52s 2026-02-27 16:50:08.152221 | fa163e1a-c8bd-f49a-a1f2-000000000065 | TASK | Disable cloud-init network config 2026-02-27 16:50:08.645983 | fa163e1a-c8bd-f49a-a1f2-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-02-27 16:50:08.647375 | fa163e1a-c8bd-f49a-a1f2-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:07.060766 | 0.49s 2026-02-27 16:50:08.675504 | fa163e1a-c8bd-f49a-a1f2-000000000066 | TASK | Ensure network service is enabled 2026-02-27 16:50:09.083411 | fa163e1a-c8bd-f49a-a1f2-000000000066 | OK | Ensure network service is enabled | standalone 2026-02-27 16:50:09.084802 | fa163e1a-c8bd-f49a-a1f2-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:07.498201 | 0.41s PLAY [Server network validation] *********************************************** 2026-02-27 16:50:09.232142 | fa163e1a-c8bd-f49a-a1f2-000000000096 | TASK | Basic Network Validation 2026-02-27 16:50:09.251302 | fa163e1a-c8bd-f49a-a1f2-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:07.664694 | 0.02s 2026-02-27 16:50:09.298121 | fa163e1a-c8bd-f49a-a1f2-000000000945 | TASK | Collect default network fact 2026-02-27 16:50:09.779053 | fa163e1a-c8bd-f49a-a1f2-000000000945 | OK | Collect default network fact | standalone 2026-02-27 16:50:09.779963 | fa163e1a-c8bd-f49a-a1f2-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:08.193363 | 0.48s 2026-02-27 16:50:09.800046 | fa163e1a-c8bd-f49a-a1f2-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-02-27 16:50:09.826764 | fa163e1a-c8bd-f49a-a1f2-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-02-27 16:50:09.827854 | fa163e1a-c8bd-f49a-a1f2-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:08.241247 | 0.03s 2026-02-27 16:50:09.848913 | fa163e1a-c8bd-f49a-a1f2-000000000947 | TASK | Check all networks Gateway availability 2026-02-27 16:50:09.865755 | fa163e1a-c8bd-f49a-a1f2-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:08.279150 | 0.02s 2026-02-27 16:50:09.886812 | fa163e1a-c8bd-f49a-a1f2-000000000949 | TASK | Check Controllers availability 2026-02-27 16:50:09.945791 | fa163e1a-c8bd-f49a-a1f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-02-27 16:50:09.952518 | fa163e1a-c8bd-f49a-a1f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-02-27 16:50:09.959343 | fa163e1a-c8bd-f49a-a1f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-02-27 16:50:09.966161 | fa163e1a-c8bd-f49a-a1f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-02-27 16:50:09.972966 | fa163e1a-c8bd-f49a-a1f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-02-27 16:50:09.975502 | fa163e1a-c8bd-f49a-a1f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-02-27 16:50:09.981367 | fa163e1a-c8bd-f49a-a1f2-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:08.394756 | 0.09s 2026-02-27 16:50:10.002171 | fa163e1a-c8bd-f49a-a1f2-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-02-27 16:50:10.020614 | fa163e1a-c8bd-f49a-a1f2-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-02-27 16:50:10.021515 | fa163e1a-c8bd-f49a-a1f2-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:08.434915 | 0.02s PLAY [Server pre deployment steps] ********************************************* 2026-02-27 16:50:10.166612 | fa163e1a-c8bd-f49a-a1f2-00000000009a | TASK | Server pre deployments 2026-02-27 16:50:10.191021 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-00000000009a') missing from stats 2026-02-27 16:50:10.210283 | fa163e1a-c8bd-f49a-a1f2-00000000009e | TASK | Hiera config 2026-02-27 16:50:10.235719 | fa163e1a-c8bd-f49a-a1f2-00000000009e | TIMING | Hiera config | standalone | 0:01:08.649108 | 0.02s 2026-02-27 16:50:10.272622 | fa163e1a-c8bd-f49a-a1f2-00000000099e | TASK | Create /etc/puppet/hieradata 2026-02-27 16:50:10.523913 | fa163e1a-c8bd-f49a-a1f2-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-02-27 16:50:10.524801 | fa163e1a-c8bd-f49a-a1f2-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:08.938203 | 0.25s 2026-02-27 16:50:10.542653 | fa163e1a-c8bd-f49a-a1f2-00000000099f | TASK | Write hiera config 2026-02-27 16:50:10.984622 | fa163e1a-c8bd-f49a-a1f2-00000000099f | OK | Write hiera config | standalone 2026-02-27 16:50:10.986553 | fa163e1a-c8bd-f49a-a1f2-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:09.399936 | 0.44s 2026-02-27 16:50:11.038865 | fa163e1a-c8bd-f49a-a1f2-00000000009f | TASK | Hiera symlink 2026-02-27 16:50:11.250901 | fa163e1a-c8bd-f49a-a1f2-00000000009f | OK | Hiera symlink | standalone 2026-02-27 16:50:11.252415 | fa163e1a-c8bd-f49a-a1f2-00000000009f | TIMING | Hiera symlink | standalone | 0:01:09.665806 | 0.21s 2026-02-27 16:50:11.278271 | fa163e1a-c8bd-f49a-a1f2-0000000000a0 | TASK | Hieradata from vars 2026-02-27 16:50:11.307120 | fa163e1a-c8bd-f49a-a1f2-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:09.720508 | 0.03s 2026-02-27 16:50:11.369634 | fa163e1a-c8bd-f49a-a1f2-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-02-27 16:50:11.846671 | fa163e1a-c8bd-f49a-a1f2-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-02-27 16:50:11.848003 | fa163e1a-c8bd-f49a-a1f2-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:10.261395 | 0.48s 2026-02-27 16:50:11.869617 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TASK | Render hieradata from template 2026-02-27 16:50:12.367247 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-02-27 16:50:12.369289 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.782686 | 0.50s 2026-02-27 16:50:12.866217 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-02-27 16:50:12.868366 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.281758 | 1.00s 2026-02-27 16:50:13.424913 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-02-27 16:50:13.427809 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.841202 | 1.56s 2026-02-27 16:50:13.848121 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-02-27 16:50:13.850658 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.264060 | 1.98s 2026-02-27 16:50:14.305184 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-02-27 16:50:14.306069 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.719472 | 2.44s 2026-02-27 16:50:14.735865 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-02-27 16:50:14.738272 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.151666 | 2.87s 2026-02-27 16:50:15.195268 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-02-27 16:50:15.197611 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.611011 | 3.33s 2026-02-27 16:50:15.609668 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-02-27 16:50:15.612113 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.025510 | 3.74s 2026-02-27 16:50:16.045141 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-02-27 16:50:16.047735 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.461131 | 4.18s 2026-02-27 16:50:16.434223 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-27 16:50:16.435379 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.848776 | 4.56s 2026-02-27 16:50:16.444298 | fa163e1a-c8bd-f49a-a1f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.857691 | 4.57s 2026-02-27 16:50:16.493376 | fa163e1a-c8bd-f49a-a1f2-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-02-27 16:50:16.512889 | fa163e1a-c8bd-f49a-a1f2-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.926287 | 0.02s 2026-02-27 16:50:16.559310 | fa163e1a-c8bd-f49a-a1f2-000000000a9e | TASK | Check for hieradata file 2026-02-27 16:50:16.773872 | fa163e1a-c8bd-f49a-a1f2-000000000a9e | OK | Check for hieradata file | standalone 2026-02-27 16:50:16.775243 | fa163e1a-c8bd-f49a-a1f2-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:15.188636 | 0.21s 2026-02-27 16:50:16.801728 | fa163e1a-c8bd-f49a-a1f2-000000000aa0 | TASK | Get existing data 2026-02-27 16:50:16.839519 | fa163e1a-c8bd-f49a-a1f2-000000000aa0 | SKIPPED | Get existing data | standalone 2026-02-27 16:50:16.841033 | fa163e1a-c8bd-f49a-a1f2-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:15.254425 | 0.04s 2026-02-27 16:50:16.867023 | fa163e1a-c8bd-f49a-a1f2-000000000aa1 | TASK | Set data fact 2026-02-27 16:50:16.916723 | fa163e1a-c8bd-f49a-a1f2-000000000aa1 | SKIPPED | Set data fact | standalone 2026-02-27 16:50:16.917917 | fa163e1a-c8bd-f49a-a1f2-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:15.331308 | 0.05s 2026-02-27 16:50:16.946485 | fa163e1a-c8bd-f49a-a1f2-000000000aa3 | TASK | Write ansible hieradata file 2026-02-27 16:50:17.460143 | fa163e1a-c8bd-f49a-a1f2-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-02-27 16:50:17.461506 | fa163e1a-c8bd-f49a-a1f2-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.874900 | 0.51s 2026-02-27 16:50:17.574217 | fa163e1a-c8bd-f49a-a1f2-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.987592 | 0.06s PLAY [Host prep steps] ********************************************************* 2026-02-27 16:50:17.754279 | fa163e1a-c8bd-f49a-a1f2-0000000000a6 | TASK | Host prep steps 2026-02-27 16:50:17.782518 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000a6') missing from stats 2026-02-27 16:50:17.869636 | fa163e1a-c8bd-f49a-a1f2-0000000000a7 | TASK | Deploy Artifacts 2026-02-27 16:50:17.980949 | fa163e1a-c8bd-f49a-a1f2-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-02-27 16:50:17.982439 | fa163e1a-c8bd-f49a-a1f2-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:16.395822 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 16:50:18.119292 | fa163e1a-c8bd-f49a-a1f2-0000000000a8 | TIMING | include_tasks | standalone | 0:01:16.532691 | 0.11s 2026-02-27 16:50:18.289483 | 2a6aa489-ea39-48f4-943f-7ea939f865fa | INCLUDED | /root/standalone-ansible-ou32gt4p/Standalone/host_prep_tasks.yaml | standalone 2026-02-27 16:50:18.348089 | fa163e1a-c8bd-f49a-a1f2-000000000b1e | TASK | Run firewall role 2026-02-27 16:50:18.372475 | fa163e1a-c8bd-f49a-a1f2-000000000b1e | TIMING | Run firewall role | standalone | 0:01:16.785870 | 0.02s 2026-02-27 16:50:18.426332 | fa163e1a-c8bd-f49a-a1f2-000000000c38 | TASK | Gather variables for each operating system 2026-02-27 16:50:18.513497 | fa163e1a-c8bd-f49a-a1f2-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-02-27 16:50:18.514770 | fa163e1a-c8bd-f49a-a1f2-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.928163 | 0.09s 2026-02-27 16:50:18.526706 | fa163e1a-c8bd-f49a-a1f2-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.940104 | 0.10s 2026-02-27 16:50:18.552467 | fa163e1a-c8bd-f49a-a1f2-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2026-02-27 16:50:21.853485 | fa163e1a-c8bd-f49a-a1f2-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-02-27 16:50:21.854395 | fa163e1a-c8bd-f49a-a1f2-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:20.267799 | 3.30s 2026-02-27 16:50:21.880896 | fa163e1a-c8bd-f49a-a1f2-000000000c3d | TASK | Create empty var for masquerade rules 2026-02-27 16:50:21.919969 | fa163e1a-c8bd-f49a-a1f2-000000000c3d | OK | Create empty var for masquerade rules | standalone 2026-02-27 16:50:21.921050 | fa163e1a-c8bd-f49a-a1f2-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.334447 | 0.04s 2026-02-27 16:50:21.943884 | fa163e1a-c8bd-f49a-a1f2-000000000c3e | TASK | Enable masquerade 2026-02-27 16:50:21.992319 | fa163e1a-c8bd-f49a-a1f2-000000000c3e | SKIPPED | Enable masquerade | standalone 2026-02-27 16:50:21.993317 | fa163e1a-c8bd-f49a-a1f2-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:20.406717 | 0.05s 2026-02-27 16:50:22.014455 | fa163e1a-c8bd-f49a-a1f2-000000000c3f | TASK | Set the default frontend firewall rules 2026-02-27 16:50:22.043655 | fa163e1a-c8bd-f49a-a1f2-000000000c3f | OK | Set the default frontend firewall rules | standalone 2026-02-27 16:50:22.044613 | fa163e1a-c8bd-f49a-a1f2-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:20.458014 | 0.03s 2026-02-27 16:50:22.065133 | fa163e1a-c8bd-f49a-a1f2-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-27 16:50:22.112141 | fa163e1a-c8bd-f49a-a1f2-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-02-27 16:50:22.113331 | fa163e1a-c8bd-f49a-a1f2-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.526730 | 0.05s 2026-02-27 16:50:22.134551 | fa163e1a-c8bd-f49a-a1f2-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2026-02-27 16:50:22.171621 | fa163e1a-c8bd-f49a-a1f2-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-27 16:50:22.172603 | fa163e1a-c8bd-f49a-a1f2-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.585999 | 0.04s 2026-02-27 16:50:22.197129 | fa163e1a-c8bd-f49a-a1f2-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-27 16:50:22.229248 | fa163e1a-c8bd-f49a-a1f2-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-02-27 16:50:22.230074 | fa163e1a-c8bd-f49a-a1f2-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.643473 | 0.03s 2026-02-27 16:50:22.251418 | fa163e1a-c8bd-f49a-a1f2-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2026-02-27 16:50:22.282788 | fa163e1a-c8bd-f49a-a1f2-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-27 16:50:22.283903 | fa163e1a-c8bd-f49a-a1f2-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.697298 | 0.03s 2026-02-27 16:50:22.305376 | fa163e1a-c8bd-f49a-a1f2-000000000c48 | TASK | Enable LOG rules 2026-02-27 16:50:22.333426 | fa163e1a-c8bd-f49a-a1f2-000000000c48 | SKIPPED | Enable LOG rules | standalone 2026-02-27 16:50:22.334282 | fa163e1a-c8bd-f49a-a1f2-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:20.747678 | 0.03s 2026-02-27 16:50:22.354333 | fa163e1a-c8bd-f49a-a1f2-000000000c49 | TASK | Set rule fact 2026-02-27 16:50:22.445656 | fa163e1a-c8bd-f49a-a1f2-000000000c49 | OK | Set rule fact | standalone 2026-02-27 16:50:22.447795 | fa163e1a-c8bd-f49a-a1f2-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:20.861196 | 0.09s 2026-02-27 16:50:22.470591 | fa163e1a-c8bd-f49a-a1f2-000000000c4a | TASK | Manage rules via nftables 2026-02-27 16:50:22.497434 | fa163e1a-c8bd-f49a-a1f2-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:20.910828 | 0.03s 2026-02-27 16:50:22.573841 | fa163e1a-c8bd-f49a-a1f2-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.987234 | 0.03s 2026-02-27 16:50:22.589084 | 0ff91ab3-3e8b-4321-a04c-060bd0f3b4e4 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-02-27 16:50:22.616463 | fa163e1a-c8bd-f49a-a1f2-000000000d11 | TASK | Ensure legacy iptables services are off 2026-02-27 16:50:23.040468 | fa163e1a-c8bd-f49a-a1f2-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-02-27 16:50:23.043509 | fa163e1a-c8bd-f49a-a1f2-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.456893 | 0.43s 2026-02-27 16:50:23.402500 | fa163e1a-c8bd-f49a-a1f2-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-02-27 16:50:23.404189 | fa163e1a-c8bd-f49a-a1f2-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.817584 | 0.79s 2026-02-27 16:50:23.414309 | fa163e1a-c8bd-f49a-a1f2-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.827699 | 0.80s 2026-02-27 16:50:23.445263 | fa163e1a-c8bd-f49a-a1f2-000000000d12 | TASK | Ensure nftables service is enabled and running 2026-02-27 16:50:24.211028 | fa163e1a-c8bd-f49a-a1f2-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-02-27 16:50:24.213198 | fa163e1a-c8bd-f49a-a1f2-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.626589 | 0.77s 2026-02-27 16:50:24.241734 | fa163e1a-c8bd-f49a-a1f2-000000000d13 | TASK | Empty nftables from anything that may lay around 2026-02-27 16:50:24.283636 | fa163e1a-c8bd-f49a-a1f2-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-02-27 16:50:24.284901 | fa163e1a-c8bd-f49a-a1f2-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.698291 | 0.04s 2026-02-27 16:50:24.342606 | fa163e1a-c8bd-f49a-a1f2-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.755956 | 0.03s 2026-02-27 16:50:24.385131 | 024b167e-92f8-4573-8b26-dc71e252f45f | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-02-27 16:50:24.424151 | fa163e1a-c8bd-f49a-a1f2-000000000d42 | TASK | Push empty ruleset 2026-02-27 16:50:24.882470 | fa163e1a-c8bd-f49a-a1f2-000000000d42 | CHANGED | Push empty ruleset | standalone 2026-02-27 16:50:24.884217 | fa163e1a-c8bd-f49a-a1f2-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.297599 | 0.46s 2026-02-27 16:50:24.912782 | fa163e1a-c8bd-f49a-a1f2-000000000d43 | TASK | Load empty ruleset 2026-02-27 16:50:25.184618 | fa163e1a-c8bd-f49a-a1f2-000000000d43 | CHANGED | Load empty ruleset | standalone 2026-02-27 16:50:25.186018 | fa163e1a-c8bd-f49a-a1f2-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.599409 | 0.27s 2026-02-27 16:50:25.212890 | fa163e1a-c8bd-f49a-a1f2-000000000d45 | TASK | Use default rules 2026-02-27 16:50:25.299592 | fa163e1a-c8bd-f49a-a1f2-000000000d45 | OK | Use default rules | standalone 2026-02-27 16:50:25.302827 | fa163e1a-c8bd-f49a-a1f2-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:23.716219 | 0.09s 2026-02-27 16:50:25.333768 | fa163e1a-c8bd-f49a-a1f2-000000000d46 | TASK | Enable LOG rules 2026-02-27 16:50:25.422959 | fa163e1a-c8bd-f49a-a1f2-000000000d46 | OK | Enable LOG rules | standalone 2026-02-27 16:50:25.426383 | fa163e1a-c8bd-f49a-a1f2-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:23.839775 | 0.09s 2026-02-27 16:50:25.458116 | fa163e1a-c8bd-f49a-a1f2-000000000d48 | TASK | Get current nftables content 2026-02-27 16:50:25.691807 | fa163e1a-c8bd-f49a-a1f2-000000000d48 | CHANGED | Get current nftables content | standalone 2026-02-27 16:50:25.693425 | fa163e1a-c8bd-f49a-a1f2-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:24.106624 | 0.23s 2026-02-27 16:50:25.722351 | fa163e1a-c8bd-f49a-a1f2-000000000d4a | TASK | Generate chain jumps 2026-02-27 16:50:26.346811 | fa163e1a-c8bd-f49a-a1f2-000000000d4a | CHANGED | Generate chain jumps | standalone 2026-02-27 16:50:26.348303 | fa163e1a-c8bd-f49a-a1f2-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.761698 | 0.62s 2026-02-27 16:50:26.375067 | fa163e1a-c8bd-f49a-a1f2-000000000d4b | TASK | Generate chain jumps 2026-02-27 16:50:26.930865 | fa163e1a-c8bd-f49a-a1f2-000000000d4b | CHANGED | Generate chain jumps | standalone 2026-02-27 16:50:26.932326 | fa163e1a-c8bd-f49a-a1f2-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.345717 | 0.56s 2026-02-27 16:50:26.959840 | fa163e1a-c8bd-f49a-a1f2-000000000d4c | TASK | Generate nft flushes 2026-02-27 16:50:27.391909 | fa163e1a-c8bd-f49a-a1f2-000000000d4c | CHANGED | Generate nft flushes | standalone 2026-02-27 16:50:27.392631 | fa163e1a-c8bd-f49a-a1f2-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.806033 | 0.43s 2026-02-27 16:50:27.411700 | fa163e1a-c8bd-f49a-a1f2-000000000d4d | TASK | Generate nft tripleo chains 2026-02-27 16:50:27.893557 | fa163e1a-c8bd-f49a-a1f2-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2026-02-27 16:50:27.894412 | fa163e1a-c8bd-f49a-a1f2-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.307813 | 0.48s 2026-02-27 16:50:27.912946 | fa163e1a-c8bd-f49a-a1f2-000000000d4e | TASK | Generate nft ruleset in static file 2026-02-27 16:50:29.511513 | fa163e1a-c8bd-f49a-a1f2-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2026-02-27 16:50:29.513639 | fa163e1a-c8bd-f49a-a1f2-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.927029 | 1.60s 2026-02-27 16:50:29.541778 | fa163e1a-c8bd-f49a-a1f2-000000000d50 | TASK | Validate all of the generated content before loading 2026-02-27 16:50:30.176852 | fa163e1a-c8bd-f49a-a1f2-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2026-02-27 16:50:30.178508 | fa163e1a-c8bd-f49a-a1f2-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:28.591900 | 0.63s 2026-02-27 16:50:30.206059 | fa163e1a-c8bd-f49a-a1f2-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2026-02-27 16:50:30.501615 | fa163e1a-c8bd-f49a-a1f2-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-02-27 16:50:30.503204 | fa163e1a-c8bd-f49a-a1f2-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.916595 | 0.30s 2026-02-27 16:50:30.552302 | fa163e1a-c8bd-f49a-a1f2-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.965693 | 0.03s 2026-02-27 16:50:30.567198 | 2e4534ba-70e6-4eca-a2e1-dda429a3921c | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-02-27 16:50:30.613249 | fa163e1a-c8bd-f49a-a1f2-000000000db9 | TASK | Inject our custom chains in nftables 2026-02-27 16:50:30.841874 | fa163e1a-c8bd-f49a-a1f2-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2026-02-27 16:50:30.843320 | fa163e1a-c8bd-f49a-a1f2-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.256711 | 0.23s 2026-02-27 16:50:30.870814 | fa163e1a-c8bd-f49a-a1f2-000000000dba | TASK | Reload custom nftables ruleset files 2026-02-27 16:50:31.222812 | fa163e1a-c8bd-f49a-a1f2-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2026-02-27 16:50:31.223785 | fa163e1a-c8bd-f49a-a1f2-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.637185 | 0.35s 2026-02-27 16:50:31.334893 | fa163e1a-c8bd-f49a-a1f2-000000000b1f | TASK | create persistent logs directory 2026-02-27 16:50:31.584335 | fa163e1a-c8bd-f49a-a1f2-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-27 16:50:31.587247 | fa163e1a-c8bd-f49a-a1f2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.000628 | 0.25s 2026-02-27 16:50:31.775082 | fa163e1a-c8bd-f49a-a1f2-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-02-27 16:50:31.776924 | fa163e1a-c8bd-f49a-a1f2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.190320 | 0.44s 2026-02-27 16:50:31.787510 | fa163e1a-c8bd-f49a-a1f2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.200900 | 0.45s 2026-02-27 16:50:31.814049 | fa163e1a-c8bd-f49a-a1f2-000000000b20 | TASK | create persistent directories 2026-02-27 16:50:32.072042 | fa163e1a-c8bd-f49a-a1f2-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-27 16:50:32.073531 | fa163e1a-c8bd-f49a-a1f2-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.486920 | 0.26s 2026-02-27 16:50:32.079662 | fa163e1a-c8bd-f49a-a1f2-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.493058 | 0.26s 2026-02-27 16:50:32.101041 | fa163e1a-c8bd-f49a-a1f2-000000000b21 | TASK | create persistent directories 2026-02-27 16:50:32.325480 | fa163e1a-c8bd-f49a-a1f2-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-27 16:50:32.327998 | fa163e1a-c8bd-f49a-a1f2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.741381 | 0.23s 2026-02-27 16:50:32.509606 | fa163e1a-c8bd-f49a-a1f2-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-02-27 16:50:32.511496 | fa163e1a-c8bd-f49a-a1f2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.924893 | 0.41s 2026-02-27 16:50:32.522163 | fa163e1a-c8bd-f49a-a1f2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.935550 | 0.42s 2026-02-27 16:50:32.548068 | fa163e1a-c8bd-f49a-a1f2-000000000b22 | TASK | create persistent directories 2026-02-27 16:50:32.786728 | fa163e1a-c8bd-f49a-a1f2-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-02-27 16:50:32.788560 | fa163e1a-c8bd-f49a-a1f2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.201952 | 0.24s 2026-02-27 16:50:32.951690 | fa163e1a-c8bd-f49a-a1f2-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-02-27 16:50:32.952652 | fa163e1a-c8bd-f49a-a1f2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.366051 | 0.40s 2026-02-27 16:50:32.959605 | fa163e1a-c8bd-f49a-a1f2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.372972 | 0.41s 2026-02-27 16:50:32.979042 | fa163e1a-c8bd-f49a-a1f2-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-02-27 16:50:34.286942 | fa163e1a-c8bd-f49a-a1f2-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-02-27 16:50:34.288254 | fa163e1a-c8bd-f49a-a1f2-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.701466 | 1.31s 2026-02-27 16:50:34.306514 | fa163e1a-c8bd-f49a-a1f2-000000000b24 | TASK | create persistent directories 2026-02-27 16:50:34.546170 | fa163e1a-c8bd-f49a-a1f2-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-02-27 16:50:34.547649 | fa163e1a-c8bd-f49a-a1f2-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.961038 | 0.24s 2026-02-27 16:50:34.554052 | fa163e1a-c8bd-f49a-a1f2-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.967443 | 0.25s 2026-02-27 16:50:34.580431 | fa163e1a-c8bd-f49a-a1f2-000000000b25 | TASK | create persistent directories 2026-02-27 16:50:34.825836 | fa163e1a-c8bd-f49a-a1f2-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-27 16:50:34.827497 | fa163e1a-c8bd-f49a-a1f2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.240885 | 0.25s 2026-02-27 16:50:35.068758 | fa163e1a-c8bd-f49a-a1f2-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-02-27 16:50:35.069670 | fa163e1a-c8bd-f49a-a1f2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.483072 | 0.49s 2026-02-27 16:50:35.076620 | fa163e1a-c8bd-f49a-a1f2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.489968 | 0.49s 2026-02-27 16:50:35.104001 | fa163e1a-c8bd-f49a-a1f2-000000000b26 | TASK | create fcontext entry for cinder data 2026-02-27 16:50:36.533065 | fa163e1a-c8bd-f49a-a1f2-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2026-02-27 16:50:36.534841 | fa163e1a-c8bd-f49a-a1f2-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.948230 | 1.43s 2026-02-27 16:50:36.562169 | fa163e1a-c8bd-f49a-a1f2-000000000b27 | TASK | create persistent directories 2026-02-27 16:50:36.825297 | fa163e1a-c8bd-f49a-a1f2-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-27 16:50:36.827713 | fa163e1a-c8bd-f49a-a1f2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.241098 | 0.26s 2026-02-27 16:50:37.049376 | fa163e1a-c8bd-f49a-a1f2-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-02-27 16:50:37.050510 | fa163e1a-c8bd-f49a-a1f2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.463907 | 0.49s 2026-02-27 16:50:37.057497 | fa163e1a-c8bd-f49a-a1f2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.470884 | 0.49s 2026-02-27 16:50:37.085222 | fa163e1a-c8bd-f49a-a1f2-000000000b28 | TASK | ensure ceph configurations exist 2026-02-27 16:50:37.318279 | fa163e1a-c8bd-f49a-a1f2-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2026-02-27 16:50:37.319884 | fa163e1a-c8bd-f49a-a1f2-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:35.733277 | 0.23s 2026-02-27 16:50:37.347884 | fa163e1a-c8bd-f49a-a1f2-000000000b29 | TASK | create persistent directories 2026-02-27 16:50:37.567504 | fa163e1a-c8bd-f49a-a1f2-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-27 16:50:37.569054 | fa163e1a-c8bd-f49a-a1f2-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.982445 | 0.22s 2026-02-27 16:50:37.581425 | fa163e1a-c8bd-f49a-a1f2-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.994815 | 0.23s 2026-02-27 16:50:37.608836 | fa163e1a-c8bd-f49a-a1f2-000000000b2b | TASK | Create cinder image conversion directory 2026-02-27 16:50:37.639818 | fa163e1a-c8bd-f49a-a1f2-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2026-02-27 16:50:37.641179 | fa163e1a-c8bd-f49a-a1f2-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:36.054569 | 0.03s 2026-02-27 16:50:37.666814 | fa163e1a-c8bd-f49a-a1f2-000000000b2c | TASK | Mount cinder's image conversion NFS share 2026-02-27 16:50:37.696288 | fa163e1a-c8bd-f49a-a1f2-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-02-27 16:50:37.697614 | fa163e1a-c8bd-f49a-a1f2-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:36.110976 | 0.03s 2026-02-27 16:50:37.726183 | fa163e1a-c8bd-f49a-a1f2-000000000b2e | TASK | cinder_configure_lvm fact 2026-02-27 16:50:37.760335 | fa163e1a-c8bd-f49a-a1f2-000000000b2e | OK | cinder_configure_lvm fact | standalone 2026-02-27 16:50:37.761721 | fa163e1a-c8bd-f49a-a1f2-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:36.175112 | 0.03s 2026-02-27 16:50:37.788268 | fa163e1a-c8bd-f49a-a1f2-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2026-02-27 16:50:37.820125 | fa163e1a-c8bd-f49a-a1f2-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2026-02-27 16:50:37.821436 | fa163e1a-c8bd-f49a-a1f2-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.234829 | 0.03s 2026-02-27 16:50:37.847497 | fa163e1a-c8bd-f49a-a1f2-000000000b31 | TASK | cinder create LVM volume group dd 2026-02-27 16:50:37.879140 | fa163e1a-c8bd-f49a-a1f2-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2026-02-27 16:50:37.880396 | fa163e1a-c8bd-f49a-a1f2-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.293788 | 0.03s 2026-02-27 16:50:37.907384 | fa163e1a-c8bd-f49a-a1f2-000000000b32 | TASK | Get or create LVM loopback device 2026-02-27 16:50:37.939636 | fa163e1a-c8bd-f49a-a1f2-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2026-02-27 16:50:37.940823 | fa163e1a-c8bd-f49a-a1f2-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.354215 | 0.03s 2026-02-27 16:50:37.966356 | fa163e1a-c8bd-f49a-a1f2-000000000b33 | TASK | Create LVM volume group 2026-02-27 16:50:37.996704 | fa163e1a-c8bd-f49a-a1f2-000000000b33 | SKIPPED | Create LVM volume group | standalone 2026-02-27 16:50:37.997886 | fa163e1a-c8bd-f49a-a1f2-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:36.411279 | 0.03s 2026-02-27 16:50:38.024354 | fa163e1a-c8bd-f49a-a1f2-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2026-02-27 16:50:38.054349 | fa163e1a-c8bd-f49a-a1f2-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2026-02-27 16:50:38.055601 | fa163e1a-c8bd-f49a-a1f2-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:36.468966 | 0.03s 2026-02-27 16:50:38.081639 | fa163e1a-c8bd-f49a-a1f2-000000000b35 | TASK | cinder enable the LVM losetup service 2026-02-27 16:50:38.110858 | fa163e1a-c8bd-f49a-a1f2-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2026-02-27 16:50:38.112055 | fa163e1a-c8bd-f49a-a1f2-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:36.525448 | 0.03s 2026-02-27 16:50:38.138456 | fa163e1a-c8bd-f49a-a1f2-000000000b37 | TASK | allow logrotate to read inside containers 2026-02-27 16:50:39.121608 | fa163e1a-c8bd-f49a-a1f2-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2026-02-27 16:50:39.123326 | fa163e1a-c8bd-f49a-a1f2-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:37.536717 | 0.98s 2026-02-27 16:50:39.150440 | fa163e1a-c8bd-f49a-a1f2-000000000b38 | TASK | authorize httpd to listen on registry ports 2026-02-27 16:50:41.522980 | fa163e1a-c8bd-f49a-a1f2-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-02-27 16:50:41.524633 | fa163e1a-c8bd-f49a-a1f2-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:39.938020 | 2.37s 2026-02-27 16:50:41.588726 | fa163e1a-c8bd-f49a-a1f2-000000000b3a | OK | set_fact | standalone 2026-02-27 16:50:41.590067 | fa163e1a-c8bd-f49a-a1f2-000000000b3a | TIMING | set_fact | standalone | 0:01:40.003459 | 0.04s 2026-02-27 16:50:41.646104 | fa163e1a-c8bd-f49a-a1f2-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:40.059491 | 0.03s 2026-02-27 16:50:41.705214 | fa163e1a-c8bd-f49a-a1f2-000000000f06 | TASK | ensure apache is installed 2026-02-27 16:50:47.894085 | fa163e1a-c8bd-f49a-a1f2-000000000f06 | CHANGED | ensure apache is installed | standalone 2026-02-27 16:50:47.895911 | fa163e1a-c8bd-f49a-a1f2-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:46.309303 | 6.19s 2026-02-27 16:50:47.924841 | fa163e1a-c8bd-f49a-a1f2-000000000f07 | TASK | create image data directory 2026-02-27 16:50:48.173967 | fa163e1a-c8bd-f49a-a1f2-000000000f07 | CHANGED | create image data directory | standalone 2026-02-27 16:50:48.175635 | fa163e1a-c8bd-f49a-a1f2-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:46.589021 | 0.25s 2026-02-27 16:50:48.202821 | fa163e1a-c8bd-f49a-a1f2-000000000f08 | TASK | create /v2/ response file 2026-02-27 16:50:48.711219 | fa163e1a-c8bd-f49a-a1f2-000000000f08 | CHANGED | create /v2/ response file | standalone 2026-02-27 16:50:48.712844 | fa163e1a-c8bd-f49a-a1f2-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:47.126237 | 0.51s 2026-02-27 16:50:48.733992 | fa163e1a-c8bd-f49a-a1f2-000000000f09 | TASK | Add listen line 2026-02-27 16:50:49.123389 | fa163e1a-c8bd-f49a-a1f2-000000000f09 | CHANGED | Add listen line | standalone 2026-02-27 16:50:49.124889 | fa163e1a-c8bd-f49a-a1f2-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:47.538280 | 0.39s 2026-02-27 16:50:49.151700 | fa163e1a-c8bd-f49a-a1f2-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-02-27 16:50:49.630762 | fa163e1a-c8bd-f49a-a1f2-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-02-27 16:50:49.631581 | fa163e1a-c8bd-f49a-a1f2-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:48.044966 | 0.48s 2026-02-27 16:50:49.652406 | fa163e1a-c8bd-f49a-a1f2-000000000f0b | TASK | Image-Serve | restart httpd 2026-02-27 16:50:50.659877 | fa163e1a-c8bd-f49a-a1f2-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2026-02-27 16:50:50.663560 | fa163e1a-c8bd-f49a-a1f2-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:49.076948 | 1.01s 2026-02-27 16:50:50.716817 | fa163e1a-c8bd-f49a-a1f2-000000000b3d | TASK | create persistent logs directory 2026-02-27 16:50:51.051405 | fa163e1a-c8bd-f49a-a1f2-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-02-27 16:50:51.053862 | fa163e1a-c8bd-f49a-a1f2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.467247 | 0.33s 2026-02-27 16:50:51.255931 | fa163e1a-c8bd-f49a-a1f2-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-02-27 16:50:51.257142 | fa163e1a-c8bd-f49a-a1f2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.670533 | 0.54s 2026-02-27 16:50:51.263282 | fa163e1a-c8bd-f49a-a1f2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.676681 | 0.54s 2026-02-27 16:50:51.280828 | fa163e1a-c8bd-f49a-a1f2-000000000b3e | TASK | Mount NFS on host 2026-02-27 16:50:51.305610 | fa163e1a-c8bd-f49a-a1f2-000000000b3e | SKIPPED | Mount NFS on host | standalone 2026-02-27 16:50:51.306926 | fa163e1a-c8bd-f49a-a1f2-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:49.720328 | 0.02s 2026-02-27 16:50:51.330103 | fa163e1a-c8bd-f49a-a1f2-000000000b3f | TASK | Mount Node Staging Location 2026-02-27 16:50:51.362189 | fa163e1a-c8bd-f49a-a1f2-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2026-02-27 16:50:51.363423 | fa163e1a-c8bd-f49a-a1f2-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:49.776815 | 0.03s 2026-02-27 16:50:51.386028 | fa163e1a-c8bd-f49a-a1f2-000000000b40 | TASK | ensure /var/lib/glance exists 2026-02-27 16:50:51.605694 | fa163e1a-c8bd-f49a-a1f2-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2026-02-27 16:50:51.606832 | fa163e1a-c8bd-f49a-a1f2-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:50.020232 | 0.22s 2026-02-27 16:50:51.626735 | fa163e1a-c8bd-f49a-a1f2-000000000b41 | TASK | create logs directory 2026-02-27 16:50:51.869654 | fa163e1a-c8bd-f49a-a1f2-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-27 16:50:51.871506 | fa163e1a-c8bd-f49a-a1f2-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.284894 | 0.24s 2026-02-27 16:50:52.102363 | fa163e1a-c8bd-f49a-a1f2-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-02-27 16:50:52.103203 | fa163e1a-c8bd-f49a-a1f2-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.516606 | 0.48s 2026-02-27 16:50:52.109463 | fa163e1a-c8bd-f49a-a1f2-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.522871 | 0.48s 2026-02-27 16:50:52.127020 | fa163e1a-c8bd-f49a-a1f2-000000000b42 | TASK | Mount Gnocchi NFS on host 2026-02-27 16:50:52.155350 | fa163e1a-c8bd-f49a-a1f2-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-02-27 16:50:52.156816 | fa163e1a-c8bd-f49a-a1f2-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:50.570208 | 0.03s 2026-02-27 16:50:52.182711 | fa163e1a-c8bd-f49a-a1f2-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2026-02-27 16:50:52.457113 | fa163e1a-c8bd-f49a-a1f2-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-02-27 16:50:52.458005 | fa163e1a-c8bd-f49a-a1f2-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:50.871408 | 0.27s 2026-02-27 16:50:52.475751 | fa163e1a-c8bd-f49a-a1f2-000000000b44 | TASK | create persistent directories 2026-02-27 16:50:52.731657 | fa163e1a-c8bd-f49a-a1f2-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-27 16:50:52.733338 | fa163e1a-c8bd-f49a-a1f2-000000000b44 | TIMING | create persistent directories | standalone | 0:01:51.146729 | 0.26s 2026-02-27 16:50:52.742380 | fa163e1a-c8bd-f49a-a1f2-000000000b44 | TIMING | create persistent directories | standalone | 0:01:51.155769 | 0.27s 2026-02-27 16:50:52.770357 | fa163e1a-c8bd-f49a-a1f2-000000000b45 | TASK | create persistent data directory 2026-02-27 16:50:52.973251 | fa163e1a-c8bd-f49a-a1f2-000000000b45 | OK | create persistent data directory | standalone 2026-02-27 16:50:52.974269 | fa163e1a-c8bd-f49a-a1f2-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:51.387668 | 0.20s 2026-02-27 16:50:52.993961 | fa163e1a-c8bd-f49a-a1f2-000000000b46 | TASK | get parameters 2026-02-27 16:50:53.019897 | fa163e1a-c8bd-f49a-a1f2-000000000b46 | OK | get parameters | standalone 2026-02-27 16:50:53.020655 | fa163e1a-c8bd-f49a-a1f2-000000000b46 | TIMING | get parameters | standalone | 0:01:51.434057 | 0.03s 2026-02-27 16:50:53.040287 | fa163e1a-c8bd-f49a-a1f2-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2026-02-27 16:50:53.089979 | fa163e1a-c8bd-f49a-a1f2-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2026-02-27 16:50:53.091050 | fa163e1a-c8bd-f49a-a1f2-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:51.504442 | 0.05s 2026-02-27 16:50:53.115944 | fa163e1a-c8bd-f49a-a1f2-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2026-02-27 16:50:53.149617 | fa163e1a-c8bd-f49a-a1f2-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2026-02-27 16:50:53.150749 | fa163e1a-c8bd-f49a-a1f2-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:51.564144 | 0.03s 2026-02-27 16:50:53.178094 | fa163e1a-c8bd-f49a-a1f2-000000000b4a | TASK | get haproxy status 2026-02-27 16:50:53.218076 | fa163e1a-c8bd-f49a-a1f2-000000000b4a | SKIPPED | get haproxy status | standalone 2026-02-27 16:50:53.219370 | fa163e1a-c8bd-f49a-a1f2-000000000b4a | TIMING | get haproxy status | standalone | 0:01:51.632761 | 0.04s 2026-02-27 16:50:53.245642 | fa163e1a-c8bd-f49a-a1f2-000000000b4b | TASK | get pacemaker status 2026-02-27 16:50:53.279007 | fa163e1a-c8bd-f49a-a1f2-000000000b4b | SKIPPED | get pacemaker status | standalone 2026-02-27 16:50:53.280387 | fa163e1a-c8bd-f49a-a1f2-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:51.693776 | 0.03s 2026-02-27 16:50:53.315139 | fa163e1a-c8bd-f49a-a1f2-000000000b4c | TASK | get docker status 2026-02-27 16:50:53.368025 | fa163e1a-c8bd-f49a-a1f2-000000000b4c | SKIPPED | get docker status | standalone 2026-02-27 16:50:53.369286 | fa163e1a-c8bd-f49a-a1f2-000000000b4c | TIMING | get docker status | standalone | 0:01:51.782677 | 0.05s 2026-02-27 16:50:53.394284 | fa163e1a-c8bd-f49a-a1f2-000000000b4d | TASK | get container_id 2026-02-27 16:50:53.443223 | fa163e1a-c8bd-f49a-a1f2-000000000b4d | SKIPPED | get container_id | standalone 2026-02-27 16:50:53.443857 | fa163e1a-c8bd-f49a-a1f2-000000000b4d | TIMING | get container_id | standalone | 0:01:51.857260 | 0.05s 2026-02-27 16:50:53.461026 | fa163e1a-c8bd-f49a-a1f2-000000000b4e | TASK | get pcs resource name for haproxy container 2026-02-27 16:50:53.487339 | fa163e1a-c8bd-f49a-a1f2-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2026-02-27 16:50:53.487934 | fa163e1a-c8bd-f49a-a1f2-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.901339 | 0.03s 2026-02-27 16:50:53.513026 | fa163e1a-c8bd-f49a-a1f2-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2026-02-27 16:50:53.543411 | fa163e1a-c8bd-f49a-a1f2-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2026-02-27 16:50:53.544644 | fa163e1a-c8bd-f49a-a1f2-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:51.958031 | 0.03s 2026-02-27 16:50:53.569898 | fa163e1a-c8bd-f49a-a1f2-000000000b50 | TASK | push certificate content 2026-02-27 16:50:53.619845 | fa163e1a-c8bd-f49a-a1f2-000000000b50 | SKIPPED | push certificate content | standalone 2026-02-27 16:50:53.621002 | fa163e1a-c8bd-f49a-a1f2-000000000b50 | TIMING | push certificate content | standalone | 0:01:52.034388 | 0.05s 2026-02-27 16:50:53.647072 | fa163e1a-c8bd-f49a-a1f2-000000000b52 | TASK | set certificate ownership 2026-02-27 16:50:53.697116 | fa163e1a-c8bd-f49a-a1f2-000000000b52 | SKIPPED | set certificate ownership | standalone 2026-02-27 16:50:53.698308 | fa163e1a-c8bd-f49a-a1f2-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:52.111692 | 0.05s 2026-02-27 16:50:53.724654 | fa163e1a-c8bd-f49a-a1f2-000000000b53 | TASK | reload haproxy if enabled 2026-02-27 16:50:53.777294 | fa163e1a-c8bd-f49a-a1f2-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2026-02-27 16:50:53.778351 | fa163e1a-c8bd-f49a-a1f2-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:52.191749 | 0.05s 2026-02-27 16:50:53.798519 | fa163e1a-c8bd-f49a-a1f2-000000000b54 | TASK | restart pacemaker resource for haproxy 2026-02-27 16:50:53.848789 | fa163e1a-c8bd-f49a-a1f2-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2026-02-27 16:50:53.850227 | fa163e1a-c8bd-f49a-a1f2-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:52.263617 | 0.05s 2026-02-27 16:50:53.877490 | fa163e1a-c8bd-f49a-a1f2-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2026-02-27 16:50:53.929386 | fa163e1a-c8bd-f49a-a1f2-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2026-02-27 16:50:53.930921 | fa163e1a-c8bd-f49a-a1f2-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:52.344308 | 0.05s 2026-02-27 16:50:53.957205 | fa163e1a-c8bd-f49a-a1f2-000000000b58 | TASK | create persistent directories 2026-02-27 16:50:54.222189 | fa163e1a-c8bd-f49a-a1f2-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-02-27 16:50:54.224924 | fa163e1a-c8bd-f49a-a1f2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.638320 | 0.27s 2026-02-27 16:50:54.458002 | fa163e1a-c8bd-f49a-a1f2-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-02-27 16:50:54.459890 | fa163e1a-c8bd-f49a-a1f2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.873280 | 0.50s 2026-02-27 16:50:54.469813 | fa163e1a-c8bd-f49a-a1f2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.883208 | 0.51s 2026-02-27 16:50:54.490403 | fa163e1a-c8bd-f49a-a1f2-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2026-02-27 16:51:00.181236 | fa163e1a-c8bd-f49a-a1f2-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-02-27 16:51:00.182649 | fa163e1a-c8bd-f49a-a1f2-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:58.596041 | 5.69s 2026-02-27 16:51:00.208231 | fa163e1a-c8bd-f49a-a1f2-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-02-27 16:51:00.290491 | fa163e1a-c8bd-f49a-a1f2-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.77 seconds", "Notice: Applied catalog in 0.25 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.25", " Config retrieval: 0.86", " Last run: 1772211059", " Total: 0.25", "Version:", " Config: 1772211058", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2026-02-27 16:51:00.291764 | fa163e1a-c8bd-f49a-a1f2-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:58.705156 | 0.08s 2026-02-27 16:51:00.319499 | fa163e1a-c8bd-f49a-a1f2-000000000b5b | TASK | create persistent directories 2026-02-27 16:51:00.567234 | fa163e1a-c8bd-f49a-a1f2-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-27 16:51:00.568144 | fa163e1a-c8bd-f49a-a1f2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.981545 | 0.25s 2026-02-27 16:51:00.777836 | fa163e1a-c8bd-f49a-a1f2-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-02-27 16:51:00.779025 | fa163e1a-c8bd-f49a-a1f2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:59.192421 | 0.46s 2026-02-27 16:51:00.786474 | fa163e1a-c8bd-f49a-a1f2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:59.199862 | 0.46s 2026-02-27 16:51:00.813402 | fa163e1a-c8bd-f49a-a1f2-000000000b5c | TASK | create persistent directories 2026-02-27 16:51:01.062706 | fa163e1a-c8bd-f49a-a1f2-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-27 16:51:01.064193 | fa163e1a-c8bd-f49a-a1f2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.477582 | 0.25s 2026-02-27 16:51:01.219214 | fa163e1a-c8bd-f49a-a1f2-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-02-27 16:51:01.221191 | fa163e1a-c8bd-f49a-a1f2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.634586 | 0.41s 2026-02-27 16:51:01.232262 | fa163e1a-c8bd-f49a-a1f2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.645649 | 0.42s 2026-02-27 16:51:01.260135 | fa163e1a-c8bd-f49a-a1f2-000000000b5d | TASK | create persistent directories 2026-02-27 16:51:01.482065 | fa163e1a-c8bd-f49a-a1f2-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-27 16:51:01.484062 | fa163e1a-c8bd-f49a-a1f2-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.897444 | 0.22s 2026-02-27 16:51:01.493817 | fa163e1a-c8bd-f49a-a1f2-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.907170 | 0.23s 2026-02-27 16:51:01.514693 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | TASK | create persistent directories 2026-02-27 16:51:01.789265 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-02-27 16:51:01.790736 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.204126 | 0.28s 2026-02-27 16:51:02.059731 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-02-27 16:51:02.061708 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.475105 | 0.55s 2026-02-27 16:51:02.299142 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-02-27 16:51:02.301140 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.714535 | 0.79s 2026-02-27 16:51:02.526798 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-02-27 16:51:02.528877 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.942273 | 1.01s 2026-02-27 16:51:02.539248 | fa163e1a-c8bd-f49a-a1f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.952647 | 1.02s 2026-02-27 16:51:02.558773 | fa163e1a-c8bd-f49a-a1f2-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2026-02-27 16:51:02.979875 | fa163e1a-c8bd-f49a-a1f2-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-02-27 16:51:02.981471 | fa163e1a-c8bd-f49a-a1f2-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:01.394864 | 0.42s 2026-02-27 16:51:02.999584 | fa163e1a-c8bd-f49a-a1f2-000000000b60 | TASK | create fcontext entry for iscsi 2026-02-27 16:51:04.362527 | fa163e1a-c8bd-f49a-a1f2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-27 16:51:04.365843 | fa163e1a-c8bd-f49a-a1f2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.779222 | 1.37s 2026-02-27 16:51:05.749709 | fa163e1a-c8bd-f49a-a1f2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-27 16:51:05.751935 | fa163e1a-c8bd-f49a-a1f2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.165335 | 2.75s 2026-02-27 16:51:07.063822 | fa163e1a-c8bd-f49a-a1f2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-27 16:51:07.066721 | fa163e1a-c8bd-f49a-a1f2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.480107 | 4.07s 2026-02-27 16:51:07.076642 | fa163e1a-c8bd-f49a-a1f2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.490025 | 4.08s 2026-02-27 16:51:07.104349 | fa163e1a-c8bd-f49a-a1f2-000000000b61 | TASK | create persistent directories 2026-02-27 16:51:07.329155 | fa163e1a-c8bd-f49a-a1f2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-27 16:51:07.331745 | fa163e1a-c8bd-f49a-a1f2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.745134 | 0.23s 2026-02-27 16:51:07.543208 | fa163e1a-c8bd-f49a-a1f2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-27 16:51:07.545860 | fa163e1a-c8bd-f49a-a1f2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.959248 | 0.44s 2026-02-27 16:51:07.748153 | fa163e1a-c8bd-f49a-a1f2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-27 16:51:07.750780 | fa163e1a-c8bd-f49a-a1f2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:06.164172 | 0.64s 2026-02-27 16:51:07.761211 | fa163e1a-c8bd-f49a-a1f2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:06.174595 | 0.66s 2026-02-27 16:51:07.788669 | fa163e1a-c8bd-f49a-a1f2-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2026-02-27 16:51:08.014492 | fa163e1a-c8bd-f49a-a1f2-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-02-27 16:51:08.015976 | fa163e1a-c8bd-f49a-a1f2-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:06.429366 | 0.23s 2026-02-27 16:51:08.042808 | fa163e1a-c8bd-f49a-a1f2-000000000b63 | TASK | Stop and disable iscsid.socket service 2026-02-27 16:51:08.076312 | fa163e1a-c8bd-f49a-a1f2-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-02-27 16:51:08.077362 | fa163e1a-c8bd-f49a-a1f2-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:06.490762 | 0.03s 2026-02-27 16:51:08.098280 | fa163e1a-c8bd-f49a-a1f2-000000000b64 | TASK | Check if iscsi.service is enabled 2026-02-27 16:51:08.327377 | fa163e1a-c8bd-f49a-a1f2-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2026-02-27 16:51:08.329422 | fa163e1a-c8bd-f49a-a1f2-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:06.742811 | 0.23s 2026-02-27 16:51:08.356894 | fa163e1a-c8bd-f49a-a1f2-000000000b65 | TASK | Stop iscsi.service 2026-02-27 16:51:08.389202 | fa163e1a-c8bd-f49a-a1f2-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2026-02-27 16:51:08.390494 | fa163e1a-c8bd-f49a-a1f2-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:06.803885 | 0.03s 2026-02-27 16:51:08.440700 | fa163e1a-c8bd-f49a-a1f2-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:06.854082 | 0.02s 2026-02-27 16:51:08.533445 | fa163e1a-c8bd-f49a-a1f2-000000001069 | TASK | Install additional packages 2026-02-27 16:51:08.560946 | fa163e1a-c8bd-f49a-a1f2-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:06.974329 | 0.03s 2026-02-27 16:51:08.582425 | fa163e1a-c8bd-f49a-a1f2-00000000106a | TASK | Remove dracut-config-generic 2026-02-27 16:51:12.691696 | fa163e1a-c8bd-f49a-a1f2-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2026-02-27 16:51:12.693653 | fa163e1a-c8bd-f49a-a1f2-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:11.107046 | 4.11s 2026-02-27 16:51:12.721808 | fa163e1a-c8bd-f49a-a1f2-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-02-27 16:51:12.927601 | fa163e1a-c8bd-f49a-a1f2-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-02-27 16:51:12.929068 | fa163e1a-c8bd-f49a-a1f2-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:11.342460 | 0.21s 2026-02-27 16:51:12.955331 | fa163e1a-c8bd-f49a-a1f2-00000000106c | TASK | Write list of modules to load at boot 2026-02-27 16:51:13.439546 | fa163e1a-c8bd-f49a-a1f2-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2026-02-27 16:51:13.441016 | fa163e1a-c8bd-f49a-a1f2-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:11.854409 | 0.48s 2026-02-27 16:51:13.470251 | fa163e1a-c8bd-f49a-a1f2-00000000106d | TASK | Modules reload 2026-02-27 16:51:13.918390 | fa163e1a-c8bd-f49a-a1f2-00000000106d | CHANGED | Modules reload | standalone 2026-02-27 16:51:13.920477 | fa163e1a-c8bd-f49a-a1f2-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:12.333868 | 0.45s 2026-02-27 16:51:13.951221 | fa163e1a-c8bd-f49a-a1f2-00000000106e | TASK | Set default sysctl options 2026-02-27 16:51:14.455799 | fa163e1a-c8bd-f49a-a1f2-00000000106e | CHANGED | Set default sysctl options | standalone 2026-02-27 16:51:14.457108 | fa163e1a-c8bd-f49a-a1f2-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:12.870501 | 0.50s 2026-02-27 16:51:14.484840 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TASK | Set extra sysctl options 2026-02-27 16:51:14.873005 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-02-27 16:51:14.875853 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.289243 | 0.39s 2026-02-27 16:51:15.105003 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-02-27 16:51:15.106802 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.520188 | 0.62s 2026-02-27 16:51:15.354900 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-02-27 16:51:15.357410 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.770799 | 0.87s 2026-02-27 16:51:15.550221 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-02-27 16:51:15.551185 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.964586 | 1.06s 2026-02-27 16:51:15.761348 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-02-27 16:51:15.763271 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.176667 | 1.28s 2026-02-27 16:51:15.979989 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-02-27 16:51:15.982264 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.395617 | 1.50s 2026-02-27 16:51:16.174705 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-02-27 16:51:16.176488 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.589884 | 1.69s 2026-02-27 16:51:16.409411 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-02-27 16:51:16.410811 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.824209 | 1.92s 2026-02-27 16:51:16.647593 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-02-27 16:51:16.648456 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.061860 | 2.16s 2026-02-27 16:51:16.852342 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-02-27 16:51:16.853543 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.266932 | 2.37s 2026-02-27 16:51:17.066930 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-02-27 16:51:17.068374 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.481766 | 2.58s 2026-02-27 16:51:17.282714 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-02-27 16:51:17.284029 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.697426 | 2.80s 2026-02-27 16:51:17.517166 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-02-27 16:51:17.519255 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.932647 | 3.03s 2026-02-27 16:51:17.766690 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-02-27 16:51:17.769292 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.182672 | 3.28s 2026-02-27 16:51:18.006641 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-02-27 16:51:18.007785 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.421183 | 3.52s 2026-02-27 16:51:18.314453 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-02-27 16:51:18.315593 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.728961 | 3.83s 2026-02-27 16:51:18.548828 | fa163e1a-c8bd-f49a-a1f2-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-02-27 16:51:18.550367 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.963763 | 4.06s 2026-02-27 16:51:18.558022 | fa163e1a-c8bd-f49a-a1f2-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.971400 | 4.07s 2026-02-27 16:51:18.582688 | fa163e1a-c8bd-f49a-a1f2-000000001071 | TASK | Sysctl reload 2026-02-27 16:51:19.011026 | fa163e1a-c8bd-f49a-a1f2-000000001071 | CHANGED | Sysctl reload | standalone 2026-02-27 16:51:19.013886 | fa163e1a-c8bd-f49a-a1f2-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:17.427272 | 0.43s 2026-02-27 16:51:19.076307 | fa163e1a-c8bd-f49a-a1f2-000000000b67 | TASK | create persistent directories 2026-02-27 16:51:19.338232 | fa163e1a-c8bd-f49a-a1f2-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-02-27 16:51:19.340544 | fa163e1a-c8bd-f49a-a1f2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.753932 | 0.26s 2026-02-27 16:51:19.622359 | fa163e1a-c8bd-f49a-a1f2-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-02-27 16:51:19.624134 | fa163e1a-c8bd-f49a-a1f2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:18.037531 | 0.55s 2026-02-27 16:51:19.634292 | fa163e1a-c8bd-f49a-a1f2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:18.047688 | 0.56s 2026-02-27 16:51:19.655620 | fa163e1a-c8bd-f49a-a1f2-000000000b68 | TASK | Check if file certs_valid exist 2026-02-27 16:51:19.927799 | fa163e1a-c8bd-f49a-a1f2-000000000b68 | OK | Check if file certs_valid exist | standalone 2026-02-27 16:51:19.929492 | fa163e1a-c8bd-f49a-a1f2-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:18.342881 | 0.27s 2026-02-27 16:51:19.956125 | fa163e1a-c8bd-f49a-a1f2-000000000b69 | TASK | Check if file cert9.db exist 2026-02-27 16:51:20.146119 | fa163e1a-c8bd-f49a-a1f2-000000000b69 | OK | Check if file cert9.db exist | standalone 2026-02-27 16:51:20.147465 | fa163e1a-c8bd-f49a-a1f2-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:18.560857 | 0.19s 2026-02-27 16:51:20.173454 | fa163e1a-c8bd-f49a-a1f2-000000000b6a | TASK | Check if file key4.db exist 2026-02-27 16:51:20.354249 | fa163e1a-c8bd-f49a-a1f2-000000000b6a | OK | Check if file key4.db exist | standalone 2026-02-27 16:51:20.355611 | fa163e1a-c8bd-f49a-a1f2-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:18.768974 | 0.18s 2026-02-27 16:51:20.415397 | fa163e1a-c8bd-f49a-a1f2-000000000b6b | SKIPPED | fail | standalone 2026-02-27 16:51:20.417049 | fa163e1a-c8bd-f49a-a1f2-000000000b6b | TIMING | fail | standalone | 0:02:18.830432 | 0.03s 2026-02-27 16:51:20.436102 | fa163e1a-c8bd-f49a-a1f2-000000000b6c | TASK | Create persistent directories 2026-02-27 16:51:20.687688 | fa163e1a-c8bd-f49a-a1f2-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-27 16:51:20.688986 | fa163e1a-c8bd-f49a-a1f2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.102381 | 0.25s 2026-02-27 16:51:20.875223 | fa163e1a-c8bd-f49a-a1f2-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-02-27 16:51:20.876191 | fa163e1a-c8bd-f49a-a1f2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.289571 | 0.44s 2026-02-27 16:51:20.882287 | fa163e1a-c8bd-f49a-a1f2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.295668 | 0.45s 2026-02-27 16:51:20.909919 | fa163e1a-c8bd-f49a-a1f2-000000000b6d | TASK | create persistent directories 2026-02-27 16:51:21.141059 | fa163e1a-c8bd-f49a-a1f2-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-27 16:51:21.142687 | fa163e1a-c8bd-f49a-a1f2-000000000b6d | TIMING | create persistent directories | standalone | 0:02:19.556075 | 0.23s 2026-02-27 16:51:21.154301 | fa163e1a-c8bd-f49a-a1f2-000000000b6d | TIMING | create persistent directories | standalone | 0:02:19.567699 | 0.24s 2026-02-27 16:51:21.175174 | fa163e1a-c8bd-f49a-a1f2-000000000b6e | TASK | create persistent directories 2026-02-27 16:51:21.392503 | fa163e1a-c8bd-f49a-a1f2-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-27 16:51:21.395038 | fa163e1a-c8bd-f49a-a1f2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.808429 | 0.22s 2026-02-27 16:51:21.603032 | fa163e1a-c8bd-f49a-a1f2-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-02-27 16:51:21.605472 | fa163e1a-c8bd-f49a-a1f2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:20.018868 | 0.43s 2026-02-27 16:51:21.616310 | fa163e1a-c8bd-f49a-a1f2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:20.029699 | 0.44s 2026-02-27 16:51:21.645352 | fa163e1a-c8bd-f49a-a1f2-000000000b6f | TASK | create persistent directories 2026-02-27 16:51:21.912754 | fa163e1a-c8bd-f49a-a1f2-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-02-27 16:51:21.915235 | fa163e1a-c8bd-f49a-a1f2-000000000b6f | TIMING | create persistent directories | standalone | 0:02:20.328624 | 0.27s 2026-02-27 16:51:21.925788 | fa163e1a-c8bd-f49a-a1f2-000000000b6f | TIMING | create persistent directories | standalone | 0:02:20.339173 | 0.28s 2026-02-27 16:51:21.953545 | fa163e1a-c8bd-f49a-a1f2-000000000b70 | TASK | create persistent directories 2026-02-27 16:51:22.216850 | fa163e1a-c8bd-f49a-a1f2-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-02-27 16:51:22.217853 | fa163e1a-c8bd-f49a-a1f2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.631254 | 0.26s 2026-02-27 16:51:22.437304 | fa163e1a-c8bd-f49a-a1f2-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-02-27 16:51:22.438438 | fa163e1a-c8bd-f49a-a1f2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.851837 | 0.48s 2026-02-27 16:51:22.674687 | fa163e1a-c8bd-f49a-a1f2-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-02-27 16:51:22.676038 | fa163e1a-c8bd-f49a-a1f2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:21.089433 | 0.72s 2026-02-27 16:51:22.684105 | fa163e1a-c8bd-f49a-a1f2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:21.097495 | 0.73s 2026-02-27 16:51:22.711760 | fa163e1a-c8bd-f49a-a1f2-000000000b71 | TASK | create persistent directories 2026-02-27 16:51:22.933370 | fa163e1a-c8bd-f49a-a1f2-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-27 16:51:22.940516 | fa163e1a-c8bd-f49a-a1f2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.353913 | 0.23s 2026-02-27 16:51:23.112151 | fa163e1a-c8bd-f49a-a1f2-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-02-27 16:51:23.113297 | fa163e1a-c8bd-f49a-a1f2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.526693 | 0.40s 2026-02-27 16:51:23.120004 | fa163e1a-c8bd-f49a-a1f2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.533404 | 0.41s 2026-02-27 16:51:23.149380 | fa163e1a-c8bd-f49a-a1f2-000000000b72 | TASK | create persistent directories 2026-02-27 16:51:23.388669 | fa163e1a-c8bd-f49a-a1f2-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-27 16:51:23.389464 | fa163e1a-c8bd-f49a-a1f2-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.802867 | 0.24s 2026-02-27 16:51:23.393039 | fa163e1a-c8bd-f49a-a1f2-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.806439 | 0.24s 2026-02-27 16:51:23.419058 | fa163e1a-c8bd-f49a-a1f2-000000000b73 | TASK | creating directory 2026-02-27 16:51:23.660338 | fa163e1a-c8bd-f49a-a1f2-000000000b73 | CHANGED | creating directory | standalone 2026-02-27 16:51:23.661865 | fa163e1a-c8bd-f49a-a1f2-000000000b73 | TIMING | creating directory | standalone | 0:02:22.075256 | 0.24s 2026-02-27 16:51:23.689423 | fa163e1a-c8bd-f49a-a1f2-000000000b74 | TASK | derive pci passthrough whitelist 2026-02-27 16:51:24.208422 | fa163e1a-c8bd-f49a-a1f2-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2026-02-27 16:51:24.210355 | fa163e1a-c8bd-f49a-a1f2-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:22.623739 | 0.52s 2026-02-27 16:51:24.243142 | fa163e1a-c8bd-f49a-a1f2-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2026-02-27 16:51:25.080460 | fa163e1a-c8bd-f49a-a1f2-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-02-27 16:51:25.082364 | fa163e1a-c8bd-f49a-a1f2-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:23.495749 | 0.84s 2026-02-27 16:51:25.109838 | fa163e1a-c8bd-f49a-a1f2-000000000b76 | TASK | create /run/netns with temp namespace 2026-02-27 16:51:25.366067 | fa163e1a-c8bd-f49a-a1f2-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2026-02-27 16:51:25.367649 | fa163e1a-c8bd-f49a-a1f2-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:23.781036 | 0.26s 2026-02-27 16:51:25.394164 | fa163e1a-c8bd-f49a-a1f2-000000000b77 | TASK | remove temp namespace 2026-02-27 16:51:25.627948 | fa163e1a-c8bd-f49a-a1f2-000000000b77 | CHANGED | remove temp namespace | standalone 2026-02-27 16:51:25.629821 | fa163e1a-c8bd-f49a-a1f2-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:24.043209 | 0.23s 2026-02-27 16:51:25.659316 | fa163e1a-c8bd-f49a-a1f2-000000000b78 | TASK | create /var/lib/neutron 2026-02-27 16:51:25.875651 | fa163e1a-c8bd-f49a-a1f2-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2026-02-27 16:51:25.877200 | fa163e1a-c8bd-f49a-a1f2-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:24.290593 | 0.22s 2026-02-27 16:51:25.902434 | fa163e1a-c8bd-f49a-a1f2-000000000b79 | TASK | set conditions 2026-02-27 16:51:25.941016 | fa163e1a-c8bd-f49a-a1f2-000000000b79 | OK | set conditions | standalone 2026-02-27 16:51:25.942270 | fa163e1a-c8bd-f49a-a1f2-000000000b79 | TIMING | set conditions | standalone | 0:02:24.355664 | 0.04s 2026-02-27 16:51:25.969616 | fa163e1a-c8bd-f49a-a1f2-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2026-02-27 16:51:26.191343 | fa163e1a-c8bd-f49a-a1f2-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-02-27 16:51:26.192935 | fa163e1a-c8bd-f49a-a1f2-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:24.606327 | 0.22s 2026-02-27 16:51:26.218337 | fa163e1a-c8bd-f49a-a1f2-000000000b7b | TASK | create dnsmasq dhcp kill script 2026-02-27 16:51:26.718853 | fa163e1a-c8bd-f49a-a1f2-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2026-02-27 16:51:26.720255 | fa163e1a-c8bd-f49a-a1f2-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:25.133648 | 0.50s 2026-02-27 16:51:26.748657 | fa163e1a-c8bd-f49a-a1f2-000000000b7c | TASK | create haproxy kill script 2026-02-27 16:51:27.243281 | fa163e1a-c8bd-f49a-a1f2-000000000b7c | CHANGED | create haproxy kill script | standalone 2026-02-27 16:51:27.244897 | fa163e1a-c8bd-f49a-a1f2-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:25.658283 | 0.49s 2026-02-27 16:51:27.272714 | fa163e1a-c8bd-f49a-a1f2-000000000b7d | TASK | create persistent directories 2026-02-27 16:51:27.526606 | fa163e1a-c8bd-f49a-a1f2-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-27 16:51:27.529604 | fa163e1a-c8bd-f49a-a1f2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.942948 | 0.26s 2026-02-27 16:51:27.741444 | fa163e1a-c8bd-f49a-a1f2-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-02-27 16:51:27.743107 | fa163e1a-c8bd-f49a-a1f2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:26.156504 | 0.47s 2026-02-27 16:51:27.753914 | fa163e1a-c8bd-f49a-a1f2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:26.167312 | 0.48s 2026-02-27 16:51:27.780812 | fa163e1a-c8bd-f49a-a1f2-000000000b7e | TASK | create persistent directories 2026-02-27 16:51:28.038346 | fa163e1a-c8bd-f49a-a1f2-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-27 16:51:28.039921 | fa163e1a-c8bd-f49a-a1f2-000000000b7e | TIMING | create persistent directories | standalone | 0:02:26.453311 | 0.26s 2026-02-27 16:51:28.046603 | fa163e1a-c8bd-f49a-a1f2-000000000b7e | TIMING | create persistent directories | standalone | 0:02:26.459957 | 0.26s 2026-02-27 16:51:28.074754 | fa163e1a-c8bd-f49a-a1f2-000000000b7f | TASK | create persistent directories 2026-02-27 16:51:28.286434 | fa163e1a-c8bd-f49a-a1f2-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-27 16:51:28.288793 | fa163e1a-c8bd-f49a-a1f2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.702185 | 0.21s 2026-02-27 16:51:28.496915 | fa163e1a-c8bd-f49a-a1f2-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-02-27 16:51:28.498167 | fa163e1a-c8bd-f49a-a1f2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.911563 | 0.42s 2026-02-27 16:51:28.505718 | fa163e1a-c8bd-f49a-a1f2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.919108 | 0.43s 2026-02-27 16:51:28.534173 | fa163e1a-c8bd-f49a-a1f2-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2026-02-27 16:51:28.754781 | fa163e1a-c8bd-f49a-a1f2-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-02-27 16:51:28.756196 | fa163e1a-c8bd-f49a-a1f2-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:27.169588 | 0.22s 2026-02-27 16:51:28.783411 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | TASK | create persistent directories 2026-02-27 16:51:29.090097 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-27 16:51:29.091809 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.505211 | 0.31s 2026-02-27 16:51:29.310539 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-02-27 16:51:29.311271 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.724676 | 0.53s 2026-02-27 16:51:29.507814 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-02-27 16:51:29.509384 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.922781 | 0.72s 2026-02-27 16:51:29.747828 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-27 16:51:29.749053 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.162422 | 0.96s 2026-02-27 16:51:30.000295 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-02-27 16:51:30.002459 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.415853 | 1.22s 2026-02-27 16:51:30.014194 | fa163e1a-c8bd-f49a-a1f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.427583 | 1.23s 2026-02-27 16:51:30.043946 | fa163e1a-c8bd-f49a-a1f2-000000000b82 | TASK | ensure /run/nova is present upon reboot 2026-02-27 16:51:30.537129 | fa163e1a-c8bd-f49a-a1f2-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-02-27 16:51:30.538609 | fa163e1a-c8bd-f49a-a1f2-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:28.951974 | 0.49s 2026-02-27 16:51:30.564900 | fa163e1a-c8bd-f49a-a1f2-000000000b83 | TASK | create tempfiles 2026-02-27 16:51:30.893251 | fa163e1a-c8bd-f49a-a1f2-000000000b83 | CHANGED | create tempfiles | standalone 2026-02-27 16:51:30.894714 | fa163e1a-c8bd-f49a-a1f2-000000000b83 | TIMING | create tempfiles | standalone | 0:02:29.308106 | 0.33s 2026-02-27 16:51:30.920425 | fa163e1a-c8bd-f49a-a1f2-000000000b84 | TASK | Mount Nova NFS Share 2026-02-27 16:51:30.950714 | fa163e1a-c8bd-f49a-a1f2-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2026-02-27 16:51:30.952143 | fa163e1a-c8bd-f49a-a1f2-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:29.365534 | 0.03s 2026-02-27 16:51:30.977895 | fa163e1a-c8bd-f49a-a1f2-000000000b86 | TASK | check systemd-container package installed or not 2026-02-27 16:51:31.007527 | fa163e1a-c8bd-f49a-a1f2-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2026-02-27 16:51:31.008838 | fa163e1a-c8bd-f49a-a1f2-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:29.422226 | 0.03s 2026-02-27 16:51:31.027367 | fa163e1a-c8bd-f49a-a1f2-000000000b87 | TASK | get latest package from downloaded package versions 2026-02-27 16:51:31.043283 | fa163e1a-c8bd-f49a-a1f2-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2026-02-27 16:51:31.044155 | fa163e1a-c8bd-f49a-a1f2-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:29.457556 | 0.02s 2026-02-27 16:51:31.062350 | fa163e1a-c8bd-f49a-a1f2-000000000b88 | TASK | Install systemd-container package on boot 2026-02-27 16:51:31.088533 | fa163e1a-c8bd-f49a-a1f2-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2026-02-27 16:51:31.090032 | fa163e1a-c8bd-f49a-a1f2-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:29.503423 | 0.03s 2026-02-27 16:51:31.112086 | fa163e1a-c8bd-f49a-a1f2-000000000b89 | TASK | enable install-systemd-container on compute boot 2026-02-27 16:51:31.141528 | fa163e1a-c8bd-f49a-a1f2-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-02-27 16:51:31.142488 | fa163e1a-c8bd-f49a-a1f2-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:29.555885 | 0.03s 2026-02-27 16:51:31.164034 | fa163e1a-c8bd-f49a-a1f2-000000000b8a | TASK | check if install-systemd-container service exists 2026-02-27 16:51:31.196548 | fa163e1a-c8bd-f49a-a1f2-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2026-02-27 16:51:31.197499 | fa163e1a-c8bd-f49a-a1f2-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:29.610897 | 0.03s 2026-02-27 16:51:31.219000 | fa163e1a-c8bd-f49a-a1f2-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2026-02-27 16:51:31.248413 | fa163e1a-c8bd-f49a-a1f2-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-02-27 16:51:31.249296 | fa163e1a-c8bd-f49a-a1f2-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:29.662695 | 0.03s 2026-02-27 16:51:31.269511 | fa163e1a-c8bd-f49a-a1f2-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2026-02-27 16:51:31.308024 | fa163e1a-c8bd-f49a-a1f2-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-02-27 16:51:31.309062 | fa163e1a-c8bd-f49a-a1f2-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:29.722462 | 0.04s 2026-02-27 16:51:31.330801 | fa163e1a-c8bd-f49a-a1f2-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-02-27 16:51:31.363212 | fa163e1a-c8bd-f49a-a1f2-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-02-27 16:51:31.364394 | fa163e1a-c8bd-f49a-a1f2-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:29.777791 | 0.03s 2026-02-27 16:51:31.386108 | fa163e1a-c8bd-f49a-a1f2-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-27 16:51:31.413716 | fa163e1a-c8bd-f49a-a1f2-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-27 16:51:31.414507 | fa163e1a-c8bd-f49a-a1f2-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.827904 | 0.03s 2026-02-27 16:51:31.441025 | fa163e1a-c8bd-f49a-a1f2-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-02-27 16:51:31.480643 | fa163e1a-c8bd-f49a-a1f2-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-27 16:51:31.482066 | fa163e1a-c8bd-f49a-a1f2-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.895454 | 0.04s 2026-02-27 16:51:31.509150 | fa163e1a-c8bd-f49a-a1f2-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-02-27 16:51:31.542397 | fa163e1a-c8bd-f49a-a1f2-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-02-27 16:51:31.543705 | fa163e1a-c8bd-f49a-a1f2-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:29.957098 | 0.03s 2026-02-27 16:51:31.563958 | fa163e1a-c8bd-f49a-a1f2-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-02-27 16:51:31.593128 | fa163e1a-c8bd-f49a-a1f2-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-02-27 16:51:31.594011 | fa163e1a-c8bd-f49a-a1f2-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:30.007410 | 0.03s 2026-02-27 16:51:31.620274 | fa163e1a-c8bd-f49a-a1f2-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-27 16:51:31.652365 | fa163e1a-c8bd-f49a-a1f2-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-27 16:51:31.653763 | fa163e1a-c8bd-f49a-a1f2-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.067151 | 0.03s 2026-02-27 16:51:31.681251 | fa163e1a-c8bd-f49a-a1f2-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-02-27 16:51:31.712295 | fa163e1a-c8bd-f49a-a1f2-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-27 16:51:31.713712 | fa163e1a-c8bd-f49a-a1f2-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.127102 | 0.03s 2026-02-27 16:51:31.740894 | fa163e1a-c8bd-f49a-a1f2-000000000b98 | TASK | Do we prepend nova startup with a delay 2026-02-27 16:51:31.773165 | fa163e1a-c8bd-f49a-a1f2-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2026-02-27 16:51:31.774082 | fa163e1a-c8bd-f49a-a1f2-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:30.187483 | 0.03s 2026-02-27 16:51:31.795812 | fa163e1a-c8bd-f49a-a1f2-000000000b99 | TASK | install nova-compute delay wrapper script 2026-02-27 16:51:31.844299 | fa163e1a-c8bd-f49a-a1f2-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-02-27 16:51:31.845457 | fa163e1a-c8bd-f49a-a1f2-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:30.258855 | 0.05s 2026-02-27 16:51:31.867393 | fa163e1a-c8bd-f49a-a1f2-000000000b9a | TASK | Is irqbalance enabled 2026-02-27 16:51:31.905280 | fa163e1a-c8bd-f49a-a1f2-000000000b9a | OK | Is irqbalance enabled | standalone 2026-02-27 16:51:31.906165 | fa163e1a-c8bd-f49a-a1f2-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:30.319567 | 0.04s 2026-02-27 16:51:31.927470 | fa163e1a-c8bd-f49a-a1f2-000000000b9b | TASK | disable irqbalance service on compute 2026-02-27 16:51:31.955889 | fa163e1a-c8bd-f49a-a1f2-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2026-02-27 16:51:31.958051 | fa163e1a-c8bd-f49a-a1f2-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:30.371433 | 0.03s 2026-02-27 16:51:31.985853 | fa163e1a-c8bd-f49a-a1f2-000000000b9c | TASK | create persistent directories 2026-02-27 16:51:32.238239 | fa163e1a-c8bd-f49a-a1f2-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-02-27 16:51:32.240473 | fa163e1a-c8bd-f49a-a1f2-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.653866 | 0.25s 2026-02-27 16:51:32.250518 | fa163e1a-c8bd-f49a-a1f2-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.663918 | 0.26s 2026-02-27 16:51:32.276837 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TASK | create libvirt persistent data directories 2026-02-27 16:51:32.533204 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-02-27 16:51:32.534374 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.947773 | 0.26s 2026-02-27 16:51:32.760537 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-02-27 16:51:32.761748 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.175144 | 0.48s 2026-02-27 16:51:32.997064 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-02-27 16:51:32.998968 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.412367 | 0.72s 2026-02-27 16:51:33.203172 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-27 16:51:33.203892 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.617297 | 0.93s 2026-02-27 16:51:33.422651 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-02-27 16:51:33.423346 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.836751 | 1.14s 2026-02-27 16:51:33.660216 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-27 16:51:33.661759 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.075151 | 1.38s 2026-02-27 16:51:33.914713 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-02-27 16:51:33.916681 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.330078 | 1.64s 2026-02-27 16:51:34.161273 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-02-27 16:51:34.162965 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.576363 | 1.88s 2026-02-27 16:51:34.175362 | fa163e1a-c8bd-f49a-a1f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.588761 | 1.90s 2026-02-27 16:51:34.204145 | fa163e1a-c8bd-f49a-a1f2-000000000b9e | TASK | ensure qemu group is present on the host 2026-02-27 16:51:34.661778 | fa163e1a-c8bd-f49a-a1f2-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2026-02-27 16:51:34.663167 | fa163e1a-c8bd-f49a-a1f2-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:33.076560 | 0.46s 2026-02-27 16:51:34.688902 | fa163e1a-c8bd-f49a-a1f2-000000000b9f | TASK | ensure qemu user is present on the host 2026-02-27 16:51:35.341716 | fa163e1a-c8bd-f49a-a1f2-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2026-02-27 16:51:35.343998 | fa163e1a-c8bd-f49a-a1f2-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:33.757388 | 0.65s 2026-02-27 16:51:35.371102 | fa163e1a-c8bd-f49a-a1f2-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2026-02-27 16:51:35.618322 | fa163e1a-c8bd-f49a-a1f2-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-02-27 16:51:35.619249 | fa163e1a-c8bd-f49a-a1f2-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:34.032652 | 0.25s 2026-02-27 16:51:35.636848 | fa163e1a-c8bd-f49a-a1f2-000000000ba1 | TASK | check if libvirt is installed 2026-02-27 16:51:35.878331 | fa163e1a-c8bd-f49a-a1f2-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2026-02-27 16:51:35.879867 | fa163e1a-c8bd-f49a-a1f2-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:34.293260 | 0.24s 2026-02-27 16:51:35.906833 | fa163e1a-c8bd-f49a-a1f2-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2026-02-27 16:51:35.935138 | fa163e1a-c8bd-f49a-a1f2-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-02-27 16:51:35.941373 | fa163e1a-c8bd-f49a-a1f2-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-02-27 16:51:35.947068 | fa163e1a-c8bd-f49a-a1f2-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:34.360456 | 0.04s 2026-02-27 16:51:35.973550 | fa163e1a-c8bd-f49a-a1f2-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2026-02-27 16:51:36.407604 | fa163e1a-c8bd-f49a-a1f2-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-02-27 16:51:36.408711 | fa163e1a-c8bd-f49a-a1f2-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:34.822110 | 0.43s 2026-02-27 16:51:36.427132 | fa163e1a-c8bd-f49a-a1f2-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-02-27 16:51:37.647988 | fa163e1a-c8bd-f49a-a1f2-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-02-27 16:51:37.649819 | fa163e1a-c8bd-f49a-a1f2-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:36.063209 | 1.22s 2026-02-27 16:51:37.675764 | fa163e1a-c8bd-f49a-a1f2-000000000ba5 | TASK | remove gnutls-qemu.config 2026-02-27 16:51:37.917438 | fa163e1a-c8bd-f49a-a1f2-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2026-02-27 16:51:37.918365 | fa163e1a-c8bd-f49a-a1f2-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:36.331762 | 0.24s 2026-02-27 16:51:37.938624 | fa163e1a-c8bd-f49a-a1f2-000000000ba6 | TASK | update crypto policies 2026-02-27 16:51:37.965710 | fa163e1a-c8bd-f49a-a1f2-000000000ba6 | SKIPPED | update crypto policies | standalone 2026-02-27 16:51:37.966624 | fa163e1a-c8bd-f49a-a1f2-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:36.380023 | 0.03s 2026-02-27 16:51:37.988392 | fa163e1a-c8bd-f49a-a1f2-000000000ba7 | TASK | Create libvirt persistent data directories 2026-02-27 16:51:38.244341 | fa163e1a-c8bd-f49a-a1f2-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-02-27 16:51:38.245372 | fa163e1a-c8bd-f49a-a1f2-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.658772 | 0.26s 2026-02-27 16:51:38.250972 | fa163e1a-c8bd-f49a-a1f2-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.664350 | 0.26s 2026-02-27 16:51:38.280354 | fa163e1a-c8bd-f49a-a1f2-000000000ba8 | TASK | create persistent directories 2026-02-27 16:51:38.558337 | fa163e1a-c8bd-f49a-a1f2-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-27 16:51:38.560838 | fa163e1a-c8bd-f49a-a1f2-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:36.974226 | 0.28s 2026-02-27 16:51:38.828063 | fa163e1a-c8bd-f49a-a1f2-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-27 16:51:38.830026 | fa163e1a-c8bd-f49a-a1f2-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:37.243420 | 0.55s 2026-02-27 16:51:38.840806 | fa163e1a-c8bd-f49a-a1f2-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:37.254195 | 0.56s 2026-02-27 16:51:38.868979 | fa163e1a-c8bd-f49a-a1f2-000000000ba9 | TASK | Copy in cleanup script 2026-02-27 16:51:39.379787 | fa163e1a-c8bd-f49a-a1f2-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2026-02-27 16:51:39.381201 | fa163e1a-c8bd-f49a-a1f2-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:37.794593 | 0.51s 2026-02-27 16:51:39.406927 | fa163e1a-c8bd-f49a-a1f2-000000000baa | TASK | Copy in cleanup service 2026-02-27 16:51:39.873234 | fa163e1a-c8bd-f49a-a1f2-000000000baa | CHANGED | Copy in cleanup service | standalone 2026-02-27 16:51:39.874653 | fa163e1a-c8bd-f49a-a1f2-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:38.288045 | 0.47s 2026-02-27 16:51:39.900268 | fa163e1a-c8bd-f49a-a1f2-000000000bab | TASK | Enabling the cleanup service 2026-02-27 16:51:40.516337 | fa163e1a-c8bd-f49a-a1f2-000000000bab | CHANGED | Enabling the cleanup service | standalone 2026-02-27 16:51:40.517812 | fa163e1a-c8bd-f49a-a1f2-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:38.931207 | 0.62s 2026-02-27 16:51:40.547881 | fa163e1a-c8bd-f49a-a1f2-000000000bac | TASK | create persistent directories 2026-02-27 16:51:40.755368 | fa163e1a-c8bd-f49a-a1f2-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-27 16:51:40.757477 | fa163e1a-c8bd-f49a-a1f2-000000000bac | TIMING | create persistent directories | standalone | 0:02:39.170867 | 0.21s 2026-02-27 16:51:40.986720 | fa163e1a-c8bd-f49a-a1f2-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-27 16:51:40.987913 | fa163e1a-c8bd-f49a-a1f2-000000000bac | TIMING | create persistent directories | standalone | 0:02:39.401308 | 0.44s 2026-02-27 16:51:40.995450 | fa163e1a-c8bd-f49a-a1f2-000000000bac | TIMING | create persistent directories | standalone | 0:02:39.408854 | 0.45s 2026-02-27 16:51:41.014938 | fa163e1a-c8bd-f49a-a1f2-000000000bad | TASK | set conditions 2026-02-27 16:51:41.043173 | fa163e1a-c8bd-f49a-a1f2-000000000bad | OK | set conditions | standalone 2026-02-27 16:51:41.043957 | fa163e1a-c8bd-f49a-a1f2-000000000bad | TIMING | set conditions | standalone | 0:02:39.457361 | 0.03s 2026-02-27 16:51:41.070173 | fa163e1a-c8bd-f49a-a1f2-000000000bae | TASK | create persistent directories 2026-02-27 16:51:41.330211 | fa163e1a-c8bd-f49a-a1f2-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-27 16:51:41.331921 | fa163e1a-c8bd-f49a-a1f2-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.745312 | 0.26s 2026-02-27 16:51:41.532905 | fa163e1a-c8bd-f49a-a1f2-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-02-27 16:51:41.533742 | fa163e1a-c8bd-f49a-a1f2-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.947145 | 0.46s 2026-02-27 16:51:41.747399 | fa163e1a-c8bd-f49a-a1f2-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-02-27 16:51:41.749028 | fa163e1a-c8bd-f49a-a1f2-000000000bae | TIMING | create persistent directories | standalone | 0:02:40.162429 | 0.68s 2026-02-27 16:51:41.758962 | fa163e1a-c8bd-f49a-a1f2-000000000bae | TIMING | create persistent directories | standalone | 0:02:40.172359 | 0.69s 2026-02-27 16:51:41.777034 | fa163e1a-c8bd-f49a-a1f2-000000000baf | TASK | ensure /run/octavia is present upon reboot 2026-02-27 16:51:42.280792 | fa163e1a-c8bd-f49a-a1f2-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-02-27 16:51:42.282228 | fa163e1a-c8bd-f49a-a1f2-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:40.695620 | 0.50s 2026-02-27 16:51:42.308495 | fa163e1a-c8bd-f49a-a1f2-000000000bb0 | TASK | create persistent directories 2026-02-27 16:51:42.554313 | fa163e1a-c8bd-f49a-a1f2-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-27 16:51:42.556027 | fa163e1a-c8bd-f49a-a1f2-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.969415 | 0.25s 2026-02-27 16:51:42.758129 | fa163e1a-c8bd-f49a-a1f2-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-02-27 16:51:42.759664 | fa163e1a-c8bd-f49a-a1f2-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:41.173055 | 0.45s 2026-02-27 16:51:42.772056 | fa163e1a-c8bd-f49a-a1f2-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:41.185444 | 0.46s 2026-02-27 16:51:42.796495 | fa163e1a-c8bd-f49a-a1f2-000000000bb1 | TASK | create empty log files 2026-02-27 16:51:42.997360 | fa163e1a-c8bd-f49a-a1f2-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2026-02-27 16:51:42.998664 | fa163e1a-c8bd-f49a-a1f2-000000000bb1 | TIMING | create empty log files | standalone | 0:02:41.412060 | 0.20s 2026-02-27 16:51:43.212842 | fa163e1a-c8bd-f49a-a1f2-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-02-27 16:51:43.214444 | fa163e1a-c8bd-f49a-a1f2-000000000bb1 | TIMING | create empty log files | standalone | 0:02:41.627834 | 0.42s 2026-02-27 16:51:43.222166 | fa163e1a-c8bd-f49a-a1f2-000000000bb1 | TIMING | create empty log files | standalone | 0:02:41.635544 | 0.42s 2026-02-27 16:51:43.254290 | fa163e1a-c8bd-f49a-a1f2-000000000bb2 | TASK | create persistent directories 2026-02-27 16:51:43.498484 | fa163e1a-c8bd-f49a-a1f2-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-27 16:51:43.500540 | fa163e1a-c8bd-f49a-a1f2-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:41.913925 | 0.24s 2026-02-27 16:51:43.510901 | fa163e1a-c8bd-f49a-a1f2-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:41.924290 | 0.25s 2026-02-27 16:51:43.534122 | fa163e1a-c8bd-f49a-a1f2-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2026-02-27 16:51:46.571064 | fa163e1a-c8bd-f49a-a1f2-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2026-02-27 16:51:46.572420 | fa163e1a-c8bd-f49a-a1f2-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:44.985816 | 3.04s 2026-02-27 16:51:46.625443 | fa163e1a-c8bd-f49a-a1f2-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:45.038829 | 0.03s 2026-02-27 16:51:46.692030 | fa163e1a-c8bd-f49a-a1f2-000000001297 | TASK | Gather variables for each operating system 2026-02-27 16:51:46.801257 | fa163e1a-c8bd-f49a-a1f2-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:45.214646 | 0.11s 2026-02-27 16:51:46.819937 | fa163e1a-c8bd-f49a-a1f2-000000001298 | TASK | Set packages facts 2026-02-27 16:51:46.846614 | fa163e1a-c8bd-f49a-a1f2-000000001298 | OK | Set packages facts | standalone 2026-02-27 16:51:46.847241 | fa163e1a-c8bd-f49a-a1f2-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:45.260644 | 0.03s 2026-02-27 16:51:46.865073 | fa163e1a-c8bd-f49a-a1f2-000000001299 | TASK | Manage package 2026-02-27 16:51:46.902452 | fa163e1a-c8bd-f49a-a1f2-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2026-02-27 16:51:46.913888 | fa163e1a-c8bd-f49a-a1f2-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2026-02-27 16:51:46.926114 | fa163e1a-c8bd-f49a-a1f2-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2026-02-27 16:51:53.611294 | fa163e1a-c8bd-f49a-a1f2-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.024680 | 6.75s 2026-02-27 16:51:53.634607 | fa163e1a-c8bd-f49a-a1f2-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2026-02-27 16:51:53.642239 | fa163e1a-c8bd-f49a-a1f2-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.055628 | 6.78s 2026-02-27 16:51:53.692414 | fa163e1a-c8bd-f49a-a1f2-000000000bb7 | TASK | create fcontext for rabbitmq data 2026-02-27 16:51:55.083719 | fa163e1a-c8bd-f49a-a1f2-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2026-02-27 16:51:55.085199 | fa163e1a-c8bd-f49a-a1f2-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:53.498593 | 1.39s 2026-02-27 16:51:55.110738 | fa163e1a-c8bd-f49a-a1f2-000000000bb8 | TASK | create persistent directories 2026-02-27 16:51:55.380163 | fa163e1a-c8bd-f49a-a1f2-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-02-27 16:51:55.381944 | fa163e1a-c8bd-f49a-a1f2-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:53.795328 | 0.27s 2026-02-27 16:51:55.605007 | fa163e1a-c8bd-f49a-a1f2-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-02-27 16:51:55.606211 | fa163e1a-c8bd-f49a-a1f2-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:54.019607 | 0.49s 2026-02-27 16:51:55.613233 | fa163e1a-c8bd-f49a-a1f2-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:54.026632 | 0.50s 2026-02-27 16:51:55.639681 | fa163e1a-c8bd-f49a-a1f2-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-02-27 16:51:55.892979 | fa163e1a-c8bd-f49a-a1f2-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-02-27 16:51:55.894620 | fa163e1a-c8bd-f49a-a1f2-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:54.307974 | 0.25s 2026-02-27 16:51:55.918777 | fa163e1a-c8bd-f49a-a1f2-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-02-27 16:51:55.946006 | fa163e1a-c8bd-f49a-a1f2-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-02-27 16:51:55.946889 | fa163e1a-c8bd-f49a-a1f2-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:54.360288 | 0.03s 2026-02-27 16:51:55.973617 | fa163e1a-c8bd-f49a-a1f2-000000000bbb | TASK | Remove existing entries from logind conf 2026-02-27 16:51:56.161583 | fa163e1a-c8bd-f49a-a1f2-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2026-02-27 16:51:56.162357 | fa163e1a-c8bd-f49a-a1f2-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:54.575760 | 0.19s 2026-02-27 16:51:56.179543 | fa163e1a-c8bd-f49a-a1f2-000000000bbc | TASK | Make sure systemd-logind ignores power off 2026-02-27 16:51:56.417937 | fa163e1a-c8bd-f49a-a1f2-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-02-27 16:51:56.419370 | fa163e1a-c8bd-f49a-a1f2-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:54.832762 | 0.24s 2026-02-27 16:51:56.446308 | fa163e1a-c8bd-f49a-a1f2-000000000bbd | TASK | Restart systemd-logind 2026-02-27 16:51:56.977842 | fa163e1a-c8bd-f49a-a1f2-000000000bbd | CHANGED | Restart systemd-logind | standalone 2026-02-27 16:51:56.978910 | fa163e1a-c8bd-f49a-a1f2-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:55.392313 | 0.53s 2026-02-27 16:51:56.996903 | fa163e1a-c8bd-f49a-a1f2-000000000bbe | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-02-27 16:51:57.064054 | fa163e1a-c8bd-f49a-a1f2-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-02-27 16:51:57.065173 | fa163e1a-c8bd-f49a-a1f2-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:55.478563 | 0.07s 2026-02-27 16:51:57.091495 | fa163e1a-c8bd-f49a-a1f2-000000000bbf | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-02-27 16:51:57.129759 | fa163e1a-c8bd-f49a-a1f2-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-02-27 16:51:57.130612 | fa163e1a-c8bd-f49a-a1f2-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:55.543967 | 0.04s 2026-02-27 16:51:57.156241 | fa163e1a-c8bd-f49a-a1f2-000000000bc0 | TASK | create persistent logs directory 2026-02-27 16:51:57.401060 | fa163e1a-c8bd-f49a-a1f2-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-02-27 16:51:57.403769 | fa163e1a-c8bd-f49a-a1f2-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:55.817154 | 0.25s 2026-02-27 16:51:57.598904 | fa163e1a-c8bd-f49a-a1f2-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-02-27 16:51:57.601299 | fa163e1a-c8bd-f49a-a1f2-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:56.014689 | 0.44s 2026-02-27 16:51:57.613459 | fa163e1a-c8bd-f49a-a1f2-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:56.026847 | 0.46s 2026-02-27 16:51:57.641998 | fa163e1a-c8bd-f49a-a1f2-000000000bc2 | TASK | Set login facts 2026-02-27 16:51:57.670597 | fa163e1a-c8bd-f49a-a1f2-000000000bc2 | OK | Set login facts | standalone 2026-02-27 16:51:57.671543 | fa163e1a-c8bd-f49a-a1f2-000000000bc2 | TIMING | Set login facts | standalone | 0:02:56.084943 | 0.03s 2026-02-27 16:51:57.692260 | fa163e1a-c8bd-f49a-a1f2-000000000bc3 | TASK | Convert logins json to dict 2026-02-27 16:51:57.723769 | fa163e1a-c8bd-f49a-a1f2-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2026-02-27 16:51:57.724537 | fa163e1a-c8bd-f49a-a1f2-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:56.137939 | 0.03s 2026-02-27 16:51:57.744911 | fa163e1a-c8bd-f49a-a1f2-000000000bc4 | TASK | Set registry logins 2026-02-27 16:51:57.782021 | fa163e1a-c8bd-f49a-a1f2-000000000bc4 | SKIPPED | Set registry logins | standalone 2026-02-27 16:51:57.782917 | fa163e1a-c8bd-f49a-a1f2-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:56.196315 | 0.04s 2026-02-27 16:51:57.800679 | fa163e1a-c8bd-f49a-a1f2-000000000bc5 | TASK | Run podman install 2026-02-27 16:51:57.827807 | fa163e1a-c8bd-f49a-a1f2-000000000bc5 | TIMING | Run podman install | standalone | 0:02:56.241204 | 0.03s 2026-02-27 16:51:57.893044 | fa163e1a-c8bd-f49a-a1f2-000000001329 | TASK | Gather variables for each operating system 2026-02-27 16:51:58.038487 | fa163e1a-c8bd-f49a-a1f2-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-02-27 16:51:58.041266 | fa163e1a-c8bd-f49a-a1f2-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:56.454647 | 0.15s 2026-02-27 16:51:58.050864 | fa163e1a-c8bd-f49a-a1f2-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:56.464256 | 0.16s 2026-02-27 16:51:58.076929 | fa163e1a-c8bd-f49a-a1f2-00000000132b | TASK | ensure podman and deps are installed 2026-02-27 16:52:01.245679 | fa163e1a-c8bd-f49a-a1f2-00000000132b | OK | ensure podman and deps are installed | standalone 2026-02-27 16:52:01.247113 | fa163e1a-c8bd-f49a-a1f2-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:59.660503 | 3.17s 2026-02-27 16:52:01.273219 | fa163e1a-c8bd-f49a-a1f2-00000000132c | TASK | Ensure we get the ansible interfaces facts 2026-02-27 16:52:01.860876 | fa163e1a-c8bd-f49a-a1f2-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2026-02-27 16:52:01.862455 | fa163e1a-c8bd-f49a-a1f2-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:00.275842 | 0.59s 2026-02-27 16:52:01.892366 | fa163e1a-c8bd-f49a-a1f2-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-02-27 16:52:01.925102 | fa163e1a-c8bd-f49a-a1f2-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-02-27 16:52:01.926405 | fa163e1a-c8bd-f49a-a1f2-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:00.339790 | 0.03s 2026-02-27 16:52:01.960773 | fa163e1a-c8bd-f49a-a1f2-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2026-02-27 16:52:02.005413 | fa163e1a-c8bd-f49a-a1f2-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-02-27 16:52:02.006469 | fa163e1a-c8bd-f49a-a1f2-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:00.419868 | 0.04s 2026-02-27 16:52:02.029182 | fa163e1a-c8bd-f49a-a1f2-000000001330 | TASK | Update default network configuration if possible 2026-02-27 16:52:02.069225 | fa163e1a-c8bd-f49a-a1f2-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2026-02-27 16:52:02.070123 | fa163e1a-c8bd-f49a-a1f2-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:00.483521 | 0.04s 2026-02-27 16:52:02.092773 | fa163e1a-c8bd-f49a-a1f2-000000001332 | TASK | Make sure /etc/containers/networks exists 2026-02-27 16:52:02.344304 | fa163e1a-c8bd-f49a-a1f2-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2026-02-27 16:52:02.346018 | fa163e1a-c8bd-f49a-a1f2-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:00.759413 | 0.25s 2026-02-27 16:52:02.372432 | fa163e1a-c8bd-f49a-a1f2-000000001333 | TASK | Get current podman network 2026-02-27 16:52:02.681476 | fa163e1a-c8bd-f49a-a1f2-000000001333 | CHANGED | Get current podman network | standalone 2026-02-27 16:52:02.683051 | fa163e1a-c8bd-f49a-a1f2-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:01.096442 | 0.31s 2026-02-27 16:52:02.712123 | fa163e1a-c8bd-f49a-a1f2-000000001334 | TASK | Update the default network configuration 2026-02-27 16:52:03.278296 | fa163e1a-c8bd-f49a-a1f2-000000001334 | CHANGED | Update the default network configuration | standalone 2026-02-27 16:52:03.279698 | fa163e1a-c8bd-f49a-a1f2-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:01.693089 | 0.57s 2026-02-27 16:52:03.309257 | fa163e1a-c8bd-f49a-a1f2-000000001335 | TASK | Write containers registries.conf 2026-02-27 16:52:03.820437 | fa163e1a-c8bd-f49a-a1f2-000000001335 | CHANGED | Write containers registries.conf | standalone 2026-02-27 16:52:03.821836 | fa163e1a-c8bd-f49a-a1f2-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:02.235228 | 0.51s 2026-02-27 16:52:03.843290 | fa163e1a-c8bd-f49a-a1f2-000000001336 | TASK | Write containers.conf 2026-02-27 16:52:04.043707 | fa163e1a-c8bd-f49a-a1f2-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-02-27 16:52:04.045831 | fa163e1a-c8bd-f49a-a1f2-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.459221 | 0.20s 2026-02-27 16:52:04.225033 | fa163e1a-c8bd-f49a-a1f2-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-02-27 16:52:04.226269 | fa163e1a-c8bd-f49a-a1f2-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.639667 | 0.38s 2026-02-27 16:52:04.455593 | fa163e1a-c8bd-f49a-a1f2-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-02-27 16:52:04.457992 | fa163e1a-c8bd-f49a-a1f2-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.871386 | 0.61s 2026-02-27 16:52:04.719981 | fa163e1a-c8bd-f49a-a1f2-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-02-27 16:52:04.721194 | fa163e1a-c8bd-f49a-a1f2-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.134589 | 0.88s 2026-02-27 16:52:04.729175 | fa163e1a-c8bd-f49a-a1f2-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.142561 | 0.89s 2026-02-27 16:52:04.758178 | fa163e1a-c8bd-f49a-a1f2-000000001337 | TASK | Enable podman.socket service 2026-02-27 16:52:04.787046 | fa163e1a-c8bd-f49a-a1f2-000000001337 | SKIPPED | Enable podman.socket service | standalone 2026-02-27 16:52:04.788189 | fa163e1a-c8bd-f49a-a1f2-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:03.201580 | 0.03s 2026-02-27 16:52:04.838236 | fa163e1a-c8bd-f49a-a1f2-000000000bc6 | TASK | Run podman login 2026-02-27 16:52:04.866732 | fa163e1a-c8bd-f49a-a1f2-000000000bc6 | TIMING | Run podman login | standalone | 0:03:03.280115 | 0.03s 2026-02-27 16:52:04.947800 | fa163e1a-c8bd-f49a-a1f2-000000001437 | TASK | Perform container registry login(s) with podman 2026-02-27 16:52:04.976392 | fa163e1a-c8bd-f49a-a1f2-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:03.389777 | 0.03s 2026-02-27 16:52:05.028273 | fa163e1a-c8bd-f49a-a1f2-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-02-27 16:52:05.567756 | fa163e1a-c8bd-f49a-a1f2-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-02-27 16:52:05.569045 | fa163e1a-c8bd-f49a-a1f2-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:03.982440 | 0.54s 2026-02-27 16:52:05.587385 | fa163e1a-c8bd-f49a-a1f2-000000000bc9 | TASK | create persistent directories 2026-02-27 16:52:05.916817 | fa163e1a-c8bd-f49a-a1f2-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-02-27 16:52:05.918413 | fa163e1a-c8bd-f49a-a1f2-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:04.331805 | 0.33s 2026-02-27 16:52:06.123668 | fa163e1a-c8bd-f49a-a1f2-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-02-27 16:52:06.124880 | fa163e1a-c8bd-f49a-a1f2-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:04.538276 | 0.54s 2026-02-27 16:52:06.351884 | fa163e1a-c8bd-f49a-a1f2-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-02-27 16:52:06.353113 | fa163e1a-c8bd-f49a-a1f2-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:04.766509 | 0.76s 2026-02-27 16:52:06.360717 | fa163e1a-c8bd-f49a-a1f2-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:04.774107 | 0.77s 2026-02-27 16:52:06.387463 | fa163e1a-c8bd-f49a-a1f2-000000000bca | TASK | ensure /run/redis is present upon reboot 2026-02-27 16:52:06.842954 | fa163e1a-c8bd-f49a-a1f2-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-02-27 16:52:06.844477 | fa163e1a-c8bd-f49a-a1f2-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:05.257867 | 0.46s 2026-02-27 16:52:06.863315 | fa163e1a-c8bd-f49a-a1f2-000000000bcb | TASK | Ensure rsyslog is installed 2026-02-27 16:52:09.851587 | fa163e1a-c8bd-f49a-a1f2-000000000bcb | OK | Ensure rsyslog is installed | standalone 2026-02-27 16:52:09.852418 | fa163e1a-c8bd-f49a-a1f2-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:08.265822 | 2.99s 2026-02-27 16:52:09.872222 | fa163e1a-c8bd-f49a-a1f2-000000000bcc | TASK | Ensure rsyslog is enabled and started 2026-02-27 16:52:10.216167 | fa163e1a-c8bd-f49a-a1f2-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2026-02-27 16:52:10.217502 | fa163e1a-c8bd-f49a-a1f2-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:08.630902 | 0.34s 2026-02-27 16:52:10.270651 | fa163e1a-c8bd-f49a-a1f2-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:08.684039 | 0.03s 2026-02-27 16:52:10.334008 | fa163e1a-c8bd-f49a-a1f2-000000001552 | TASK | Gather variables for each operating system 2026-02-27 16:52:10.437884 | fa163e1a-c8bd-f49a-a1f2-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-02-27 16:52:10.440052 | fa163e1a-c8bd-f49a-a1f2-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:08.853442 | 0.10s 2026-02-27 16:52:10.449814 | fa163e1a-c8bd-f49a-a1f2-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:08.863214 | 0.11s 2026-02-27 16:52:10.471282 | fa163e1a-c8bd-f49a-a1f2-000000001554 | TASK | Install the OpenSSH server 2026-02-27 16:52:13.615025 | fa163e1a-c8bd-f49a-a1f2-000000001554 | OK | Install the OpenSSH server | standalone 2026-02-27 16:52:13.616751 | fa163e1a-c8bd-f49a-a1f2-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:12.030144 | 3.14s 2026-02-27 16:52:13.643465 | fa163e1a-c8bd-f49a-a1f2-000000001555 | TASK | Start sshd 2026-02-27 16:52:13.673605 | fa163e1a-c8bd-f49a-a1f2-000000001555 | SKIPPED | Start sshd | standalone 2026-02-27 16:52:13.674981 | fa163e1a-c8bd-f49a-a1f2-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:12.088365 | 0.03s 2026-02-27 16:52:13.701278 | fa163e1a-c8bd-f49a-a1f2-000000001556 | TASK | PasswordAuthentication notice 2026-02-27 16:52:13.729806 | fa163e1a-c8bd-f49a-a1f2-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2026-02-27 16:52:13.730899 | fa163e1a-c8bd-f49a-a1f2-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:12.144290 | 0.03s 2026-02-27 16:52:13.758863 | fa163e1a-c8bd-f49a-a1f2-000000001557 | TASK | PasswordAuthentication duplication notice 2026-02-27 16:52:13.791393 | fa163e1a-c8bd-f49a-a1f2-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-02-27 16:52:13.793290 | fa163e1a-c8bd-f49a-a1f2-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:12.206673 | 0.03s 2026-02-27 16:52:13.820677 | fa163e1a-c8bd-f49a-a1f2-000000001558 | TASK | Motd duplication notice 2026-02-27 16:52:13.864042 | fa163e1a-c8bd-f49a-a1f2-000000001558 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2026-02-27 16:52:13.867321 | fa163e1a-c8bd-f49a-a1f2-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:12.280607 | 0.04s 2026-02-27 16:52:13.895556 | fa163e1a-c8bd-f49a-a1f2-000000001559 | TASK | Configure the banner text 2026-02-27 16:52:13.944831 | fa163e1a-c8bd-f49a-a1f2-000000001559 | SKIPPED | Configure the banner text | standalone 2026-02-27 16:52:13.948804 | fa163e1a-c8bd-f49a-a1f2-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:12.362188 | 0.05s 2026-02-27 16:52:13.983883 | fa163e1a-c8bd-f49a-a1f2-00000000155a | TASK | Configure the motd banner 2026-02-27 16:52:14.019920 | fa163e1a-c8bd-f49a-a1f2-00000000155a | SKIPPED | Configure the motd banner | standalone 2026-02-27 16:52:14.022237 | fa163e1a-c8bd-f49a-a1f2-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:12.435632 | 0.03s 2026-02-27 16:52:14.050606 | fa163e1a-c8bd-f49a-a1f2-00000000155b | TASK | Update sshd configuration options from vars 2026-02-27 16:52:14.093820 | fa163e1a-c8bd-f49a-a1f2-00000000155b | OK | Update sshd configuration options from vars | standalone 2026-02-27 16:52:14.096264 | fa163e1a-c8bd-f49a-a1f2-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:12.509560 | 0.04s 2026-02-27 16:52:14.118551 | fa163e1a-c8bd-f49a-a1f2-00000000155c | TASK | Adjust ssh server configuration 2026-02-27 16:52:14.719785 | fa163e1a-c8bd-f49a-a1f2-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2026-02-27 16:52:14.723109 | fa163e1a-c8bd-f49a-a1f2-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:13.136489 | 0.60s 2026-02-27 16:52:14.745386 | fa163e1a-c8bd-f49a-a1f2-00000000155d | TASK | Restart sshd 2026-02-27 16:52:15.212035 | fa163e1a-c8bd-f49a-a1f2-00000000155d | CHANGED | Restart sshd | standalone 2026-02-27 16:52:15.214166 | fa163e1a-c8bd-f49a-a1f2-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:13.627556 | 0.47s 2026-02-27 16:52:15.265402 | fa163e1a-c8bd-f49a-a1f2-000000000bce | TASK | create persistent directories 2026-02-27 16:52:15.533852 | fa163e1a-c8bd-f49a-a1f2-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-27 16:52:15.535432 | fa163e1a-c8bd-f49a-a1f2-000000000bce | TIMING | create persistent directories | standalone | 0:03:13.948817 | 0.27s 2026-02-27 16:52:15.775795 | fa163e1a-c8bd-f49a-a1f2-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-02-27 16:52:15.777721 | fa163e1a-c8bd-f49a-a1f2-000000000bce | TIMING | create persistent directories | standalone | 0:03:14.191114 | 0.51s 2026-02-27 16:52:15.963155 | fa163e1a-c8bd-f49a-a1f2-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-27 16:52:15.964339 | fa163e1a-c8bd-f49a-a1f2-000000000bce | TIMING | create persistent directories | standalone | 0:03:14.377735 | 0.70s 2026-02-27 16:52:15.973121 | fa163e1a-c8bd-f49a-a1f2-000000000bce | TIMING | create persistent directories | standalone | 0:03:14.386510 | 0.71s 2026-02-27 16:52:16.005298 | fa163e1a-c8bd-f49a-a1f2-000000000bcf | TASK | create persistent directories 2026-02-27 16:52:16.309840 | fa163e1a-c8bd-f49a-a1f2-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-27 16:52:16.312345 | fa163e1a-c8bd-f49a-a1f2-000000000bcf | TIMING | create persistent directories | standalone | 0:03:14.725734 | 0.31s 2026-02-27 16:52:16.485614 | fa163e1a-c8bd-f49a-a1f2-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-02-27 16:52:16.486447 | fa163e1a-c8bd-f49a-a1f2-000000000bcf | TIMING | create persistent directories | standalone | 0:03:14.899850 | 0.48s 2026-02-27 16:52:16.698714 | fa163e1a-c8bd-f49a-a1f2-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-27 16:52:16.699494 | fa163e1a-c8bd-f49a-a1f2-000000000bcf | TIMING | create persistent directories | standalone | 0:03:15.112898 | 0.69s 2026-02-27 16:52:16.704152 | fa163e1a-c8bd-f49a-a1f2-000000000bcf | TIMING | create persistent directories | standalone | 0:03:15.117542 | 0.70s 2026-02-27 16:52:16.723404 | fa163e1a-c8bd-f49a-a1f2-000000000bd0 | TASK | Set swift_use_local_disks fact 2026-02-27 16:52:16.748670 | fa163e1a-c8bd-f49a-a1f2-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2026-02-27 16:52:16.750016 | fa163e1a-c8bd-f49a-a1f2-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:15.163404 | 0.03s 2026-02-27 16:52:16.776412 | fa163e1a-c8bd-f49a-a1f2-000000000bd1 | TASK | Set use_node_data_lookup fact 2026-02-27 16:52:16.803870 | fa163e1a-c8bd-f49a-a1f2-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2026-02-27 16:52:16.805106 | fa163e1a-c8bd-f49a-a1f2-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:15.218500 | 0.03s 2026-02-27 16:52:16.830751 | fa163e1a-c8bd-f49a-a1f2-000000000bd2 | TASK | Create Swift d1 directory if needed 2026-02-27 16:52:17.071429 | fa163e1a-c8bd-f49a-a1f2-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2026-02-27 16:52:17.072919 | fa163e1a-c8bd-f49a-a1f2-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:15.486313 | 0.24s 2026-02-27 16:52:17.098872 | fa163e1a-c8bd-f49a-a1f2-000000000bd3 | TASK | Set fact for SwiftRawDisks 2026-02-27 16:52:17.148775 | fa163e1a-c8bd-f49a-a1f2-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2026-02-27 16:52:17.150269 | fa163e1a-c8bd-f49a-a1f2-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:15.563661 | 0.05s 2026-02-27 16:52:17.178371 | fa163e1a-c8bd-f49a-a1f2-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2026-02-27 16:52:17.209412 | fa163e1a-c8bd-f49a-a1f2-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-02-27 16:52:17.211094 | fa163e1a-c8bd-f49a-a1f2-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:15.624482 | 0.03s 2026-02-27 16:52:17.240223 | fa163e1a-c8bd-f49a-a1f2-000000000bd5 | TASK | Set fact for swift_raw_disks 2026-02-27 16:52:17.270099 | fa163e1a-c8bd-f49a-a1f2-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-02-27 16:52:17.271319 | fa163e1a-c8bd-f49a-a1f2-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:15.684709 | 0.03s 2026-02-27 16:52:17.298857 | fa163e1a-c8bd-f49a-a1f2-000000000bd6 | TASK | Format SwiftRawDisks 2026-02-27 16:52:17.329066 | fa163e1a-c8bd-f49a-a1f2-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:15.742448 | 0.03s 2026-02-27 16:52:17.357789 | fa163e1a-c8bd-f49a-a1f2-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-02-27 16:52:17.400367 | fa163e1a-c8bd-f49a-a1f2-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-02-27 16:52:17.402233 | fa163e1a-c8bd-f49a-a1f2-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:15.815604 | 0.04s 2026-02-27 16:52:17.430037 | fa163e1a-c8bd-f49a-a1f2-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2026-02-27 16:52:17.459921 | fa163e1a-c8bd-f49a-a1f2-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:15.873300 | 0.03s 2026-02-27 16:52:17.479951 | fa163e1a-c8bd-f49a-a1f2-000000000bd9 | TASK | Check for NTP service 2026-02-27 16:52:17.754979 | fa163e1a-c8bd-f49a-a1f2-000000000bd9 | CHANGED | Check for NTP service | standalone 2026-02-27 16:52:17.756690 | fa163e1a-c8bd-f49a-a1f2-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:16.170079 | 0.28s 2026-02-27 16:52:17.787964 | fa163e1a-c8bd-f49a-a1f2-000000000bda | TASK | Disable NTP before configuring Chrony 2026-02-27 16:52:17.842262 | fa163e1a-c8bd-f49a-a1f2-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-27 16:52:17.845491 | fa163e1a-c8bd-f49a-a1f2-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:16.258734 | 0.05s 2026-02-27 16:52:17.873902 | fa163e1a-c8bd-f49a-a1f2-000000000bdb | TASK | Install, Configure and Run Chrony 2026-02-27 16:52:17.905307 | fa163e1a-c8bd-f49a-a1f2-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:16.318686 | 0.03s 2026-02-27 16:52:18.012049 | fa163e1a-c8bd-f49a-a1f2-0000000016ee | TASK | Load distro-specific variables 2026-02-27 16:52:18.040351 | fa163e1a-c8bd-f49a-a1f2-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.453739 | 0.03s 2026-02-27 16:52:18.050681 | 7aba38b4-d867-4f1d-b48d-1ba1e9082746 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-27 16:52:18.073682 | fa163e1a-c8bd-f49a-a1f2-0000000017d3 | TASK | Load distro-specific variables 2026-02-27 16:52:18.129818 | fa163e1a-c8bd-f49a-a1f2-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:52:18.130980 | fa163e1a-c8bd-f49a-a1f2-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.544375 | 0.06s 2026-02-27 16:52:18.135345 | fa163e1a-c8bd-f49a-a1f2-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.548738 | 0.06s 2026-02-27 16:52:18.155967 | fa163e1a-c8bd-f49a-a1f2-0000000016ef | TASK | Install chronyd 2026-02-27 16:52:18.185168 | fa163e1a-c8bd-f49a-a1f2-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:16.598554 | 0.03s 2026-02-27 16:52:18.203045 | ac4eab3f-67aa-407e-816f-084cc01b0c01 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-02-27 16:52:18.236095 | fa163e1a-c8bd-f49a-a1f2-00000000180c | TASK | Load distro-specific variables 2026-02-27 16:52:18.258376 | fa163e1a-c8bd-f49a-a1f2-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.671763 | 0.02s 2026-02-27 16:52:18.270928 | 1d894f45-615e-4f6a-a7c3-3626e30580b5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-27 16:52:18.297004 | fa163e1a-c8bd-f49a-a1f2-000000001853 | TASK | Load distro-specific variables 2026-02-27 16:52:18.351239 | fa163e1a-c8bd-f49a-a1f2-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:52:18.352402 | fa163e1a-c8bd-f49a-a1f2-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.765799 | 0.05s 2026-02-27 16:52:18.356223 | fa163e1a-c8bd-f49a-a1f2-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.769581 | 0.06s 2026-02-27 16:52:18.382261 | fa163e1a-c8bd-f49a-a1f2-00000000180d | TASK | Check for NTP service 2026-02-27 16:52:18.632554 | fa163e1a-c8bd-f49a-a1f2-00000000180d | CHANGED | Check for NTP service | standalone 2026-02-27 16:52:18.633677 | fa163e1a-c8bd-f49a-a1f2-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:17.047076 | 0.25s 2026-02-27 16:52:18.661346 | fa163e1a-c8bd-f49a-a1f2-00000000180e | TASK | Disable NTP before configuring Chrony 2026-02-27 16:52:18.721367 | fa163e1a-c8bd-f49a-a1f2-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-27 16:52:18.722245 | fa163e1a-c8bd-f49a-a1f2-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:17.135646 | 0.06s 2026-02-27 16:52:18.745068 | fa163e1a-c8bd-f49a-a1f2-00000000180f | TASK | Install chronyd package 2026-02-27 16:52:21.971770 | fa163e1a-c8bd-f49a-a1f2-00000000180f | OK | Install chronyd package | standalone 2026-02-27 16:52:21.973459 | fa163e1a-c8bd-f49a-a1f2-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:20.386844 | 3.23s 2026-02-27 16:52:22.003372 | fa163e1a-c8bd-f49a-a1f2-0000000016f0 | TASK | Upgrade chronyd 2026-02-27 16:52:22.027049 | fa163e1a-c8bd-f49a-a1f2-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2026-02-27 16:52:22.028393 | fa163e1a-c8bd-f49a-a1f2-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:20.441749 | 0.02s 2026-02-27 16:52:22.055389 | fa163e1a-c8bd-f49a-a1f2-0000000016f1 | TASK | Configure chronyd 2026-02-27 16:52:22.087906 | fa163e1a-c8bd-f49a-a1f2-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:20.501293 | 0.03s 2026-02-27 16:52:22.109115 | 9e2cc8cc-4d13-4bb6-bb3b-529bc9dd82a2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-02-27 16:52:22.147331 | fa163e1a-c8bd-f49a-a1f2-00000000188c | TASK | Load distro-specific variables 2026-02-27 16:52:22.175222 | fa163e1a-c8bd-f49a-a1f2-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.588603 | 0.03s 2026-02-27 16:52:22.194283 | ba8615a4-765a-49ca-ad28-6d8fa9e19d08 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-27 16:52:22.218147 | fa163e1a-c8bd-f49a-a1f2-0000000018f8 | TASK | Load distro-specific variables 2026-02-27 16:52:22.286818 | fa163e1a-c8bd-f49a-a1f2-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:52:22.288912 | fa163e1a-c8bd-f49a-a1f2-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.702295 | 0.07s 2026-02-27 16:52:22.298665 | fa163e1a-c8bd-f49a-a1f2-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.712057 | 0.08s 2026-02-27 16:52:22.318320 | fa163e1a-c8bd-f49a-a1f2-00000000188d | TASK | Install chrony configuration file 2026-02-27 16:52:22.905075 | fa163e1a-c8bd-f49a-a1f2-00000000188d | OK | Install chrony configuration file | standalone 2026-02-27 16:52:22.906068 | fa163e1a-c8bd-f49a-a1f2-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:21.319469 | 0.59s 2026-02-27 16:52:22.924595 | fa163e1a-c8bd-f49a-a1f2-0000000016f2 | TASK | Run chronyd 2026-02-27 16:52:22.960801 | fa163e1a-c8bd-f49a-a1f2-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:21.374192 | 0.04s 2026-02-27 16:52:22.973001 | 6561ce6b-ea0e-4be1-aba6-b203b5138793 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-02-27 16:52:23.002535 | fa163e1a-c8bd-f49a-a1f2-00000000191b | TASK | Load distro-specific variables 2026-02-27 16:52:23.028851 | fa163e1a-c8bd-f49a-a1f2-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.442242 | 0.03s 2026-02-27 16:52:23.039718 | 967a9f61-cf78-4868-bd08-405b27c452e0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-27 16:52:23.063233 | fa163e1a-c8bd-f49a-a1f2-00000000199f | TASK | Load distro-specific variables 2026-02-27 16:52:23.118607 | fa163e1a-c8bd-f49a-a1f2-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 16:52:23.120307 | fa163e1a-c8bd-f49a-a1f2-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.533691 | 0.06s 2026-02-27 16:52:23.126199 | fa163e1a-c8bd-f49a-a1f2-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.539589 | 0.06s 2026-02-27 16:52:23.146661 | fa163e1a-c8bd-f49a-a1f2-00000000191c | TASK | Ensure chronyd is running 2026-02-27 16:52:23.529347 | fa163e1a-c8bd-f49a-a1f2-00000000191c | OK | Ensure chronyd is running | standalone 2026-02-27 16:52:23.531390 | fa163e1a-c8bd-f49a-a1f2-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:21.944779 | 0.38s 2026-02-27 16:52:23.559107 | fa163e1a-c8bd-f49a-a1f2-00000000191d | TASK | Force chronyd restart 2026-02-27 16:52:23.601420 | fa163e1a-c8bd-f49a-a1f2-00000000191d | SKIPPED | Force chronyd restart | standalone 2026-02-27 16:52:23.602594 | fa163e1a-c8bd-f49a-a1f2-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:22.015954 | 0.04s 2026-02-27 16:52:23.629402 | fa163e1a-c8bd-f49a-a1f2-0000000016f3 | TASK | Enable online service 2026-02-27 16:52:23.659789 | fa163e1a-c8bd-f49a-a1f2-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:22.073155 | 0.03s 2026-02-27 16:52:23.681820 | c20231ed-609f-41dd-ba48-4d13296b0b2b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-02-27 16:52:23.727972 | fa163e1a-c8bd-f49a-a1f2-0000000019cc | TASK | Create chrony-online.service unit file 2026-02-27 16:52:24.201906 | fa163e1a-c8bd-f49a-a1f2-0000000019cc | OK | Create chrony-online.service unit file | standalone 2026-02-27 16:52:24.203339 | fa163e1a-c8bd-f49a-a1f2-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:22.616732 | 0.47s 2026-02-27 16:52:24.229977 | fa163e1a-c8bd-f49a-a1f2-0000000019cd | TASK | Enable chrony-online.service 2026-02-27 16:52:24.880282 | fa163e1a-c8bd-f49a-a1f2-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2026-02-27 16:52:24.881792 | fa163e1a-c8bd-f49a-a1f2-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:23.295192 | 0.65s 2026-02-27 16:52:24.904221 | fa163e1a-c8bd-f49a-a1f2-0000000016f4 | TASK | Sync chronyc 2026-02-27 16:52:24.923020 | fa163e1a-c8bd-f49a-a1f2-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:23.336411 | 0.02s 2026-02-27 16:52:24.933098 | 265588a8-1759-4f9a-ad8d-0aa09c910c67 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-02-27 16:52:24.969234 | fa163e1a-c8bd-f49a-a1f2-000000001a72 | TASK | Force NTP sync 2026-02-27 16:52:25.156049 | fa163e1a-c8bd-f49a-a1f2-000000001a72 | CHANGED | Force NTP sync | standalone 2026-02-27 16:52:25.157599 | fa163e1a-c8bd-f49a-a1f2-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:23.570991 | 0.19s 2026-02-27 16:52:25.184374 | fa163e1a-c8bd-f49a-a1f2-000000001a73 | TASK | Ensure system is NTP time synced 2026-02-27 16:52:25.415274 | fa163e1a-c8bd-f49a-a1f2-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2026-02-27 16:52:25.416838 | fa163e1a-c8bd-f49a-a1f2-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:23.830230 | 0.23s 2026-02-27 16:52:25.472308 | fa163e1a-c8bd-f49a-a1f2-000000000bdc | TASK | Force NTP sync 2026-02-27 16:52:25.680449 | fa163e1a-c8bd-f49a-a1f2-000000000bdc | CHANGED | Force NTP sync | standalone 2026-02-27 16:52:25.681930 | fa163e1a-c8bd-f49a-a1f2-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:24.095324 | 0.21s 2026-02-27 16:52:25.707273 | fa163e1a-c8bd-f49a-a1f2-000000000bdd | TASK | Ensure system is NTP time synced 2026-02-27 16:52:25.929420 | fa163e1a-c8bd-f49a-a1f2-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2026-02-27 16:52:25.931050 | fa163e1a-c8bd-f49a-a1f2-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:24.344442 | 0.22s 2026-02-27 16:52:25.958859 | fa163e1a-c8bd-f49a-a1f2-000000000bde | TASK | Run timezone role 2026-02-27 16:52:25.988181 | fa163e1a-c8bd-f49a-a1f2-000000000bde | TIMING | Run timezone role | standalone | 0:03:24.401568 | 0.03s 2026-02-27 16:52:26.091618 | fa163e1a-c8bd-f49a-a1f2-000000001c33 | TASK | Set timezone 2026-02-27 16:52:26.627449 | fa163e1a-c8bd-f49a-a1f2-000000001c33 | OK | Set timezone | standalone 2026-02-27 16:52:26.629162 | fa163e1a-c8bd-f49a-a1f2-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:25.042548 | 0.54s 2026-02-27 16:52:26.653182 | fa163e1a-c8bd-f49a-a1f2-000000001c34 | TASK | Restart time services 2026-02-27 16:52:26.693532 | fa163e1a-c8bd-f49a-a1f2-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-02-27 16:52:26.701662 | fa163e1a-c8bd-f49a-a1f2-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2026-02-27 16:52:26.708604 | fa163e1a-c8bd-f49a-a1f2-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:25.121990 | 0.05s 2026-02-27 16:52:26.754879 | fa163e1a-c8bd-f49a-a1f2-000000000bdf | TASK | install tmpwatch on the host 2026-02-27 16:52:30.122199 | fa163e1a-c8bd-f49a-a1f2-000000000bdf | OK | install tmpwatch on the host | standalone 2026-02-27 16:52:30.123605 | fa163e1a-c8bd-f49a-a1f2-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:28.537002 | 3.37s 2026-02-27 16:52:30.149086 | fa163e1a-c8bd-f49a-a1f2-000000000be0 | TASK | Notice - ctlplane subnet is set 2026-02-27 16:52:30.182494 | fa163e1a-c8bd-f49a-a1f2-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-02-27 16:52:30.183598 | fa163e1a-c8bd-f49a-a1f2-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:28.596991 | 0.03s 2026-02-27 16:52:30.238486 | fa163e1a-c8bd-f49a-a1f2-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:28.651864 | 0.03s 2026-02-27 16:52:30.345979 | fa163e1a-c8bd-f49a-a1f2-000000001e67 | TASK | Gather variables for each operating system 2026-02-27 16:52:30.469142 | fa163e1a-c8bd-f49a-a1f2-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-27 16:52:30.471447 | fa163e1a-c8bd-f49a-a1f2-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:28.884831 | 0.12s 2026-02-27 16:52:30.481879 | fa163e1a-c8bd-f49a-a1f2-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:28.895270 | 0.13s 2026-02-27 16:52:30.547650 | fa163e1a-c8bd-f49a-a1f2-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:28.961033 | 0.05s 2026-02-27 16:52:30.569959 | 6e3d3635-c73a-4dd1-ae48-d503169f929a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-27 16:52:30.604627 | fa163e1a-c8bd-f49a-a1f2-000000001f98 | TASK | Check tuned package is installed 2026-02-27 16:52:30.897037 | fa163e1a-c8bd-f49a-a1f2-000000001f98 | CHANGED | Check tuned package is installed | standalone 2026-02-27 16:52:30.898597 | fa163e1a-c8bd-f49a-a1f2-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:29.311989 | 0.29s 2026-02-27 16:52:30.924817 | fa163e1a-c8bd-f49a-a1f2-000000001f99 | TASK | Install tuned 2026-02-27 16:52:30.956663 | fa163e1a-c8bd-f49a-a1f2-000000001f99 | SKIPPED | Install tuned | standalone 2026-02-27 16:52:30.958368 | fa163e1a-c8bd-f49a-a1f2-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:29.371757 | 0.03s 2026-02-27 16:52:30.988104 | fa163e1a-c8bd-f49a-a1f2-000000001f9a | TASK | Restart tuned 2026-02-27 16:52:31.020852 | fa163e1a-c8bd-f49a-a1f2-000000001f9a | SKIPPED | Restart tuned | standalone 2026-02-27 16:52:31.022240 | fa163e1a-c8bd-f49a-a1f2-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:29.435629 | 0.03s 2026-02-27 16:52:31.049777 | fa163e1a-c8bd-f49a-a1f2-000000001e69 | TASK | Check for tuned-adm 2026-02-27 16:52:31.296948 | fa163e1a-c8bd-f49a-a1f2-000000001e69 | OK | Check for tuned-adm | standalone 2026-02-27 16:52:31.298390 | fa163e1a-c8bd-f49a-a1f2-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:29.711783 | 0.25s 2026-02-27 16:52:31.356889 | fa163e1a-c8bd-f49a-a1f2-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:29.770270 | 0.03s 2026-02-27 16:52:31.387967 | 846566e6-1cb5-44c9-8669-8dbb498c84f1 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-27 16:52:31.422617 | fa163e1a-c8bd-f49a-a1f2-000000001fc5 | TASK | Ensure profile directory exists 2026-02-27 16:52:31.471273 | fa163e1a-c8bd-f49a-a1f2-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2026-02-27 16:52:31.472157 | fa163e1a-c8bd-f49a-a1f2-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:29.885560 | 0.05s 2026-02-27 16:52:31.490657 | fa163e1a-c8bd-f49a-a1f2-000000001fc6 | TASK | Create custom tuned profile 2026-02-27 16:52:31.542150 | fa163e1a-c8bd-f49a-a1f2-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2026-02-27 16:52:31.543056 | fa163e1a-c8bd-f49a-a1f2-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:29.956458 | 0.05s 2026-02-27 16:52:31.563423 | fa163e1a-c8bd-f49a-a1f2-000000001fc7 | TASK | Check tuned active profile 2026-02-27 16:52:31.807741 | fa163e1a-c8bd-f49a-a1f2-000000001fc7 | OK | Check tuned active profile | standalone 2026-02-27 16:52:31.809226 | fa163e1a-c8bd-f49a-a1f2-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:30.222616 | 0.24s 2026-02-27 16:52:31.838095 | fa163e1a-c8bd-f49a-a1f2-000000001fc8 | TASK | Check Tuned Configuration file exists 2026-02-27 16:52:32.076873 | fa163e1a-c8bd-f49a-a1f2-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2026-02-27 16:52:32.078337 | fa163e1a-c8bd-f49a-a1f2-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:30.491729 | 0.24s 2026-02-27 16:52:32.107630 | fa163e1a-c8bd-f49a-a1f2-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-27 16:52:32.173297 | fa163e1a-c8bd-f49a-a1f2-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-27 16:52:32.174641 | fa163e1a-c8bd-f49a-a1f2-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:30.588031 | 0.07s 2026-02-27 16:52:32.203564 | fa163e1a-c8bd-f49a-a1f2-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2026-02-27 16:52:32.275388 | fa163e1a-c8bd-f49a-a1f2-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-27 16:52:32.276115 | fa163e1a-c8bd-f49a-a1f2-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:30.689517 | 0.07s 2026-02-27 16:52:32.293522 | fa163e1a-c8bd-f49a-a1f2-000000001fcb | TASK | Enable tuned profile 2026-02-27 16:52:32.330034 | fa163e1a-c8bd-f49a-a1f2-000000001fcb | SKIPPED | Enable tuned profile | standalone 2026-02-27 16:52:32.331383 | fa163e1a-c8bd-f49a-a1f2-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:30.744768 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2026-02-27 16:52:32.513834 | fa163e1a-c8bd-f49a-a1f2-0000000000ac | TASK | Overcloud container setup tasks 2026-02-27 16:52:32.544265 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000ac') missing from stats 2026-02-27 16:52:32.567753 | fa163e1a-c8bd-f49a-a1f2-0000000000ad | TASK | Write config data 2026-02-27 16:52:32.629554 | fa163e1a-c8bd-f49a-a1f2-0000000000ad | TIMING | Write config data | standalone | 0:03:31.042934 | 0.06s 2026-02-27 16:52:32.673930 | 0e590acb-6f5a-4acb-bbea-edd7fa4ed9c8 | INCLUDED | /root/standalone-ansible-ou32gt4p/common_container_setup_tasks.yaml | standalone 2026-02-27 16:52:32.702203 | fa163e1a-c8bd-f49a-a1f2-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2026-02-27 16:52:32.922402 | fa163e1a-c8bd-f49a-a1f2-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-02-27 16:52:32.924223 | fa163e1a-c8bd-f49a-a1f2-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:31.337607 | 0.22s 2026-02-27 16:52:32.952413 | fa163e1a-c8bd-f49a-a1f2-00000000202a | TASK | Create ContainerLogStdoutPath directory 2026-02-27 16:52:33.165813 | fa163e1a-c8bd-f49a-a1f2-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-02-27 16:52:33.167473 | fa163e1a-c8bd-f49a-a1f2-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:31.580862 | 0.21s 2026-02-27 16:52:33.195899 | fa163e1a-c8bd-f49a-a1f2-00000000202b | TASK | Create /var/lib/tripleo-config directory 2026-02-27 16:52:33.438816 | fa163e1a-c8bd-f49a-a1f2-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2026-02-27 16:52:33.440226 | fa163e1a-c8bd-f49a-a1f2-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:31.853621 | 0.24s 2026-02-27 16:52:33.467918 | fa163e1a-c8bd-f49a-a1f2-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2026-02-27 16:52:33.744121 | fa163e1a-c8bd-f49a-a1f2-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-02-27 16:52:33.745444 | fa163e1a-c8bd-f49a-a1f2-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:32.158839 | 0.28s 2026-02-27 16:52:33.771556 | fa163e1a-c8bd-f49a-a1f2-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-02-27 16:52:34.014314 | fa163e1a-c8bd-f49a-a1f2-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-02-27 16:52:34.015791 | fa163e1a-c8bd-f49a-a1f2-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:32.429181 | 0.24s 2026-02-27 16:52:34.043986 | fa163e1a-c8bd-f49a-a1f2-000000002031 | TASK | Create fcontext entry for container-config-scripts 2026-02-27 16:52:35.385037 | fa163e1a-c8bd-f49a-a1f2-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-02-27 16:52:35.387834 | fa163e1a-c8bd-f49a-a1f2-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:33.801234 | 1.34s 2026-02-27 16:52:35.408923 | fa163e1a-c8bd-f49a-a1f2-000000002032 | TASK | Create /var/lib/container-config-scripts 2026-02-27 16:52:35.643329 | fa163e1a-c8bd-f49a-a1f2-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-02-27 16:52:35.644346 | fa163e1a-c8bd-f49a-a1f2-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:34.057746 | 0.23s 2026-02-27 16:52:35.664617 | fa163e1a-c8bd-f49a-a1f2-000000002033 | TASK | Write container config scripts 2026-02-27 16:52:36.011966 | fa163e1a-c8bd-f49a-a1f2-000000002033 | CHANGED | Write container config scripts | standalone 2026-02-27 16:52:36.012673 | fa163e1a-c8bd-f49a-a1f2-000000002033 | TIMING | Write container config scripts | standalone | 0:03:34.426076 | 0.35s 2026-02-27 16:52:36.040104 | fa163e1a-c8bd-f49a-a1f2-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-02-27 16:52:36.528036 | fa163e1a-c8bd-f49a-a1f2-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-02-27 16:52:36.529369 | fa163e1a-c8bd-f49a-a1f2-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:34.942762 | 0.49s 2026-02-27 16:52:36.555228 | fa163e1a-c8bd-f49a-a1f2-000000002035 | TASK | Generate startup configs files per step and per container 2026-02-27 16:52:37.229787 | fa163e1a-c8bd-f49a-a1f2-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2026-02-27 16:52:37.235940 | fa163e1a-c8bd-f49a-a1f2-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:35.649338 | 0.68s 2026-02-27 16:52:37.264713 | fa163e1a-c8bd-f49a-a1f2-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2026-02-27 16:52:37.502164 | fa163e1a-c8bd-f49a-a1f2-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-02-27 16:52:37.503377 | fa163e1a-c8bd-f49a-a1f2-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:35.916778 | 0.24s 2026-02-27 16:52:37.522112 | fa163e1a-c8bd-f49a-a1f2-000000002037 | TASK | Create /var/lib/config-data directory 2026-02-27 16:52:37.737149 | fa163e1a-c8bd-f49a-a1f2-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2026-02-27 16:52:37.738032 | fa163e1a-c8bd-f49a-a1f2-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:36.151435 | 0.22s 2026-02-27 16:52:37.756790 | fa163e1a-c8bd-f49a-a1f2-000000002038 | TASK | Write container config json files 2026-02-27 16:52:38.260130 | fa163e1a-c8bd-f49a-a1f2-000000002038 | CHANGED | Write container config json files | standalone 2026-02-27 16:52:38.267966 | fa163e1a-c8bd-f49a-a1f2-000000002038 | TIMING | Write container config json files | standalone | 0:03:36.681359 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-02-27 16:52:38.451447 | fa163e1a-c8bd-f49a-a1f2-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-02-27 16:52:38.479494 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 16:52:38.531034 | fa163e1a-c8bd-f49a-a1f2-0000000000b2 | TIMING | include_tasks | standalone | 0:03:36.944426 | 0.03s 2026-02-27 16:52:38.541344 | 0b4fd3ab-33b3-452e-b6d4-8c8c0be8346b | INCLUDED | /root/standalone-ansible-ou32gt4p/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2026-02-27 16:52:38.668619 | fa163e1a-c8bd-f49a-a1f2-0000000000b6 | TASK | External deployment step 1 2026-02-27 16:52:38.696847 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000b6') missing from stats 2026-02-27 16:52:38.748646 | fa163e1a-c8bd-f49a-a1f2-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:37.162038 | 0.04s 2026-02-27 16:52:38.775150 | db1d2f93-3a5d-4d37-b0ba-f1709d5c940a | INCLUDED | /root/standalone-ansible-ou32gt4p/external_deploy_steps_tasks_step1.yaml | undercloud 2026-02-27 16:52:38.793422 | fa163e1a-c8bd-f49a-a1f2-00000000207d | TASK | Set some tripleo-ansible facts 2026-02-27 16:52:38.851416 | fa163e1a-c8bd-f49a-a1f2-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2026-02-27 16:52:38.852215 | fa163e1a-c8bd-f49a-a1f2-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:37.265619 | 0.06s 2026-02-27 16:52:38.865876 | fa163e1a-c8bd-f49a-a1f2-00000000207f | TASK | Build disk list for cephadm 2026-02-27 16:52:38.913973 | fa163e1a-c8bd-f49a-a1f2-00000000207f | OK | Build disk list for cephadm | undercloud 2026-02-27 16:52:38.915070 | fa163e1a-c8bd-f49a-a1f2-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:37.328465 | 0.05s 2026-02-27 16:52:38.933464 | fa163e1a-c8bd-f49a-a1f2-000000002086 | TASK | Container image prepare 2026-02-27 16:52:39.986972 | fa163e1a-c8bd-f49a-a1f2-000000002086 | CHANGED | Container image prepare | undercloud 2026-02-27 16:52:39.989281 | fa163e1a-c8bd-f49a-a1f2-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:38.402673 | 1.05s 2026-02-27 16:52:40.026237 | fa163e1a-c8bd-f49a-a1f2-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2026-02-27 16:52:40.290381 | fa163e1a-c8bd-f49a-a1f2-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-02-27 16:52:40.291752 | fa163e1a-c8bd-f49a-a1f2-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:38.705143 | 0.26s 2026-02-27 16:52:40.310171 | fa163e1a-c8bd-f49a-a1f2-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2026-02-27 16:52:40.364723 | fa163e1a-c8bd-f49a-a1f2-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:38.778078 | 0.05s 2026-02-27 16:52:40.412136 | fa163e1a-c8bd-f49a-a1f2-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-02-27 16:52:40.643247 | fa163e1a-c8bd-f49a-a1f2-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-02-27 16:52:40.644770 | fa163e1a-c8bd-f49a-a1f2-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:39.058156 | 0.23s 2026-02-27 16:52:40.664512 | fa163e1a-c8bd-f49a-a1f2-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-02-27 16:52:41.118290 | fa163e1a-c8bd-f49a-a1f2-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-02-27 16:52:41.119291 | fa163e1a-c8bd-f49a-a1f2-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:39.532689 | 0.45s 2026-02-27 16:52:41.139003 | fa163e1a-c8bd-f49a-a1f2-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-27 16:52:41.190611 | fa163e1a-c8bd-f49a-a1f2-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:39.603992 | 0.05s 2026-02-27 16:52:41.236809 | fa163e1a-c8bd-f49a-a1f2-0000000020f1 | TASK | Check for a configured destination 2026-02-27 16:52:41.308670 | fa163e1a-c8bd-f49a-a1f2-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2026-02-27 16:52:41.309588 | fa163e1a-c8bd-f49a-a1f2-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:39.722988 | 0.07s 2026-02-27 16:52:41.339310 | fa163e1a-c8bd-f49a-a1f2-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2026-02-27 16:52:41.819970 | fa163e1a-c8bd-f49a-a1f2-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-02-27 16:52:41.820957 | fa163e1a-c8bd-f49a-a1f2-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:40.234357 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2026-02-27 16:52:41.974826 | fa163e1a-c8bd-f49a-a1f2-0000000000ba | TASK | Deploy step tasks for 1 2026-02-27 16:52:42.004567 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000ba') missing from stats 2026-02-27 16:52:42.025944 | fa163e1a-c8bd-f49a-a1f2-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-02-27 16:52:42.459996 | fa163e1a-c8bd-f49a-a1f2-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-02-27 16:52:42.461076 | fa163e1a-c8bd-f49a-a1f2-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:40.874475 | 0.43s 2026-02-27 16:52:42.481034 | fa163e1a-c8bd-f49a-a1f2-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-27 16:52:42.710002 | fa163e1a-c8bd-f49a-a1f2-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-27 16:52:42.711611 | fa163e1a-c8bd-f49a-a1f2-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:41.125003 | 0.23s 2026-02-27 16:52:42.739388 | fa163e1a-c8bd-f49a-a1f2-0000000000be | TASK | Write config data at the start of step 1 2026-02-27 16:52:42.805918 | fa163e1a-c8bd-f49a-a1f2-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:41.219300 | 0.07s 2026-02-27 16:52:42.852020 | ff57ad86-c66a-4e9f-aa95-a980dce5cac6 | INCLUDED | /root/standalone-ansible-ou32gt4p/common_deploy_steps_tasks_step_1.yaml | standalone 2026-02-27 16:52:42.878635 | fa163e1a-c8bd-f49a-a1f2-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-02-27 16:52:42.905621 | fa163e1a-c8bd-f49a-a1f2-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-27 16:52:42.906709 | fa163e1a-c8bd-f49a-a1f2-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:41.320081 | 0.03s 2026-02-27 16:52:42.927064 | fa163e1a-c8bd-f49a-a1f2-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-02-27 16:52:42.956245 | fa163e1a-c8bd-f49a-a1f2-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-27 16:52:42.957221 | fa163e1a-c8bd-f49a-a1f2-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:41.370619 | 0.03s 2026-02-27 16:52:42.977425 | fa163e1a-c8bd-f49a-a1f2-000000002132 | TASK | Write the puppet step_config manifest 2026-02-27 16:52:43.444815 | fa163e1a-c8bd-f49a-a1f2-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2026-02-27 16:52:43.445736 | fa163e1a-c8bd-f49a-a1f2-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:41.859138 | 0.47s 2026-02-27 16:52:43.463420 | fa163e1a-c8bd-f49a-a1f2-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-27 16:52:43.489094 | fa163e1a-c8bd-f49a-a1f2-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-27 16:52:43.489853 | fa163e1a-c8bd-f49a-a1f2-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:41.903257 | 0.03s 2026-02-27 16:52:43.507473 | fa163e1a-c8bd-f49a-a1f2-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-27 16:52:43.537887 | fa163e1a-c8bd-f49a-a1f2-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-27 16:52:43.539289 | fa163e1a-c8bd-f49a-a1f2-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:41.952681 | 0.03s 2026-02-27 16:52:43.567034 | fa163e1a-c8bd-f49a-a1f2-000000002135 | TASK | Create /var/lib/container-puppet 2026-02-27 16:52:43.832030 | fa163e1a-c8bd-f49a-a1f2-000000002135 | OK | Create /var/lib/container-puppet | standalone 2026-02-27 16:52:43.834103 | fa163e1a-c8bd-f49a-a1f2-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:42.247488 | 0.27s 2026-02-27 16:52:43.864839 | fa163e1a-c8bd-f49a-a1f2-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-02-27 16:52:43.899065 | fa163e1a-c8bd-f49a-a1f2-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-27 16:52:43.900250 | fa163e1a-c8bd-f49a-a1f2-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:42.313642 | 0.03s 2026-02-27 16:52:43.926857 | fa163e1a-c8bd-f49a-a1f2-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-02-27 16:52:43.954911 | fa163e1a-c8bd-f49a-a1f2-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-27 16:52:43.955810 | fa163e1a-c8bd-f49a-a1f2-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:42.369208 | 0.03s 2026-02-27 16:52:43.976032 | fa163e1a-c8bd-f49a-a1f2-000000002138 | TASK | Write container-puppet.json file 2026-02-27 16:52:44.662143 | fa163e1a-c8bd-f49a-a1f2-000000002138 | CHANGED | Write container-puppet.json file | standalone 2026-02-27 16:52:44.663585 | fa163e1a-c8bd-f49a-a1f2-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:43.076977 | 0.69s 2026-02-27 16:52:44.689449 | fa163e1a-c8bd-f49a-a1f2-000000002139 | TASK | Diff container-puppet.json changes for check mode 2026-02-27 16:52:44.719413 | fa163e1a-c8bd-f49a-a1f2-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-27 16:52:44.720861 | fa163e1a-c8bd-f49a-a1f2-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:43.134251 | 0.03s 2026-02-27 16:52:44.748541 | fa163e1a-c8bd-f49a-a1f2-00000000213a | TASK | Diff container-puppet.json changes for check mode 2026-02-27 16:52:44.777437 | fa163e1a-c8bd-f49a-a1f2-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-27 16:52:44.778852 | fa163e1a-c8bd-f49a-a1f2-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:43.192240 | 0.03s 2026-02-27 16:52:44.806323 | fa163e1a-c8bd-f49a-a1f2-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2026-02-27 16:52:45.240290 | fa163e1a-c8bd-f49a-a1f2-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-02-27 16:52:45.241920 | fa163e1a-c8bd-f49a-a1f2-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:43.655308 | 0.43s 2026-02-27 16:52:45.269151 | fa163e1a-c8bd-f49a-a1f2-00000000213c | TASK | Set host puppet debugging fact string 2026-02-27 16:52:45.302279 | fa163e1a-c8bd-f49a-a1f2-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2026-02-27 16:52:45.303595 | fa163e1a-c8bd-f49a-a1f2-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:43.716985 | 0.03s 2026-02-27 16:52:45.329531 | fa163e1a-c8bd-f49a-a1f2-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-02-27 16:52:45.358733 | fa163e1a-c8bd-f49a-a1f2-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-02-27 16:52:45.359897 | fa163e1a-c8bd-f49a-a1f2-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:43.773287 | 0.03s 2026-02-27 16:52:45.383580 | fa163e1a-c8bd-f49a-a1f2-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-02-27 16:52:45.414106 | fa163e1a-c8bd-f49a-a1f2-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-02-27 16:52:45.415311 | fa163e1a-c8bd-f49a-a1f2-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:43.828699 | 0.03s 2026-02-27 16:52:45.437105 | fa163e1a-c8bd-f49a-a1f2-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2026-02-27 16:52:45.466778 | fa163e1a-c8bd-f49a-a1f2-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-02-27 16:52:45.468152 | fa163e1a-c8bd-f49a-a1f2-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:43.881543 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 16:52:45.552395 | fa163e1a-c8bd-f49a-a1f2-0000000000c0 | TIMING | include_tasks | standalone | 0:03:43.965779 | 0.06s 2026-02-27 16:52:45.704497 | 83fc95b0-db7e-4082-b243-a4daef352d8c | INCLUDED | /root/standalone-ansible-ou32gt4p/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-02-27 16:52:45.746997 | fa163e1a-c8bd-f49a-a1f2-00000000216a | TASK | Create dirs for certificates and keys 2026-02-27 16:52:45.804422 | fa163e1a-c8bd-f49a-a1f2-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-02-27 16:52:45.829090 | fa163e1a-c8bd-f49a-a1f2-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-02-27 16:52:45.841399 | fa163e1a-c8bd-f49a-a1f2-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:44.254784 | 0.09s 2026-02-27 16:52:45.920295 | fa163e1a-c8bd-f49a-a1f2-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 16:52:45.921558 | fa163e1a-c8bd-f49a-a1f2-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:44.334950 | 0.05s 2026-02-27 16:52:45.947869 | fa163e1a-c8bd-f49a-a1f2-000000002172 | TASK | Fail if container image is undefined 2026-02-27 16:52:46.010243 | fa163e1a-c8bd-f49a-a1f2-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 16:52:46.011469 | fa163e1a-c8bd-f49a-a1f2-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:44.424860 | 0.06s 2026-02-27 16:52:46.053653 | fa163e1a-c8bd-f49a-a1f2-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-27 16:53:03.155996 | fa163e1a-c8bd-f49a-a1f2-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-27 16:53:03.157311 | fa163e1a-c8bd-f49a-a1f2-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:01.570703 | 17.10s 2026-02-27 16:53:03.213760 | fa163e1a-c8bd-f49a-a1f2-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-27 16:53:03.580438 | fa163e1a-c8bd-f49a-a1f2-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-27 16:53:03.581521 | fa163e1a-c8bd-f49a-a1f2-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:04:01.994921 | 0.37s 2026-02-27 16:53:03.621287 | fa163e1a-c8bd-f49a-a1f2-000000002183 | TASK | Fail if container image is undefined 2026-02-27 16:53:03.681938 | fa163e1a-c8bd-f49a-a1f2-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 16:53:03.682754 | fa163e1a-c8bd-f49a-a1f2-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:02.096154 | 0.06s 2026-02-27 16:53:03.713092 | fa163e1a-c8bd-f49a-a1f2-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-27 16:53:11.242093 | fa163e1a-c8bd-f49a-a1f2-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-27 16:53:11.243746 | fa163e1a-c8bd-f49a-a1f2-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:09.657136 | 7.53s 2026-02-27 16:53:11.310657 | fa163e1a-c8bd-f49a-a1f2-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-27 16:53:14.051290 | fa163e1a-c8bd-f49a-a1f2-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-27 16:53:14.053471 | fa163e1a-c8bd-f49a-a1f2-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:12.466858 | 2.74s 2026-02-27 16:53:14.108293 | fa163e1a-c8bd-f49a-a1f2-000000002190 | TASK | Check if rsyslog exists 2026-02-27 16:53:14.367772 | fa163e1a-c8bd-f49a-a1f2-000000002190 | CHANGED | Check if rsyslog exists | standalone 2026-02-27 16:53:14.369067 | fa163e1a-c8bd-f49a-a1f2-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:12.782461 | 0.26s 2026-02-27 16:53:14.396492 | fa163e1a-c8bd-f49a-a1f2-000000002192 | TASK | Forward logging to haproxy.log file 2026-02-27 16:53:14.680632 | fa163e1a-c8bd-f49a-a1f2-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2026-02-27 16:53:14.682133 | fa163e1a-c8bd-f49a-a1f2-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:13.095515 | 0.28s 2026-02-27 16:53:14.709482 | fa163e1a-c8bd-f49a-a1f2-000000002193 | TASK | restart rsyslog service after logging conf change 2026-02-27 16:53:15.396393 | fa163e1a-c8bd-f49a-a1f2-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2026-02-27 16:53:15.399138 | fa163e1a-c8bd-f49a-a1f2-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:13.812521 | 0.69s 2026-02-27 16:53:15.428888 | fa163e1a-c8bd-f49a-a1f2-00000000219a | TASK | Fail if container image is undefined 2026-02-27 16:53:15.482658 | fa163e1a-c8bd-f49a-a1f2-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 16:53:15.483952 | fa163e1a-c8bd-f49a-a1f2-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:13.897348 | 0.05s 2026-02-27 16:53:15.516057 | fa163e1a-c8bd-f49a-a1f2-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-27 16:53:21.360135 | fa163e1a-c8bd-f49a-a1f2-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-27 16:53:21.361770 | fa163e1a-c8bd-f49a-a1f2-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:19.775164 | 5.84s 2026-02-27 16:53:21.412486 | fa163e1a-c8bd-f49a-a1f2-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-27 16:53:21.768410 | fa163e1a-c8bd-f49a-a1f2-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-27 16:53:21.769839 | fa163e1a-c8bd-f49a-a1f2-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:20.183199 | 0.36s 2026-02-27 16:53:21.820036 | fa163e1a-c8bd-f49a-a1f2-0000000021a6 | TASK | Run lvmfilter role 2026-02-27 16:53:21.869346 | fa163e1a-c8bd-f49a-a1f2-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:20.282732 | 0.05s 2026-02-27 16:53:21.952813 | fa163e1a-c8bd-f49a-a1f2-0000000022bd | TASK | Check if lvm2 is installed 2026-02-27 16:53:22.195100 | fa163e1a-c8bd-f49a-a1f2-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2026-02-27 16:53:22.196653 | fa163e1a-c8bd-f49a-a1f2-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:20.610044 | 0.24s 2026-02-27 16:53:22.224281 | fa163e1a-c8bd-f49a-a1f2-0000000022bf | TASK | collect ansible devices 2026-02-27 16:53:22.274184 | fa163e1a-c8bd-f49a-a1f2-0000000022bf | SKIPPED | collect ansible devices | standalone 2026-02-27 16:53:22.275416 | fa163e1a-c8bd-f49a-a1f2-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:20.688807 | 0.05s 2026-02-27 16:53:22.302192 | fa163e1a-c8bd-f49a-a1f2-0000000022c0 | TASK | collect in-use lvm2 devices list 2026-02-27 16:53:22.352728 | fa163e1a-c8bd-f49a-a1f2-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-02-27 16:53:22.354003 | fa163e1a-c8bd-f49a-a1f2-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:20.767393 | 0.05s 2026-02-27 16:53:22.380280 | fa163e1a-c8bd-f49a-a1f2-0000000022c1 | TASK | set allowed_devices 2026-02-27 16:53:22.431450 | fa163e1a-c8bd-f49a-a1f2-0000000022c1 | SKIPPED | set allowed_devices | standalone 2026-02-27 16:53:22.432527 | fa163e1a-c8bd-f49a-a1f2-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:20.845920 | 0.05s 2026-02-27 16:53:22.459827 | fa163e1a-c8bd-f49a-a1f2-0000000022c2 | TASK | build lvm2 allow list 2026-02-27 16:53:22.510244 | fa163e1a-c8bd-f49a-a1f2-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2026-02-27 16:53:22.511550 | fa163e1a-c8bd-f49a-a1f2-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:20.924940 | 0.05s 2026-02-27 16:53:22.537543 | fa163e1a-c8bd-f49a-a1f2-0000000022c3 | TASK | build lvm2 deny list 2026-02-27 16:53:22.588211 | fa163e1a-c8bd-f49a-a1f2-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2026-02-27 16:53:22.589646 | fa163e1a-c8bd-f49a-a1f2-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:21.003034 | 0.05s 2026-02-27 16:53:22.620661 | fa163e1a-c8bd-f49a-a1f2-0000000022c4 | TASK | build lvm2 filter 2026-02-27 16:53:22.676779 | fa163e1a-c8bd-f49a-a1f2-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2026-02-27 16:53:22.678048 | fa163e1a-c8bd-f49a-a1f2-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:21.091444 | 0.06s 2026-02-27 16:53:22.700528 | fa163e1a-c8bd-f49a-a1f2-0000000022c5 | TASK | regenerate lvm config 2026-02-27 16:53:22.737598 | fa163e1a-c8bd-f49a-a1f2-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2026-02-27 16:53:22.738582 | fa163e1a-c8bd-f49a-a1f2-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:21.151979 | 0.04s 2026-02-27 16:53:22.759830 | fa163e1a-c8bd-f49a-a1f2-0000000022c6 | TASK | copy new lvm.conf in place 2026-02-27 16:53:22.810198 | fa163e1a-c8bd-f49a-a1f2-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2026-02-27 16:53:22.811164 | fa163e1a-c8bd-f49a-a1f2-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:21.224561 | 0.05s 2026-02-27 16:53:22.850650 | fa163e1a-c8bd-f49a-a1f2-0000000021ac | TASK | Fail if container image is undefined 2026-02-27 16:53:22.890451 | fa163e1a-c8bd-f49a-a1f2-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 16:53:22.891544 | fa163e1a-c8bd-f49a-a1f2-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:21.304939 | 0.04s 2026-02-27 16:53:22.923827 | fa163e1a-c8bd-f49a-a1f2-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-27 16:53:31.012547 | fa163e1a-c8bd-f49a-a1f2-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-27 16:53:31.014215 | fa163e1a-c8bd-f49a-a1f2-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:29.427608 | 8.09s 2026-02-27 16:53:31.072514 | fa163e1a-c8bd-f49a-a1f2-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-27 16:53:31.454118 | fa163e1a-c8bd-f49a-a1f2-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-27 16:53:31.455052 | fa163e1a-c8bd-f49a-a1f2-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:29.868451 | 0.38s 2026-02-27 16:53:31.545536 | fa163e1a-c8bd-f49a-a1f2-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 16:53:31.546841 | fa163e1a-c8bd-f49a-a1f2-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:29.960233 | 0.05s 2026-02-27 16:53:31.573757 | fa163e1a-c8bd-f49a-a1f2-0000000021c0 | TASK | Fail if container image is undefined 2026-02-27 16:53:31.636500 | fa163e1a-c8bd-f49a-a1f2-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 16:53:31.637792 | fa163e1a-c8bd-f49a-a1f2-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:30.051185 | 0.06s 2026-02-27 16:53:31.681916 | fa163e1a-c8bd-f49a-a1f2-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-27 16:53:38.518028 | fa163e1a-c8bd-f49a-a1f2-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-27 16:53:38.519065 | fa163e1a-c8bd-f49a-a1f2-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:36.932466 | 6.84s 2026-02-27 16:53:38.558990 | fa163e1a-c8bd-f49a-a1f2-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-27 16:53:38.925199 | fa163e1a-c8bd-f49a-a1f2-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-27 16:53:38.926186 | fa163e1a-c8bd-f49a-a1f2-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:37.339586 | 0.37s 2026-02-27 16:53:39.014425 | fa163e1a-c8bd-f49a-a1f2-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 16:53:39.015625 | fa163e1a-c8bd-f49a-a1f2-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:37.429015 | 0.05s 2026-02-27 16:53:39.042398 | fa163e1a-c8bd-f49a-a1f2-0000000021cf | TASK | install systemd-container for a greenfield 2026-02-27 16:54:02.014934 | fa163e1a-c8bd-f49a-a1f2-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2026-02-27 16:54:02.016439 | fa163e1a-c8bd-f49a-a1f2-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:05:00.429839 | 22.97s 2026-02-27 16:54:02.037312 | fa163e1a-c8bd-f49a-a1f2-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2026-02-27 16:54:02.074193 | fa163e1a-c8bd-f49a-a1f2-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-02-27 16:54:02.074990 | fa163e1a-c8bd-f49a-a1f2-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:05:00.488390 | 0.04s 2026-02-27 16:54:02.095386 | fa163e1a-c8bd-f49a-a1f2-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-02-27 16:54:02.374266 | fa163e1a-c8bd-f49a-a1f2-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-02-27 16:54:02.375389 | fa163e1a-c8bd-f49a-a1f2-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:05:00.788789 | 0.28s 2026-02-27 16:54:02.401539 | fa163e1a-c8bd-f49a-a1f2-0000000021d4 | TASK | is KSM enabled 2026-02-27 16:54:02.457919 | fa163e1a-c8bd-f49a-a1f2-0000000021d4 | OK | is KSM enabled | standalone 2026-02-27 16:54:02.459328 | fa163e1a-c8bd-f49a-a1f2-0000000021d4 | TIMING | is KSM enabled | standalone | 0:05:00.872722 | 0.06s 2026-02-27 16:54:02.488064 | fa163e1a-c8bd-f49a-a1f2-0000000021d6 | TASK | Check for ksm 2026-02-27 16:54:02.795750 | fa163e1a-c8bd-f49a-a1f2-0000000021d6 | CHANGED | Check for ksm | standalone 2026-02-27 16:54:02.797404 | fa163e1a-c8bd-f49a-a1f2-0000000021d6 | TIMING | Check for ksm | standalone | 0:05:01.210794 | 0.31s 2026-02-27 16:54:02.823864 | fa163e1a-c8bd-f49a-a1f2-0000000021d7 | TASK | disable KSM services 2026-02-27 16:54:02.934623 | fa163e1a-c8bd-f49a-a1f2-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-02-27 16:54:02.993520 | fa163e1a-c8bd-f49a-a1f2-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-02-27 16:54:03.005267 | fa163e1a-c8bd-f49a-a1f2-0000000021d7 | TIMING | disable KSM services | standalone | 0:05:01.418662 | 0.18s 2026-02-27 16:54:03.030463 | fa163e1a-c8bd-f49a-a1f2-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2026-02-27 16:54:03.070912 | fa163e1a-c8bd-f49a-a1f2-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-02-27 16:54:03.071895 | fa163e1a-c8bd-f49a-a1f2-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:05:01.485294 | 0.04s 2026-02-27 16:54:03.092172 | fa163e1a-c8bd-f49a-a1f2-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-02-27 16:54:03.140265 | fa163e1a-c8bd-f49a-a1f2-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-02-27 16:54:03.141214 | fa163e1a-c8bd-f49a-a1f2-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:05:01.554615 | 0.05s 2026-02-27 16:54:03.160171 | fa163e1a-c8bd-f49a-a1f2-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-02-27 16:54:03.208153 | fa163e1a-c8bd-f49a-a1f2-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-02-27 16:54:03.209149 | fa163e1a-c8bd-f49a-a1f2-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:05:01.622550 | 0.05s 2026-02-27 16:54:03.226818 | fa163e1a-c8bd-f49a-a1f2-0000000021dc | TASK | enable ksmtunded 2026-02-27 16:54:03.286943 | fa163e1a-c8bd-f49a-a1f2-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-02-27 16:54:03.300494 | fa163e1a-c8bd-f49a-a1f2-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-02-27 16:54:03.311793 | fa163e1a-c8bd-f49a-a1f2-0000000021dc | TIMING | enable ksmtunded | standalone | 0:05:01.725194 | 0.08s 2026-02-27 16:54:03.360886 | fa163e1a-c8bd-f49a-a1f2-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 16:54:03.361763 | fa163e1a-c8bd-f49a-a1f2-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:01.775164 | 0.03s 2026-02-27 16:54:03.379835 | fa163e1a-c8bd-f49a-a1f2-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-27 16:54:03.447122 | fa163e1a-c8bd-f49a-a1f2-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-27 16:54:03.448549 | fa163e1a-c8bd-f49a-a1f2-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:01.861939 | 0.07s 2026-02-27 16:54:03.478425 | fa163e1a-c8bd-f49a-a1f2-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-02-27 16:54:07.572047 | fa163e1a-c8bd-f49a-a1f2-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-02-27 16:54:07.577395 | fa163e1a-c8bd-f49a-a1f2-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:05.990781 | 4.10s 2026-02-27 16:54:07.609548 | fa163e1a-c8bd-f49a-a1f2-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2026-02-27 16:54:07.672159 | fa163e1a-c8bd-f49a-a1f2-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-02-27 16:54:07.673252 | fa163e1a-c8bd-f49a-a1f2-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:06.086648 | 0.06s 2026-02-27 16:54:07.697396 | fa163e1a-c8bd-f49a-a1f2-0000000021e4 | TASK | Fetch ovn VIP 2026-02-27 16:54:07.757558 | fa163e1a-c8bd-f49a-a1f2-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2026-02-27 16:54:07.758784 | fa163e1a-c8bd-f49a-a1f2-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:05:06.172178 | 0.06s 2026-02-27 16:54:07.782243 | fa163e1a-c8bd-f49a-a1f2-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2026-02-27 16:54:07.842779 | fa163e1a-c8bd-f49a-a1f2-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-02-27 16:54:07.843825 | fa163e1a-c8bd-f49a-a1f2-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:06.257222 | 0.06s 2026-02-27 16:54:07.871348 | fa163e1a-c8bd-f49a-a1f2-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2026-02-27 16:54:07.934159 | fa163e1a-c8bd-f49a-a1f2-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-02-27 16:54:07.936475 | fa163e1a-c8bd-f49a-a1f2-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:06.349871 | 0.06s 2026-02-27 16:54:07.959290 | fa163e1a-c8bd-f49a-a1f2-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2026-02-27 16:54:08.007704 | fa163e1a-c8bd-f49a-a1f2-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-02-27 16:54:08.008547 | fa163e1a-c8bd-f49a-a1f2-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:06.421948 | 0.05s 2026-02-27 16:54:08.028711 | fa163e1a-c8bd-f49a-a1f2-0000000021e8 | TASK | Remove pacemaker attributes 2026-02-27 16:54:08.085062 | fa163e1a-c8bd-f49a-a1f2-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-02-27 16:54:08.096901 | fa163e1a-c8bd-f49a-a1f2-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:05:06.510296 | 0.07s 2026-02-27 16:54:08.166271 | fa163e1a-c8bd-f49a-a1f2-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 16:54:08.167381 | fa163e1a-c8bd-f49a-a1f2-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:06.580772 | 0.04s 2026-02-27 16:54:08.196919 | fa163e1a-c8bd-f49a-a1f2-0000000021ed | TASK | Configure OVN DBs and northd 2026-02-27 16:54:08.237405 | fa163e1a-c8bd-f49a-a1f2-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:05:06.650793 | 0.04s 2026-02-27 16:54:08.290568 | fa163e1a-c8bd-f49a-a1f2-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-02-27 16:54:08.506973 | fa163e1a-c8bd-f49a-a1f2-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-02-27 16:54:08.508269 | fa163e1a-c8bd-f49a-a1f2-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:06.921668 | 0.22s 2026-02-27 16:54:08.529044 | fa163e1a-c8bd-f49a-a1f2-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-27 16:54:08.597833 | fa163e1a-c8bd-f49a-a1f2-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-27 16:54:08.599087 | fa163e1a-c8bd-f49a-a1f2-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:07.012479 | 0.07s 2026-02-27 16:54:08.629138 | fa163e1a-c8bd-f49a-a1f2-000000002397 | TASK | check ovsdb-tool election-timer options 2026-02-27 16:54:08.906976 | fa163e1a-c8bd-f49a-a1f2-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2026-02-27 16:54:08.908253 | fa163e1a-c8bd-f49a-a1f2-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:07.321646 | 0.28s 2026-02-27 16:54:08.938757 | fa163e1a-c8bd-f49a-a1f2-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2026-02-27 16:54:09.010655 | fa163e1a-c8bd-f49a-a1f2-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-02-27 16:54:09.011985 | fa163e1a-c8bd-f49a-a1f2-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:07.425373 | 0.07s 2026-02-27 16:54:09.042106 | fa163e1a-c8bd-f49a-a1f2-000000002399 | TASK | render OVN cluster configuration 2026-02-27 16:54:09.624624 | fa163e1a-c8bd-f49a-a1f2-000000002399 | CHANGED | render OVN cluster configuration | standalone 2026-02-27 16:54:09.626074 | fa163e1a-c8bd-f49a-a1f2-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:08.039467 | 0.58s 2026-02-27 16:54:09.658711 | fa163e1a-c8bd-f49a-a1f2-00000000239a | TASK | restart OVN northd and north and south databases 2026-02-27 16:54:09.704644 | fa163e1a-c8bd-f49a-a1f2-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:08.118021 | 0.04s 2026-02-27 16:54:09.719334 | fa163e1a-c8bd-f49a-a1f2-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:08.132739 | 0.06s 2026-02-27 16:54:09.729976 | fa163e1a-c8bd-f49a-a1f2-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:08.143381 | 0.07s 2026-02-27 16:54:09.734542 | fa163e1a-c8bd-f49a-a1f2-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:08.147940 | 0.07s 2026-02-27 16:54:09.762388 | 75d0a95f-5d43-4ec5-b911-12cec00cd71d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-27 16:54:09.771114 | 6a1d7c17-af6f-49b3-80c6-ed180870609a | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-27 16:54:09.779074 | 11470b97-cc48-458d-aba3-e2a3dd09dbb0 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-27 16:54:09.815504 | fa163e1a-c8bd-f49a-a1f2-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-02-27 16:54:10.033947 | fa163e1a-c8bd-f49a-a1f2-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-02-27 16:54:10.035796 | fa163e1a-c8bd-f49a-a1f2-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:08.449189 | 0.22s 2026-02-27 16:54:10.067730 | fa163e1a-c8bd-f49a-a1f2-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2026-02-27 16:54:10.107030 | fa163e1a-c8bd-f49a-a1f2-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-02-27 16:54:10.108198 | fa163e1a-c8bd-f49a-a1f2-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:08.521590 | 0.04s 2026-02-27 16:54:10.140596 | fa163e1a-c8bd-f49a-a1f2-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-02-27 16:54:10.383911 | fa163e1a-c8bd-f49a-a1f2-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-02-27 16:54:10.385209 | fa163e1a-c8bd-f49a-a1f2-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:08.798600 | 0.24s 2026-02-27 16:54:10.406918 | fa163e1a-c8bd-f49a-a1f2-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2026-02-27 16:54:10.432354 | fa163e1a-c8bd-f49a-a1f2-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-02-27 16:54:10.432989 | fa163e1a-c8bd-f49a-a1f2-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:08.846392 | 0.03s 2026-02-27 16:54:10.452999 | fa163e1a-c8bd-f49a-a1f2-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2026-02-27 16:54:10.660980 | fa163e1a-c8bd-f49a-a1f2-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-02-27 16:54:10.662295 | fa163e1a-c8bd-f49a-a1f2-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:09.075687 | 0.21s 2026-02-27 16:54:10.695498 | fa163e1a-c8bd-f49a-a1f2-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2026-02-27 16:54:10.738457 | fa163e1a-c8bd-f49a-a1f2-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-02-27 16:54:10.739568 | fa163e1a-c8bd-f49a-a1f2-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:09.152959 | 0.04s 2026-02-27 16:54:10.846860 | fa163e1a-c8bd-f49a-a1f2-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 16:54:10.848081 | fa163e1a-c8bd-f49a-a1f2-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:09.261473 | 0.05s 2026-02-27 16:54:10.927998 | fa163e1a-c8bd-f49a-a1f2-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 16:54:10.929214 | fa163e1a-c8bd-f49a-a1f2-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:09.342606 | 0.05s 2026-02-27 16:54:10.958877 | fa163e1a-c8bd-f49a-a1f2-0000000021f8 | TASK | Fail if container image is undefined 2026-02-27 16:54:11.024017 | fa163e1a-c8bd-f49a-a1f2-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 16:54:11.025188 | fa163e1a-c8bd-f49a-a1f2-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:09.438578 | 0.06s 2026-02-27 16:54:11.070532 | fa163e1a-c8bd-f49a-a1f2-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-27 16:54:17.417343 | fa163e1a-c8bd-f49a-a1f2-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-27 16:54:17.418942 | fa163e1a-c8bd-f49a-a1f2-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:15.832330 | 6.35s 2026-02-27 16:54:17.479159 | fa163e1a-c8bd-f49a-a1f2-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-27 16:54:17.867675 | fa163e1a-c8bd-f49a-a1f2-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-27 16:54:17.869234 | fa163e1a-c8bd-f49a-a1f2-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:16.282621 | 0.39s 2026-02-27 16:54:17.930767 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TASK | Pre-fetch all the containers 2026-02-27 16:54:22.980224 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-02-27 16:54:22.983595 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:21.396984 | 5.05s 2026-02-27 16:54:27.819862 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-02-27 16:54:27.822551 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:26.235947 | 9.89s 2026-02-27 16:54:30.473791 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-02-27 16:54:30.477401 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:28.890802 | 12.54s 2026-02-27 16:54:34.919327 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-02-27 16:54:34.920917 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:33.334320 | 16.99s 2026-02-27 16:54:37.177375 | fa163e1a-c8bd-f49a-a1f2-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-02-27 16:54:37.179209 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:35.592610 | 19.25s 2026-02-27 16:54:39.342847 | fa163e1a-c8bd-f49a-a1f2-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-02-27 16:54:39.344654 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:37.758054 | 21.41s 2026-02-27 16:54:43.646434 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-02-27 16:54:43.649863 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:42.063257 | 25.72s 2026-02-27 16:54:51.534174 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2026-02-27 16:54:51.539869 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:49.953259 | 33.61s 2026-02-27 16:54:56.150150 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-02-27 16:54:56.153419 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:54.566816 | 38.22s 2026-02-27 16:54:58.359606 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-02-27 16:54:58.362809 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:56.776208 | 40.43s 2026-02-27 16:55:06.350174 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-02-27 16:55:06.354285 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:04.767682 | 48.42s 2026-02-27 16:55:09.077202 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-02-27 16:55:09.081451 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:07.494844 | 51.15s 2026-02-27 16:55:27.932843 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-02-27 16:55:27.934973 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:26.348378 | 70.00s 2026-02-27 16:55:37.716445 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-02-27 16:55:37.720753 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:36.134148 | 79.79s 2026-02-27 16:55:46.983779 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-02-27 16:55:46.985913 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:45.399313 | 89.05s 2026-02-27 16:55:56.499540 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-02-27 16:55:56.502869 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:54.916265 | 98.57s 2026-02-27 16:56:03.749120 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-02-27 16:56:03.753534 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:02.166926 | 105.82s 2026-02-27 16:56:08.578101 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-02-27 16:56:08.581331 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:06.994725 | 110.65s 2026-02-27 16:56:11.581505 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-02-27 16:56:11.584483 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:09.997880 | 113.65s 2026-02-27 16:56:14.958438 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-02-27 16:56:14.964072 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:13.377460 | 117.03s 2026-02-27 16:56:19.755955 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-02-27 16:56:19.759040 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:18.172439 | 121.83s 2026-02-27 16:56:32.253571 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-02-27 16:56:32.259061 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:30.672449 | 134.33s 2026-02-27 16:56:38.237641 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-02-27 16:56:38.240577 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.653972 | 140.31s 2026-02-27 16:56:47.016487 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-02-27 16:56:47.019308 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.432704 | 149.09s 2026-02-27 16:56:52.279149 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-02-27 16:56:52.283138 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:50.696532 | 154.35s 2026-02-27 16:56:55.755172 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-02-27 16:56:55.759059 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:54.172457 | 157.83s 2026-02-27 16:56:58.920218 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-02-27 16:56:58.924922 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:57.338312 | 160.99s 2026-02-27 16:57:04.830258 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-02-27 16:57:04.833018 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:03.246414 | 166.90s 2026-02-27 16:57:07.588624 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2026-02-27 16:57:07.592931 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:06.006325 | 169.66s 2026-02-27 16:57:10.380881 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2026-02-27 16:57:10.384361 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.797762 | 172.45s 2026-02-27 16:57:14.434371 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-02-27 16:57:14.438873 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:12.852267 | 176.51s 2026-02-27 16:57:16.554859 | fa163e1a-c8bd-f49a-a1f2-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-02-27 16:57:16.556375 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:14.969780 | 178.62s 2026-02-27 16:57:20.633073 | fa163e1a-c8bd-f49a-a1f2-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-02-27 16:57:20.635266 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:19.048665 | 182.70s 2026-02-27 16:57:24.719881 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-02-27 16:57:24.721420 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:23.134825 | 186.79s 2026-02-27 16:57:28.222179 | fa163e1a-c8bd-f49a-a1f2-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-02-27 16:57:28.226610 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:26.639997 | 190.29s 2026-02-27 16:57:32.336622 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-02-27 16:57:32.339441 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:30.752838 | 194.41s 2026-02-27 16:57:35.078043 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-02-27 16:57:35.081610 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:33.495004 | 197.15s 2026-02-27 16:57:37.772084 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-02-27 16:57:37.775200 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.188594 | 199.84s 2026-02-27 16:57:40.605286 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-02-27 16:57:40.607240 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.020642 | 202.67s 2026-02-27 16:57:43.352931 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-02-27 16:57:43.357747 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:41.771141 | 205.42s 2026-02-27 16:57:46.397328 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-02-27 16:57:46.400583 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:44.813973 | 208.47s 2026-02-27 16:57:50.430798 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-02-27 16:57:50.435272 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.848666 | 212.50s 2026-02-27 16:57:53.617942 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-02-27 16:57:53.622678 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:52.036065 | 215.69s 2026-02-27 16:57:57.105743 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-02-27 16:57:57.109232 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:55.522624 | 219.18s 2026-02-27 16:58:00.041012 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-02-27 16:58:00.045005 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.458400 | 222.11s 2026-02-27 16:58:03.220573 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-02-27 16:58:03.222025 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.635430 | 225.29s 2026-02-27 16:58:05.517456 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-02-27 16:58:05.519464 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.932864 | 227.59s 2026-02-27 16:58:08.509811 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-02-27 16:58:08.513622 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:06.927016 | 230.58s 2026-02-27 16:58:11.570137 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-02-27 16:58:11.574790 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:09.988178 | 233.64s 2026-02-27 16:58:16.308730 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-02-27 16:58:16.311970 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.725368 | 238.38s 2026-02-27 16:58:19.147140 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-02-27 16:58:19.151958 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:17.565346 | 241.22s 2026-02-27 16:58:21.636210 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-02-27 16:58:21.638392 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:20.051791 | 243.71s 2026-02-27 16:58:24.447252 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-02-27 16:58:24.450431 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:22.863827 | 246.52s 2026-02-27 16:58:27.272430 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-02-27 16:58:27.275368 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:25.688763 | 249.34s 2026-02-27 16:58:30.722839 | fa163e1a-c8bd-f49a-a1f2-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-02-27 16:58:30.726546 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:29.139942 | 252.79s 2026-02-27 16:58:31.188044 | fa163e1a-c8bd-f49a-a1f2-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:29.601435 | 253.26s 2026-02-27 16:58:31.420246 | fa163e1a-c8bd-f49a-a1f2-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 16:58:31.421571 | fa163e1a-c8bd-f49a-a1f2-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:29.834964 | 0.06s 2026-02-27 16:58:31.450347 | fa163e1a-c8bd-f49a-a1f2-00000000220f | TASK | Fail if container image is undefined 2026-02-27 16:58:31.519961 | fa163e1a-c8bd-f49a-a1f2-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 16:58:31.521539 | fa163e1a-c8bd-f49a-a1f2-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:29.934919 | 0.07s 2026-02-27 16:58:31.568368 | fa163e1a-c8bd-f49a-a1f2-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-27 16:58:36.609202 | fa163e1a-c8bd-f49a-a1f2-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-27 16:58:36.610728 | fa163e1a-c8bd-f49a-a1f2-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:35.024089 | 5.04s 2026-02-27 16:58:36.670025 | fa163e1a-c8bd-f49a-a1f2-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-27 16:58:37.024958 | fa163e1a-c8bd-f49a-a1f2-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-27 16:58:37.026758 | fa163e1a-c8bd-f49a-a1f2-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:35.440140 | 0.36s 2026-02-27 16:58:37.077771 | fa163e1a-c8bd-f49a-a1f2-00000000221c | TASK | Check if rsyslog exists 2026-02-27 16:58:37.306834 | fa163e1a-c8bd-f49a-a1f2-00000000221c | CHANGED | Check if rsyslog exists | standalone 2026-02-27 16:58:37.308204 | fa163e1a-c8bd-f49a-a1f2-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:35.721598 | 0.23s 2026-02-27 16:58:37.337099 | fa163e1a-c8bd-f49a-a1f2-00000000221d | TASK | Forward logging to swift.log file 2026-02-27 16:58:37.815580 | fa163e1a-c8bd-f49a-a1f2-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2026-02-27 16:58:37.816888 | fa163e1a-c8bd-f49a-a1f2-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:36.230281 | 0.48s 2026-02-27 16:58:37.847422 | fa163e1a-c8bd-f49a-a1f2-00000000221e | TASK | Restart rsyslogd service after logging conf change 2026-02-27 16:58:38.645407 | fa163e1a-c8bd-f49a-a1f2-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-02-27 16:58:38.647850 | fa163e1a-c8bd-f49a-a1f2-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:37.061232 | 0.80s 2026-02-27 16:58:38.679527 | fa163e1a-c8bd-f49a-a1f2-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-27 16:58:38.900308 | fa163e1a-c8bd-f49a-a1f2-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-27 16:58:38.901821 | fa163e1a-c8bd-f49a-a1f2-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:37.315215 | 0.22s 2026-02-27 16:58:39.017167 | fa163e1a-c8bd-f49a-a1f2-0000000000c3 | TIMING | include_tasks | standalone | 0:09:37.430551 | 0.08s 2026-02-27 16:58:39.065101 | bb9e8763-51fe-4b69-9419-e2b47532e906 | INCLUDED | /root/standalone-ansible-ou32gt4p/common_deploy_steps_tasks.yaml | standalone 2026-02-27 16:58:39.093810 | fa163e1a-c8bd-f49a-a1f2-0000000024a0 | TASK | Write the config_step hieradata 2026-02-27 16:58:39.587343 | fa163e1a-c8bd-f49a-a1f2-0000000024a0 | OK | Write the config_step hieradata | standalone 2026-02-27 16:58:39.588796 | fa163e1a-c8bd-f49a-a1f2-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:38.002187 | 0.49s 2026-02-27 16:58:39.621772 | fa163e1a-c8bd-f49a-a1f2-0000000024a1 | TASK | Run puppet host configuration for step 1 2026-02-27 16:58:39.921141 | fa163e1a-c8bd-f49a-a1f2-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2026-02-27 16:58:39.921893 | fa163e1a-c8bd-f49a-a1f2-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:38.335296 | 0.30s 2026-02-27 16:58:39.941625 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | TASK | Wait for puppet host configuration to finish 2026-02-27 16:58:40.181869 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-27 16:58:50.421514 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-27 16:59:00.613783 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-27 16:59:10.846199 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-02-27 16:59:21.059510 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-02-27 16:59:31.274168 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-02-27 16:59:41.498405 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 354 retries left 2026-02-27 16:59:51.728839 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-27 16:59:51.730258 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:50.143647 | 71.79s 2026-02-27 16:59:51.762187 | fa163e1a-c8bd-f49a-a1f2-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2026-02-27 16:59:51.816167 | fa163e1a-c8bd-f49a-a1f2-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 27 16:58:40 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 27 16:58:44 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 27 16:58:44 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 27 16:58:44 puppet-user: (file & line not available)", "<13>Feb 27 16:58:44 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 27 16:58:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 27 16:58:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 27 16:58:44 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Feb 27 16:58:44 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Feb 27 16:58:44 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Feb 27 16:58:44 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Feb 27 16:58:54 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Feb 27 16:59:03 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Feb 27 16:59:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Feb 27 16:59:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Feb 27 16:59:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Feb 27 16:59:07 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 27 16:59:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Feb 27 16:59:08 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Feb 27 16:59:12 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 27 16:59:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 27 16:59:14 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Feb 27 16:59:15 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Feb 27 16:59:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Feb 27 16:59:39 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 27 16:59:41 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Feb 27 16:59:41 puppet-user: Notice: Applied catalog in 57.45 seconds", "<13>Feb 27 16:59:41 puppet-user: Application:", "<13>Feb 27 16:59:41 puppet-user: Initial environment: production", "<13>Feb 27 16:59:41 puppet-user: Converged environment: production", "<13>Feb 27 16:59:41 puppet-user: Run mode: user", "<13>Feb 27 16:59:41 puppet-user: Changes:", "<13>Feb 27 16:59:41 puppet-user: Total: 17", "<13>Feb 27 16:59:41 puppet-user: Events:", "<13>Feb 27 16:59:41 puppet-user: Success: 17", "<13>Feb 27 16:59:41 puppet-user: Resources:", "<13>Feb 27 16:59:41 puppet-user: Restarted: 1", "<13>Feb 27 16:59:41 puppet-user: Changed: 16", "<13>Feb 27 16:59:41 puppet-user: Out of sync: 16", "<13>Feb 27 16:59:41 puppet-user: Total: 26", "<13>Feb 27 16:59:41 puppet-user: Time:", "<13>Feb 27 16:59:41 puppet-user: Schedule: 0.00", "<13>Feb 27 16:59:41 puppet-user: File: 0.00", "<13>Feb 27 16:59:41 puppet-user: File line: 0.00", "<13>Feb 27 16:59:41 puppet-user: Augeas: 0.02", "<13>Feb 27 16:59:41 puppet-user: User: 0.24", "<13>Feb 27 16:59:41 puppet-user: Config retrieval: 0.47", "<13>Feb 27 16:59:41 puppet-user: Last run: 1772211581", "<13>Feb 27 16:59:41 puppet-user: Package: 19.20", "<13>Feb 27 16:59:41 puppet-user: Exec: 28.80", "<13>Feb 27 16:59:41 puppet-user: Pcmk property: 3.69", "<13>Feb 27 16:59:41 puppet-user: Service: 4.19", "<13>Feb 27 16:59:41 puppet-user: Transaction evaluation: 57.44", "<13>Feb 27 16:59:41 puppet-user: Catalog application: 57.45", "<13>Feb 27 16:59:41 puppet-user: Filebucket: 0.00", "<13>Feb 27 16:59:41 puppet-user: Total: 57.45", "<13>Feb 27 16:59:41 puppet-user: Version:", "<13>Feb 27 16:59:41 puppet-user: Config: 1772211524", "<13>Feb 27 16:59:41 puppet-user: Puppet: 7.10.0" ] } 2026-02-27 16:59:51.817747 | fa163e1a-c8bd-f49a-a1f2-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:50.231140 | 0.05s 2026-02-27 16:59:51.838584 | fa163e1a-c8bd-f49a-a1f2-0000000024a4 | TASK | Pre-cache facts for puppet containers 2026-02-27 16:59:51.868945 | fa163e1a-c8bd-f49a-a1f2-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:50.282331 | 0.03s 2026-02-27 16:59:51.918298 | fa163e1a-c8bd-f49a-a1f2-0000000024ed | TASK | Gather variables for each operating system 2026-02-27 16:59:52.037872 | fa163e1a-c8bd-f49a-a1f2-0000000024ed | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:50.451262 | 0.12s 2026-02-27 16:59:52.058832 | fa163e1a-c8bd-f49a-a1f2-0000000024ee | TASK | Create puppet caching structures 2026-02-27 16:59:52.293712 | fa163e1a-c8bd-f49a-a1f2-0000000024ee | CHANGED | Create puppet caching structures | standalone 2026-02-27 16:59:52.294764 | fa163e1a-c8bd-f49a-a1f2-0000000024ee | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:50.708162 | 0.23s 2026-02-27 16:59:52.326139 | fa163e1a-c8bd-f49a-a1f2-0000000024ef | TASK | Check for facter.conf 2026-02-27 16:59:52.561049 | fa163e1a-c8bd-f49a-a1f2-0000000024ef | OK | Check for facter.conf | standalone 2026-02-27 16:59:52.562084 | fa163e1a-c8bd-f49a-a1f2-0000000024ef | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:50.975484 | 0.23s 2026-02-27 16:59:52.581938 | fa163e1a-c8bd-f49a-a1f2-0000000024f0 | TASK | Remove facter.conf if directory 2026-02-27 16:59:52.628230 | fa163e1a-c8bd-f49a-a1f2-0000000024f0 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-27 16:59:52.629048 | fa163e1a-c8bd-f49a-a1f2-0000000024f0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:51.042440 | 0.05s 2026-02-27 16:59:52.662629 | fa163e1a-c8bd-f49a-a1f2-0000000024f1 | TASK | Write facter cache config 2026-02-27 16:59:53.084362 | fa163e1a-c8bd-f49a-a1f2-0000000024f1 | CHANGED | Write facter cache config | standalone 2026-02-27 16:59:53.086674 | fa163e1a-c8bd-f49a-a1f2-0000000024f1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:51.500072 | 0.42s 2026-02-27 16:59:53.107611 | fa163e1a-c8bd-f49a-a1f2-0000000024f2 | TASK | Cleanup facter cache if exists 2026-02-27 16:59:53.302122 | fa163e1a-c8bd-f49a-a1f2-0000000024f2 | OK | Cleanup facter cache if exists | standalone 2026-02-27 16:59:53.303168 | fa163e1a-c8bd-f49a-a1f2-0000000024f2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:51.716559 | 0.19s 2026-02-27 16:59:53.336884 | fa163e1a-c8bd-f49a-a1f2-0000000024f3 | TASK | Pre-cache facts 2026-02-27 16:59:53.965612 | fa163e1a-c8bd-f49a-a1f2-0000000024f3 | CHANGED | Pre-cache facts | standalone 2026-02-27 16:59:53.967008 | fa163e1a-c8bd-f49a-a1f2-0000000024f3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:52.380399 | 0.63s 2026-02-27 16:59:54.000377 | fa163e1a-c8bd-f49a-a1f2-0000000024f4 | TASK | Failed deployment if facter fails 2026-02-27 16:59:54.031965 | fa163e1a-c8bd-f49a-a1f2-0000000024f4 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-27 16:59:54.033588 | fa163e1a-c8bd-f49a-a1f2-0000000024f4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:52.446972 | 0.03s 2026-02-27 16:59:54.082402 | fa163e1a-c8bd-f49a-a1f2-0000000024f5 | TASK | Sync cached facts 2026-02-27 16:59:54.526327 | fa163e1a-c8bd-f49a-a1f2-0000000024f5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-0000000024f5') missing from stats 2026-02-27 16:59:54.570254 | fa163e1a-c8bd-f49a-a1f2-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-27 16:59:54.597072 | fa163e1a-c8bd-f49a-a1f2-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:53.010464 | 0.03s 2026-02-27 16:59:54.616485 | 509abed3-5761-40b9-841b-36e983adffe2 | INCLUDED | /root/standalone-ansible-ou32gt4p/generate-config-tasks.yaml | standalone 2026-02-27 16:59:54.649846 | fa163e1a-c8bd-f49a-a1f2-00000000253f | TASK | Create base directory puppet configs 2026-02-27 16:59:54.897110 | fa163e1a-c8bd-f49a-a1f2-00000000253f | CHANGED | Create base directory puppet configs | standalone 2026-02-27 16:59:54.897946 | fa163e1a-c8bd-f49a-a1f2-00000000253f | TIMING | Create base directory puppet configs | standalone | 0:10:53.311348 | 0.25s 2026-02-27 16:59:54.918477 | fa163e1a-c8bd-f49a-a1f2-000000002540 | TASK | Generate container puppet configs for step 1 2026-02-27 16:59:55.193181 | fa163e1a-c8bd-f49a-a1f2-000000002540 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-02-27 16:59:55.194521 | fa163e1a-c8bd-f49a-a1f2-000000002540 | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:53.607914 | 0.28s 2026-02-27 16:59:55.225843 | fa163e1a-c8bd-f49a-a1f2-000000002541 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-02-27 16:59:55.260160 | fa163e1a-c8bd-f49a-a1f2-000000002541 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:53.673548 | 0.03s 2026-02-27 16:59:55.336926 | fa163e1a-c8bd-f49a-a1f2-0000000025cb | TASK | Gather variables for each operating system 2026-02-27 16:59:55.460464 | fa163e1a-c8bd-f49a-a1f2-0000000025cb | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:53.873855 | 0.12s 2026-02-27 16:59:55.484474 | fa163e1a-c8bd-f49a-a1f2-0000000025cc | TASK | Create container logs path 2026-02-27 16:59:55.710957 | fa163e1a-c8bd-f49a-a1f2-0000000025cc | OK | Create container logs path | standalone 2026-02-27 16:59:55.712444 | fa163e1a-c8bd-f49a-a1f2-0000000025cc | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:54.125838 | 0.23s 2026-02-27 16:59:55.734697 | fa163e1a-c8bd-f49a-a1f2-0000000025ce | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 16:59:56.151142 | fa163e1a-c8bd-f49a-a1f2-0000000025ce | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-27 16:59:56.152090 | fa163e1a-c8bd-f49a-a1f2-0000000025ce | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:54.565490 | 0.42s 2026-02-27 16:59:56.183568 | fa163e1a-c8bd-f49a-a1f2-0000000025cf | TASK | Finalise hashes for all containers 2026-02-27 16:59:56.257166 | fa163e1a-c8bd-f49a-a1f2-0000000025cf | OK | Finalise hashes for all containers | standalone 2026-02-27 16:59:56.258536 | fa163e1a-c8bd-f49a-a1f2-0000000025cf | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:54.671929 | 0.07s 2026-02-27 16:59:56.290963 | fa163e1a-c8bd-f49a-a1f2-0000000025d1 | TASK | Manage systemd shutdown files 2026-02-27 16:59:56.320339 | fa163e1a-c8bd-f49a-a1f2-0000000025d1 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 16:59:56.321616 | fa163e1a-c8bd-f49a-a1f2-0000000025d1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:54.735007 | 0.03s 2026-02-27 16:59:56.354571 | fa163e1a-c8bd-f49a-a1f2-0000000025d3 | TASK | Update container configs with new config hashes 2026-02-27 16:59:56.416513 | fa163e1a-c8bd-f49a-a1f2-0000000025d3 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 16:59:56.417998 | fa163e1a-c8bd-f49a-a1f2-0000000025d3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:54.831391 | 0.06s 2026-02-27 16:59:56.442638 | fa163e1a-c8bd-f49a-a1f2-0000000025d4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 16:59:56.484468 | fa163e1a-c8bd-f49a-a1f2-0000000025d4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:54.897859 | 0.04s 2026-02-27 16:59:56.504777 | b1d64c0a-da65-4f89-8b7b-091e691b6c06 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 16:59:56.534105 | fa163e1a-c8bd-f49a-a1f2-000000002618 | TASK | Gather podman infos 2026-02-27 16:59:57.147623 | fa163e1a-c8bd-f49a-a1f2-000000002618 | OK | Gather podman infos | standalone 2026-02-27 16:59:57.149024 | fa163e1a-c8bd-f49a-a1f2-000000002618 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:55.562415 | 0.61s 2026-02-27 16:59:57.186573 | fa163e1a-c8bd-f49a-a1f2-000000002619 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 16:59:57.249510 | fa163e1a-c8bd-f49a-a1f2-000000002619 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-27 16:59:57.250715 | fa163e1a-c8bd-f49a-a1f2-000000002619 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:55.664070 | 0.06s 2026-02-27 16:59:57.283595 | fa163e1a-c8bd-f49a-a1f2-0000000025d5 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 16:59:57.348102 | fa163e1a-c8bd-f49a-a1f2-0000000025d5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:55.761483 | 0.06s 2026-02-27 16:59:57.375837 | c36b3e10-d438-41b8-a108-04e574233398 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 16:59:57.415053 | fa163e1a-c8bd-f49a-a1f2-000000002642 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 17:00:31.649069 | fa163e1a-c8bd-f49a-a1f2-000000002642 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-27 17:00:31.650499 | fa163e1a-c8bd-f49a-a1f2-000000002642 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:30.063897 | 34.23s 2026-02-27 17:00:31.721121 | fa163e1a-c8bd-f49a-a1f2-000000002643 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 17:00:31.805515 | fa163e1a-c8bd-f49a-a1f2-000000002643 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-27 17:00:31.806349 | fa163e1a-c8bd-f49a-a1f2-000000002643 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:30.219752 | 0.08s 2026-02-27 17:00:31.843355 | fa163e1a-c8bd-f49a-a1f2-000000002543 | TASK | Diff puppet-generated changes for check mode 2026-02-27 17:00:31.872623 | fa163e1a-c8bd-f49a-a1f2-000000002543 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-27 17:00:31.873216 | fa163e1a-c8bd-f49a-a1f2-000000002543 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:30.286619 | 0.03s 2026-02-27 17:00:31.892406 | fa163e1a-c8bd-f49a-a1f2-000000002544 | TASK | Diff puppet-generated changes for check mode 2026-02-27 17:00:31.920832 | fa163e1a-c8bd-f49a-a1f2-000000002544 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-27 17:00:31.921393 | fa163e1a-c8bd-f49a-a1f2-000000002544 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:30.334797 | 0.03s 2026-02-27 17:00:31.953722 | fa163e1a-c8bd-f49a-a1f2-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2026-02-27 17:00:31.982242 | fa163e1a-c8bd-f49a-a1f2-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:30.395637 | 0.03s 2026-02-27 17:00:32.046098 | fa163e1a-c8bd-f49a-a1f2-000000002698 | TASK | Gather variables for each operating system 2026-02-27 17:00:32.169831 | fa163e1a-c8bd-f49a-a1f2-000000002698 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:30.583224 | 0.12s 2026-02-27 17:00:32.203037 | fa163e1a-c8bd-f49a-a1f2-000000002699 | TASK | Create container logs path 2026-02-27 17:00:32.448536 | fa163e1a-c8bd-f49a-a1f2-000000002699 | OK | Create container logs path | standalone 2026-02-27 17:00:32.450087 | fa163e1a-c8bd-f49a-a1f2-000000002699 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:30.863480 | 0.24s 2026-02-27 17:00:32.482394 | fa163e1a-c8bd-f49a-a1f2-00000000269b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-02-27 17:00:32.746417 | fa163e1a-c8bd-f49a-a1f2-00000000269b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-27 17:00:32.747472 | fa163e1a-c8bd-f49a-a1f2-00000000269b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:31.160873 | 0.26s 2026-02-27 17:00:32.790079 | fa163e1a-c8bd-f49a-a1f2-00000000269c | TASK | Finalise hashes for all containers 2026-02-27 17:00:32.851554 | fa163e1a-c8bd-f49a-a1f2-00000000269c | OK | Finalise hashes for all containers | standalone 2026-02-27 17:00:32.852839 | fa163e1a-c8bd-f49a-a1f2-00000000269c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:31.266233 | 0.06s 2026-02-27 17:00:32.882730 | fa163e1a-c8bd-f49a-a1f2-00000000269e | TASK | Manage systemd shutdown files 2026-02-27 17:00:32.915134 | fa163e1a-c8bd-f49a-a1f2-00000000269e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:31.328522 | 0.03s 2026-02-27 17:00:32.953493 | 72fbb479-569a-4c34-ac89-ea87e1f7008d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-27 17:00:32.986851 | fa163e1a-c8bd-f49a-a1f2-0000000026d1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-27 17:00:33.260710 | fa163e1a-c8bd-f49a-a1f2-0000000026d1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-27 17:00:33.262185 | fa163e1a-c8bd-f49a-a1f2-0000000026d1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:31.675573 | 0.27s 2026-02-27 17:00:33.292292 | fa163e1a-c8bd-f49a-a1f2-0000000026d2 | TASK | Set podman_drop_in fact 2026-02-27 17:00:33.370111 | fa163e1a-c8bd-f49a-a1f2-0000000026d2 | OK | Set podman_drop_in fact | standalone 2026-02-27 17:00:33.371366 | fa163e1a-c8bd-f49a-a1f2-0000000026d2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:31.784766 | 0.08s 2026-02-27 17:00:33.396772 | fa163e1a-c8bd-f49a-a1f2-0000000026d4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-27 17:00:33.890513 | fa163e1a-c8bd-f49a-a1f2-0000000026d4 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-27 17:00:33.891404 | fa163e1a-c8bd-f49a-a1f2-0000000026d4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:32.304806 | 0.49s 2026-02-27 17:00:34.330858 | fa163e1a-c8bd-f49a-a1f2-0000000026d4 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-27 17:00:34.332028 | fa163e1a-c8bd-f49a-a1f2-0000000026d4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:32.745425 | 0.93s 2026-02-27 17:00:34.340500 | fa163e1a-c8bd-f49a-a1f2-0000000026d4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:32.753891 | 0.94s 2026-02-27 17:00:34.367939 | fa163e1a-c8bd-f49a-a1f2-0000000026d5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-27 17:00:34.912097 | fa163e1a-c8bd-f49a-a1f2-0000000026d5 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-27 17:00:34.913808 | fa163e1a-c8bd-f49a-a1f2-0000000026d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:33.327199 | 0.54s 2026-02-27 17:00:34.946375 | fa163e1a-c8bd-f49a-a1f2-0000000026d6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-27 17:00:35.385564 | fa163e1a-c8bd-f49a-a1f2-0000000026d6 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-27 17:00:35.387103 | fa163e1a-c8bd-f49a-a1f2-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:33.800496 | 0.44s 2026-02-27 17:00:35.418630 | fa163e1a-c8bd-f49a-a1f2-0000000026d7 | TASK | Enable and start tripleo-container-shutdown 2026-02-27 17:00:36.351523 | fa163e1a-c8bd-f49a-a1f2-0000000026d7 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-02-27 17:00:36.353440 | fa163e1a-c8bd-f49a-a1f2-0000000026d7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:34.766832 | 0.93s 2026-02-27 17:00:36.384873 | fa163e1a-c8bd-f49a-a1f2-0000000026d8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-27 17:00:36.872534 | fa163e1a-c8bd-f49a-a1f2-0000000026d8 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-27 17:00:36.873362 | fa163e1a-c8bd-f49a-a1f2-0000000026d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:35.286763 | 0.49s 2026-02-27 17:00:36.892898 | fa163e1a-c8bd-f49a-a1f2-0000000026d9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-27 17:00:37.355467 | fa163e1a-c8bd-f49a-a1f2-0000000026d9 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-27 17:00:37.356790 | fa163e1a-c8bd-f49a-a1f2-0000000026d9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:35.770186 | 0.46s 2026-02-27 17:00:37.381722 | fa163e1a-c8bd-f49a-a1f2-0000000026da | TASK | Enable and start netns-placeholder 2026-02-27 17:00:38.268494 | fa163e1a-c8bd-f49a-a1f2-0000000026da | CHANGED | Enable and start netns-placeholder | standalone 2026-02-27 17:00:38.270241 | fa163e1a-c8bd-f49a-a1f2-0000000026da | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:36.683637 | 0.89s 2026-02-27 17:00:38.295236 | fa163e1a-c8bd-f49a-a1f2-0000000026a0 | TASK | Update container configs with new config hashes 2026-02-27 17:00:38.334833 | fa163e1a-c8bd-f49a-a1f2-0000000026a0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:36.748221 | 0.04s 2026-02-27 17:00:38.348090 | 018f8c33-99ac-4722-a801-963cb907d0b5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-27 17:00:38.373946 | fa163e1a-c8bd-f49a-a1f2-000000002702 | TASK | Update config hashes for container startup configs 2026-02-27 17:00:38.656228 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2026-02-27 17:00:38.656958 | | WARNING | Config change detected for mysql_bootstrap, new hash: 6ba4329cb155ea1d4f40bee36c3a6cf0 2026-02-27 17:00:38.657223 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: e224b93cf5f248526f80ac66b0d8811f 2026-02-27 17:00:38.657484 | | WARNING | Config change detected for clustercheck, new hash: 6cc9e05ea5ae1f8cd972032a0a5ac6ca 2026-02-27 17:00:38.657749 | | WARNING | Config change detected for horizon_fix_perms, new hash: d845008afb8dfd7d412dfe0f025dacb6 2026-02-27 17:00:38.657992 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 6ba4329cb155ea1d4f40bee36c3a6cf0 2026-02-27 17:00:38.658226 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.658461 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.658765 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.659033 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.659275 | | WARNING | Config change detected for aodh_db_sync, new hash: 815974eef7c5f890f387cda73347412c 2026-02-27 17:00:38.659511 | | WARNING | Config change detected for barbican_api, new hash: d0c62d680a937ac9629c75e66a1f5b2c 2026-02-27 17:00:38.659763 | | WARNING | Config change detected for barbican_api_db_sync, new hash: d0c62d680a937ac9629c75e66a1f5b2c 2026-02-27 17:00:38.660003 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: d0c62d680a937ac9629c75e66a1f5b2c 2026-02-27 17:00:38.660230 | | WARNING | Config change detected for barbican_keystone_listener, new hash: d0c62d680a937ac9629c75e66a1f5b2c 2026-02-27 17:00:38.660459 | | WARNING | Config change detected for barbican_worker, new hash: d0c62d680a937ac9629c75e66a1f5b2c 2026-02-27 17:00:38.660730 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 0eec605ad6a0c42c19ebf87fe04e74a7 2026-02-27 17:00:38.660980 | | WARNING | Config change detected for glance_api_db_sync, new hash: 3f1a9c814343db6e08fb4faff6c33858-da340a056b70848985e67a3562de4325 2026-02-27 17:00:38.661258 | | WARNING | Config change detected for heat_engine_db_sync, new hash: c4e60d4d448a3c2f2f938f8d3c1aad37 2026-02-27 17:00:38.661493 | | WARNING | Config change detected for horizon, new hash: d845008afb8dfd7d412dfe0f025dacb6 2026-02-27 17:00:38.661754 | | WARNING | Config change detected for iscsid, new hash: da340a056b70848985e67a3562de4325 2026-02-27 17:00:38.662019 | | WARNING | Config change detected for keystone, new hash: 4d1808293529677fd742ca9966d36af8 2026-02-27 17:00:38.662263 | | WARNING | Config change detected for keystone_cron, new hash: 4d1808293529677fd742ca9966d36af8 2026-02-27 17:00:38.662524 | | WARNING | Config change detected for keystone_db_sync, new hash: 4d1808293529677fd742ca9966d36af8 2026-02-27 17:00:38.662839 | | WARNING | Config change detected for manila_api_db_sync, new hash: a74678791865d82fb92086cc24cdd2ea 2026-02-27 17:00:38.663077 | | WARNING | Config change detected for neutron_db_sync, new hash: 2e71a8d0cd80dc007da76fb669a50522 2026-02-27 17:00:38.663307 | | WARNING | Config change detected for nova_api_db_sync, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.663549 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.663808 | | WARNING | Config change detected for nova_db_sync, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.664045 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.664273 | | WARNING | Config change detected for nova_virtnodedevd, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.664504 | | WARNING | Config change detected for nova_virtproxyd, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.664787 | | WARNING | Config change detected for nova_virtqemud, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.665031 | | WARNING | Config change detected for nova_virtsecretd, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.665260 | | WARNING | Config change detected for nova_virtstoraged, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.665498 | | WARNING | Config change detected for octavia_db_sync, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.665765 | | WARNING | Config change detected for placement_api_db_sync, new hash: 012f0206b2a1a256f723d457f9754abd 2026-02-27 17:00:38.665993 | | WARNING | Config change detected for swift_copy_rings, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9-9da29257332a223705392e84922bf34a 2026-02-27 17:00:38.666219 | | WARNING | Config change detected for aodh_api, new hash: 815974eef7c5f890f387cda73347412c 2026-02-27 17:00:38.666448 | | WARNING | Config change detected for aodh_api_cron, new hash: 815974eef7c5f890f387cda73347412c 2026-02-27 17:00:38.666698 | | WARNING | Config change detected for aodh_evaluator, new hash: 815974eef7c5f890f387cda73347412c 2026-02-27 17:00:38.666937 | | WARNING | Config change detected for aodh_listener, new hash: 815974eef7c5f890f387cda73347412c 2026-02-27 17:00:38.667162 | | WARNING | Config change detected for aodh_notifier, new hash: 815974eef7c5f890f387cda73347412c 2026-02-27 17:00:38.667390 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 7104da4b22987e18a9b78989ad622f91 2026-02-27 17:00:38.667621 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 7104da4b22987e18a9b78989ad622f91 2026-02-27 17:00:38.667883 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 7104da4b22987e18a9b78989ad622f91 2026-02-27 17:00:38.668166 | | WARNING | Config change detected for cinder_api, new hash: 0eec605ad6a0c42c19ebf87fe04e74a7 2026-02-27 17:00:38.668446 | | WARNING | Config change detected for cinder_api_cron, new hash: 0eec605ad6a0c42c19ebf87fe04e74a7 2026-02-27 17:00:38.668797 | | WARNING | Config change detected for cinder_scheduler, new hash: 0eec605ad6a0c42c19ebf87fe04e74a7 2026-02-27 17:00:38.669099 | | WARNING | Config change detected for glance_api, new hash: 3f1a9c814343db6e08fb4faff6c33858-da340a056b70848985e67a3562de4325 2026-02-27 17:00:38.669409 | | WARNING | Config change detected for glance_api_cron, new hash: 3f1a9c814343db6e08fb4faff6c33858 2026-02-27 17:00:38.669672 | | WARNING | Config change detected for glance_api_internal, new hash: eeb7bf76299d637ca2ebe60386441f62-da340a056b70848985e67a3562de4325 2026-02-27 17:00:38.669992 | | WARNING | Config change detected for heat_api, new hash: ecec9aef2ef0031f958c1d4cf943944a 2026-02-27 17:00:38.670270 | | WARNING | Config change detected for heat_api_cfn, new hash: 7c08b121a36457265b4d87710c8dd6a1 2026-02-27 17:00:38.670502 | | WARNING | Config change detected for heat_api_cron, new hash: ecec9aef2ef0031f958c1d4cf943944a 2026-02-27 17:00:38.670815 | | WARNING | Config change detected for heat_engine, new hash: c4e60d4d448a3c2f2f938f8d3c1aad37 2026-02-27 17:00:38.671105 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-02-27 17:00:38.671421 | | WARNING | Config change detected for manila_api, new hash: a74678791865d82fb92086cc24cdd2ea 2026-02-27 17:00:38.671703 | | WARNING | Config change detected for manila_api_cron, new hash: a74678791865d82fb92086cc24cdd2ea 2026-02-27 17:00:38.671965 | | WARNING | Config change detected for manila_scheduler, new hash: a74678791865d82fb92086cc24cdd2ea 2026-02-27 17:00:38.672194 | | WARNING | Config change detected for neutron_api, new hash: 2e71a8d0cd80dc007da76fb669a50522 2026-02-27 17:00:38.672455 | | WARNING | Config change detected for neutron_dhcp, new hash: 2e71a8d0cd80dc007da76fb669a50522 2026-02-27 17:00:38.672722 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 2e71a8d0cd80dc007da76fb669a50522 2026-02-27 17:00:38.672973 | | WARNING | Config change detected for nova_api, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.673207 | | WARNING | Config change detected for nova_api_cron, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.673449 | | WARNING | Config change detected for nova_conductor, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.673710 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.673976 | | WARNING | Config change detected for nova_metadata, new hash: 1fe2a78696fa8b5b36c4b32fb0422a9d 2026-02-27 17:00:38.674241 | | WARNING | Config change detected for nova_migration_target, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.674472 | | WARNING | Config change detected for nova_scheduler, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.674773 | | WARNING | Config change detected for nova_vnc_proxy, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.675009 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: b01112cc1efa86e6d9b50513e6f2798f 2026-02-27 17:00:38.675237 | | WARNING | Config change detected for octavia_api, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.675484 | | WARNING | Config change detected for octavia_driver_agent, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.675737 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 2e71a8d0cd80dc007da76fb669a50522 2026-02-27 17:00:38.676010 | | WARNING | Config change detected for placement_api, new hash: 012f0206b2a1a256f723d457f9754abd 2026-02-27 17:00:38.676250 | | WARNING | Config change detected for placement_wait_for_service, new hash: 012f0206b2a1a256f723d457f9754abd 2026-02-27 17:00:38.676474 | | WARNING | Config change detected for swift_account_reaper, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9 2026-02-27 17:00:38.676741 | | WARNING | Config change detected for swift_account_server, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9 2026-02-27 17:00:38.676987 | | WARNING | Config change detected for swift_container_server, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9 2026-02-27 17:00:38.677215 | | WARNING | Config change detected for swift_container_updater, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9 2026-02-27 17:00:38.677438 | | WARNING | Config change detected for swift_object_expirer, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9 2026-02-27 17:00:38.677664 | | WARNING | Config change detected for swift_object_server, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9 2026-02-27 17:00:38.677970 | | WARNING | Config change detected for swift_object_updater, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9 2026-02-27 17:00:38.678216 | | WARNING | Config change detected for swift_proxy, new hash: c35ee8e1c2b6ece9ad57dd664f54c1a9 2026-02-27 17:00:38.678467 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 7104da4b22987e18a9b78989ad622f91 2026-02-27 17:00:38.678722 | | WARNING | Config change detected for gnocchi_api, new hash: 35306c3f36b2c78a57674fc5fc59c938 2026-02-27 17:00:38.678982 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 35306c3f36b2c78a57674fc5fc59c938 2026-02-27 17:00:38.679225 | | WARNING | Config change detected for gnocchi_metricd, new hash: 35306c3f36b2c78a57674fc5fc59c938 2026-02-27 17:00:38.679472 | | WARNING | Config change detected for gnocchi_statsd, new hash: 35306c3f36b2c78a57674fc5fc59c938 2026-02-27 17:00:38.679745 | | WARNING | Config change detected for nova_compute, new hash: da340a056b70848985e67a3562de4325-a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.679987 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: a7629832ebb3cc4efd197011bd692413 2026-02-27 17:00:38.680232 | | WARNING | Config change detected for octavia_health_manager, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.680474 | | WARNING | Config change detected for octavia_housekeeping, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.680760 | | WARNING | Config change detected for octavia_rsyslog, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.681016 | | WARNING | Config change detected for octavia_worker, new hash: 32783307ef87a6a0d401e56cf33a7083 2026-02-27 17:00:38.681281 | fa163e1a-c8bd-f49a-a1f2-000000002702 | CHANGED | Update config hashes for container startup configs | standalone 2026-02-27 17:00:38.681730 | fa163e1a-c8bd-f49a-a1f2-000000002702 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:37.095130 | 0.31s 2026-02-27 17:00:38.703388 | fa163e1a-c8bd-f49a-a1f2-0000000026a1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-27 17:00:38.730026 | fa163e1a-c8bd-f49a-a1f2-0000000026a1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:37.143407 | 0.03s 2026-02-27 17:00:38.756226 | d5983f78-8f27-4e31-8fb9-12ad3baf04de | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 17:00:38.784481 | fa163e1a-c8bd-f49a-a1f2-000000002721 | TASK | Gather podman infos 2026-02-27 17:00:39.642513 | fa163e1a-c8bd-f49a-a1f2-000000002721 | OK | Gather podman infos | standalone 2026-02-27 17:00:39.643787 | fa163e1a-c8bd-f49a-a1f2-000000002721 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:38.057183 | 0.86s 2026-02-27 17:00:39.716439 | fa163e1a-c8bd-f49a-a1f2-000000002722 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-27 17:00:39.783318 | fa163e1a-c8bd-f49a-a1f2-000000002722 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:38.196701 | 0.06s 2026-02-27 17:00:39.908977 | fa163e1a-c8bd-f49a-a1f2-00000000276b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:38.322357 | 0.06s 2026-02-27 17:00:39.970892 | fa163e1a-c8bd-f49a-a1f2-0000000026a2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-27 17:00:40.011197 | fa163e1a-c8bd-f49a-a1f2-0000000026a2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:38.424582 | 0.04s 2026-02-27 17:00:40.038225 | c6998234-56fd-4404-91b6-9be83285f60d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 17:00:40.076524 | fa163e1a-c8bd-f49a-a1f2-000000002791 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-27 17:00:48.951465 | fa163e1a-c8bd-f49a-a1f2-000000002791 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-27 17:00:48.953178 | fa163e1a-c8bd-f49a-a1f2-000000002791 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:47.366572 | 8.88s 2026-02-27 17:00:48.988492 | fa163e1a-c8bd-f49a-a1f2-000000002792 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-27 17:00:51.719605 | fa163e1a-c8bd-f49a-a1f2-000000002792 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-27 17:00:51.721536 | fa163e1a-c8bd-f49a-a1f2-000000002792 | 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:50.134930 | 2.73s 2026-02-27 17:00:51.796530 | fa163e1a-c8bd-f49a-a1f2-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2026-02-27 17:00:52.005282 | fa163e1a-c8bd-f49a-a1f2-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-02-27 17:00:52.006096 | fa163e1a-c8bd-f49a-a1f2-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:50.419496 | 0.21s 2026-02-27 17:00:52.056590 | fa163e1a-c8bd-f49a-a1f2-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2026-02-27 17:00:52.099166 | fa163e1a-c8bd-f49a-a1f2-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:50.512552 | 0.04s 2026-02-27 17:00:52.121299 | fa163e1a-c8bd-f49a-a1f2-0000000024ab | TASK | Include container-puppet tasks for step 1 2026-02-27 17:00:52.403748 | fa163e1a-c8bd-f49a-a1f2-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:50.817145 | 0.04s 2026-02-27 17:00:52.416672 | afe6c695-429e-4a17-8082-562e3e816f06 | INCLUDED | /root/standalone-ansible-ou32gt4p/host-container-puppet-tasks.yaml | standalone 2026-02-27 17:00:52.446202 | fa163e1a-c8bd-f49a-a1f2-0000000027dd | TASK | Write container-puppet-tasks json file for standalone step 1 2026-02-27 17:00:52.942203 | fa163e1a-c8bd-f49a-a1f2-0000000027dd | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-02-27 17:00:52.943459 | fa163e1a-c8bd-f49a-a1f2-0000000027dd | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:51.356854 | 0.50s 2026-02-27 17:00:52.981054 | fa163e1a-c8bd-f49a-a1f2-0000000027df | TASK | Generate container puppet configs for step 1 2026-02-27 17:00:53.238447 | fa163e1a-c8bd-f49a-a1f2-0000000027df | OK | Generate container puppet configs for step 1 | standalone 2026-02-27 17:00:53.239857 | fa163e1a-c8bd-f49a-a1f2-0000000027df | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:51.653249 | 0.26s 2026-02-27 17:00:53.271638 | fa163e1a-c8bd-f49a-a1f2-0000000027e0 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-02-27 17:00:53.301194 | fa163e1a-c8bd-f49a-a1f2-0000000027e0 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:51.714586 | 0.03s 2026-02-27 17:00:53.346312 | fa163e1a-c8bd-f49a-a1f2-0000000025cb | TASK | Gather variables for each operating system 2026-02-27 17:00:53.464875 | fa163e1a-c8bd-f49a-a1f2-0000000025cb | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:51.878256 | 0.12s 2026-02-27 17:00:53.496306 | fa163e1a-c8bd-f49a-a1f2-0000000025cc | TASK | Create container logs path 2026-02-27 17:00:53.753672 | fa163e1a-c8bd-f49a-a1f2-0000000025cc | OK | Create container logs path | standalone 2026-02-27 17:00:53.755120 | fa163e1a-c8bd-f49a-a1f2-0000000025cc | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:52.168513 | 0.26s 2026-02-27 17:00:53.788330 | fa163e1a-c8bd-f49a-a1f2-0000000025ce | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 17:00:54.046022 | fa163e1a-c8bd-f49a-a1f2-0000000025ce | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-27 17:00:54.047463 | fa163e1a-c8bd-f49a-a1f2-0000000025ce | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:52.460855 | 0.26s 2026-02-27 17:00:54.078067 | fa163e1a-c8bd-f49a-a1f2-0000000025cf | TASK | Finalise hashes for all containers 2026-02-27 17:00:54.119114 | fa163e1a-c8bd-f49a-a1f2-0000000025cf | OK | Finalise hashes for all containers | standalone 2026-02-27 17:00:54.120379 | fa163e1a-c8bd-f49a-a1f2-0000000025cf | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:52.533768 | 0.04s 2026-02-27 17:00:54.151250 | fa163e1a-c8bd-f49a-a1f2-0000000025d1 | TASK | Manage systemd shutdown files 2026-02-27 17:00:54.185867 | fa163e1a-c8bd-f49a-a1f2-0000000025d1 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 17:00:54.186990 | fa163e1a-c8bd-f49a-a1f2-0000000025d1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:52.600382 | 0.03s 2026-02-27 17:00:54.219094 | fa163e1a-c8bd-f49a-a1f2-0000000025d3 | TASK | Update container configs with new config hashes 2026-02-27 17:00:54.272230 | fa163e1a-c8bd-f49a-a1f2-0000000025d3 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 17:00:54.273753 | fa163e1a-c8bd-f49a-a1f2-0000000025d3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:52.687141 | 0.05s 2026-02-27 17:00:54.309343 | fa163e1a-c8bd-f49a-a1f2-0000000025d4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 17:00:54.362009 | fa163e1a-c8bd-f49a-a1f2-0000000025d4 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-27 17:00:54.363486 | fa163e1a-c8bd-f49a-a1f2-0000000025d4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:52.776876 | 0.05s 2026-02-27 17:00:54.399149 | fa163e1a-c8bd-f49a-a1f2-0000000025d5 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-27 17:00:54.455882 | fa163e1a-c8bd-f49a-a1f2-0000000025d5 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-27 17:00:54.457294 | fa163e1a-c8bd-f49a-a1f2-0000000025d5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:52.870683 | 0.06s PLAY [External deployment step 2] ********************************************** 2026-02-27 17:00:54.643218 | fa163e1a-c8bd-f49a-a1f2-0000000000c6 | TASK | External deployment step 2 2026-02-27 17:00:54.673687 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000c6') missing from stats 2026-02-27 17:00:54.729689 | fa163e1a-c8bd-f49a-a1f2-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:53.143062 | 0.04s 2026-02-27 17:00:54.761506 | 2a84e072-d891-4977-ac4b-63c0a8a2e846 | INCLUDED | /root/standalone-ansible-ou32gt4p/external_deploy_steps_tasks_step2.yaml | undercloud 2026-02-27 17:00:54.779821 | fa163e1a-c8bd-f49a-a1f2-00000000285a | TASK | create cephadm working directory and related files 2026-02-27 17:00:54.831080 | fa163e1a-c8bd-f49a-a1f2-00000000285a | TIMING | create cephadm working directory and related files | undercloud | 0:11:53.244471 | 0.05s 2026-02-27 17:00:54.879342 | fa163e1a-c8bd-f49a-a1f2-000000002882 | TASK | create cephadm workdir 2026-02-27 17:00:55.150556 | fa163e1a-c8bd-f49a-a1f2-000000002882 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-ou32gt4p/cephadm 2026-02-27 17:00:55.152178 | fa163e1a-c8bd-f49a-a1f2-000000002882 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:53.565568 | 0.27s 2026-02-27 17:00:55.164966 | fa163e1a-c8bd-f49a-a1f2-000000002882 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:53.578356 | 0.28s 2026-02-27 17:00:55.183508 | fa163e1a-c8bd-f49a-a1f2-000000002883 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2026-02-27 17:00:55.439793 | fa163e1a-c8bd-f49a-a1f2-000000002883 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2026-02-27 17:00:55.441358 | fa163e1a-c8bd-f49a-a1f2-000000002883 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:53.854749 | 0.26s 2026-02-27 17:00:55.459796 | fa163e1a-c8bd-f49a-a1f2-000000002884 | TASK | get the list of enabled services on the overcloud 2026-02-27 17:00:55.500317 | fa163e1a-c8bd-f49a-a1f2-000000002884 | OK | get the list of enabled services on the overcloud | undercloud 2026-02-27 17:00:55.501658 | fa163e1a-c8bd-f49a-a1f2-000000002884 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:53.915053 | 0.04s 2026-02-27 17:00:55.523241 | fa163e1a-c8bd-f49a-a1f2-000000002885 | TASK | Set grafana_vip: 192.168.122.99 2026-02-27 17:00:55.553113 | fa163e1a-c8bd-f49a-a1f2-000000002885 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2026-02-27 17:00:55.554375 | fa163e1a-c8bd-f49a-a1f2-000000002885 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:53.967766 | 0.03s 2026-02-27 17:00:55.601633 | fa163e1a-c8bd-f49a-a1f2-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:54.015017 | 0.03s 2026-02-27 17:00:55.690531 | fa163e1a-c8bd-f49a-a1f2-00000000290a | TASK | set basic user fact 2026-02-27 17:00:55.758251 | fa163e1a-c8bd-f49a-a1f2-00000000290a | SKIPPED | set basic user fact | undercloud 2026-02-27 17:00:55.759550 | fa163e1a-c8bd-f49a-a1f2-00000000290a | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:54.172940 | 0.07s 2026-02-27 17:00:55.779490 | fa163e1a-c8bd-f49a-a1f2-00000000290b | TASK | set basic home fact 2026-02-27 17:00:55.857082 | fa163e1a-c8bd-f49a-a1f2-00000000290b | OK | set basic home fact | undercloud 2026-02-27 17:00:55.858477 | fa163e1a-c8bd-f49a-a1f2-00000000290b | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:54.271869 | 0.08s 2026-02-27 17:00:55.877984 | fa163e1a-c8bd-f49a-a1f2-00000000290c | TASK | set calling_ansible_environment_variables fact 2026-02-27 17:00:55.972987 | fa163e1a-c8bd-f49a-a1f2-00000000290c | OK | set calling_ansible_environment_variables fact | undercloud 2026-02-27 17:00:55.974277 | fa163e1a-c8bd-f49a-a1f2-00000000290c | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:54.387670 | 0.09s 2026-02-27 17:00:55.998086 | fa163e1a-c8bd-f49a-a1f2-00000000290e | TASK | get all ansible environment variables 2026-02-27 17:00:56.071034 | fa163e1a-c8bd-f49a-a1f2-00000000290e | SKIPPED | get all ansible environment variables | undercloud 2026-02-27 17:00:56.072310 | fa163e1a-c8bd-f49a-a1f2-00000000290e | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:54.485699 | 0.07s 2026-02-27 17:00:56.091186 | fa163e1a-c8bd-f49a-a1f2-00000000290f | TASK | set calling_ansible_environment_variables 2026-02-27 17:00:56.164836 | fa163e1a-c8bd-f49a-a1f2-00000000290f | SKIPPED | set calling_ansible_environment_variables | undercloud 2026-02-27 17:00:56.166234 | fa163e1a-c8bd-f49a-a1f2-00000000290f | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:54.579625 | 0.07s 2026-02-27 17:00:56.185200 | fa163e1a-c8bd-f49a-a1f2-000000002911 | TASK | Set common fact 2026-02-27 17:00:56.236661 | fa163e1a-c8bd-f49a-a1f2-000000002911 | OK | Set common fact | undercloud 2026-02-27 17:00:56.238194 | fa163e1a-c8bd-f49a-a1f2-000000002911 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:54.651578 | 0.05s 2026-02-27 17:00:56.257314 | fa163e1a-c8bd-f49a-a1f2-000000002912 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2026-02-27 17:00:56.290040 | fa163e1a-c8bd-f49a-a1f2-000000002912 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2026-02-27 17:00:56.291405 | fa163e1a-c8bd-f49a-a1f2-000000002912 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:54.704786 | 0.03s 2026-02-27 17:00:56.327193 | fa163e1a-c8bd-f49a-a1f2-000000002914 | TASK | build filter list 2026-02-27 17:00:56.358005 | fa163e1a-c8bd-f49a-a1f2-000000002914 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:54.771375 | 0.03s 2026-02-27 17:00:56.377650 | fa163e1a-c8bd-f49a-a1f2-000000002915 | TASK | add images pool 2026-02-27 17:00:56.472773 | fa163e1a-c8bd-f49a-a1f2-000000002915 | OK | add images pool | undercloud 2026-02-27 17:00:56.474217 | fa163e1a-c8bd-f49a-a1f2-000000002915 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:54.887611 | 0.09s 2026-02-27 17:00:56.490350 | fa163e1a-c8bd-f49a-a1f2-000000002916 | TASK | add volumes pool 2026-02-27 17:00:56.561317 | fa163e1a-c8bd-f49a-a1f2-000000002916 | OK | add volumes pool | undercloud 2026-02-27 17:00:56.562448 | fa163e1a-c8bd-f49a-a1f2-000000002916 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:54.975842 | 0.07s 2026-02-27 17:00:56.580661 | fa163e1a-c8bd-f49a-a1f2-000000002917 | TASK | add vms pool 2026-02-27 17:00:56.664611 | fa163e1a-c8bd-f49a-a1f2-000000002917 | OK | add vms pool | undercloud 2026-02-27 17:00:56.665883 | fa163e1a-c8bd-f49a-a1f2-000000002917 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:55.079278 | 0.08s 2026-02-27 17:00:56.684172 | fa163e1a-c8bd-f49a-a1f2-000000002918 | TASK | add gnocchi pool 2026-02-27 17:00:56.737781 | fa163e1a-c8bd-f49a-a1f2-000000002918 | SKIPPED | add gnocchi pool | undercloud 2026-02-27 17:00:56.738922 | fa163e1a-c8bd-f49a-a1f2-000000002918 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:55.152314 | 0.05s 2026-02-27 17:00:56.756845 | fa163e1a-c8bd-f49a-a1f2-000000002919 | TASK | add cinder backup pool 2026-02-27 17:00:56.841935 | fa163e1a-c8bd-f49a-a1f2-000000002919 | OK | add cinder backup pool | undercloud 2026-02-27 17:00:56.843103 | fa163e1a-c8bd-f49a-a1f2-000000002919 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:55.256498 | 0.08s 2026-02-27 17:00:56.861156 | fa163e1a-c8bd-f49a-a1f2-00000000291a | TASK | add cinder extra pools 2026-02-27 17:00:56.893479 | fa163e1a-c8bd-f49a-a1f2-00000000291a | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:55.306865 | 0.03s 2026-02-27 17:00:56.912881 | fa163e1a-c8bd-f49a-a1f2-00000000291b | TASK | build resulting pool list 2026-02-27 17:00:57.065412 | fa163e1a-c8bd-f49a-a1f2-00000000291b | OK | build resulting pool list | undercloud 2026-02-27 17:00:57.066784 | fa163e1a-c8bd-f49a-a1f2-00000000291b | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:55.480173 | 0.15s 2026-02-27 17:00:57.085370 | fa163e1a-c8bd-f49a-a1f2-00000000291d | TASK | add manila data pool 2026-02-27 17:00:57.140602 | fa163e1a-c8bd-f49a-a1f2-00000000291d | OK | add manila data pool | undercloud 2026-02-27 17:00:57.141764 | fa163e1a-c8bd-f49a-a1f2-00000000291d | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:55.555159 | 0.06s 2026-02-27 17:00:57.161153 | fa163e1a-c8bd-f49a-a1f2-00000000291e | TASK | add manila metadata pool 2026-02-27 17:00:57.215791 | fa163e1a-c8bd-f49a-a1f2-00000000291e | OK | add manila metadata pool | undercloud 2026-02-27 17:00:57.217118 | fa163e1a-c8bd-f49a-a1f2-00000000291e | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:55.630510 | 0.05s 2026-02-27 17:00:57.298235 | fa163e1a-c8bd-f49a-a1f2-000000002887 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:55.711617 | 0.04s 2026-02-27 17:00:57.429120 | fa163e1a-c8bd-f49a-a1f2-000000002ab0 | TASK | reset profiles string to avoid complex string manipulation 2026-02-27 17:00:57.460043 | fa163e1a-c8bd-f49a-a1f2-000000002ab0 | OK | reset profiles string to avoid complex string manipulation | undercloud 2026-02-27 17:00:57.460783 | fa163e1a-c8bd-f49a-a1f2-000000002ab0 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:55.874186 | 0.03s 2026-02-27 17:00:57.474670 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | TASK | build openstack client profiles per pool 2026-02-27 17:00:57.564816 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-27 17:00:57.566768 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:55.980165 | 0.09s 2026-02-27 17:00:57.602123 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-27 17:00:57.602721 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:56.016124 | 0.13s 2026-02-27 17:00:57.635904 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-27 17:00:57.636578 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:56.049979 | 0.16s 2026-02-27 17:00:57.662801 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-27 17:00:57.663726 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:56.077132 | 0.19s 2026-02-27 17:00:57.674657 | fa163e1a-c8bd-f49a-a1f2-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:56.088052 | 0.20s 2026-02-27 17:00:57.690608 | fa163e1a-c8bd-f49a-a1f2-000000002ab3 | TASK | set openstack client caps 2026-02-27 17:00:57.750373 | fa163e1a-c8bd-f49a-a1f2-000000002ab3 | OK | set openstack client caps | undercloud 2026-02-27 17:00:57.751398 | fa163e1a-c8bd-f49a-a1f2-000000002ab3 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:56.164798 | 0.06s 2026-02-27 17:00:57.766945 | fa163e1a-c8bd-f49a-a1f2-000000002ab4 | TASK | set openstack client osd(s) caps 2026-02-27 17:00:57.820645 | fa163e1a-c8bd-f49a-a1f2-000000002ab4 | OK | set openstack client osd(s) caps | undercloud 2026-02-27 17:00:57.822223 | fa163e1a-c8bd-f49a-a1f2-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:56.235618 | 0.05s 2026-02-27 17:00:57.842086 | fa163e1a-c8bd-f49a-a1f2-000000002ab5 | TASK | Combine caps 2026-02-27 17:00:57.902954 | fa163e1a-c8bd-f49a-a1f2-000000002ab5 | OK | Combine caps | undercloud 2026-02-27 17:00:57.903899 | fa163e1a-c8bd-f49a-a1f2-000000002ab5 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:56.317300 | 0.06s 2026-02-27 17:00:57.919311 | fa163e1a-c8bd-f49a-a1f2-000000002ab6 | TASK | set openstack client key 2026-02-27 17:00:57.967801 | fa163e1a-c8bd-f49a-a1f2-000000002ab6 | OK | set openstack client key | undercloud 2026-02-27 17:00:57.968764 | fa163e1a-c8bd-f49a-a1f2-000000002ab6 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:56.382164 | 0.05s 2026-02-27 17:00:57.984242 | fa163e1a-c8bd-f49a-a1f2-000000002ab8 | TASK | build manila key for openstack 2026-02-27 17:00:58.032081 | fa163e1a-c8bd-f49a-a1f2-000000002ab8 | OK | build manila key for openstack | undercloud 2026-02-27 17:00:58.032917 | fa163e1a-c8bd-f49a-a1f2-000000002ab8 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:56.446317 | 0.05s 2026-02-27 17:00:58.048316 | fa163e1a-c8bd-f49a-a1f2-000000002ab9 | TASK | build radosgw key for openstack 2026-02-27 17:00:58.106930 | fa163e1a-c8bd-f49a-a1f2-000000002ab9 | SKIPPED | build radosgw key for openstack | undercloud 2026-02-27 17:00:58.107815 | fa163e1a-c8bd-f49a-a1f2-000000002ab9 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:56.521215 | 0.06s 2026-02-27 17:00:58.123710 | fa163e1a-c8bd-f49a-a1f2-000000002aba | TASK | build the resulting keys 2026-02-27 17:00:58.264779 | fa163e1a-c8bd-f49a-a1f2-000000002aba | OK | build the resulting keys | undercloud 2026-02-27 17:00:58.265555 | fa163e1a-c8bd-f49a-a1f2-000000002aba | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:56.678958 | 0.14s 2026-02-27 17:00:58.326006 | fa163e1a-c8bd-f49a-a1f2-000000002888 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:56.739402 | 0.03s 2026-02-27 17:00:58.452777 | fa163e1a-c8bd-f49a-a1f2-000000002dd5 | TASK | build ceph orphan set 2026-02-27 17:00:58.531284 | fa163e1a-c8bd-f49a-a1f2-000000002dd5 | OK | build ceph orphan set | undercloud 2026-02-27 17:00:58.532413 | fa163e1a-c8bd-f49a-a1f2-000000002dd5 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:56.945811 | 0.08s 2026-02-27 17:00:58.547917 | fa163e1a-c8bd-f49a-a1f2-000000002dd6 | TASK | clean ceph_config_overrides list 2026-02-27 17:00:58.588472 | fa163e1a-c8bd-f49a-a1f2-000000002dd6 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:57.001852 | 0.04s 2026-02-27 17:00:58.611722 | fa163e1a-c8bd-f49a-a1f2-000000002dd7 | TASK | ceph_config_overrides w/o orphans 2026-02-27 17:00:58.688881 | fa163e1a-c8bd-f49a-a1f2-000000002dd7 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2026-02-27 17:00:58.690256 | fa163e1a-c8bd-f49a-a1f2-000000002dd7 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:57.103647 | 0.08s 2026-02-27 17:00:58.708653 | fa163e1a-c8bd-f49a-a1f2-000000002dd8 | TASK | build ceph config overrides 2026-02-27 17:00:58.838059 | fa163e1a-c8bd-f49a-a1f2-000000002dd8 | OK | build ceph config overrides | undercloud 2026-02-27 17:00:58.839586 | fa163e1a-c8bd-f49a-a1f2-000000002dd8 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:57.252980 | 0.13s 2026-02-27 17:00:58.871786 | fa163e1a-c8bd-f49a-a1f2-000000002889 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2026-02-27 17:00:59.508168 | fa163e1a-c8bd-f49a-a1f2-000000002889 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-02-27 17:00:59.509594 | fa163e1a-c8bd-f49a-a1f2-000000002889 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:57.922986 | 0.64s 2026-02-27 17:00:59.528069 | fa163e1a-c8bd-f49a-a1f2-00000000288b | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-27 17:00:59.610987 | fa163e1a-c8bd-f49a-a1f2-00000000288b | OK | Set bootstrap host | undercloud 2026-02-27 17:00:59.612046 | fa163e1a-c8bd-f49a-a1f2-00000000288b | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:58.025440 | 0.08s 2026-02-27 17:00:59.632959 | fa163e1a-c8bd-f49a-a1f2-00000000288c | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-27 17:00:59.773183 | fa163e1a-c8bd-f49a-a1f2-00000000288c | OK | Set first monitor IP | undercloud 2026-02-27 17:00:59.774315 | fa163e1a-c8bd-f49a-a1f2-00000000288c | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:58.187708 | 0.14s 2026-02-27 17:00:59.794315 | fa163e1a-c8bd-f49a-a1f2-00000000288d | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-27 17:00:59.871667 | fa163e1a-c8bd-f49a-a1f2-00000000288d | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2026-02-27 17:00:59.872550 | fa163e1a-c8bd-f49a-a1f2-00000000288d | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:58.285945 | 0.08s 2026-02-27 17:00:59.887823 | fa163e1a-c8bd-f49a-a1f2-00000000288f | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2026-02-27 17:01:00.406229 | fa163e1a-c8bd-f49a-a1f2-00000000288f | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-02-27 17:01:00.407180 | fa163e1a-c8bd-f49a-a1f2-00000000288f | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:58.820584 | 0.52s 2026-02-27 17:01:00.437510 | fa163e1a-c8bd-f49a-a1f2-00000000285b | TASK | Prepare cephadm user and keys 2026-02-27 17:01:00.966258 | fa163e1a-c8bd-f49a-a1f2-00000000285b | SKIPPED | Prepare cephadm user and keys | undercloud 2026-02-27 17:01:00.968079 | fa163e1a-c8bd-f49a-a1f2-00000000285b | TIMING | Prepare cephadm user and keys | undercloud | 0:11:59.381423 | 0.53s 2026-02-27 17:01:00.987632 | fa163e1a-c8bd-f49a-a1f2-00000000285c | TASK | Deploy or configure the cephadm Ceph cluster 2026-02-27 17:01:01.070789 | fa163e1a-c8bd-f49a-a1f2-00000000285c | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:59.484173 | 0.08s 2026-02-27 17:01:01.153657 | fa163e1a-c8bd-f49a-a1f2-000000003051 | TASK | set cephadm playbook 2026-02-27 17:01:01.207523 | fa163e1a-c8bd-f49a-a1f2-000000003051 | OK | set cephadm playbook | undercloud 2026-02-27 17:01:01.209208 | fa163e1a-c8bd-f49a-a1f2-000000003051 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:59.622592 | 0.05s 2026-02-27 17:01:01.228577 | fa163e1a-c8bd-f49a-a1f2-000000003052 | TASK | Setup the log path 2026-02-27 17:01:01.290109 | fa163e1a-c8bd-f49a-a1f2-000000003052 | OK | Setup the log path | undercloud 2026-02-27 17:01:01.291474 | fa163e1a-c8bd-f49a-a1f2-000000003052 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:59.704867 | 0.06s 2026-02-27 17:01:01.311044 | fa163e1a-c8bd-f49a-a1f2-000000003053 | TASK | Setup the cephadm playbook command 2026-02-27 17:01:01.375275 | fa163e1a-c8bd-f49a-a1f2-000000003053 | OK | Setup the cephadm playbook command | undercloud 2026-02-27 17:01:01.376499 | fa163e1a-c8bd-f49a-a1f2-000000003053 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:59.789893 | 0.06s 2026-02-27 17:01:01.395206 | fa163e1a-c8bd-f49a-a1f2-000000003054 | TASK | rotate cephadm_command.log 2026-02-27 17:01:01.641451 | fa163e1a-c8bd-f49a-a1f2-000000003054 | CHANGED | rotate cephadm_command.log | undercloud 2026-02-27 17:01:01.642892 | fa163e1a-c8bd-f49a-a1f2-000000003054 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:00.056278 | 0.25s 2026-02-27 17:01:01.662830 | fa163e1a-c8bd-f49a-a1f2-000000003055 | TASK | save cephadm playbook command to shell script 2026-02-27 17:01:02.196854 | fa163e1a-c8bd-f49a-a1f2-000000003055 | CHANGED | save cephadm playbook command to shell script | undercloud 2026-02-27 17:01:02.198080 | fa163e1a-c8bd-f49a-a1f2-000000003055 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:00.611477 | 0.53s 2026-02-27 17:01:02.213225 | fa163e1a-c8bd-f49a-a1f2-000000003056 | TASK | Notify user about upcoming cephadm execution(s) 2026-02-27 17:01:02.302084 | fa163e1a-c8bd-f49a-a1f2-000000003056 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-ou32gt4p/cephadm/cephadm_command.log)" } 2026-02-27 17:01:02.303660 | fa163e1a-c8bd-f49a-a1f2-000000003056 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:00.717049 | 0.09s 2026-02-27 17:01:02.322531 | fa163e1a-c8bd-f49a-a1f2-000000003057 | TASK | run cephadm playbook 2026-02-27 17:02:01.799786 | fa163e1a-c8bd-f49a-a1f2-000000003057 | CHANGED | run cephadm playbook | undercloud 2026-02-27 17:02:01.802573 | fa163e1a-c8bd-f49a-a1f2-000000003057 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:00.215940 | 59.48s 2026-02-27 17:02:01.825410 | fa163e1a-c8bd-f49a-a1f2-000000003058 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2026-02-27 17:02:01.897828 | fa163e1a-c8bd-f49a-a1f2-000000003058 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2026-02-27 17:02:01.899273 | fa163e1a-c8bd-f49a-a1f2-000000003058 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:00.312663 | 0.07s 2026-02-27 17:02:01.918628 | fa163e1a-c8bd-f49a-a1f2-000000003059 | TASK | print cephadm triple_run_cephadm_output in case of failure 2026-02-27 17:02:01.987945 | fa163e1a-c8bd-f49a-a1f2-000000003059 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2026-02-27 17:02:01.989426 | fa163e1a-c8bd-f49a-a1f2-000000003059 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:00.402809 | 0.07s 2026-02-27 17:02:02.025581 | fa163e1a-c8bd-f49a-a1f2-00000000285e | TASK | Check if the input variable file exists 2026-02-27 17:02:02.300239 | fa163e1a-c8bd-f49a-a1f2-00000000285e | OK | Check if the input variable file exists | undercloud 2026-02-27 17:02:02.301844 | fa163e1a-c8bd-f49a-a1f2-00000000285e | TIMING | Check if the input variable file exists | undercloud | 0:13:00.715235 | 0.27s 2026-02-27 17:02:02.320661 | fa163e1a-c8bd-f49a-a1f2-00000000285f | TASK | Populate CephClientConfigVars from THT 2026-02-27 17:02:02.372299 | fa163e1a-c8bd-f49a-a1f2-00000000285f | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2026-02-27 17:02:02.373715 | fa163e1a-c8bd-f49a-a1f2-00000000285f | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:00.787076 | 0.05s 2026-02-27 17:02:02.392237 | fa163e1a-c8bd-f49a-a1f2-000000002860 | TASK | configure ceph clients 2026-02-27 17:02:02.433742 | fa163e1a-c8bd-f49a-a1f2-000000002860 | TIMING | configure ceph clients | undercloud | 0:13:00.847065 | 0.04s 2026-02-27 17:02:02.500695 | fa163e1a-c8bd-f49a-a1f2-00000000311b | TASK | get the list of enabled services on the overcloud 2026-02-27 17:02:02.570568 | fa163e1a-c8bd-f49a-a1f2-00000000311b | OK | get the list of enabled services on the overcloud | undercloud 2026-02-27 17:02:02.571781 | fa163e1a-c8bd-f49a-a1f2-00000000311b | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:00.985182 | 0.07s 2026-02-27 17:02:02.588137 | fa163e1a-c8bd-f49a-a1f2-00000000311c | TASK | Create ceph_client_fetch_dir 2026-02-27 17:02:02.636054 | fa163e1a-c8bd-f49a-a1f2-00000000311c | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:01.049436 | 0.05s 2026-02-27 17:02:02.649536 | bd0e4ccb-e65f-4c09-ae7a-fafb6ce7750d | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-02-27 17:02:02.681752 | fa163e1a-c8bd-f49a-a1f2-00000000315f | TASK | Clean any old fetch directory path 2026-02-27 17:02:02.936588 | fa163e1a-c8bd-f49a-a1f2-00000000315f | OK | Clean any old fetch directory path | undercloud 2026-02-27 17:02:02.937579 | fa163e1a-c8bd-f49a-a1f2-00000000315f | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:01.350981 | 0.25s 2026-02-27 17:02:02.952053 | fa163e1a-c8bd-f49a-a1f2-000000003160 | TASK | Create ceph_client_fetch_dir for the current execution 2026-02-27 17:02:03.189195 | fa163e1a-c8bd-f49a-a1f2-000000003160 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-02-27 17:02:03.190250 | fa163e1a-c8bd-f49a-a1f2-000000003160 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:01.603650 | 0.24s 2026-02-27 17:02:03.205714 | fa163e1a-c8bd-f49a-a1f2-00000000311d | TASK | Check if the input variables exist 2026-02-27 17:02:03.477415 | fa163e1a-c8bd-f49a-a1f2-00000000311d | OK | Check if the input variables exist | undercloud 2026-02-27 17:02:03.478945 | fa163e1a-c8bd-f49a-a1f2-00000000311d | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:01.892339 | 0.27s 2026-02-27 17:02:03.497509 | fa163e1a-c8bd-f49a-a1f2-00000000311e | TASK | Load variables produced by the cephadm provisioning process 2026-02-27 17:02:03.569300 | fa163e1a-c8bd-f49a-a1f2-00000000311e | OK | Load variables produced by the cephadm provisioning process | undercloud 2026-02-27 17:02:03.570759 | fa163e1a-c8bd-f49a-a1f2-00000000311e | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:01.984153 | 0.07s 2026-02-27 17:02:03.589402 | fa163e1a-c8bd-f49a-a1f2-00000000311f | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2026-02-27 17:02:03.661182 | fa163e1a-c8bd-f49a-a1f2-00000000311f | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2026-02-27 17:02:03.662401 | fa163e1a-c8bd-f49a-a1f2-00000000311f | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:02.075794 | 0.07s 2026-02-27 17:02:03.680784 | fa163e1a-c8bd-f49a-a1f2-000000003120 | TASK | Configure multiple external ceph clusters 2026-02-27 17:02:03.763324 | fa163e1a-c8bd-f49a-a1f2-000000003120 | SKIPPED | Configure multiple external ceph clusters | undercloud 2026-02-27 17:02:03.764728 | fa163e1a-c8bd-f49a-a1f2-000000003120 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:02.178118 | 0.08s 2026-02-27 17:02:03.783991 | fa163e1a-c8bd-f49a-a1f2-000000003121 | TASK | Render keys provided for the Ceph cluster 2026-02-27 17:02:03.857351 | fa163e1a-c8bd-f49a-a1f2-000000003121 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:02.270734 | 0.07s 2026-02-27 17:02:03.867767 | fe697ec9-ac5f-459e-97f6-9f6540951a30 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2026-02-27 17:02:03.904778 | fa163e1a-c8bd-f49a-a1f2-0000000031b3 | TASK | create cephx key(s) 2026-02-27 17:02:04.430715 | fa163e1a-c8bd-f49a-a1f2-0000000031b3 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQAfyaFpAAAAABAAuYorDMRzQs46dZKldPCWUQ==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2026-02-27 17:02:04.432860 | fa163e1a-c8bd-f49a-a1f2-0000000031b3 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:02.846249 | 0.53s 2026-02-27 17:02:04.860422 | fa163e1a-c8bd-f49a-a1f2-0000000031b3 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQAfyaFpAAAAABAAgnrWlR/HqgYTvo+BlID7tQ==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2026-02-27 17:02:04.862219 | fa163e1a-c8bd-f49a-a1f2-0000000031b3 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:03.275616 | 0.96s 2026-02-27 17:02:04.873013 | fa163e1a-c8bd-f49a-a1f2-0000000031b3 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:03.286405 | 0.97s 2026-02-27 17:02:04.892066 | fa163e1a-c8bd-f49a-a1f2-000000003122 | TASK | Render ceph config for the Ceph Clients 2026-02-27 17:02:04.943391 | fa163e1a-c8bd-f49a-a1f2-000000003122 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:03.356769 | 0.05s 2026-02-27 17:02:04.955056 | 80342e59-1034-4772-876e-4864fe38a284 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2026-02-27 17:02:04.996851 | fa163e1a-c8bd-f49a-a1f2-000000003217 | TASK | create ceph.conf 2026-02-27 17:02:05.573968 | fa163e1a-c8bd-f49a-a1f2-000000003217 | CHANGED | create ceph.conf | undercloud 2026-02-27 17:02:05.575503 | fa163e1a-c8bd-f49a-a1f2-000000003217 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:03.988891 | 0.58s 2026-02-27 17:02:05.594743 | fa163e1a-c8bd-f49a-a1f2-000000003123 | TASK | Configure Ceph Clients 2026-02-27 17:02:05.634370 | fa163e1a-c8bd-f49a-a1f2-000000003123 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:04.047766 | 0.04s 2026-02-27 17:02:05.643425 | 427e58a6-903b-4821-8360-1edcaa6e90c4 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2026-02-27 17:02:05.669531 | fa163e1a-c8bd-f49a-a1f2-000000003286 | TASK | set effective ceph_clients without limit 2026-02-27 17:02:05.789720 | fa163e1a-c8bd-f49a-a1f2-000000003286 | OK | set effective ceph_clients without limit | undercloud 2026-02-27 17:02:05.790600 | fa163e1a-c8bd-f49a-a1f2-000000003286 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:04.204000 | 0.12s 2026-02-27 17:02:05.805443 | fa163e1a-c8bd-f49a-a1f2-000000003287 | TASK | set effective ceph_clients with limit 2026-02-27 17:02:05.887008 | fa163e1a-c8bd-f49a-a1f2-000000003287 | SKIPPED | set effective ceph_clients with limit | undercloud 2026-02-27 17:02:05.888331 | fa163e1a-c8bd-f49a-a1f2-000000003287 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:04.301722 | 0.08s 2026-02-27 17:02:05.907024 | fa163e1a-c8bd-f49a-a1f2-000000003288 | TASK | set distribution list from cross product of files and effective clients 2026-02-27 17:02:06.022954 | fa163e1a-c8bd-f49a-a1f2-000000003288 | OK | set distribution list from cross product of files and effective clients | undercloud 2026-02-27 17:02:06.024329 | fa163e1a-c8bd-f49a-a1f2-000000003288 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:04.437722 | 0.12s 2026-02-27 17:02:06.067481 | fa163e1a-c8bd-f49a-a1f2-000000003289 | TASK | Ensure /etc/ceph exists on all clients 2026-02-27 17:02:06.343753 | fa163e1a-c8bd-f49a-a1f2-000000003289 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ou32gt4p/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-000000003289') missing from stats 2026-02-27 17:02:06.550435 | fa163e1a-c8bd-f49a-a1f2-000000003289 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ou32gt4p/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-02-27 17:02:06.767993 | fa163e1a-c8bd-f49a-a1f2-000000003289 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ou32gt4p/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-02-27 17:02:06.780729 | fa163e1a-c8bd-f49a-a1f2-000000003289 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:05.194091 | 0.71s 2026-02-27 17:02:06.821487 | fa163e1a-c8bd-f49a-a1f2-00000000328a | TASK | push files to the other nodes of cluster 2026-02-27 17:02:07.377338 | fa163e1a-c8bd-f49a-a1f2-00000000328a | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ou32gt4p/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-00000000328a') missing from stats 2026-02-27 17:02:07.859922 | fa163e1a-c8bd-f49a-a1f2-00000000328a | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ou32gt4p/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-02-27 17:02:08.359287 | fa163e1a-c8bd-f49a-a1f2-00000000328a | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ou32gt4p/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-02-27 17:02:08.367926 | fa163e1a-c8bd-f49a-a1f2-00000000328a | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:06.781304 | 1.54s 2026-02-27 17:02:08.388797 | fa163e1a-c8bd-f49a-a1f2-000000003124 | TASK | Clean ceph_client_fetch_dir 2026-02-27 17:02:08.442110 | fa163e1a-c8bd-f49a-a1f2-000000003124 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:06.855500 | 0.05s 2026-02-27 17:02:08.454877 | 5eb99817-d7a2-4fea-b10c-6fcf8fad48dd | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-02-27 17:02:08.504274 | fa163e1a-c8bd-f49a-a1f2-00000000331e | TASK | Clean any old fetch directory path 2026-02-27 17:02:08.760617 | fa163e1a-c8bd-f49a-a1f2-00000000331e | CHANGED | Clean any old fetch directory path | undercloud 2026-02-27 17:02:08.762408 | fa163e1a-c8bd-f49a-a1f2-00000000331e | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:07.175798 | 0.26s 2026-02-27 17:02:08.781822 | fa163e1a-c8bd-f49a-a1f2-00000000331f | TASK | Create ceph_client_fetch_dir for the current execution 2026-02-27 17:02:08.844783 | fa163e1a-c8bd-f49a-a1f2-00000000331f | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-02-27 17:02:08.846359 | fa163e1a-c8bd-f49a-a1f2-00000000331f | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:07.259744 | 0.06s 2026-02-27 17:02:08.874175 | fa163e1a-c8bd-f49a-a1f2-000000002861 | TASK | tripleo client role 2026-02-27 17:02:08.905327 | fa163e1a-c8bd-f49a-a1f2-000000002861 | TIMING | tripleo client role | undercloud | 0:13:07.318709 | 0.03s 2026-02-27 17:02:08.919025 | fa163e1a-c8bd-f49a-a1f2-000000002862 | TASK | Load variables for standalone ganesha 2026-02-27 17:02:08.967963 | fa163e1a-c8bd-f49a-a1f2-000000002862 | SKIPPED | Load variables for standalone ganesha | undercloud 2026-02-27 17:02:08.968571 | fa163e1a-c8bd-f49a-a1f2-000000002862 | TIMING | Load variables for standalone ganesha | undercloud | 0:13:07.381974 | 0.05s 2026-02-27 17:02:08.982455 | fa163e1a-c8bd-f49a-a1f2-000000002863 | TASK | Config Standalone Ganesha 2026-02-27 17:02:09.075659 | fa163e1a-c8bd-f49a-a1f2-000000002863 | SKIPPED | Config Standalone Ganesha | undercloud 2026-02-27 17:02:09.076790 | fa163e1a-c8bd-f49a-a1f2-000000002863 | TIMING | Config Standalone Ganesha | undercloud | 0:13:07.490183 | 0.09s PLAY [Deploy step tasks for 2] ************************************************* 2026-02-27 17:02:09.216434 | fa163e1a-c8bd-f49a-a1f2-0000000000ca | TASK | Deploy step tasks for 2 2026-02-27 17:02:09.247962 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000ca') missing from stats 2026-02-27 17:02:09.271393 | fa163e1a-c8bd-f49a-a1f2-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-02-27 17:02:09.782416 | fa163e1a-c8bd-f49a-a1f2-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-02-27 17:02:09.783920 | fa163e1a-c8bd-f49a-a1f2-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:08.197312 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 17:02:09.857851 | fa163e1a-c8bd-f49a-a1f2-0000000000cc | TIMING | include_tasks | standalone | 0:13:08.271238 | 0.04s 2026-02-27 17:02:09.958026 | 02387748-cdf6-4b5e-bfb9-fed4ae4d2b80 | INCLUDED | /root/standalone-ansible-ou32gt4p/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-02-27 17:02:09.998620 | fa163e1a-c8bd-f49a-a1f2-0000000033e5 | TASK | Push script 2026-02-27 17:02:10.543364 | fa163e1a-c8bd-f49a-a1f2-0000000033e5 | CHANGED | Push script | standalone 2026-02-27 17:02:10.544957 | fa163e1a-c8bd-f49a-a1f2-0000000033e5 | TIMING | Push script | standalone | 0:13:08.958347 | 0.55s 2026-02-27 17:02:10.576915 | fa163e1a-c8bd-f49a-a1f2-0000000033e6 | TASK | Insert cronjob in root crontab 2026-02-27 17:02:11.049225 | fa163e1a-c8bd-f49a-a1f2-0000000033e6 | CHANGED | Insert cronjob in root crontab | standalone 2026-02-27 17:02:11.050676 | fa163e1a-c8bd-f49a-a1f2-0000000033e6 | TIMING | Insert cronjob in root crontab | standalone | 0:13:09.464066 | 0.47s 2026-02-27 17:02:11.083095 | fa163e1a-c8bd-f49a-a1f2-0000000033ed | TASK | Gather variables for each operating system 2026-02-27 17:02:11.200671 | fa163e1a-c8bd-f49a-a1f2-0000000033ed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:09.614050 | 0.12s 2026-02-27 17:02:11.230129 | fa163e1a-c8bd-f49a-a1f2-0000000033ee | TASK | Detect if resource is being created or already exists 2026-02-27 17:02:11.993178 | fa163e1a-c8bd-f49a-a1f2-0000000033ee | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-27 17:02:11.994647 | fa163e1a-c8bd-f49a-a1f2-0000000033ee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:10.408038 | 0.76s 2026-02-27 17:02:12.027298 | fa163e1a-c8bd-f49a-a1f2-0000000033ef | TASK | Run init bundle puppet on the host for haproxy 2026-02-27 17:03:58.926291 | fa163e1a-c8bd-f49a-a1f2-0000000033ef | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-02-27 17:03:58.927927 | fa163e1a-c8bd-f49a-a1f2-0000000033ef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:57.341323 | 106.90s 2026-02-27 17:03:58.962071 | fa163e1a-c8bd-f49a-a1f2-0000000033f0 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-02-27 17:03:59.221618 | fa163e1a-c8bd-f49a-a1f2-0000000033f0 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-02-27 17:03:59.223293 | fa163e1a-c8bd-f49a-a1f2-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:57.636683 | 0.26s 2026-02-27 17:03:59.247602 | fa163e1a-c8bd-f49a-a1f2-0000000033f1 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-27 17:03:59.744422 | fa163e1a-c8bd-f49a-a1f2-0000000033f1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-27 17:03:59.746066 | fa163e1a-c8bd-f49a-a1f2-0000000033f1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:58.159455 | 0.50s 2026-02-27 17:03:59.778261 | fa163e1a-c8bd-f49a-a1f2-0000000033f2 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-02-27 17:04:00.041164 | fa163e1a-c8bd-f49a-a1f2-0000000033f2 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-02-27 17:04:00.042540 | fa163e1a-c8bd-f49a-a1f2-0000000033f2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:58.455933 | 0.26s 2026-02-27 17:04:00.076840 | fa163e1a-c8bd-f49a-a1f2-0000000033f4 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-02-27 17:04:00.120176 | fa163e1a-c8bd-f49a-a1f2-0000000033f4 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-02-27 17:04:00.121448 | fa163e1a-c8bd-f49a-a1f2-0000000033f4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:58.534839 | 0.04s 2026-02-27 17:04:00.153945 | fa163e1a-c8bd-f49a-a1f2-0000000033f5 | TASK | Get container image tag from bundle haproxy-bundle 2026-02-27 17:04:00.206673 | fa163e1a-c8bd-f49a-a1f2-0000000033f5 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-02-27 17:04:00.208010 | fa163e1a-c8bd-f49a-a1f2-0000000033f5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:58.621401 | 0.05s 2026-02-27 17:04:00.232049 | fa163e1a-c8bd-f49a-a1f2-0000000033f6 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-02-27 17:04:00.294817 | fa163e1a-c8bd-f49a-a1f2-0000000033f6 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-02-27 17:04:00.295649 | fa163e1a-c8bd-f49a-a1f2-0000000033f6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:58.709049 | 0.06s 2026-02-27 17:04:00.320545 | fa163e1a-c8bd-f49a-a1f2-0000000033f7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-27 17:04:00.385157 | fa163e1a-c8bd-f49a-a1f2-0000000033f7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-27 17:04:00.386389 | fa163e1a-c8bd-f49a-a1f2-0000000033f7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:58.799781 | 0.06s 2026-02-27 17:04:00.420803 | fa163e1a-c8bd-f49a-a1f2-0000000033f8 | TASK | Remove update marker for bundle haproxy-bundle 2026-02-27 17:04:00.484578 | fa163e1a-c8bd-f49a-a1f2-0000000033f8 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-02-27 17:04:00.485933 | fa163e1a-c8bd-f49a-a1f2-0000000033f8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:58.899326 | 0.06s 2026-02-27 17:04:00.544151 | fa163e1a-c8bd-f49a-a1f2-000000003419 | TASK | Gather variables for each operating system 2026-02-27 17:04:00.663839 | fa163e1a-c8bd-f49a-a1f2-000000003419 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:59.077221 | 0.12s 2026-02-27 17:04:00.695903 | fa163e1a-c8bd-f49a-a1f2-00000000341a | TASK | Detect if resource is being created or already exists 2026-02-27 17:04:01.487127 | fa163e1a-c8bd-f49a-a1f2-00000000341a | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-27 17:04:01.488479 | fa163e1a-c8bd-f49a-a1f2-00000000341a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:59.901872 | 0.79s 2026-02-27 17:04:01.521177 | fa163e1a-c8bd-f49a-a1f2-00000000341b | TASK | Run init bundle puppet on the host for mysql 2026-02-27 17:04:28.532017 | fa163e1a-c8bd-f49a-a1f2-00000000341b | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-02-27 17:04:28.533250 | fa163e1a-c8bd-f49a-a1f2-00000000341b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:26.946650 | 27.01s 2026-02-27 17:04:28.560350 | fa163e1a-c8bd-f49a-a1f2-00000000341c | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-02-27 17:04:28.801054 | fa163e1a-c8bd-f49a-a1f2-00000000341c | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-02-27 17:04:28.802585 | fa163e1a-c8bd-f49a-a1f2-00000000341c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:27.215976 | 0.24s 2026-02-27 17:04:28.836910 | fa163e1a-c8bd-f49a-a1f2-00000000341d | TASK | Run pacemaker restart if the config file for the service changed 2026-02-27 17:04:29.241961 | fa163e1a-c8bd-f49a-a1f2-00000000341d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-27 17:04:29.243411 | fa163e1a-c8bd-f49a-a1f2-00000000341d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:27.656804 | 0.40s 2026-02-27 17:04:29.277947 | fa163e1a-c8bd-f49a-a1f2-00000000341e | TASK | Check if an image update marker exists for bundle galera-bundle 2026-02-27 17:04:29.511317 | fa163e1a-c8bd-f49a-a1f2-00000000341e | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-02-27 17:04:29.512558 | fa163e1a-c8bd-f49a-a1f2-00000000341e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:27.925952 | 0.23s 2026-02-27 17:04:29.542794 | fa163e1a-c8bd-f49a-a1f2-000000003420 | TASK | Get container image tag from marker for bundle galera-bundle 2026-02-27 17:04:29.604666 | fa163e1a-c8bd-f49a-a1f2-000000003420 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-02-27 17:04:29.605469 | fa163e1a-c8bd-f49a-a1f2-000000003420 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:28.018871 | 0.06s 2026-02-27 17:04:29.626059 | fa163e1a-c8bd-f49a-a1f2-000000003421 | TASK | Get container image tag from bundle galera-bundle 2026-02-27 17:04:29.655619 | fa163e1a-c8bd-f49a-a1f2-000000003421 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-02-27 17:04:29.656453 | fa163e1a-c8bd-f49a-a1f2-000000003421 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:28.069852 | 0.03s 2026-02-27 17:04:29.681413 | fa163e1a-c8bd-f49a-a1f2-000000003422 | TASK | Compare tags between marker and bundle galera-bundle 2026-02-27 17:04:29.724308 | fa163e1a-c8bd-f49a-a1f2-000000003422 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-02-27 17:04:29.725183 | fa163e1a-c8bd-f49a-a1f2-000000003422 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:28.138585 | 0.04s 2026-02-27 17:04:29.757470 | fa163e1a-c8bd-f49a-a1f2-000000003423 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-27 17:04:29.807006 | fa163e1a-c8bd-f49a-a1f2-000000003423 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-27 17:04:29.808001 | fa163e1a-c8bd-f49a-a1f2-000000003423 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:28.221399 | 0.05s 2026-02-27 17:04:29.842598 | fa163e1a-c8bd-f49a-a1f2-000000003424 | TASK | Remove update marker for bundle galera-bundle 2026-02-27 17:04:29.908403 | fa163e1a-c8bd-f49a-a1f2-000000003424 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-02-27 17:04:29.909580 | fa163e1a-c8bd-f49a-a1f2-000000003424 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:28.322980 | 0.07s 2026-02-27 17:04:29.948743 | fa163e1a-c8bd-f49a-a1f2-000000003445 | TASK | Gather variables for each operating system 2026-02-27 17:04:30.047126 | fa163e1a-c8bd-f49a-a1f2-000000003445 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:28.460521 | 0.10s 2026-02-27 17:04:30.067275 | fa163e1a-c8bd-f49a-a1f2-000000003446 | TASK | Detect if resource is being created or already exists 2026-02-27 17:04:30.779178 | fa163e1a-c8bd-f49a-a1f2-000000003446 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-27 17:04:30.780588 | fa163e1a-c8bd-f49a-a1f2-000000003446 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:29.193980 | 0.71s 2026-02-27 17:04:30.812450 | fa163e1a-c8bd-f49a-a1f2-000000003447 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-02-27 17:04:57.501630 | fa163e1a-c8bd-f49a-a1f2-000000003447 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-02-27 17:04:57.504103 | fa163e1a-c8bd-f49a-a1f2-000000003447 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:55.917500 | 26.69s 2026-02-27 17:04:57.529640 | fa163e1a-c8bd-f49a-a1f2-000000003448 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-02-27 17:04:57.892208 | fa163e1a-c8bd-f49a-a1f2-000000003448 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-02-27 17:04:57.893775 | fa163e1a-c8bd-f49a-a1f2-000000003448 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:56.307166 | 0.36s 2026-02-27 17:04:57.928783 | fa163e1a-c8bd-f49a-a1f2-000000003449 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-27 17:04:58.428025 | fa163e1a-c8bd-f49a-a1f2-000000003449 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-27 17:04:58.429477 | fa163e1a-c8bd-f49a-a1f2-000000003449 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:56.842869 | 0.50s 2026-02-27 17:04:58.466535 | fa163e1a-c8bd-f49a-a1f2-00000000344a | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-02-27 17:04:58.780343 | fa163e1a-c8bd-f49a-a1f2-00000000344a | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-02-27 17:04:58.781940 | fa163e1a-c8bd-f49a-a1f2-00000000344a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:57.195330 | 0.31s 2026-02-27 17:04:58.816415 | fa163e1a-c8bd-f49a-a1f2-00000000344c | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-02-27 17:04:58.848819 | fa163e1a-c8bd-f49a-a1f2-00000000344c | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-02-27 17:04:58.849761 | fa163e1a-c8bd-f49a-a1f2-00000000344c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:57.263160 | 0.03s 2026-02-27 17:04:58.874399 | fa163e1a-c8bd-f49a-a1f2-00000000344d | TASK | Get container image tag from bundle rabbitmq-bundle 2026-02-27 17:04:58.923450 | fa163e1a-c8bd-f49a-a1f2-00000000344d | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-02-27 17:04:58.924898 | fa163e1a-c8bd-f49a-a1f2-00000000344d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:57.338288 | 0.05s 2026-02-27 17:04:58.958864 | fa163e1a-c8bd-f49a-a1f2-00000000344e | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-02-27 17:04:58.997994 | fa163e1a-c8bd-f49a-a1f2-00000000344e | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-02-27 17:04:58.998971 | fa163e1a-c8bd-f49a-a1f2-00000000344e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:57.412370 | 0.04s 2026-02-27 17:04:59.024971 | fa163e1a-c8bd-f49a-a1f2-00000000344f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-27 17:04:59.062561 | fa163e1a-c8bd-f49a-a1f2-00000000344f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-27 17:04:59.063451 | fa163e1a-c8bd-f49a-a1f2-00000000344f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:57.476851 | 0.04s 2026-02-27 17:04:59.091195 | fa163e1a-c8bd-f49a-a1f2-000000003450 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-02-27 17:04:59.139259 | fa163e1a-c8bd-f49a-a1f2-000000003450 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-02-27 17:04:59.140063 | fa163e1a-c8bd-f49a-a1f2-000000003450 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:57.553463 | 0.05s 2026-02-27 17:04:59.183368 | fa163e1a-c8bd-f49a-a1f2-000000003471 | TASK | Gather variables for each operating system 2026-02-27 17:04:59.306885 | fa163e1a-c8bd-f49a-a1f2-000000003471 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:57.720273 | 0.12s 2026-02-27 17:04:59.331239 | fa163e1a-c8bd-f49a-a1f2-000000003472 | TASK | Detect if resource is being created or already exists 2026-02-27 17:05:00.146509 | fa163e1a-c8bd-f49a-a1f2-000000003472 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-27 17:05:00.147926 | fa163e1a-c8bd-f49a-a1f2-000000003472 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:58.561319 | 0.82s 2026-02-27 17:05:00.179787 | fa163e1a-c8bd-f49a-a1f2-000000003473 | TASK | Run init bundle puppet on the host for redis 2026-02-27 17:05:26.384344 | fa163e1a-c8bd-f49a-a1f2-000000003473 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-02-27 17:05:26.385559 | fa163e1a-c8bd-f49a-a1f2-000000003473 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:24.798957 | 26.20s 2026-02-27 17:05:26.412095 | fa163e1a-c8bd-f49a-a1f2-000000003474 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-02-27 17:05:26.635405 | fa163e1a-c8bd-f49a-a1f2-000000003474 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-02-27 17:05:26.636781 | fa163e1a-c8bd-f49a-a1f2-000000003474 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:25.050175 | 0.22s 2026-02-27 17:05:26.662202 | fa163e1a-c8bd-f49a-a1f2-000000003475 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-27 17:05:27.065597 | fa163e1a-c8bd-f49a-a1f2-000000003475 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-27 17:05:27.067337 | fa163e1a-c8bd-f49a-a1f2-000000003475 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:25.480725 | 0.40s 2026-02-27 17:05:27.105644 | fa163e1a-c8bd-f49a-a1f2-000000003476 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-02-27 17:05:27.324459 | fa163e1a-c8bd-f49a-a1f2-000000003476 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-02-27 17:05:27.325838 | fa163e1a-c8bd-f49a-a1f2-000000003476 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:25.739230 | 0.22s 2026-02-27 17:05:27.352525 | fa163e1a-c8bd-f49a-a1f2-000000003478 | TASK | Get container image tag from marker for bundle redis-bundle 2026-02-27 17:05:27.414454 | fa163e1a-c8bd-f49a-a1f2-000000003478 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-02-27 17:05:27.415340 | fa163e1a-c8bd-f49a-a1f2-000000003478 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:25.828739 | 0.06s 2026-02-27 17:05:27.438972 | fa163e1a-c8bd-f49a-a1f2-000000003479 | TASK | Get container image tag from bundle redis-bundle 2026-02-27 17:05:27.475916 | fa163e1a-c8bd-f49a-a1f2-000000003479 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-02-27 17:05:27.477231 | fa163e1a-c8bd-f49a-a1f2-000000003479 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:25.890628 | 0.04s 2026-02-27 17:05:27.497964 | fa163e1a-c8bd-f49a-a1f2-00000000347a | TASK | Compare tags between marker and bundle redis-bundle 2026-02-27 17:05:27.558099 | fa163e1a-c8bd-f49a-a1f2-00000000347a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-02-27 17:05:27.558835 | fa163e1a-c8bd-f49a-a1f2-00000000347a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:25.972237 | 0.06s 2026-02-27 17:05:27.580602 | fa163e1a-c8bd-f49a-a1f2-00000000347b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-27 17:05:27.618098 | fa163e1a-c8bd-f49a-a1f2-00000000347b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-27 17:05:27.619074 | fa163e1a-c8bd-f49a-a1f2-00000000347b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:26.032472 | 0.04s 2026-02-27 17:05:27.650203 | fa163e1a-c8bd-f49a-a1f2-00000000347c | TASK | Remove update marker for bundle redis-bundle 2026-02-27 17:05:27.690551 | fa163e1a-c8bd-f49a-a1f2-00000000347c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-02-27 17:05:27.691318 | fa163e1a-c8bd-f49a-a1f2-00000000347c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:26.104719 | 0.04s 2026-02-27 17:05:27.741319 | fa163e1a-c8bd-f49a-a1f2-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-02-27 17:05:27.969270 | fa163e1a-c8bd-f49a-a1f2-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-02-27 17:05:27.971293 | fa163e1a-c8bd-f49a-a1f2-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:26.384678 | 0.23s 2026-02-27 17:05:28.093167 | fa163e1a-c8bd-f49a-a1f2-0000000000cf | TIMING | include_tasks | standalone | 0:16:26.506547 | 0.08s 2026-02-27 17:05:28.130722 | d7a6ee87-d663-4845-a3dc-57abb08cebd1 | INCLUDED | /root/standalone-ansible-ou32gt4p/common_deploy_steps_tasks.yaml | standalone 2026-02-27 17:05:28.159595 | fa163e1a-c8bd-f49a-a1f2-000000003511 | TASK | Write the config_step hieradata 2026-02-27 17:05:28.629645 | fa163e1a-c8bd-f49a-a1f2-000000003511 | OK | Write the config_step hieradata | standalone 2026-02-27 17:05:28.631050 | fa163e1a-c8bd-f49a-a1f2-000000003511 | TIMING | Write the config_step hieradata | standalone | 0:16:27.044442 | 0.47s 2026-02-27 17:05:28.661094 | fa163e1a-c8bd-f49a-a1f2-000000003512 | TASK | Run puppet host configuration for step 2 2026-02-27 17:05:28.978256 | fa163e1a-c8bd-f49a-a1f2-000000003512 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-02-27 17:05:28.979151 | fa163e1a-c8bd-f49a-a1f2-000000003512 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:27.392554 | 0.32s 2026-02-27 17:05:28.998979 | fa163e1a-c8bd-f49a-a1f2-000000003513 | TASK | Wait for puppet host configuration to finish 2026-02-27 17:05:29.233840 | fa163e1a-c8bd-f49a-a1f2-000000003513 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-27 17:05:39.455037 | fa163e1a-c8bd-f49a-a1f2-000000003513 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-27 17:05:49.687112 | fa163e1a-c8bd-f49a-a1f2-000000003513 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-27 17:05:49.688774 | fa163e1a-c8bd-f49a-a1f2-000000003513 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:48.102176 | 20.69s 2026-02-27 17:05:49.717433 | fa163e1a-c8bd-f49a-a1f2-000000003514 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-02-27 17:05:49.779953 | fa163e1a-c8bd-f49a-a1f2-000000003514 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 27 17:05:29 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 27 17:05:33 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 27 17:05:33 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 27 17:05:33 puppet-user: (file & line not available)", "<13>Feb 27 17:05:33 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 27 17:05:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 27 17:05:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 27 17:05:33 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.49 seconds", "<13>Feb 27 17:05:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 27 17:05:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 27 17:05:43 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 27 17:05:44 puppet-user: Notice: Applied catalog in 10.18 seconds", "<13>Feb 27 17:05:44 puppet-user: Application:", "<13>Feb 27 17:05:44 puppet-user: Initial environment: production", "<13>Feb 27 17:05:44 puppet-user: Converged environment: production", "<13>Feb 27 17:05:44 puppet-user: Run mode: user", "<13>Feb 27 17:05:44 puppet-user: Changes:", "<13>Feb 27 17:05:44 puppet-user: Total: 2", "<13>Feb 27 17:05:44 puppet-user: Events:", "<13>Feb 27 17:05:44 puppet-user: Success: 2", "<13>Feb 27 17:05:44 puppet-user: Resources:", "<13>Feb 27 17:05:44 puppet-user: Changed: 2", "<13>Feb 27 17:05:44 puppet-user: Out of sync: 2", "<13>Feb 27 17:05:44 puppet-user: Total: 28", "<13>Feb 27 17:05:44 puppet-user: Time:", "<13>Feb 27 17:05:44 puppet-user: Schedule: 0.00", "<13>Feb 27 17:05:44 puppet-user: File line: 0.00", "<13>Feb 27 17:05:44 puppet-user: Package: 0.00", "<13>Feb 27 17:05:44 puppet-user: File: 0.00", "<13>Feb 27 17:05:44 puppet-user: User: 0.01", "<13>Feb 27 17:05:44 puppet-user: Augeas: 0.01", "<13>Feb 27 17:05:44 puppet-user: Service: 0.06", "<13>Feb 27 17:05:44 puppet-user: Config retrieval: 0.54", "<13>Feb 27 17:05:44 puppet-user: Pcmk property: 1.40", "<13>Feb 27 17:05:44 puppet-user: Transaction evaluation: 10.16", "<13>Feb 27 17:05:44 puppet-user: Catalog application: 10.18", "<13>Feb 27 17:05:44 puppet-user: Last run: 1772211944", "<13>Feb 27 17:05:44 puppet-user: Exec: 2.03", "<13>Feb 27 17:05:44 puppet-user: Pcmk resource op default: 3.21", "<13>Feb 27 17:05:44 puppet-user: Pcmk resource default: 3.22", "<13>Feb 27 17:05:44 puppet-user: Filebucket: 0.00", "<13>Feb 27 17:05:44 puppet-user: Total: 10.19", "<13>Feb 27 17:05:44 puppet-user: Version:", "<13>Feb 27 17:05:44 puppet-user: Config: 1772211933", "<13>Feb 27 17:05:44 puppet-user: Puppet: 7.10.0" ] } 2026-02-27 17:05:49.781408 | fa163e1a-c8bd-f49a-a1f2-000000003514 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:48.194801 | 0.06s 2026-02-27 17:05:49.811874 | fa163e1a-c8bd-f49a-a1f2-000000003515 | TASK | Pre-cache facts for puppet containers 2026-02-27 17:05:49.833301 | fa163e1a-c8bd-f49a-a1f2-000000003515 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:48.246687 | 0.02s 2026-02-27 17:05:49.909659 | fa163e1a-c8bd-f49a-a1f2-000000003554 | TASK | Gather variables for each operating system 2026-02-27 17:05:50.023612 | fa163e1a-c8bd-f49a-a1f2-000000003554 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:48.436995 | 0.11s 2026-02-27 17:05:50.054511 | fa163e1a-c8bd-f49a-a1f2-000000003555 | TASK | Create puppet caching structures 2026-02-27 17:05:50.311589 | fa163e1a-c8bd-f49a-a1f2-000000003555 | CHANGED | Create puppet caching structures | standalone 2026-02-27 17:05:50.312810 | fa163e1a-c8bd-f49a-a1f2-000000003555 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:48.726207 | 0.26s 2026-02-27 17:05:50.337579 | fa163e1a-c8bd-f49a-a1f2-000000003556 | TASK | Check for facter.conf 2026-02-27 17:05:50.536517 | fa163e1a-c8bd-f49a-a1f2-000000003556 | OK | Check for facter.conf | standalone 2026-02-27 17:05:50.538839 | fa163e1a-c8bd-f49a-a1f2-000000003556 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:48.952227 | 0.20s 2026-02-27 17:05:50.578998 | fa163e1a-c8bd-f49a-a1f2-000000003557 | TASK | Remove facter.conf if directory 2026-02-27 17:05:50.632821 | fa163e1a-c8bd-f49a-a1f2-000000003557 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-27 17:05:50.634080 | fa163e1a-c8bd-f49a-a1f2-000000003557 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:49.047471 | 0.05s 2026-02-27 17:05:50.664061 | fa163e1a-c8bd-f49a-a1f2-000000003558 | TASK | Write facter cache config 2026-02-27 17:05:52.300368 | fa163e1a-c8bd-f49a-a1f2-000000003558 | CHANGED | Write facter cache config | standalone 2026-02-27 17:05:52.301291 | fa163e1a-c8bd-f49a-a1f2-000000003558 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:50.714690 | 1.64s 2026-02-27 17:05:52.321763 | fa163e1a-c8bd-f49a-a1f2-000000003559 | TASK | Cleanup facter cache if exists 2026-02-27 17:05:52.509645 | fa163e1a-c8bd-f49a-a1f2-000000003559 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-27 17:05:52.511238 | fa163e1a-c8bd-f49a-a1f2-000000003559 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:50.924626 | 0.19s 2026-02-27 17:05:52.541840 | fa163e1a-c8bd-f49a-a1f2-00000000355a | TASK | Pre-cache facts 2026-02-27 17:05:53.052755 | fa163e1a-c8bd-f49a-a1f2-00000000355a | CHANGED | Pre-cache facts | standalone 2026-02-27 17:05:53.053512 | fa163e1a-c8bd-f49a-a1f2-00000000355a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:51.466915 | 0.51s 2026-02-27 17:05:53.073942 | fa163e1a-c8bd-f49a-a1f2-00000000355b | TASK | Failed deployment if facter fails 2026-02-27 17:05:53.102550 | fa163e1a-c8bd-f49a-a1f2-00000000355b | SKIPPED | Failed deployment if facter fails | standalone 2026-02-27 17:05:53.103295 | fa163e1a-c8bd-f49a-a1f2-00000000355b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:51.516697 | 0.03s 2026-02-27 17:05:53.129882 | fa163e1a-c8bd-f49a-a1f2-00000000355c | TASK | Sync cached facts 2026-02-27 17:05:53.411426 | fa163e1a-c8bd-f49a-a1f2-00000000355c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-00000000355c') missing from stats 2026-02-27 17:05:53.457964 | fa163e1a-c8bd-f49a-a1f2-000000003516 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-27 17:05:53.496911 | fa163e1a-c8bd-f49a-a1f2-000000003516 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-27 17:05:53.497840 | fa163e1a-c8bd-f49a-a1f2-000000003516 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:51.911242 | 0.04s 2026-02-27 17:05:53.524188 | fa163e1a-c8bd-f49a-a1f2-000000003518 | TASK | Manage containers for step 2 with tripleo-ansible 2026-02-27 17:05:53.552779 | fa163e1a-c8bd-f49a-a1f2-000000003518 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:51.966168 | 0.03s 2026-02-27 17:05:53.619113 | fa163e1a-c8bd-f49a-a1f2-0000000035b3 | TASK | Gather variables for each operating system 2026-02-27 17:05:53.725941 | fa163e1a-c8bd-f49a-a1f2-0000000035b3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:52.139316 | 0.10s 2026-02-27 17:05:53.760158 | fa163e1a-c8bd-f49a-a1f2-0000000035b4 | TASK | Create container logs path 2026-02-27 17:05:54.056054 | fa163e1a-c8bd-f49a-a1f2-0000000035b4 | OK | Create container logs path | standalone 2026-02-27 17:05:54.057439 | fa163e1a-c8bd-f49a-a1f2-0000000035b4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:52.470831 | 0.30s 2026-02-27 17:05:54.090454 | fa163e1a-c8bd-f49a-a1f2-0000000035b6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-02-27 17:05:54.387583 | fa163e1a-c8bd-f49a-a1f2-0000000035b6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-27 17:05:54.388806 | fa163e1a-c8bd-f49a-a1f2-0000000035b6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:52.802199 | 0.30s 2026-02-27 17:05:54.416740 | fa163e1a-c8bd-f49a-a1f2-0000000035b7 | TASK | Finalise hashes for all containers 2026-02-27 17:05:54.470390 | fa163e1a-c8bd-f49a-a1f2-0000000035b7 | OK | Finalise hashes for all containers | standalone 2026-02-27 17:05:54.471170 | fa163e1a-c8bd-f49a-a1f2-0000000035b7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:52.884574 | 0.05s 2026-02-27 17:05:54.490971 | fa163e1a-c8bd-f49a-a1f2-0000000035b9 | TASK | Manage systemd shutdown files 2026-02-27 17:05:54.516829 | fa163e1a-c8bd-f49a-a1f2-0000000035b9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:52.930228 | 0.02s 2026-02-27 17:05:54.533478 | d52151f6-ecd7-4c6f-939e-8fc87bb716e6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-27 17:05:54.562392 | fa163e1a-c8bd-f49a-a1f2-0000000035ec | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-27 17:05:54.828541 | fa163e1a-c8bd-f49a-a1f2-0000000035ec | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-27 17:05:54.830090 | fa163e1a-c8bd-f49a-a1f2-0000000035ec | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:53.243481 | 0.27s 2026-02-27 17:05:54.862060 | fa163e1a-c8bd-f49a-a1f2-0000000035ed | TASK | Set podman_drop_in fact 2026-02-27 17:05:54.918603 | fa163e1a-c8bd-f49a-a1f2-0000000035ed | OK | Set podman_drop_in fact | standalone 2026-02-27 17:05:54.920082 | fa163e1a-c8bd-f49a-a1f2-0000000035ed | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:53.333476 | 0.06s 2026-02-27 17:05:54.951877 | fa163e1a-c8bd-f49a-a1f2-0000000035ef | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-27 17:05:55.459623 | fa163e1a-c8bd-f49a-a1f2-0000000035ef | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-27 17:05:55.461099 | fa163e1a-c8bd-f49a-a1f2-0000000035ef | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:53.874489 | 0.51s 2026-02-27 17:05:55.929195 | fa163e1a-c8bd-f49a-a1f2-0000000035ef | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-27 17:05:55.929893 | fa163e1a-c8bd-f49a-a1f2-0000000035ef | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:54.343297 | 0.98s 2026-02-27 17:05:55.938031 | fa163e1a-c8bd-f49a-a1f2-0000000035ef | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:54.351420 | 0.98s 2026-02-27 17:05:55.969019 | fa163e1a-c8bd-f49a-a1f2-0000000035f0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-27 17:05:56.429290 | fa163e1a-c8bd-f49a-a1f2-0000000035f0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-27 17:05:56.430661 | fa163e1a-c8bd-f49a-a1f2-0000000035f0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:54.844053 | 0.46s 2026-02-27 17:05:56.460561 | fa163e1a-c8bd-f49a-a1f2-0000000035f1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-27 17:05:56.917738 | fa163e1a-c8bd-f49a-a1f2-0000000035f1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-27 17:05:56.919192 | fa163e1a-c8bd-f49a-a1f2-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:55.332584 | 0.46s 2026-02-27 17:05:56.943411 | fa163e1a-c8bd-f49a-a1f2-0000000035f2 | TASK | Enable and start tripleo-container-shutdown 2026-02-27 17:05:57.618147 | fa163e1a-c8bd-f49a-a1f2-0000000035f2 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-27 17:05:57.620019 | fa163e1a-c8bd-f49a-a1f2-0000000035f2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:56.033417 | 0.68s 2026-02-27 17:05:57.654371 | fa163e1a-c8bd-f49a-a1f2-0000000035f3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-27 17:05:58.164771 | fa163e1a-c8bd-f49a-a1f2-0000000035f3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-27 17:05:58.166290 | fa163e1a-c8bd-f49a-a1f2-0000000035f3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:56.579683 | 0.51s 2026-02-27 17:05:58.188949 | fa163e1a-c8bd-f49a-a1f2-0000000035f4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-27 17:05:58.744650 | fa163e1a-c8bd-f49a-a1f2-0000000035f4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-27 17:05:58.745766 | fa163e1a-c8bd-f49a-a1f2-0000000035f4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:57.159166 | 0.56s 2026-02-27 17:05:58.769094 | fa163e1a-c8bd-f49a-a1f2-0000000035f5 | TASK | Enable and start netns-placeholder 2026-02-27 17:05:59.628364 | fa163e1a-c8bd-f49a-a1f2-0000000035f5 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-27 17:05:59.629776 | fa163e1a-c8bd-f49a-a1f2-0000000035f5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:58.043174 | 0.86s 2026-02-27 17:05:59.655611 | fa163e1a-c8bd-f49a-a1f2-0000000035bb | TASK | Update container configs with new config hashes 2026-02-27 17:05:59.703764 | fa163e1a-c8bd-f49a-a1f2-0000000035bb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:58.117154 | 0.05s 2026-02-27 17:05:59.718153 | ed5691b9-479a-499e-b945-7fd49c977dd2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-27 17:05:59.745666 | fa163e1a-c8bd-f49a-a1f2-00000000361d | TASK | Update config hashes for container startup configs 2026-02-27 17:06:00.032604 | fa163e1a-c8bd-f49a-a1f2-00000000361d | OK | Update config hashes for container startup configs | standalone 2026-02-27 17:06:00.034201 | fa163e1a-c8bd-f49a-a1f2-00000000361d | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:58.447592 | 0.29s 2026-02-27 17:06:00.070244 | fa163e1a-c8bd-f49a-a1f2-0000000035bc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-27 17:06:00.137767 | fa163e1a-c8bd-f49a-a1f2-0000000035bc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:58.551146 | 0.07s 2026-02-27 17:06:00.168618 | 33bf7c9a-3d09-4d58-9514-270da58c519f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 17:06:00.201214 | fa163e1a-c8bd-f49a-a1f2-00000000363c | TASK | Gather podman infos 2026-02-27 17:06:01.268878 | fa163e1a-c8bd-f49a-a1f2-00000000363c | OK | Gather podman infos | standalone 2026-02-27 17:06:01.270439 | fa163e1a-c8bd-f49a-a1f2-00000000363c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:59.683831 | 1.07s 2026-02-27 17:06:01.336492 | fa163e1a-c8bd-f49a-a1f2-00000000363d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-27 17:06:01.382136 | fa163e1a-c8bd-f49a-a1f2-00000000363d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:59.795517 | 0.04s 2026-02-27 17:06:01.498083 | fa163e1a-c8bd-f49a-a1f2-000000003686 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:59.911427 | 0.07s 2026-02-27 17:06:01.544495 | fa163e1a-c8bd-f49a-a1f2-0000000035bd | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-27 17:06:01.575173 | fa163e1a-c8bd-f49a-a1f2-0000000035bd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:59.988543 | 0.03s 2026-02-27 17:06:01.596780 | 4aaa04cd-addc-4221-84bb-8d67c9ce3d30 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 17:06:01.631189 | fa163e1a-c8bd-f49a-a1f2-0000000036ac | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-27 17:06:19.836333 | fa163e1a-c8bd-f49a-a1f2-0000000036ac | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-27 17:06:19.837649 | fa163e1a-c8bd-f49a-a1f2-0000000036ac | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:18.251047 | 18.21s 2026-02-27 17:06:19.860063 | fa163e1a-c8bd-f49a-a1f2-0000000036ad | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-27 17:06:22.519768 | fa163e1a-c8bd-f49a-a1f2-0000000036ad | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-27 17:06:22.521377 | fa163e1a-c8bd-f49a-a1f2-0000000036ad | 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:17:20.934770 | 2.66s 2026-02-27 17:06:22.587430 | fa163e1a-c8bd-f49a-a1f2-00000000351a | TASK | Clean container_puppet_tasks for standalone step 2 2026-02-27 17:06:22.836417 | fa163e1a-c8bd-f49a-a1f2-00000000351a | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-02-27 17:06:22.837291 | fa163e1a-c8bd-f49a-a1f2-00000000351a | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:21.250695 | 0.25s 2026-02-27 17:06:22.887979 | fa163e1a-c8bd-f49a-a1f2-00000000351b | TASK | Calculate container_puppet_tasks for standalone step 2 2026-02-27 17:06:22.951386 | fa163e1a-c8bd-f49a-a1f2-00000000351b | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:21.364764 | 0.06s 2026-02-27 17:06:22.986343 | fa163e1a-c8bd-f49a-a1f2-00000000351c | TASK | Include container-puppet tasks for step 2 2026-02-27 17:06:23.022465 | fa163e1a-c8bd-f49a-a1f2-00000000351c | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:21.435840 | 0.03s 2026-02-27 17:06:23.052576 | e5b5069d-f0bc-4b21-b5b1-d54f5c76f14f | INCLUDED | /root/standalone-ansible-ou32gt4p/host-container-puppet-tasks.yaml | standalone 2026-02-27 17:06:23.093466 | fa163e1a-c8bd-f49a-a1f2-0000000036f8 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-02-27 17:06:23.625941 | fa163e1a-c8bd-f49a-a1f2-0000000036f8 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-02-27 17:06:23.628481 | fa163e1a-c8bd-f49a-a1f2-0000000036f8 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:22.041864 | 0.53s 2026-02-27 17:06:23.661906 | fa163e1a-c8bd-f49a-a1f2-0000000036fa | TASK | Generate container puppet configs for step 2 2026-02-27 17:06:23.931671 | fa163e1a-c8bd-f49a-a1f2-0000000036fa | OK | Generate container puppet configs for step 2 | standalone 2026-02-27 17:06:23.933129 | fa163e1a-c8bd-f49a-a1f2-0000000036fa | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:22.346515 | 0.27s 2026-02-27 17:06:23.964482 | fa163e1a-c8bd-f49a-a1f2-0000000036fb | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-02-27 17:06:23.995578 | fa163e1a-c8bd-f49a-a1f2-0000000036fb | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:22.408959 | 0.03s 2026-02-27 17:06:24.067520 | fa163e1a-c8bd-f49a-a1f2-00000000372a | TASK | Gather variables for each operating system 2026-02-27 17:06:24.192133 | fa163e1a-c8bd-f49a-a1f2-00000000372a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:22.605512 | 0.12s 2026-02-27 17:06:24.224501 | fa163e1a-c8bd-f49a-a1f2-00000000372b | TASK | Create container logs path 2026-02-27 17:06:24.468231 | fa163e1a-c8bd-f49a-a1f2-00000000372b | OK | Create container logs path | standalone 2026-02-27 17:06:24.469786 | fa163e1a-c8bd-f49a-a1f2-00000000372b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:22.883178 | 0.24s 2026-02-27 17:06:24.492070 | fa163e1a-c8bd-f49a-a1f2-00000000372d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-27 17:06:24.688877 | fa163e1a-c8bd-f49a-a1f2-00000000372d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-27 17:06:24.689697 | fa163e1a-c8bd-f49a-a1f2-00000000372d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:23.103086 | 0.20s 2026-02-27 17:06:24.719289 | fa163e1a-c8bd-f49a-a1f2-00000000372e | TASK | Finalise hashes for all containers 2026-02-27 17:06:24.772112 | fa163e1a-c8bd-f49a-a1f2-00000000372e | OK | Finalise hashes for all containers | standalone 2026-02-27 17:06:24.773378 | fa163e1a-c8bd-f49a-a1f2-00000000372e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:23.186772 | 0.05s 2026-02-27 17:06:24.810262 | fa163e1a-c8bd-f49a-a1f2-000000003730 | TASK | Manage systemd shutdown files 2026-02-27 17:06:24.851598 | fa163e1a-c8bd-f49a-a1f2-000000003730 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 17:06:24.853008 | fa163e1a-c8bd-f49a-a1f2-000000003730 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:23.266395 | 0.04s 2026-02-27 17:06:24.885205 | fa163e1a-c8bd-f49a-a1f2-000000003732 | TASK | Update container configs with new config hashes 2026-02-27 17:06:24.941399 | fa163e1a-c8bd-f49a-a1f2-000000003732 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 17:06:24.942642 | fa163e1a-c8bd-f49a-a1f2-000000003732 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:23.356034 | 0.06s 2026-02-27 17:06:24.975960 | fa163e1a-c8bd-f49a-a1f2-000000003733 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-27 17:06:25.028780 | fa163e1a-c8bd-f49a-a1f2-000000003733 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-27 17:06:25.029811 | fa163e1a-c8bd-f49a-a1f2-000000003733 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:23.443208 | 0.05s 2026-02-27 17:06:25.055606 | fa163e1a-c8bd-f49a-a1f2-000000003734 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-27 17:06:25.107417 | fa163e1a-c8bd-f49a-a1f2-000000003734 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-27 17:06:25.108777 | fa163e1a-c8bd-f49a-a1f2-000000003734 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:23.522169 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-02-27 17:06:25.277802 | fa163e1a-c8bd-f49a-a1f2-0000000000d2 | TASK | External deployment step 3 2026-02-27 17:06:25.310392 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000d2') missing from stats 2026-02-27 17:06:25.365480 | fa163e1a-c8bd-f49a-a1f2-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:23.778863 | 0.04s 2026-02-27 17:06:25.374356 | ebf66abb-8316-4e4d-92b9-e7a107f24769 | INCLUDED | /root/standalone-ansible-ou32gt4p/external_deploy_steps_tasks_step3.yaml | undercloud 2026-02-27 17:06:25.391093 | fa163e1a-c8bd-f49a-a1f2-000000003783 | TASK | Pause cephadm 2026-02-27 17:06:25.430449 | fa163e1a-c8bd-f49a-a1f2-000000003783 | SKIPPED | Pause cephadm | undercloud 2026-02-27 17:06:25.431512 | fa163e1a-c8bd-f49a-a1f2-000000003783 | TIMING | Pause cephadm | undercloud | 0:17:23.844911 | 0.04s PLAY [Deploy step tasks for 3] ************************************************* 2026-02-27 17:06:25.580014 | fa163e1a-c8bd-f49a-a1f2-0000000000d6 | TASK | Deploy step tasks for 3 2026-02-27 17:06:25.601657 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000d6') missing from stats 2026-02-27 17:06:25.631995 | fa163e1a-c8bd-f49a-a1f2-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-02-27 17:06:26.146668 | fa163e1a-c8bd-f49a-a1f2-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-02-27 17:06:26.147993 | fa163e1a-c8bd-f49a-a1f2-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:24.561388 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 17:06:26.219916 | fa163e1a-c8bd-f49a-a1f2-0000000000d8 | TIMING | include_tasks | standalone | 0:17:24.633306 | 0.04s 2026-02-27 17:06:26.247902 | 7c72c045-34ba-4c73-8524-d4b72402f48e | INCLUDED | /root/standalone-ansible-ou32gt4p/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-02-27 17:06:26.278717 | fa163e1a-c8bd-f49a-a1f2-0000000037a2 | TASK | Start OVN container 2026-02-27 17:06:26.358302 | fa163e1a-c8bd-f49a-a1f2-0000000037a2 | TIMING | Start OVN container | standalone | 0:17:24.771685 | 0.08s 2026-02-27 17:06:26.394356 | fa163e1a-c8bd-f49a-a1f2-0000000037a2 | TIMING | Start OVN container | standalone | 0:17:24.807752 | 0.11s 2026-02-27 17:06:26.417994 | fa163e1a-c8bd-f49a-a1f2-0000000037a2 | TIMING | Start OVN container | standalone | 0:17:24.831398 | 0.14s 2026-02-27 17:06:26.429554 | fa163e1a-c8bd-f49a-a1f2-0000000037a2 | TIMING | Start OVN container | standalone | 0:17:24.842952 | 0.15s 2026-02-27 17:06:26.526942 | fa163e1a-c8bd-f49a-a1f2-0000000037da | TASK | Gather variables for each operating system 2026-02-27 17:06:26.640645 | fa163e1a-c8bd-f49a-a1f2-0000000037da | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:25.054016 | 0.11s 2026-02-27 17:06:26.675803 | fa163e1a-c8bd-f49a-a1f2-0000000037db | TASK | Create container logs path 2026-02-27 17:06:26.934367 | fa163e1a-c8bd-f49a-a1f2-0000000037db | OK | Create container logs path | standalone 2026-02-27 17:06:26.935793 | fa163e1a-c8bd-f49a-a1f2-0000000037db | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:25.349185 | 0.26s 2026-02-27 17:06:26.967317 | fa163e1a-c8bd-f49a-a1f2-0000000037dd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:27.293162 | fa163e1a-c8bd-f49a-a1f2-0000000037dd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:27.294501 | fa163e1a-c8bd-f49a-a1f2-0000000037dd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:25.707891 | 0.33s 2026-02-27 17:06:27.325314 | fa163e1a-c8bd-f49a-a1f2-0000000037de | TASK | Finalise hashes for all containers 2026-02-27 17:06:27.418557 | fa163e1a-c8bd-f49a-a1f2-0000000037de | OK | Finalise hashes for all containers | standalone 2026-02-27 17:06:27.419379 | fa163e1a-c8bd-f49a-a1f2-0000000037de | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:25.832782 | 0.09s 2026-02-27 17:06:27.439263 | fa163e1a-c8bd-f49a-a1f2-0000000037e0 | TASK | Manage systemd shutdown files 2026-02-27 17:06:27.477624 | fa163e1a-c8bd-f49a-a1f2-0000000037e0 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 17:06:27.478349 | fa163e1a-c8bd-f49a-a1f2-0000000037e0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:25.891752 | 0.04s 2026-02-27 17:06:27.498674 | fa163e1a-c8bd-f49a-a1f2-0000000037e2 | TASK | Update container configs with new config hashes 2026-02-27 17:06:27.566304 | fa163e1a-c8bd-f49a-a1f2-0000000037e2 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 17:06:27.567417 | fa163e1a-c8bd-f49a-a1f2-0000000037e2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:25.980818 | 0.07s 2026-02-27 17:06:27.599079 | fa163e1a-c8bd-f49a-a1f2-0000000037e3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:27.659809 | fa163e1a-c8bd-f49a-a1f2-0000000037e3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:26.073200 | 0.06s 2026-02-27 17:06:27.676543 | d0002108-b568-4fee-879a-bd618967b39a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 17:06:27.704479 | fa163e1a-c8bd-f49a-a1f2-00000000386f | TASK | Gather podman infos 2026-02-27 17:06:28.928789 | fa163e1a-c8bd-f49a-a1f2-00000000386f | OK | Gather podman infos | standalone 2026-02-27 17:06:28.929947 | fa163e1a-c8bd-f49a-a1f2-00000000386f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:27.343344 | 1.22s 2026-02-27 17:06:29.026477 | fa163e1a-c8bd-f49a-a1f2-000000003870 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:29.107069 | fa163e1a-c8bd-f49a-a1f2-000000003870 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.520460 | 0.08s 2026-02-27 17:06:29.229538 | fa163e1a-c8bd-f49a-a1f2-0000000038b1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:27.642927 | 0.07s 2026-02-27 17:06:29.279383 | fa163e1a-c8bd-f49a-a1f2-0000000037e4 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:29.361908 | fa163e1a-c8bd-f49a-a1f2-0000000037e4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.775290 | 0.08s 2026-02-27 17:06:29.388000 | a5c16ba8-f720-4152-824e-4e6f81afea34 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 17:06:29.425208 | fa163e1a-c8bd-f49a-a1f2-0000000038da | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:30.210250 | fa163e1a-c8bd-f49a-a1f2-0000000038da | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:30.211451 | fa163e1a-c8bd-f49a-a1f2-0000000038da | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:28.624849 | 0.78s 2026-02-27 17:06:30.236497 | fa163e1a-c8bd-f49a-a1f2-0000000038db | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:32.903758 | fa163e1a-c8bd-f49a-a1f2-0000000038db | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:32.905352 | fa163e1a-c8bd-f49a-a1f2-0000000038db | 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:31.318750 | 2.67s 2026-02-27 17:06:32.958729 | fa163e1a-c8bd-f49a-a1f2-000000003805 | TASK | Gather variables for each operating system 2026-02-27 17:06:33.061143 | fa163e1a-c8bd-f49a-a1f2-000000003805 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:31.474526 | 0.10s 2026-02-27 17:06:33.092455 | fa163e1a-c8bd-f49a-a1f2-000000003806 | TASK | Create container logs path 2026-02-27 17:06:33.379500 | fa163e1a-c8bd-f49a-a1f2-000000003806 | OK | Create container logs path | standalone 2026-02-27 17:06:33.380663 | fa163e1a-c8bd-f49a-a1f2-000000003806 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:31.794060 | 0.29s 2026-02-27 17:06:33.406371 | fa163e1a-c8bd-f49a-a1f2-000000003808 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:33.716001 | fa163e1a-c8bd-f49a-a1f2-000000003808 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:33.717003 | fa163e1a-c8bd-f49a-a1f2-000000003808 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.130402 | 0.31s 2026-02-27 17:06:33.740495 | fa163e1a-c8bd-f49a-a1f2-000000003809 | TASK | Finalise hashes for all containers 2026-02-27 17:06:33.822007 | fa163e1a-c8bd-f49a-a1f2-000000003809 | OK | Finalise hashes for all containers | standalone 2026-02-27 17:06:33.823274 | fa163e1a-c8bd-f49a-a1f2-000000003809 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:32.236668 | 0.08s 2026-02-27 17:06:33.855953 | fa163e1a-c8bd-f49a-a1f2-00000000380b | TASK | Manage systemd shutdown files 2026-02-27 17:06:33.913351 | fa163e1a-c8bd-f49a-a1f2-00000000380b | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 17:06:33.914626 | fa163e1a-c8bd-f49a-a1f2-00000000380b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:32.328015 | 0.06s 2026-02-27 17:06:33.945564 | fa163e1a-c8bd-f49a-a1f2-00000000380d | TASK | Update container configs with new config hashes 2026-02-27 17:06:34.019911 | fa163e1a-c8bd-f49a-a1f2-00000000380d | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 17:06:34.021447 | fa163e1a-c8bd-f49a-a1f2-00000000380d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:32.434830 | 0.07s 2026-02-27 17:06:34.055732 | fa163e1a-c8bd-f49a-a1f2-00000000380e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:34.128667 | fa163e1a-c8bd-f49a-a1f2-00000000380e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.542042 | 0.07s 2026-02-27 17:06:34.156052 | 3ee9d455-7927-4cfa-a72b-af157ac8272c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 17:06:34.194829 | fa163e1a-c8bd-f49a-a1f2-000000003926 | TASK | Gather podman infos 2026-02-27 17:06:35.385319 | fa163e1a-c8bd-f49a-a1f2-000000003926 | OK | Gather podman infos | standalone 2026-02-27 17:06:35.386755 | fa163e1a-c8bd-f49a-a1f2-000000003926 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:33.800146 | 1.19s 2026-02-27 17:06:35.467706 | fa163e1a-c8bd-f49a-a1f2-000000003927 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:35.546160 | fa163e1a-c8bd-f49a-a1f2-000000003927 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:33.959551 | 0.07s 2026-02-27 17:06:35.673811 | fa163e1a-c8bd-f49a-a1f2-0000000038b1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:34.087194 | 0.09s 2026-02-27 17:06:35.733318 | fa163e1a-c8bd-f49a-a1f2-00000000380f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:35.784618 | fa163e1a-c8bd-f49a-a1f2-00000000380f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.198003 | 0.05s 2026-02-27 17:06:35.803586 | 5bec9da6-2091-4f02-99a1-0dd329a41a3f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 17:06:35.838915 | fa163e1a-c8bd-f49a-a1f2-00000000398c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:36.729314 | fa163e1a-c8bd-f49a-a1f2-00000000398c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:36.730048 | fa163e1a-c8bd-f49a-a1f2-00000000398c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.143452 | 0.89s 2026-02-27 17:06:36.750501 | fa163e1a-c8bd-f49a-a1f2-00000000398d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:39.639600 | fa163e1a-c8bd-f49a-a1f2-00000000398d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:39.641260 | fa163e1a-c8bd-f49a-a1f2-00000000398d | 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:38.054659 | 2.89s 2026-02-27 17:06:39.689341 | fa163e1a-c8bd-f49a-a1f2-000000003830 | TASK | Gather variables for each operating system 2026-02-27 17:06:39.786189 | fa163e1a-c8bd-f49a-a1f2-000000003830 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:38.199572 | 0.09s 2026-02-27 17:06:39.821771 | fa163e1a-c8bd-f49a-a1f2-000000003831 | TASK | Create container logs path 2026-02-27 17:06:40.067606 | fa163e1a-c8bd-f49a-a1f2-000000003831 | OK | Create container logs path | standalone 2026-02-27 17:06:40.069198 | fa163e1a-c8bd-f49a-a1f2-000000003831 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:38.482591 | 0.25s 2026-02-27 17:06:40.103831 | fa163e1a-c8bd-f49a-a1f2-000000003833 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:40.452472 | fa163e1a-c8bd-f49a-a1f2-000000003833 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:40.453242 | fa163e1a-c8bd-f49a-a1f2-000000003833 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:38.866643 | 0.35s 2026-02-27 17:06:40.484207 | fa163e1a-c8bd-f49a-a1f2-000000003834 | TASK | Finalise hashes for all containers 2026-02-27 17:06:40.568860 | fa163e1a-c8bd-f49a-a1f2-000000003834 | OK | Finalise hashes for all containers | standalone 2026-02-27 17:06:40.570154 | fa163e1a-c8bd-f49a-a1f2-000000003834 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:38.983546 | 0.08s 2026-02-27 17:06:40.591118 | fa163e1a-c8bd-f49a-a1f2-000000003836 | TASK | Manage systemd shutdown files 2026-02-27 17:06:40.619226 | fa163e1a-c8bd-f49a-a1f2-000000003836 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 17:06:40.620591 | fa163e1a-c8bd-f49a-a1f2-000000003836 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:39.033985 | 0.03s 2026-02-27 17:06:40.645469 | fa163e1a-c8bd-f49a-a1f2-000000003838 | TASK | Update container configs with new config hashes 2026-02-27 17:06:40.699173 | fa163e1a-c8bd-f49a-a1f2-000000003838 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 17:06:40.699953 | fa163e1a-c8bd-f49a-a1f2-000000003838 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:39.113354 | 0.05s 2026-02-27 17:06:40.720112 | fa163e1a-c8bd-f49a-a1f2-000000003839 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:40.769992 | fa163e1a-c8bd-f49a-a1f2-000000003839 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:39.183371 | 0.05s 2026-02-27 17:06:40.798099 | 2d6c7c6e-3055-4692-a37a-22049846133b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 17:06:40.829125 | fa163e1a-c8bd-f49a-a1f2-0000000039d8 | TASK | Gather podman infos 2026-02-27 17:06:42.044148 | fa163e1a-c8bd-f49a-a1f2-0000000039d8 | OK | Gather podman infos | standalone 2026-02-27 17:06:42.045113 | fa163e1a-c8bd-f49a-a1f2-0000000039d8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:40.458515 | 1.21s 2026-02-27 17:06:42.119389 | fa163e1a-c8bd-f49a-a1f2-0000000039d9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:42.202252 | fa163e1a-c8bd-f49a-a1f2-0000000039d9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:40.615642 | 0.08s 2026-02-27 17:06:42.412261 | fa163e1a-c8bd-f49a-a1f2-0000000038b1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:40.825654 | 0.09s 2026-02-27 17:06:42.471749 | fa163e1a-c8bd-f49a-a1f2-00000000383a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:42.551216 | fa163e1a-c8bd-f49a-a1f2-00000000383a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:40.964599 | 0.08s 2026-02-27 17:06:42.581351 | 5995942c-b9ee-4ada-8e51-f115a05e1f6f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 17:06:42.618475 | fa163e1a-c8bd-f49a-a1f2-000000003a3e | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:43.800104 | fa163e1a-c8bd-f49a-a1f2-000000003a3e | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:43.802017 | fa163e1a-c8bd-f49a-a1f2-000000003a3e | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:42.215403 | 1.18s 2026-02-27 17:06:43.835294 | fa163e1a-c8bd-f49a-a1f2-000000003a3f | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-27 17:06:46.620102 | fa163e1a-c8bd-f49a-a1f2-000000003a3f | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-27 17:06:46.622118 | fa163e1a-c8bd-f49a-a1f2-000000003a3f | 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:45.035507 | 2.78s 2026-02-27 17:06:46.684860 | fa163e1a-c8bd-f49a-a1f2-0000000037a4 | TASK | Set NB connection 2026-02-27 17:06:47.180939 | fa163e1a-c8bd-f49a-a1f2-0000000037a4 | CHANGED | Set NB connection | standalone 2026-02-27 17:06:47.182685 | fa163e1a-c8bd-f49a-a1f2-0000000037a4 | TIMING | Set NB connection | standalone | 0:17:45.596072 | 0.50s 2026-02-27 17:06:47.211535 | fa163e1a-c8bd-f49a-a1f2-0000000037a5 | TASK | Set SB connection 2026-02-27 17:06:47.676482 | fa163e1a-c8bd-f49a-a1f2-0000000037a5 | CHANGED | Set SB connection | standalone 2026-02-27 17:06:47.678002 | fa163e1a-c8bd-f49a-a1f2-0000000037a5 | TIMING | Set SB connection | standalone | 0:17:46.091395 | 0.47s 2026-02-27 17:06:47.707493 | fa163e1a-c8bd-f49a-a1f2-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-02-27 17:06:47.955972 | fa163e1a-c8bd-f49a-a1f2-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-02-27 17:06:47.957636 | fa163e1a-c8bd-f49a-a1f2-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:46.371020 | 0.25s 2026-02-27 17:06:48.056237 | fa163e1a-c8bd-f49a-a1f2-0000000000db | TIMING | include_tasks | standalone | 0:17:46.469620 | 0.07s 2026-02-27 17:06:48.095738 | bdd49bbd-f120-40e0-bd5a-5c110e4d7cd9 | INCLUDED | /root/standalone-ansible-ou32gt4p/common_deploy_steps_tasks.yaml | standalone 2026-02-27 17:06:48.121856 | fa163e1a-c8bd-f49a-a1f2-000000003a84 | TASK | Write the config_step hieradata 2026-02-27 17:06:48.633947 | fa163e1a-c8bd-f49a-a1f2-000000003a84 | OK | Write the config_step hieradata | standalone 2026-02-27 17:06:48.635889 | fa163e1a-c8bd-f49a-a1f2-000000003a84 | TIMING | Write the config_step hieradata | standalone | 0:17:47.049264 | 0.51s 2026-02-27 17:06:48.668140 | fa163e1a-c8bd-f49a-a1f2-000000003a85 | TASK | Run puppet host configuration for step 3 2026-02-27 17:06:49.026664 | fa163e1a-c8bd-f49a-a1f2-000000003a85 | CHANGED | Run puppet host configuration for step 3 | standalone 2026-02-27 17:06:49.028632 | fa163e1a-c8bd-f49a-a1f2-000000003a85 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:47.442018 | 0.36s 2026-02-27 17:06:49.058313 | fa163e1a-c8bd-f49a-a1f2-000000003a86 | TASK | Wait for puppet host configuration to finish 2026-02-27 17:06:49.334689 | fa163e1a-c8bd-f49a-a1f2-000000003a86 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-27 17:06:59.528163 | fa163e1a-c8bd-f49a-a1f2-000000003a86 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-27 17:07:09.754276 | fa163e1a-c8bd-f49a-a1f2-000000003a86 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-27 17:07:09.755763 | fa163e1a-c8bd-f49a-a1f2-000000003a86 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:08.169152 | 20.70s 2026-02-27 17:07:09.787281 | fa163e1a-c8bd-f49a-a1f2-000000003a87 | TASK | Debug output for task: Run puppet host configuration for step 3 2026-02-27 17:07:09.872179 | fa163e1a-c8bd-f49a-a1f2-000000003a87 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 27 17:06:49 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 27 17:06:53 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 27 17:06:53 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 27 17:06:53 puppet-user: (file & line not available)", "<13>Feb 27 17:06:53 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 27 17:06:53 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 27 17:06:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 27 17:06:54 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Feb 27 17:06:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 27 17:07:00 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 27 17:07:02 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 27 17:07:02 puppet-user: Notice: Applied catalog in 8.37 seconds", "<13>Feb 27 17:07:02 puppet-user: Application:", "<13>Feb 27 17:07:02 puppet-user: Initial environment: production", "<13>Feb 27 17:07:02 puppet-user: Converged environment: production", "<13>Feb 27 17:07:02 puppet-user: Run mode: user", "<13>Feb 27 17:07:02 puppet-user: Changes:", "<13>Feb 27 17:07:02 puppet-user: Total: 2", "<13>Feb 27 17:07:02 puppet-user: Events:", "<13>Feb 27 17:07:02 puppet-user: Success: 2", "<13>Feb 27 17:07:02 puppet-user: Resources:", "<13>Feb 27 17:07:02 puppet-user: Changed: 2", "<13>Feb 27 17:07:02 puppet-user: Out of sync: 2", "<13>Feb 27 17:07:02 puppet-user: Total: 28", "<13>Feb 27 17:07:02 puppet-user: Time:", "<13>Feb 27 17:07:02 puppet-user: Filebucket: 0.00", "<13>Feb 27 17:07:02 puppet-user: File line: 0.00", "<13>Feb 27 17:07:02 puppet-user: Package: 0.00", "<13>Feb 27 17:07:02 puppet-user: Schedule: 0.00", "<13>Feb 27 17:07:02 puppet-user: File: 0.00", "<13>Feb 27 17:07:02 puppet-user: Augeas: 0.01", "<13>Feb 27 17:07:02 puppet-user: User: 0.06", "<13>Feb 27 17:07:02 puppet-user: Service: 0.08", "<13>Feb 27 17:07:02 puppet-user: Config retrieval: 0.50", "<13>Feb 27 17:07:02 puppet-user: Pcmk property: 1.52", "<13>Feb 27 17:07:02 puppet-user: Last run: 1772212022", "<13>Feb 27 17:07:02 puppet-user: Pcmk resource default: 2.15", "<13>Feb 27 17:07:02 puppet-user: Exec: 2.15", "<13>Feb 27 17:07:02 puppet-user: Pcmk resource op default: 2.18", "<13>Feb 27 17:07:02 puppet-user: Transaction evaluation: 8.35", "<13>Feb 27 17:07:02 puppet-user: Catalog application: 8.37", "<13>Feb 27 17:07:02 puppet-user: Total: 8.37", "<13>Feb 27 17:07:02 puppet-user: Version:", "<13>Feb 27 17:07:02 puppet-user: Config: 1772212013", "<13>Feb 27 17:07:02 puppet-user: Puppet: 7.10.0" ] } 2026-02-27 17:07:09.873625 | fa163e1a-c8bd-f49a-a1f2-000000003a87 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:08.287016 | 0.08s 2026-02-27 17:07:09.905173 | fa163e1a-c8bd-f49a-a1f2-000000003a88 | TASK | Pre-cache facts for puppet containers 2026-02-27 17:07:09.933561 | fa163e1a-c8bd-f49a-a1f2-000000003a88 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:08.346947 | 0.03s 2026-02-27 17:07:09.998221 | fa163e1a-c8bd-f49a-a1f2-000000003ac7 | TASK | Gather variables for each operating system 2026-02-27 17:07:10.092024 | fa163e1a-c8bd-f49a-a1f2-000000003ac7 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:08.505407 | 0.09s 2026-02-27 17:07:10.116948 | fa163e1a-c8bd-f49a-a1f2-000000003ac8 | TASK | Create puppet caching structures 2026-02-27 17:07:10.362111 | fa163e1a-c8bd-f49a-a1f2-000000003ac8 | CHANGED | Create puppet caching structures | standalone 2026-02-27 17:07:10.363595 | fa163e1a-c8bd-f49a-a1f2-000000003ac8 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:08.776980 | 0.25s 2026-02-27 17:07:10.395335 | fa163e1a-c8bd-f49a-a1f2-000000003ac9 | TASK | Check for facter.conf 2026-02-27 17:07:10.641669 | fa163e1a-c8bd-f49a-a1f2-000000003ac9 | OK | Check for facter.conf | standalone 2026-02-27 17:07:10.643526 | fa163e1a-c8bd-f49a-a1f2-000000003ac9 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:09.056909 | 0.25s 2026-02-27 17:07:10.674929 | fa163e1a-c8bd-f49a-a1f2-000000003aca | TASK | Remove facter.conf if directory 2026-02-27 17:07:10.727309 | fa163e1a-c8bd-f49a-a1f2-000000003aca | SKIPPED | Remove facter.conf if directory | standalone 2026-02-27 17:07:10.728787 | fa163e1a-c8bd-f49a-a1f2-000000003aca | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:09.142175 | 0.05s 2026-02-27 17:07:10.752132 | fa163e1a-c8bd-f49a-a1f2-000000003acb | TASK | Write facter cache config 2026-02-27 17:07:11.274154 | fa163e1a-c8bd-f49a-a1f2-000000003acb | CHANGED | Write facter cache config | standalone 2026-02-27 17:07:11.275242 | fa163e1a-c8bd-f49a-a1f2-000000003acb | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:09.688639 | 0.52s 2026-02-27 17:07:11.295338 | fa163e1a-c8bd-f49a-a1f2-000000003acc | TASK | Cleanup facter cache if exists 2026-02-27 17:07:11.536099 | fa163e1a-c8bd-f49a-a1f2-000000003acc | CHANGED | Cleanup facter cache if exists | standalone 2026-02-27 17:07:11.537730 | fa163e1a-c8bd-f49a-a1f2-000000003acc | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:09.951092 | 0.24s 2026-02-27 17:07:11.570119 | fa163e1a-c8bd-f49a-a1f2-000000003acd | TASK | Pre-cache facts 2026-02-27 17:07:12.184670 | fa163e1a-c8bd-f49a-a1f2-000000003acd | CHANGED | Pre-cache facts | standalone 2026-02-27 17:07:12.186006 | fa163e1a-c8bd-f49a-a1f2-000000003acd | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:10.599398 | 0.61s 2026-02-27 17:07:12.219366 | fa163e1a-c8bd-f49a-a1f2-000000003ace | TASK | Failed deployment if facter fails 2026-02-27 17:07:12.255242 | fa163e1a-c8bd-f49a-a1f2-000000003ace | SKIPPED | Failed deployment if facter fails | standalone 2026-02-27 17:07:12.256625 | fa163e1a-c8bd-f49a-a1f2-000000003ace | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:10.670008 | 0.03s 2026-02-27 17:07:12.303748 | fa163e1a-c8bd-f49a-a1f2-000000003acf | TASK | Sync cached facts 2026-02-27 17:07:12.618146 | fa163e1a-c8bd-f49a-a1f2-000000003acf | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-000000003acf') missing from stats 2026-02-27 17:07:12.675263 | fa163e1a-c8bd-f49a-a1f2-000000003a89 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-27 17:07:12.726807 | fa163e1a-c8bd-f49a-a1f2-000000003a89 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-27 17:07:12.728211 | fa163e1a-c8bd-f49a-a1f2-000000003a89 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:11.141594 | 0.05s 2026-02-27 17:07:12.760380 | fa163e1a-c8bd-f49a-a1f2-000000003a8b | TASK | Manage containers for step 3 with tripleo-ansible 2026-02-27 17:07:12.790090 | fa163e1a-c8bd-f49a-a1f2-000000003a8b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:11.203477 | 0.03s 2026-02-27 17:07:12.858004 | fa163e1a-c8bd-f49a-a1f2-000000003b26 | TASK | Gather variables for each operating system 2026-02-27 17:07:12.976461 | fa163e1a-c8bd-f49a-a1f2-000000003b26 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:11.389839 | 0.12s 2026-02-27 17:07:13.006792 | fa163e1a-c8bd-f49a-a1f2-000000003b27 | TASK | Create container logs path 2026-02-27 17:07:13.266163 | fa163e1a-c8bd-f49a-a1f2-000000003b27 | OK | Create container logs path | standalone 2026-02-27 17:07:13.267863 | fa163e1a-c8bd-f49a-a1f2-000000003b27 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:11.681253 | 0.26s 2026-02-27 17:07:13.302662 | fa163e1a-c8bd-f49a-a1f2-000000003b29 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-02-27 17:07:13.649978 | fa163e1a-c8bd-f49a-a1f2-000000003b29 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-27 17:07:13.651332 | fa163e1a-c8bd-f49a-a1f2-000000003b29 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:12.064722 | 0.35s 2026-02-27 17:07:13.687372 | fa163e1a-c8bd-f49a-a1f2-000000003b2a | TASK | Finalise hashes for all containers 2026-02-27 17:07:13.773441 | fa163e1a-c8bd-f49a-a1f2-000000003b2a | OK | Finalise hashes for all containers | standalone 2026-02-27 17:07:13.774844 | fa163e1a-c8bd-f49a-a1f2-000000003b2a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:12.188229 | 0.09s 2026-02-27 17:07:13.806490 | fa163e1a-c8bd-f49a-a1f2-000000003b2c | TASK | Manage systemd shutdown files 2026-02-27 17:07:13.836338 | fa163e1a-c8bd-f49a-a1f2-000000003b2c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:12.249717 | 0.03s 2026-02-27 17:07:13.871811 | bcda1eb8-2522-4ad3-80c6-2ea088c81537 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-27 17:07:13.901029 | fa163e1a-c8bd-f49a-a1f2-000000003b5f | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-27 17:07:14.177190 | fa163e1a-c8bd-f49a-a1f2-000000003b5f | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-27 17:07:14.178674 | fa163e1a-c8bd-f49a-a1f2-000000003b5f | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:12.592062 | 0.28s 2026-02-27 17:07:14.209779 | fa163e1a-c8bd-f49a-a1f2-000000003b60 | TASK | Set podman_drop_in fact 2026-02-27 17:07:14.273329 | fa163e1a-c8bd-f49a-a1f2-000000003b60 | OK | Set podman_drop_in fact | standalone 2026-02-27 17:07:14.274291 | fa163e1a-c8bd-f49a-a1f2-000000003b60 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:12.687690 | 0.06s 2026-02-27 17:07:14.296999 | fa163e1a-c8bd-f49a-a1f2-000000003b62 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-27 17:07:14.835468 | fa163e1a-c8bd-f49a-a1f2-000000003b62 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-27 17:07:14.836411 | fa163e1a-c8bd-f49a-a1f2-000000003b62 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:13.249811 | 0.54s 2026-02-27 17:07:15.278602 | fa163e1a-c8bd-f49a-a1f2-000000003b62 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-27 17:07:15.280012 | fa163e1a-c8bd-f49a-a1f2-000000003b62 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:13.693415 | 0.98s 2026-02-27 17:07:15.290921 | fa163e1a-c8bd-f49a-a1f2-000000003b62 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:13.704309 | 0.99s 2026-02-27 17:07:15.322606 | fa163e1a-c8bd-f49a-a1f2-000000003b63 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-27 17:07:15.791500 | fa163e1a-c8bd-f49a-a1f2-000000003b63 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-27 17:07:15.793500 | fa163e1a-c8bd-f49a-a1f2-000000003b63 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:14.206832 | 0.47s 2026-02-27 17:07:15.817541 | fa163e1a-c8bd-f49a-a1f2-000000003b64 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-27 17:07:16.276180 | fa163e1a-c8bd-f49a-a1f2-000000003b64 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-27 17:07:16.277734 | fa163e1a-c8bd-f49a-a1f2-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:14.691124 | 0.46s 2026-02-27 17:07:16.309592 | fa163e1a-c8bd-f49a-a1f2-000000003b65 | TASK | Enable and start tripleo-container-shutdown 2026-02-27 17:07:17.036411 | fa163e1a-c8bd-f49a-a1f2-000000003b65 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-27 17:07:17.038503 | fa163e1a-c8bd-f49a-a1f2-000000003b65 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:15.451893 | 0.73s 2026-02-27 17:07:17.070313 | fa163e1a-c8bd-f49a-a1f2-000000003b66 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-27 17:07:17.565929 | fa163e1a-c8bd-f49a-a1f2-000000003b66 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-27 17:07:17.567442 | fa163e1a-c8bd-f49a-a1f2-000000003b66 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:15.980835 | 0.50s 2026-02-27 17:07:17.599713 | fa163e1a-c8bd-f49a-a1f2-000000003b67 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-27 17:07:18.214024 | fa163e1a-c8bd-f49a-a1f2-000000003b67 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-27 17:07:18.215512 | fa163e1a-c8bd-f49a-a1f2-000000003b67 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:16.628903 | 0.61s 2026-02-27 17:07:18.245851 | fa163e1a-c8bd-f49a-a1f2-000000003b68 | TASK | Enable and start netns-placeholder 2026-02-27 17:07:19.072853 | fa163e1a-c8bd-f49a-a1f2-000000003b68 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-27 17:07:19.074502 | fa163e1a-c8bd-f49a-a1f2-000000003b68 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:17.487897 | 0.83s 2026-02-27 17:07:19.099790 | fa163e1a-c8bd-f49a-a1f2-000000003b2e | TASK | Update container configs with new config hashes 2026-02-27 17:07:19.160395 | fa163e1a-c8bd-f49a-a1f2-000000003b2e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:17.573780 | 0.06s 2026-02-27 17:07:19.181097 | 7192eee7-df56-41ea-a1c7-84f9f34b34e6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-27 17:07:19.219914 | fa163e1a-c8bd-f49a-a1f2-000000003b90 | TASK | Update config hashes for container startup configs 2026-02-27 17:07:19.531073 | fa163e1a-c8bd-f49a-a1f2-000000003b90 | OK | Update config hashes for container startup configs | standalone 2026-02-27 17:07:19.532475 | fa163e1a-c8bd-f49a-a1f2-000000003b90 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:17.945865 | 0.31s 2026-02-27 17:07:19.566469 | fa163e1a-c8bd-f49a-a1f2-000000003b2f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-27 17:07:19.607426 | fa163e1a-c8bd-f49a-a1f2-000000003b2f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:18.020808 | 0.04s 2026-02-27 17:07:19.633636 | 709162b8-b734-42e1-89cb-953318f9bbb4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 17:07:19.664849 | fa163e1a-c8bd-f49a-a1f2-000000003baf | TASK | Gather podman infos 2026-02-27 17:07:20.970083 | fa163e1a-c8bd-f49a-a1f2-000000003baf | OK | Gather podman infos | standalone 2026-02-27 17:07:20.971325 | fa163e1a-c8bd-f49a-a1f2-000000003baf | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:19.384720 | 1.31s 2026-02-27 17:07:21.066766 | fa163e1a-c8bd-f49a-a1f2-000000003bb0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-27 17:07:21.147840 | fa163e1a-c8bd-f49a-a1f2-000000003bb0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:19.561228 | 0.07s 2026-02-27 17:07:21.285529 | fa163e1a-c8bd-f49a-a1f2-0000000038b1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:19.698907 | 0.09s 2026-02-27 17:07:21.344716 | fa163e1a-c8bd-f49a-a1f2-000000003b30 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-27 17:07:21.401433 | fa163e1a-c8bd-f49a-a1f2-000000003b30 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:19.814810 | 0.06s 2026-02-27 17:07:21.424702 | 592d1679-088b-4482-8061-efe89038bcfd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 17:07:21.458076 | fa163e1a-c8bd-f49a-a1f2-000000003c1a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-27 17:08:26.402745 | fa163e1a-c8bd-f49a-a1f2-000000003c1a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-27 17:08:26.403852 | fa163e1a-c8bd-f49a-a1f2-000000003c1a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:24.817253 | 64.94s 2026-02-27 17:08:26.431067 | fa163e1a-c8bd-f49a-a1f2-000000003c1b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-27 17:08:59.576959 | fa163e1a-c8bd-f49a-a1f2-000000003c1b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-27 17:08:59.578621 | fa163e1a-c8bd-f49a-a1f2-000000003c1b | 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:57.992018 | 33.15s 2026-02-27 17:08:59.656127 | fa163e1a-c8bd-f49a-a1f2-000000003a8d | TASK | Clean container_puppet_tasks for standalone step 3 2026-02-27 17:08:59.942866 | fa163e1a-c8bd-f49a-a1f2-000000003a8d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-02-27 17:08:59.944077 | fa163e1a-c8bd-f49a-a1f2-000000003a8d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:58.357472 | 0.29s 2026-02-27 17:08:59.985942 | fa163e1a-c8bd-f49a-a1f2-000000003a8e | TASK | Calculate container_puppet_tasks for standalone step 3 2026-02-27 17:09:00.052384 | fa163e1a-c8bd-f49a-a1f2-000000003a8e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:58.465761 | 0.07s 2026-02-27 17:09:00.088378 | fa163e1a-c8bd-f49a-a1f2-000000003a8f | TASK | Include container-puppet tasks for step 3 2026-02-27 17:09:00.121805 | fa163e1a-c8bd-f49a-a1f2-000000003a8f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:58.535185 | 0.03s 2026-02-27 17:09:00.148777 | f52ab96e-c963-4627-a150-ea8ed5e3b51f | INCLUDED | /root/standalone-ansible-ou32gt4p/host-container-puppet-tasks.yaml | standalone 2026-02-27 17:09:00.188388 | fa163e1a-c8bd-f49a-a1f2-000000003c66 | TASK | Write container-puppet-tasks json file for standalone step 3 2026-02-27 17:09:00.723073 | fa163e1a-c8bd-f49a-a1f2-000000003c66 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-02-27 17:09:00.724452 | fa163e1a-c8bd-f49a-a1f2-000000003c66 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:59.137842 | 0.53s 2026-02-27 17:09:00.757329 | fa163e1a-c8bd-f49a-a1f2-000000003c68 | TASK | Generate container puppet configs for step 3 2026-02-27 17:09:01.069177 | fa163e1a-c8bd-f49a-a1f2-000000003c68 | OK | Generate container puppet configs for step 3 | standalone 2026-02-27 17:09:01.070647 | fa163e1a-c8bd-f49a-a1f2-000000003c68 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:59.484037 | 0.31s 2026-02-27 17:09:01.106484 | fa163e1a-c8bd-f49a-a1f2-000000003c69 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-02-27 17:09:01.137608 | fa163e1a-c8bd-f49a-a1f2-000000003c69 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:59.550987 | 0.03s 2026-02-27 17:09:01.208114 | fa163e1a-c8bd-f49a-a1f2-000000003c98 | TASK | Gather variables for each operating system 2026-02-27 17:09:01.332068 | fa163e1a-c8bd-f49a-a1f2-000000003c98 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:59.745449 | 0.12s 2026-02-27 17:09:01.364391 | fa163e1a-c8bd-f49a-a1f2-000000003c99 | TASK | Create container logs path 2026-02-27 17:09:01.612862 | fa163e1a-c8bd-f49a-a1f2-000000003c99 | OK | Create container logs path | standalone 2026-02-27 17:09:01.614378 | fa163e1a-c8bd-f49a-a1f2-000000003c99 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:00.027766 | 0.25s 2026-02-27 17:09:01.649323 | fa163e1a-c8bd-f49a-a1f2-000000003c9b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-27 17:09:01.925468 | fa163e1a-c8bd-f49a-a1f2-000000003c9b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-27 17:09:01.927053 | fa163e1a-c8bd-f49a-a1f2-000000003c9b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.340441 | 0.28s 2026-02-27 17:09:01.948840 | fa163e1a-c8bd-f49a-a1f2-000000003c9c | TASK | Finalise hashes for all containers 2026-02-27 17:09:01.998464 | fa163e1a-c8bd-f49a-a1f2-000000003c9c | OK | Finalise hashes for all containers | standalone 2026-02-27 17:09:01.999318 | fa163e1a-c8bd-f49a-a1f2-000000003c9c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:00.412721 | 0.05s 2026-02-27 17:09:02.020453 | fa163e1a-c8bd-f49a-a1f2-000000003c9e | TASK | Manage systemd shutdown files 2026-02-27 17:09:02.049176 | fa163e1a-c8bd-f49a-a1f2-000000003c9e | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 17:09:02.050765 | fa163e1a-c8bd-f49a-a1f2-000000003c9e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:00.464151 | 0.03s 2026-02-27 17:09:02.083966 | fa163e1a-c8bd-f49a-a1f2-000000003ca0 | TASK | Update container configs with new config hashes 2026-02-27 17:09:02.147594 | fa163e1a-c8bd-f49a-a1f2-000000003ca0 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 17:09:02.148958 | fa163e1a-c8bd-f49a-a1f2-000000003ca0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:00.562345 | 0.06s 2026-02-27 17:09:02.186818 | fa163e1a-c8bd-f49a-a1f2-000000003ca1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-27 17:09:02.221028 | fa163e1a-c8bd-f49a-a1f2-000000003ca1 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-27 17:09:02.222814 | fa163e1a-c8bd-f49a-a1f2-000000003ca1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.636196 | 0.03s 2026-02-27 17:09:02.261245 | fa163e1a-c8bd-f49a-a1f2-000000003ca2 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-27 17:09:02.316623 | fa163e1a-c8bd-f49a-a1f2-000000003ca2 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-27 17:09:02.317876 | fa163e1a-c8bd-f49a-a1f2-000000003ca2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.731271 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-02-27 17:09:02.449836 | fa163e1a-c8bd-f49a-a1f2-0000000000de | TASK | External deployment step 4 2026-02-27 17:09:02.481753 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000de') missing from stats 2026-02-27 17:09:02.529385 | fa163e1a-c8bd-f49a-a1f2-0000000000df | TIMING | include_tasks | undercloud | 0:20:00.942769 | 0.03s 2026-02-27 17:09:02.553519 | 9672282b-1960-4533-9d90-39005dff08a1 | INCLUDED | /root/standalone-ansible-ou32gt4p/external_deploy_steps_tasks_step4.yaml | undercloud 2026-02-27 17:09:02.570849 | fa163e1a-c8bd-f49a-a1f2-000000003cf1 | TASK | Clean up legacy Cinder keystone catalog entries 2026-02-27 17:09:04.297950 | fa163e1a-c8bd-f49a-a1f2-000000003cf1 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-02-27 17:09:04.299323 | fa163e1a-c8bd-f49a-a1f2-000000003cf1 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:02.712717 | 1.73s 2026-02-27 17:09:05.547267 | fa163e1a-c8bd-f49a-a1f2-000000003cf1 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-02-27 17:09:05.547968 | fa163e1a-c8bd-f49a-a1f2-000000003cf1 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:03.961371 | 2.98s 2026-02-27 17:09:05.553795 | fa163e1a-c8bd-f49a-a1f2-000000003cf1 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:03.967182 | 2.98s 2026-02-27 17:09:05.573073 | fa163e1a-c8bd-f49a-a1f2-000000003cf4 | TASK | Manage Keystone resources for OpenStack services 2026-02-27 17:09:05.630894 | fa163e1a-c8bd-f49a-a1f2-000000003cf4 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:04.044263 | 0.06s 2026-02-27 17:09:05.699010 | fa163e1a-c8bd-f49a-a1f2-000000003d20 | TASK | Create Keystone Admin resources 2026-02-27 17:09:05.748903 | fa163e1a-c8bd-f49a-a1f2-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:04.162296 | 0.05s 2026-02-27 17:09:05.769753 | 2c9fa181-2425-438a-8e0d-9472b8b51d09 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-02-27 17:09:05.794433 | fa163e1a-c8bd-f49a-a1f2-000000003d61 | TASK | Create admin and service projects 2026-02-27 17:09:05.842077 | fa163e1a-c8bd-f49a-a1f2-000000003d61 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:04.255469 | 0.05s 2026-02-27 17:09:05.849573 | ed48fcf0-ff3e-475b-8d55-323ca58e7fb9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-27 17:09:05.873213 | fa163e1a-c8bd-f49a-a1f2-000000003db2 | TASK | Async creation of Keystone project 2026-02-27 17:09:06.301818 | fa163e1a-c8bd-f49a-a1f2-000000003db2 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-02-27 17:09:06.302689 | fa163e1a-c8bd-f49a-a1f2-000000003db2 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:04.716077 | 0.43s 2026-02-27 17:09:06.602057 | fa163e1a-c8bd-f49a-a1f2-000000003db2 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-27 17:09:06.602666 | fa163e1a-c8bd-f49a-a1f2-000000003db2 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:05.016070 | 0.73s 2026-02-27 17:09:06.609763 | fa163e1a-c8bd-f49a-a1f2-000000003db2 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:05.023144 | 0.74s 2026-02-27 17:09:06.630165 | fa163e1a-c8bd-f49a-a1f2-000000003db4 | TASK | Check Keystone project status 2026-02-27 17:09:06.884858 | fa163e1a-c8bd-f49a-a1f2-000000003db4 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-27 17:09:12.124728 | fa163e1a-c8bd-f49a-a1f2-000000003db4 | OK | Check Keystone project status | undercloud | item=admin 2026-02-27 17:09:12.126267 | fa163e1a-c8bd-f49a-a1f2-000000003db4 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.539665 | 5.49s 2026-02-27 17:09:12.400886 | fa163e1a-c8bd-f49a-a1f2-000000003db4 | CHANGED | Check Keystone project status | undercloud | item=service 2026-02-27 17:09:12.401615 | fa163e1a-c8bd-f49a-a1f2-000000003db4 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.815019 | 5.77s 2026-02-27 17:09:12.405325 | fa163e1a-c8bd-f49a-a1f2-000000003db4 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.818732 | 5.77s 2026-02-27 17:09:12.425242 | fa163e1a-c8bd-f49a-a1f2-000000003d62 | TASK | Create admin role 2026-02-27 17:09:13.705605 | fa163e1a-c8bd-f49a-a1f2-000000003d62 | OK | Create admin role | undercloud 2026-02-27 17:09:13.707082 | fa163e1a-c8bd-f49a-a1f2-000000003d62 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:12.120474 | 1.28s 2026-02-27 17:09:13.727331 | fa163e1a-c8bd-f49a-a1f2-000000003d63 | TASK | Create _member_ role 2026-02-27 17:09:13.788718 | fa163e1a-c8bd-f49a-a1f2-000000003d63 | SKIPPED | Create _member_ role | undercloud 2026-02-27 17:09:13.790200 | fa163e1a-c8bd-f49a-a1f2-000000003d63 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:12.203589 | 0.06s 2026-02-27 17:09:13.809092 | fa163e1a-c8bd-f49a-a1f2-000000003d64 | TASK | Check admin password 2026-02-27 17:09:15.177711 | fa163e1a-c8bd-f49a-a1f2-000000003d64 | OK | Check admin password | undercloud 2026-02-27 17:09:15.179409 | fa163e1a-c8bd-f49a-a1f2-000000003d64 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:13.592797 | 1.37s 2026-02-27 17:09:15.199383 | fa163e1a-c8bd-f49a-a1f2-000000003d65 | TASK | Create admin user 2026-02-27 17:09:16.850807 | fa163e1a-c8bd-f49a-a1f2-000000003d65 | CHANGED | Create admin user | undercloud 2026-02-27 17:09:16.851980 | fa163e1a-c8bd-f49a-a1f2-000000003d65 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:15.265377 | 1.65s 2026-02-27 17:09:16.868327 | fa163e1a-c8bd-f49a-a1f2-000000003d66 | TASK | Assign admin role to admin project for admin user 2026-02-27 17:09:18.525272 | fa163e1a-c8bd-f49a-a1f2-000000003d66 | OK | Assign admin role to admin project for admin user | undercloud 2026-02-27 17:09:18.526149 | fa163e1a-c8bd-f49a-a1f2-000000003d66 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:16.939552 | 1.66s 2026-02-27 17:09:18.542098 | fa163e1a-c8bd-f49a-a1f2-000000003d67 | TASK | Assign _member_ role to admin project for admin user 2026-02-27 17:09:18.601863 | fa163e1a-c8bd-f49a-a1f2-000000003d67 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-02-27 17:09:18.602598 | fa163e1a-c8bd-f49a-a1f2-000000003d67 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:17.015999 | 0.06s 2026-02-27 17:09:18.617024 | fa163e1a-c8bd-f49a-a1f2-000000003d68 | TASK | Create identity service 2026-02-27 17:09:19.775326 | fa163e1a-c8bd-f49a-a1f2-000000003d68 | OK | Create identity service | undercloud 2026-02-27 17:09:19.776302 | fa163e1a-c8bd-f49a-a1f2-000000003d68 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:18.189703 | 1.16s 2026-02-27 17:09:19.795102 | fa163e1a-c8bd-f49a-a1f2-000000003d69 | TASK | Create identity public endpoint 2026-02-27 17:09:21.158400 | fa163e1a-c8bd-f49a-a1f2-000000003d69 | OK | Create identity public endpoint | undercloud 2026-02-27 17:09:21.159322 | fa163e1a-c8bd-f49a-a1f2-000000003d69 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:19.572723 | 1.36s 2026-02-27 17:09:21.178146 | fa163e1a-c8bd-f49a-a1f2-000000003d6a | TASK | Create identity internal endpoint 2026-02-27 17:09:22.406864 | fa163e1a-c8bd-f49a-a1f2-000000003d6a | OK | Create identity internal endpoint | undercloud 2026-02-27 17:09:22.408362 | fa163e1a-c8bd-f49a-a1f2-000000003d6a | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:20.821753 | 1.23s 2026-02-27 17:09:22.423810 | fa163e1a-c8bd-f49a-a1f2-000000003d6b | TASK | Create identity admin endpoint 2026-02-27 17:09:23.642192 | fa163e1a-c8bd-f49a-a1f2-000000003d6b | OK | Create identity admin endpoint | undercloud 2026-02-27 17:09:23.643279 | fa163e1a-c8bd-f49a-a1f2-000000003d6b | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:22.056677 | 1.22s 2026-02-27 17:09:23.663118 | fa163e1a-c8bd-f49a-a1f2-000000003d21 | TASK | Create Keystone Projects 2026-02-27 17:09:23.743653 | fa163e1a-c8bd-f49a-a1f2-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:22.157025 | 0.08s 2026-02-27 17:09:23.752467 | fa163e1a-c8bd-f49a-a1f2-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:22.165855 | 0.09s 2026-02-27 17:09:23.766770 | e9090cb8-c027-477d-b3fb-84d0a9a2834c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-27 17:09:23.812733 | fa163e1a-c8bd-f49a-a1f2-000000003e3e | TASK | Async creation of Keystone project 2026-02-27 17:09:24.183391 | fa163e1a-c8bd-f49a-a1f2-000000003e3e | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-27 17:09:24.186621 | fa163e1a-c8bd-f49a-a1f2-000000003e3e | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:22.600021 | 0.37s 2026-02-27 17:09:24.196409 | fa163e1a-c8bd-f49a-a1f2-000000003e3e | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:22.609798 | 0.38s 2026-02-27 17:09:24.219059 | fa163e1a-c8bd-f49a-a1f2-000000003e40 | TASK | Check Keystone project status 2026-02-27 17:09:24.504288 | fa163e1a-c8bd-f49a-a1f2-000000003e40 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-27 17:09:29.723617 | fa163e1a-c8bd-f49a-a1f2-000000003e40 | OK | Check Keystone project status | undercloud | item=service 2026-02-27 17:09:29.725772 | fa163e1a-c8bd-f49a-a1f2-000000003e40 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:28.139161 | 5.50s 2026-02-27 17:09:29.735056 | fa163e1a-c8bd-f49a-a1f2-000000003e40 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:28.148458 | 5.51s 2026-02-27 17:09:29.749497 | fa163e1a-c8bd-f49a-a1f2-000000003d23 | TASK | Create Keystone Domains 2026-02-27 17:09:29.820154 | fa163e1a-c8bd-f49a-a1f2-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:28.233533 | 0.07s 2026-02-27 17:09:29.831932 | fa163e1a-c8bd-f49a-a1f2-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:28.245328 | 0.08s 2026-02-27 17:09:29.846537 | b5e76227-473a-4e1f-8d00-2d25f5be2243 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-02-27 17:09:29.895540 | fa163e1a-c8bd-f49a-a1f2-000000003ef3 | TASK | Async creation of Keystone domains 2026-02-27 17:09:30.338423 | fa163e1a-c8bd-f49a-a1f2-000000003ef3 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-02-27 17:09:30.339499 | fa163e1a-c8bd-f49a-a1f2-000000003ef3 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:28.752895 | 0.44s 2026-02-27 17:09:30.344539 | fa163e1a-c8bd-f49a-a1f2-000000003ef3 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:28.757927 | 0.45s 2026-02-27 17:09:30.363939 | fa163e1a-c8bd-f49a-a1f2-000000003ef5 | TASK | Check Keystone domain status 2026-02-27 17:09:30.631932 | fa163e1a-c8bd-f49a-a1f2-000000003ef5 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-02-27 17:09:35.850659 | fa163e1a-c8bd-f49a-a1f2-000000003ef5 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-02-27 17:09:35.851997 | fa163e1a-c8bd-f49a-a1f2-000000003ef5 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:34.265398 | 5.49s 2026-02-27 17:09:35.863112 | fa163e1a-c8bd-f49a-a1f2-000000003ef5 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:34.276500 | 5.50s 2026-02-27 17:09:35.887663 | fa163e1a-c8bd-f49a-a1f2-000000003d25 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-02-27 17:09:35.955341 | fa163e1a-c8bd-f49a-a1f2-000000003d25 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:34.368726 | 0.06s 2026-02-27 17:09:35.971197 | a706bd36-83d3-4cc4-a23b-4c351e16eae2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-02-27 17:09:36.022160 | fa163e1a-c8bd-f49a-a1f2-000000003fbd | TASK | Collect OpenStack Keystone domains infos 2026-02-27 17:09:37.761141 | fa163e1a-c8bd-f49a-a1f2-000000003fbd | OK | Collect OpenStack Keystone domains infos | undercloud 2026-02-27 17:09:37.762671 | fa163e1a-c8bd-f49a-a1f2-000000003fbd | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:36.176062 | 1.74s 2026-02-27 17:09:37.781757 | fa163e1a-c8bd-f49a-a1f2-000000003fbe | TASK | Set openstack_domains fact 2026-02-27 17:09:37.839008 | fa163e1a-c8bd-f49a-a1f2-000000003fbe | OK | Set openstack_domains fact | undercloud 2026-02-27 17:09:37.840415 | fa163e1a-c8bd-f49a-a1f2-000000003fbe | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:36.253808 | 0.06s 2026-02-27 17:09:37.859511 | fa163e1a-c8bd-f49a-a1f2-000000003d26 | TASK | Create Keystone Services 2026-02-27 17:09:37.951078 | fa163e1a-c8bd-f49a-a1f2-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.364471 | 0.09s 2026-02-27 17:09:37.970994 | fa163e1a-c8bd-f49a-a1f2-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.384396 | 0.11s 2026-02-27 17:09:37.978813 | fa163e1a-c8bd-f49a-a1f2-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.392203 | 0.12s 2026-02-27 17:09:37.999624 | 30bf3bdd-4086-4ef3-b114-63ab7ec1aee8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-27 17:09:38.011284 | ead7e061-6dec-43b0-9cd2-fcc2fb9d30b4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-27 17:09:38.059263 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TASK | Async creation of Keystone service 2026-02-27 17:09:38.372484 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-02-27 17:09:38.374798 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:36.788180 | 0.31s 2026-02-27 17:09:38.649281 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2026-02-27 17:09:38.651062 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.064458 | 0.59s 2026-02-27 17:09:38.984842 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-02-27 17:09:38.986147 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.399551 | 0.93s 2026-02-27 17:09:39.250368 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-02-27 17:09:39.251934 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.665335 | 1.19s 2026-02-27 17:09:39.536717 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-02-27 17:09:39.538394 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.951789 | 1.48s 2026-02-27 17:09:39.825205 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-02-27 17:09:39.825792 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.239196 | 1.77s 2026-02-27 17:09:40.111647 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-02-27 17:09:40.112272 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.525676 | 2.05s 2026-02-27 17:09:40.407341 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-02-27 17:09:40.408148 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.821550 | 2.35s 2026-02-27 17:09:40.672873 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-02-27 17:09:40.673471 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:39.086874 | 2.61s 2026-02-27 17:09:40.908838 | fa163e1a-c8bd-f49a-a1f2-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-02-27 17:09:40.909458 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:39.322863 | 2.85s 2026-02-27 17:09:40.913979 | fa163e1a-c8bd-f49a-a1f2-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:39.327374 | 2.85s 2026-02-27 17:09:40.932067 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TASK | Check Keystone service status 2026-02-27 17:09:41.232224 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-02-27 17:09:41.233179 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.646581 | 0.30s 2026-02-27 17:09:41.468915 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=barbican 2026-02-27 17:09:41.470264 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.883668 | 0.54s 2026-02-27 17:09:41.654859 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-02-27 17:09:41.655642 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.069047 | 0.72s 2026-02-27 17:09:41.851904 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=glance 2026-02-27 17:09:41.853071 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.266466 | 0.92s 2026-02-27 17:09:42.090531 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-02-27 17:09:42.093061 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.506457 | 1.16s 2026-02-27 17:09:42.323114 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=heat 2026-02-27 17:09:42.324392 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.737789 | 1.39s 2026-02-27 17:09:42.594498 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-02-27 17:09:42.595144 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.008550 | 1.66s 2026-02-27 17:09:42.829424 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=manila 2026-02-27 17:09:42.830103 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.243509 | 1.90s 2026-02-27 17:09:43.047137 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-02-27 17:09:43.048599 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.462001 | 2.12s 2026-02-27 17:09:43.293366 | fa163e1a-c8bd-f49a-a1f2-00000000409c | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-02-27 17:09:43.295626 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.709017 | 2.36s 2026-02-27 17:09:43.309179 | fa163e1a-c8bd-f49a-a1f2-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.722565 | 2.38s 2026-02-27 17:09:43.334548 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | TASK | Async creation of Keystone service 2026-02-27 17:09:43.625154 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-02-27 17:09:43.625994 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.039395 | 0.29s 2026-02-27 17:09:43.959498 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-02-27 17:09:43.960119 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.373523 | 0.62s 2026-02-27 17:09:44.237897 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-02-27 17:09:44.238774 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.652175 | 0.90s 2026-02-27 17:09:44.550488 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-02-27 17:09:44.551553 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.964948 | 1.22s 2026-02-27 17:09:44.559096 | fa163e1a-c8bd-f49a-a1f2-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.972497 | 1.22s 2026-02-27 17:09:44.574279 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | TASK | Check Keystone service status 2026-02-27 17:09:44.849270 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-02-27 17:09:50.279421 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-02-27 17:09:50.281226 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:48.694611 | 5.71s 2026-02-27 17:09:50.580477 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-02-27 17:09:50.581629 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:48.995025 | 6.01s 2026-02-27 17:09:50.838355 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-02-27 17:09:50.839580 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:49.252975 | 6.26s 2026-02-27 17:09:51.131752 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-02-27 17:09:51.133067 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:49.546462 | 6.56s 2026-02-27 17:09:51.142070 | fa163e1a-c8bd-f49a-a1f2-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:49.555461 | 6.57s 2026-02-27 17:09:51.163504 | fa163e1a-c8bd-f49a-a1f2-000000003d28 | TASK | Create Keystone Endpoints 2026-02-27 17:09:51.240819 | fa163e1a-c8bd-f49a-a1f2-000000003d28 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:49.654179 | 0.08s 2026-02-27 17:09:51.271358 | fa163e1a-c8bd-f49a-a1f2-000000003d28 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:49.684755 | 0.11s 2026-02-27 17:09:51.298138 | fa163e1a-c8bd-f49a-a1f2-000000003d28 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:49.711537 | 0.13s 2026-02-27 17:09:51.309875 | fa163e1a-c8bd-f49a-a1f2-000000003d28 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:49.723271 | 0.14s 2026-02-27 17:09:51.325227 | c0cc0850-8b86-450c-a1d7-4c8cb5659c20 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-27 17:09:51.333081 | e8678b08-807a-4575-b4b4-83b978f023a0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-27 17:09:51.339902 | ad01d0f9-d06a-423a-beb9-c52094f16c58 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-27 17:09:51.399875 | fa163e1a-c8bd-f49a-a1f2-0000000041d7 | TASK | Create Keystone public endpoints 2026-02-27 17:09:51.515938 | fa163e1a-c8bd-f49a-a1f2-0000000041d7 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:49.929301 | 0.11s 2026-02-27 17:09:51.535079 | fa163e1a-c8bd-f49a-a1f2-0000000041d7 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:49.948470 | 0.13s 2026-02-27 17:09:51.548184 | fa163e1a-c8bd-f49a-a1f2-0000000041d7 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:49.961566 | 0.15s 2026-02-27 17:09:51.571512 | dac75484-f768-4c0b-83ea-6bcb7062cf77 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-27 17:09:51.581659 | adf9a319-e967-4f70-9cf0-e4d896e832b2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-27 17:09:51.605337 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TASK | Async creation of Keystone public endpoint 2026-02-27 17:09:51.956212 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-02-27 17:09:51.959337 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:50.372711 | 0.35s 2026-02-27 17:09:52.275050 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2026-02-27 17:09:52.276157 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:50.689552 | 0.67s 2026-02-27 17:09:52.581308 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-02-27 17:09:52.582171 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:50.995571 | 0.98s 2026-02-27 17:09:52.898799 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-02-27 17:09:52.899733 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.313131 | 1.29s 2026-02-27 17:09:53.209836 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-02-27 17:09:53.210551 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.623954 | 1.60s 2026-02-27 17:09:53.457360 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-02-27 17:09:53.458433 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.871829 | 1.85s 2026-02-27 17:09:53.773250 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-02-27 17:09:53.774875 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.188272 | 2.17s 2026-02-27 17:09:54.054303 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-02-27 17:09:54.055524 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.468919 | 2.45s 2026-02-27 17:09:54.427620 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-02-27 17:09:54.428478 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.841878 | 2.82s 2026-02-27 17:09:54.719361 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-02-27 17:09:54.721579 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:53.134972 | 3.12s 2026-02-27 17:09:54.733671 | fa163e1a-c8bd-f49a-a1f2-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:53.147067 | 3.13s 2026-02-27 17:09:54.760015 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TASK | Check Keystone public endpoint status 2026-02-27 17:09:55.023885 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-02-27 17:09:55.026420 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.439808 | 0.26s 2026-02-27 17:09:55.278485 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2026-02-27 17:09:55.279343 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.692745 | 0.52s 2026-02-27 17:09:55.549449 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-02-27 17:09:55.550989 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.964389 | 0.79s 2026-02-27 17:09:55.799913 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-02-27 17:09:55.801454 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.214858 | 1.04s 2026-02-27 17:09:56.007758 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-02-27 17:09:56.008528 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.421931 | 1.25s 2026-02-27 17:09:56.251535 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-02-27 17:09:56.254442 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.667794 | 1.49s 2026-02-27 17:09:56.485133 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-02-27 17:09:56.486013 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.899414 | 1.72s 2026-02-27 17:09:56.710902 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-02-27 17:09:56.711616 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.125019 | 1.95s 2026-02-27 17:09:56.954585 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-02-27 17:09:56.956418 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.369813 | 2.19s 2026-02-27 17:09:57.259461 | fa163e1a-c8bd-f49a-a1f2-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-02-27 17:09:57.262261 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.675650 | 2.50s 2026-02-27 17:09:57.276472 | fa163e1a-c8bd-f49a-a1f2-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.689855 | 2.51s 2026-02-27 17:09:57.308153 | fa163e1a-c8bd-f49a-a1f2-000000004306 | TASK | Async creation of Keystone public endpoint 2026-02-27 17:09:57.655346 | fa163e1a-c8bd-f49a-a1f2-000000004306 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-02-27 17:09:57.656430 | fa163e1a-c8bd-f49a-a1f2-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.069827 | 0.35s 2026-02-27 17:09:57.916303 | fa163e1a-c8bd-f49a-a1f2-000000004306 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-02-27 17:09:57.917080 | fa163e1a-c8bd-f49a-a1f2-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.330484 | 0.61s 2026-02-27 17:09:58.231718 | fa163e1a-c8bd-f49a-a1f2-000000004306 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-02-27 17:09:58.233269 | fa163e1a-c8bd-f49a-a1f2-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.646669 | 0.92s 2026-02-27 17:09:58.506009 | fa163e1a-c8bd-f49a-a1f2-000000004306 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-02-27 17:09:58.506650 | fa163e1a-c8bd-f49a-a1f2-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.920053 | 1.20s 2026-02-27 17:09:58.515030 | fa163e1a-c8bd-f49a-a1f2-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.928426 | 1.21s 2026-02-27 17:09:58.533578 | fa163e1a-c8bd-f49a-a1f2-000000004308 | TASK | Check Keystone public endpoint status 2026-02-27 17:09:58.810295 | fa163e1a-c8bd-f49a-a1f2-000000004308 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-02-27 17:10:04.037816 | fa163e1a-c8bd-f49a-a1f2-000000004308 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-02-27 17:10:04.040041 | fa163e1a-c8bd-f49a-a1f2-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:02.453418 | 5.50s 2026-02-27 17:10:04.357289 | fa163e1a-c8bd-f49a-a1f2-000000004308 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-02-27 17:10:04.358533 | fa163e1a-c8bd-f49a-a1f2-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:02.771928 | 5.82s 2026-02-27 17:10:04.623121 | fa163e1a-c8bd-f49a-a1f2-000000004308 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-02-27 17:10:04.624987 | fa163e1a-c8bd-f49a-a1f2-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:03.038357 | 6.09s 2026-02-27 17:10:04.883793 | fa163e1a-c8bd-f49a-a1f2-000000004308 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-02-27 17:10:04.885762 | fa163e1a-c8bd-f49a-a1f2-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:03.299156 | 6.35s 2026-02-27 17:10:04.897571 | fa163e1a-c8bd-f49a-a1f2-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:03.310961 | 6.36s 2026-02-27 17:10:04.921499 | fa163e1a-c8bd-f49a-a1f2-0000000041dc | TASK | Create Keystone admin endpoints 2026-02-27 17:10:05.028153 | fa163e1a-c8bd-f49a-a1f2-0000000041dc | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:03.441532 | 0.10s 2026-02-27 17:10:05.045186 | fa163e1a-c8bd-f49a-a1f2-0000000041dc | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:03.458578 | 0.12s 2026-02-27 17:10:05.054244 | fa163e1a-c8bd-f49a-a1f2-0000000041dc | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:03.467633 | 0.13s 2026-02-27 17:10:05.072906 | e88f0e64-ff3c-4a57-9740-a1a2d18a2d01 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-27 17:10:05.082521 | 29ed0b79-26ff-4852-a54c-f1b31d8db84b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-27 17:10:05.107929 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TASK | Async creation of Keystone admin endpoint 2026-02-27 17:10:05.464035 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-02-27 17:10:05.465953 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.879347 | 0.36s 2026-02-27 17:10:05.757321 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2026-02-27 17:10:05.758950 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.172345 | 0.65s 2026-02-27 17:10:06.065373 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-02-27 17:10:06.068140 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.481532 | 0.96s 2026-02-27 17:10:06.388408 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-02-27 17:10:06.389081 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.802486 | 1.28s 2026-02-27 17:10:06.633179 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-02-27 17:10:06.634627 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.048028 | 1.53s 2026-02-27 17:10:06.915810 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-02-27 17:10:06.916399 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.329804 | 1.81s 2026-02-27 17:10:07.147725 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-02-27 17:10:07.148714 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.562115 | 2.04s 2026-02-27 17:10:07.406898 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-02-27 17:10:07.408107 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.821502 | 2.30s 2026-02-27 17:10:07.669346 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-02-27 17:10:07.669984 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:06.083388 | 2.56s 2026-02-27 17:10:07.984572 | fa163e1a-c8bd-f49a-a1f2-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-02-27 17:10:07.986337 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:06.399739 | 2.88s 2026-02-27 17:10:07.998139 | fa163e1a-c8bd-f49a-a1f2-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:06.411526 | 2.89s 2026-02-27 17:10:08.021010 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TASK | Check Keystone admin endpoint status 2026-02-27 17:10:08.282124 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-02-27 17:10:08.283167 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.696563 | 0.26s 2026-02-27 17:10:08.565369 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2026-02-27 17:10:08.566622 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.980026 | 0.54s 2026-02-27 17:10:08.843431 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-02-27 17:10:08.844267 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.257669 | 0.82s 2026-02-27 17:10:09.045783 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-02-27 17:10:09.047820 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.461214 | 1.03s 2026-02-27 17:10:09.282188 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-02-27 17:10:09.283202 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.696602 | 1.26s 2026-02-27 17:10:09.533392 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-02-27 17:10:09.535267 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.948663 | 1.51s 2026-02-27 17:10:09.791835 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-02-27 17:10:09.793253 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.206656 | 1.77s 2026-02-27 17:10:10.007788 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-02-27 17:10:10.008922 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.422317 | 1.99s 2026-02-27 17:10:10.274078 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-02-27 17:10:10.275595 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.688996 | 2.25s 2026-02-27 17:10:10.544592 | fa163e1a-c8bd-f49a-a1f2-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-02-27 17:10:10.546361 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.959757 | 2.52s 2026-02-27 17:10:10.560663 | fa163e1a-c8bd-f49a-a1f2-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.974059 | 2.54s 2026-02-27 17:10:10.589229 | fa163e1a-c8bd-f49a-a1f2-00000000436b | TASK | Async creation of Keystone admin endpoint 2026-02-27 17:10:10.879449 | fa163e1a-c8bd-f49a-a1f2-00000000436b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-02-27 17:10:10.881653 | fa163e1a-c8bd-f49a-a1f2-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:09.295049 | 0.29s 2026-02-27 17:10:11.173539 | fa163e1a-c8bd-f49a-a1f2-00000000436b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-02-27 17:10:11.174526 | fa163e1a-c8bd-f49a-a1f2-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:09.587927 | 0.58s 2026-02-27 17:10:11.508742 | fa163e1a-c8bd-f49a-a1f2-00000000436b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-02-27 17:10:11.509324 | fa163e1a-c8bd-f49a-a1f2-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:09.922729 | 0.92s 2026-02-27 17:10:11.790507 | fa163e1a-c8bd-f49a-a1f2-00000000436b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-02-27 17:10:11.791239 | fa163e1a-c8bd-f49a-a1f2-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:10.204643 | 1.20s 2026-02-27 17:10:11.799772 | fa163e1a-c8bd-f49a-a1f2-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:10.213169 | 1.21s 2026-02-27 17:10:11.818627 | fa163e1a-c8bd-f49a-a1f2-00000000436d | TASK | Check Keystone admin endpoint status 2026-02-27 17:10:12.068014 | fa163e1a-c8bd-f49a-a1f2-00000000436d | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-27 17:10:17.283401 | fa163e1a-c8bd-f49a-a1f2-00000000436d | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-02-27 17:10:17.284156 | fa163e1a-c8bd-f49a-a1f2-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:15.697557 | 5.46s 2026-02-27 17:10:17.549448 | fa163e1a-c8bd-f49a-a1f2-00000000436d | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-02-27 17:10:17.551497 | fa163e1a-c8bd-f49a-a1f2-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:15.964891 | 5.73s 2026-02-27 17:10:17.782344 | fa163e1a-c8bd-f49a-a1f2-00000000436d | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-02-27 17:10:17.783622 | fa163e1a-c8bd-f49a-a1f2-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:16.197017 | 5.96s 2026-02-27 17:10:18.033646 | fa163e1a-c8bd-f49a-a1f2-00000000436d | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-02-27 17:10:18.035112 | fa163e1a-c8bd-f49a-a1f2-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:16.448506 | 6.22s 2026-02-27 17:10:18.054974 | fa163e1a-c8bd-f49a-a1f2-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:16.468367 | 6.24s 2026-02-27 17:10:18.078893 | fa163e1a-c8bd-f49a-a1f2-0000000041e1 | TASK | Create Keystone internal endpoints 2026-02-27 17:10:18.193271 | fa163e1a-c8bd-f49a-a1f2-0000000041e1 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:16.606645 | 0.11s 2026-02-27 17:10:18.210972 | fa163e1a-c8bd-f49a-a1f2-0000000041e1 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:16.624365 | 0.13s 2026-02-27 17:10:18.219426 | fa163e1a-c8bd-f49a-a1f2-0000000041e1 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:16.632823 | 0.14s 2026-02-27 17:10:18.228226 | 2034b995-dad2-42e0-8a46-6d49af1b4dc3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-27 17:10:18.232443 | 294c28fa-7e16-41d1-b74b-958bed8ff27f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-27 17:10:18.254515 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TASK | Async creation of Keystone internal endpoint 2026-02-27 17:10:18.625912 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-02-27 17:10:18.628914 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.042296 | 0.37s 2026-02-27 17:10:18.941811 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2026-02-27 17:10:18.944257 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.357645 | 0.69s 2026-02-27 17:10:19.207662 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-02-27 17:10:19.208422 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.621824 | 0.95s 2026-02-27 17:10:19.488174 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-02-27 17:10:19.489354 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.902759 | 1.23s 2026-02-27 17:10:19.799597 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-02-27 17:10:19.801332 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.214726 | 1.55s 2026-02-27 17:10:20.162188 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-02-27 17:10:20.162909 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.576313 | 1.91s 2026-02-27 17:10:20.470013 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-02-27 17:10:20.470849 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.884250 | 2.21s 2026-02-27 17:10:20.816320 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-02-27 17:10:20.816990 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:19.230393 | 2.56s 2026-02-27 17:10:21.149817 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-02-27 17:10:21.150585 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:19.563987 | 2.89s 2026-02-27 17:10:21.510957 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-02-27 17:10:21.511601 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:19.925006 | 3.26s 2026-02-27 17:10:21.518916 | fa163e1a-c8bd-f49a-a1f2-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:19.932306 | 3.26s 2026-02-27 17:10:21.543358 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TASK | Check Keystone internal endpoint status 2026-02-27 17:10:21.816323 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-02-27 17:10:21.817678 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.231079 | 0.27s 2026-02-27 17:10:22.105351 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2026-02-27 17:10:22.106895 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.520298 | 0.56s 2026-02-27 17:10:22.319384 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-02-27 17:10:22.320170 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.733574 | 0.77s 2026-02-27 17:10:22.646543 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-02-27 17:10:22.647872 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:21.061267 | 1.10s 2026-02-27 17:10:22.999708 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-02-27 17:10:23.001284 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:21.414675 | 1.46s 2026-02-27 17:10:23.244504 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-02-27 17:10:23.245973 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:21.659377 | 1.70s 2026-02-27 17:10:23.467025 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-02-27 17:10:23.468790 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:21.882191 | 1.92s 2026-02-27 17:10:23.713418 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-02-27 17:10:23.715379 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:22.128775 | 2.17s 2026-02-27 17:10:23.971693 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-02-27 17:10:23.972391 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:22.385796 | 2.43s 2026-02-27 17:10:24.229394 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-02-27 17:10:24.230076 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:22.643481 | 2.68s 2026-02-27 17:10:24.237521 | fa163e1a-c8bd-f49a-a1f2-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:22.650928 | 2.69s 2026-02-27 17:10:24.256364 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | TASK | Async creation of Keystone internal endpoint 2026-02-27 17:10:24.595675 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-02-27 17:10:24.598409 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:23.011796 | 0.34s 2026-02-27 17:10:24.912922 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-02-27 17:10:24.913624 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:23.327029 | 0.66s 2026-02-27 17:10:25.214428 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-02-27 17:10:25.215246 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:23.628649 | 0.96s 2026-02-27 17:10:25.466734 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-02-27 17:10:25.467533 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:23.880937 | 1.21s 2026-02-27 17:10:25.471122 | fa163e1a-c8bd-f49a-a1f2-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:23.884528 | 1.21s 2026-02-27 17:10:25.488329 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | TASK | Check Keystone internal endpoint status 2026-02-27 17:10:25.761080 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-02-27 17:10:30.992155 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-02-27 17:10:30.993239 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:29.406637 | 5.50s 2026-02-27 17:10:31.273312 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-02-27 17:10:31.275299 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:29.688694 | 5.79s 2026-02-27 17:10:31.537755 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-02-27 17:10:31.539852 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:29.953249 | 6.05s 2026-02-27 17:10:31.835957 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-02-27 17:10:31.837246 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:30.250642 | 6.35s 2026-02-27 17:10:31.846389 | fa163e1a-c8bd-f49a-a1f2-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:30.259787 | 6.36s 2026-02-27 17:10:31.868283 | fa163e1a-c8bd-f49a-a1f2-000000003d2a | TASK | Run cleanup tasks 2026-02-27 17:10:31.931899 | fa163e1a-c8bd-f49a-a1f2-000000003d2a | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:30.345278 | 0.06s 2026-02-27 17:10:31.949255 | c1bbaf3b-814f-4c18-8dc8-cdf74ea5e134 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-02-27 17:10:32.017477 | fa163e1a-c8bd-f49a-a1f2-00000000442a | TASK | Get list of enabled services 2026-02-27 17:10:34.695418 | fa163e1a-c8bd-f49a-a1f2-00000000442a | CHANGED | Get list of enabled services | undercloud 2026-02-27 17:10:34.696248 | fa163e1a-c8bd-f49a-a1f2-00000000442a | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:33.109650 | 2.68s 2026-02-27 17:10:34.716315 | fa163e1a-c8bd-f49a-a1f2-00000000442b | TASK | List services to be disabled 2026-02-27 17:10:34.792528 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-02-27 17:10:34.823720 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-02-27 17:10:34.857491 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-02-27 17:10:34.880902 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-02-27 17:10:34.907711 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-02-27 17:10:34.935412 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-02-27 17:10:34.960933 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-02-27 17:10:34.989225 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-02-27 17:10:35.016999 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-02-27 17:10:35.045041 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-02-27 17:10:35.075021 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2026-02-27 17:10:35.104427 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-02-27 17:10:35.126634 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-02-27 17:10:35.154526 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-02-27 17:10:35.177911 | fa163e1a-c8bd-f49a-a1f2-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-02-27 17:10:35.187592 | fa163e1a-c8bd-f49a-a1f2-00000000442b | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:33.600979 | 0.47s 2026-02-27 17:10:35.209016 | fa163e1a-c8bd-f49a-a1f2-00000000442c | TASK | Delete keystone services not enabled 2026-02-27 17:10:35.230625 | fa163e1a-c8bd-f49a-a1f2-00000000442c | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:33.644011 | 0.02s 2026-02-27 17:10:35.250009 | fa163e1a-c8bd-f49a-a1f2-000000003d2b | TASK | Create Keystone Roles 2026-02-27 17:10:35.331863 | fa163e1a-c8bd-f49a-a1f2-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:33.745229 | 0.08s 2026-02-27 17:10:35.352442 | fa163e1a-c8bd-f49a-a1f2-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:33.765834 | 0.10s 2026-02-27 17:10:35.358671 | fa163e1a-c8bd-f49a-a1f2-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:33.772069 | 0.11s 2026-02-27 17:10:35.374987 | 662bd0ba-bf7f-48cf-89bc-c23066a4ff5c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-27 17:10:35.384829 | f3888260-f026-4b3a-9247-65bfee18b515 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-27 17:10:35.447071 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TASK | Async creation of Keystone role 2026-02-27 17:10:35.759129 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-02-27 17:10:35.762302 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.175702 | 0.31s 2026-02-27 17:10:36.047977 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2026-02-27 17:10:36.048706 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.462091 | 0.60s 2026-02-27 17:10:36.280118 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=creator 2026-02-27 17:10:36.280864 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.694266 | 0.83s 2026-02-27 17:10:36.506277 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=observer 2026-02-27 17:10:36.507805 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.921209 | 1.06s 2026-02-27 17:10:36.736884 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=audit 2026-02-27 17:10:36.737451 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:35.150855 | 1.29s 2026-02-27 17:10:37.045811 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-02-27 17:10:37.046401 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:35.459806 | 1.60s 2026-02-27 17:10:37.285831 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-02-27 17:10:37.287183 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:35.700578 | 1.84s 2026-02-27 17:10:37.604616 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-02-27 17:10:37.606128 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:36.019530 | 2.16s 2026-02-27 17:10:37.896249 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-02-27 17:10:37.897557 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:36.310953 | 2.45s 2026-02-27 17:10:38.138224 | fa163e1a-c8bd-f49a-a1f2-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-02-27 17:10:38.139003 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:36.552404 | 2.69s 2026-02-27 17:10:38.142505 | fa163e1a-c8bd-f49a-a1f2-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:36.555904 | 2.69s 2026-02-27 17:10:38.158618 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TASK | Check Keystone role status 2026-02-27 17:10:38.438162 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=service 2026-02-27 17:10:38.439115 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:36.852514 | 0.28s 2026-02-27 17:10:38.694485 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2026-02-27 17:10:38.696018 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.109421 | 0.54s 2026-02-27 17:10:38.913151 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=creator 2026-02-27 17:10:38.913746 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.327153 | 0.75s 2026-02-27 17:10:39.104600 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=observer 2026-02-27 17:10:39.106466 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.519862 | 0.95s 2026-02-27 17:10:39.361973 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=audit 2026-02-27 17:10:39.363198 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.776594 | 1.20s 2026-02-27 17:10:39.618243 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-02-27 17:10:39.618901 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.032305 | 1.46s 2026-02-27 17:10:39.832308 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-02-27 17:10:39.838322 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.251716 | 1.68s 2026-02-27 17:10:40.050291 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-02-27 17:10:40.051935 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.465329 | 1.89s 2026-02-27 17:10:40.305990 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-02-27 17:10:40.307104 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.720500 | 2.15s 2026-02-27 17:10:40.510053 | fa163e1a-c8bd-f49a-a1f2-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-02-27 17:10:40.511168 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.924564 | 2.35s 2026-02-27 17:10:40.523621 | fa163e1a-c8bd-f49a-a1f2-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.937009 | 2.36s 2026-02-27 17:10:40.550352 | fa163e1a-c8bd-f49a-a1f2-0000000045a1 | TASK | Async creation of Keystone role 2026-02-27 17:10:40.840369 | fa163e1a-c8bd-f49a-a1f2-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-02-27 17:10:40.842079 | fa163e1a-c8bd-f49a-a1f2-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.255466 | 0.29s 2026-02-27 17:10:41.165954 | fa163e1a-c8bd-f49a-a1f2-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-02-27 17:10:41.166863 | fa163e1a-c8bd-f49a-a1f2-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.580264 | 0.61s 2026-02-27 17:10:41.465424 | fa163e1a-c8bd-f49a-a1f2-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-02-27 17:10:41.466139 | fa163e1a-c8bd-f49a-a1f2-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.879541 | 0.91s 2026-02-27 17:10:41.472318 | fa163e1a-c8bd-f49a-a1f2-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.885716 | 0.92s 2026-02-27 17:10:41.490231 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | TASK | Check Keystone role status 2026-02-27 17:10:41.739735 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | WAITING | Check Keystone role status | undercloud | 30 retries left 2026-02-27 17:10:46.941706 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-02-27 17:10:46.942582 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:45.355978 | 5.45s 2026-02-27 17:10:47.199803 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-02-27 17:10:47.200723 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:45.614125 | 5.71s 2026-02-27 17:10:47.433467 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-02-27 17:10:47.434362 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:45.847763 | 5.94s 2026-02-27 17:10:47.447865 | fa163e1a-c8bd-f49a-a1f2-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:45.861249 | 5.96s 2026-02-27 17:10:47.469981 | fa163e1a-c8bd-f49a-a1f2-000000003d2d | TASK | Create Keystone Users 2026-02-27 17:10:47.543958 | fa163e1a-c8bd-f49a-a1f2-000000003d2d | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:45.957341 | 0.07s 2026-02-27 17:10:47.565927 | fa163e1a-c8bd-f49a-a1f2-000000003d2d | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:45.979324 | 0.09s 2026-02-27 17:10:47.578847 | fa163e1a-c8bd-f49a-a1f2-000000003d2d | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:45.992236 | 0.11s 2026-02-27 17:10:47.602183 | 4fcb7471-02ff-4fc2-bbb4-61eb4e4cecea | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-27 17:10:47.618364 | 3cd38ced-432f-4396-abca-94d1dd77dbb3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-27 17:10:47.683262 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TASK | Check password of Keystone user 2026-02-27 17:10:48.623646 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:48.625042 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.038436 | 0.94s 2026-02-27 17:10:49.550714 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:49.552081 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.965482 | 1.87s 2026-02-27 17:10:50.479496 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:50.480832 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:48.894228 | 2.80s 2026-02-27 17:10:51.439494 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:51.440781 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:49.854172 | 3.76s 2026-02-27 17:10:52.365184 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:52.366738 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:50.780131 | 4.68s 2026-02-27 17:10:53.923543 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:53.924484 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:52.337881 | 6.24s 2026-02-27 17:10:54.849263 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:54.850801 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:53.264190 | 7.17s 2026-02-27 17:10:55.815839 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:55.816442 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:54.229843 | 8.13s 2026-02-27 17:10:56.734637 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:56.736018 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:55.149408 | 9.05s 2026-02-27 17:10:57.655375 | fa163e1a-c8bd-f49a-a1f2-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:57.656420 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:56.069814 | 9.97s 2026-02-27 17:10:57.662508 | fa163e1a-c8bd-f49a-a1f2-00000000474b | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:10:57.663518 | fa163e1a-c8bd-f49a-a1f2-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:56.076915 | 9.98s 2026-02-27 17:10:57.683469 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TASK | Async creation of Keystone user 2026-02-27 17:10:58.165880 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:10:58.166933 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:56.580330 | 0.48s 2026-02-27 17:10:58.536787 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:10:58.537490 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:56.950893 | 0.85s 2026-02-27 17:10:58.905124 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:10:58.906672 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:57.320076 | 1.22s 2026-02-27 17:10:59.212822 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:10:59.214345 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:57.627675 | 1.53s 2026-02-27 17:10:59.571721 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:10:59.572345 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:57.985749 | 1.89s 2026-02-27 17:10:59.901741 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:10:59.902252 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:58.315658 | 2.22s 2026-02-27 17:11:00.184378 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:00.185575 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:58.598978 | 2.50s 2026-02-27 17:11:00.473044 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:00.473717 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:58.887120 | 2.79s 2026-02-27 17:11:00.811378 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:00.812602 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:59.226006 | 3.13s 2026-02-27 17:11:01.129936 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:01.130456 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:59.543859 | 3.45s 2026-02-27 17:11:01.133807 | fa163e1a-c8bd-f49a-a1f2-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:01.134428 | fa163e1a-c8bd-f49a-a1f2-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:59.547831 | 3.45s 2026-02-27 17:11:01.151179 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TASK | Check Keystone user status 2026-02-27 17:11:01.420439 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:01.422100 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:59.835494 | 0.27s 2026-02-27 17:11:01.664174 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:01.665754 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.079156 | 0.51s 2026-02-27 17:11:01.891730 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:01.892554 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.305952 | 0.74s 2026-02-27 17:11:02.118375 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:02.119315 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.532719 | 0.97s 2026-02-27 17:11:02.315031 | fa163e1a-c8bd-f49a-a1f2-00000000474f | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-27 17:11:07.690110 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:07.690748 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:06.104152 | 6.54s 2026-02-27 17:11:07.899712 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:07.901435 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:06.314832 | 6.75s 2026-02-27 17:11:08.142553 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:08.143585 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:06.556981 | 6.99s 2026-02-27 17:11:08.417452 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:08.419142 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:06.832536 | 7.27s 2026-02-27 17:11:08.698980 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:08.699676 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:07.113079 | 7.55s 2026-02-27 17:11:08.941355 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:08.942674 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:07.356075 | 7.79s 2026-02-27 17:11:08.949942 | fa163e1a-c8bd-f49a-a1f2-00000000474f | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:08.951216 | fa163e1a-c8bd-f49a-a1f2-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:07.364613 | 7.80s 2026-02-27 17:11:08.975997 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TASK | Check password of Keystone user 2026-02-27 17:11:09.899388 | fa163e1a-c8bd-f49a-a1f2-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:11:09.902521 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:08.315907 | 0.92s 2026-02-27 17:11:10.785320 | fa163e1a-c8bd-f49a-a1f2-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:11:10.785919 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:09.199324 | 1.81s 2026-02-27 17:11:11.717845 | fa163e1a-c8bd-f49a-a1f2-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:11:11.720249 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:10.133644 | 2.74s 2026-02-27 17:11:12.617813 | fa163e1a-c8bd-f49a-a1f2-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:11:12.618835 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:11.032230 | 3.64s 2026-02-27 17:11:13.529876 | fa163e1a-c8bd-f49a-a1f2-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:11:13.530883 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:11.944277 | 4.55s 2026-02-27 17:11:14.530098 | fa163e1a-c8bd-f49a-a1f2-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:11:14.531679 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:12.945082 | 5.55s 2026-02-27 17:11:15.386807 | fa163e1a-c8bd-f49a-a1f2-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:11:15.388441 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:13.801843 | 6.41s 2026-02-27 17:11:15.398431 | fa163e1a-c8bd-f49a-a1f2-000000004754 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-27 17:11:15.399037 | fa163e1a-c8bd-f49a-a1f2-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:13.812442 | 6.42s 2026-02-27 17:11:15.414096 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TASK | Async creation of Keystone user 2026-02-27 17:11:15.774452 | fa163e1a-c8bd-f49a-a1f2-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:15.776733 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.190086 | 0.36s 2026-02-27 17:11:16.115006 | fa163e1a-c8bd-f49a-a1f2-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:16.115729 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.529130 | 0.70s 2026-02-27 17:11:16.472010 | fa163e1a-c8bd-f49a-a1f2-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:16.474319 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.887719 | 1.06s 2026-02-27 17:11:16.831645 | fa163e1a-c8bd-f49a-a1f2-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:16.833269 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.246671 | 1.42s 2026-02-27 17:11:17.177339 | fa163e1a-c8bd-f49a-a1f2-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:17.179117 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.592519 | 1.76s 2026-02-27 17:11:17.510596 | fa163e1a-c8bd-f49a-a1f2-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:17.511910 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.925312 | 2.10s 2026-02-27 17:11:17.859782 | fa163e1a-c8bd-f49a-a1f2-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:17.861375 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:16.274773 | 2.45s 2026-02-27 17:11:17.867036 | fa163e1a-c8bd-f49a-a1f2-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2026-02-27 17:11:17.868068 | fa163e1a-c8bd-f49a-a1f2-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:16.281471 | 2.45s 2026-02-27 17:11:17.886883 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TASK | Check Keystone user status 2026-02-27 17:11:18.217014 | fa163e1a-c8bd-f49a-a1f2-000000004758 | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:18.220405 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.633790 | 0.33s 2026-02-27 17:11:18.478323 | fa163e1a-c8bd-f49a-a1f2-000000004758 | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:18.480564 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.893963 | 0.59s 2026-02-27 17:11:18.770549 | fa163e1a-c8bd-f49a-a1f2-000000004758 | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:18.773736 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.187121 | 0.88s 2026-02-27 17:11:19.074956 | fa163e1a-c8bd-f49a-a1f2-000000004758 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-27 17:11:24.288662 | fa163e1a-c8bd-f49a-a1f2-000000004758 | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:24.290566 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.703959 | 6.40s 2026-02-27 17:11:24.536480 | fa163e1a-c8bd-f49a-a1f2-000000004758 | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:24.537259 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.950659 | 6.65s 2026-02-27 17:11:24.861137 | fa163e1a-c8bd-f49a-a1f2-000000004758 | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:24.862243 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:23.275638 | 6.97s 2026-02-27 17:11:25.144771 | fa163e1a-c8bd-f49a-a1f2-000000004758 | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:25.146996 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:23.560388 | 7.26s 2026-02-27 17:11:25.157002 | fa163e1a-c8bd-f49a-a1f2-000000004758 | CHANGED | Check Keystone user status | undercloud 2026-02-27 17:11:25.158186 | fa163e1a-c8bd-f49a-a1f2-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:23.571532 | 7.27s 2026-02-27 17:11:25.176314 | fa163e1a-c8bd-f49a-a1f2-000000003d2f | TASK | Assign Keystone Users to Roles 2026-02-27 17:11:25.248183 | fa163e1a-c8bd-f49a-a1f2-000000003d2f | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:23.661531 | 0.07s 2026-02-27 17:11:25.269054 | fa163e1a-c8bd-f49a-a1f2-000000003d2f | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:23.682439 | 0.09s 2026-02-27 17:11:25.288525 | fa163e1a-c8bd-f49a-a1f2-000000003d2f | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:23.701923 | 0.11s 2026-02-27 17:11:25.295842 | fa163e1a-c8bd-f49a-a1f2-000000003d2f | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:23.709231 | 0.12s 2026-02-27 17:11:25.312163 | 507ad85e-eeb2-4f4a-bab8-4760e826e352 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-27 17:11:25.318894 | c53b7871-baa9-428d-9812-03695e433ea0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-27 17:11:25.324579 | 2fb189c4-2ad2-4bf7-95f8-3f4bcb81bed4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-27 17:11:25.398648 | fa163e1a-c8bd-f49a-a1f2-000000004968 | TASK | Async assignment of Keystone user per role 2026-02-27 17:11:25.498440 | fa163e1a-c8bd-f49a-a1f2-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:23.911809 | 0.10s 2026-02-27 17:11:25.517270 | fa163e1a-c8bd-f49a-a1f2-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:23.930661 | 0.12s 2026-02-27 17:11:25.525591 | fa163e1a-c8bd-f49a-a1f2-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:23.938977 | 0.13s 2026-02-27 17:11:25.545997 | 0b5b6568-2c3d-495b-bccc-33d906affa03 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-27 17:11:25.557284 | 39da9a9d-3084-430c-b149-64c07db90e76 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-27 17:11:25.582537 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TASK | Async assignment of Keystone user to roles 2026-02-27 17:11:25.932807 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-02-27 17:11:25.934880 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.348261 | 0.35s 2026-02-27 17:11:26.308623 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2026-02-27 17:11:26.309631 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.723029 | 0.73s 2026-02-27 17:11:26.605326 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-27 17:11:26.607120 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:25.020517 | 1.02s 2026-02-27 17:11:26.889447 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-27 17:11:26.890515 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:25.303919 | 1.31s 2026-02-27 17:11:27.145837 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-27 17:11:27.146888 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:25.560293 | 1.56s 2026-02-27 17:11:27.396618 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-02-27 17:11:27.397193 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:25.810598 | 1.81s 2026-02-27 17:11:27.671341 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-02-27 17:11:27.672241 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.085647 | 2.09s 2026-02-27 17:11:27.985051 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-02-27 17:11:27.985655 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.399060 | 2.40s 2026-02-27 17:11:28.311296 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-02-27 17:11:28.311981 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.725385 | 2.73s 2026-02-27 17:11:28.625586 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-02-27 17:11:28.626510 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.039915 | 3.04s 2026-02-27 17:11:28.636977 | fa163e1a-c8bd-f49a-a1f2-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.050384 | 3.05s 2026-02-27 17:11:28.652140 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TASK | Check Keystone user assignment to roles status 2026-02-27 17:11:28.935805 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-27 17:11:34.162393 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-02-27 17:11:34.164034 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:32.577417 | 5.51s 2026-02-27 17:11:34.388998 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2026-02-27 17:11:34.391105 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:32.804500 | 5.74s 2026-02-27 17:11:34.629083 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-27 17:11:34.633058 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.046449 | 5.98s 2026-02-27 17:11:34.875676 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-27 17:11:34.878069 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.291457 | 6.23s 2026-02-27 17:11:35.079905 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-27 17:11:35.080744 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.494146 | 6.43s 2026-02-27 17:11:35.255968 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-02-27 17:11:35.257150 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.670544 | 6.60s 2026-02-27 17:11:35.491735 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-02-27 17:11:35.494101 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.907495 | 6.84s 2026-02-27 17:11:35.731054 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-02-27 17:11:35.732837 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.146238 | 7.08s 2026-02-27 17:11:36.023813 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-02-27 17:11:36.024511 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.437916 | 7.37s 2026-02-27 17:11:36.305296 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-02-27 17:11:36.307720 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.721073 | 7.65s 2026-02-27 17:11:36.321270 | fa163e1a-c8bd-f49a-a1f2-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.734656 | 7.67s 2026-02-27 17:11:36.345574 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TASK | Async assignment of Keystone user to roles 2026-02-27 17:11:36.719977 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-02-27 17:11:36.722315 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:35.135700 | 0.38s 2026-02-27 17:11:37.031866 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-02-27 17:11:37.032987 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:35.446384 | 0.69s 2026-02-27 17:11:37.335006 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-02-27 17:11:37.336002 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:35.749398 | 0.99s 2026-02-27 17:11:37.614320 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-27 17:11:37.614910 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.028313 | 1.27s 2026-02-27 17:11:37.949291 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-02-27 17:11:37.950369 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.363773 | 1.60s 2026-02-27 17:11:38.240867 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-02-27 17:11:38.241618 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.655021 | 1.89s 2026-02-27 17:11:38.571469 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-02-27 17:11:38.572587 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.985976 | 2.23s 2026-02-27 17:11:38.579237 | fa163e1a-c8bd-f49a-a1f2-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.992637 | 2.23s 2026-02-27 17:11:38.594188 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TASK | Check Keystone user assignment to roles status 2026-02-27 17:11:38.852108 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-27 17:11:44.096346 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-02-27 17:11:44.097665 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:42.511055 | 5.50s 2026-02-27 17:11:44.368853 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-02-27 17:11:44.374155 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:42.787549 | 5.78s 2026-02-27 17:11:44.607393 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-02-27 17:11:44.608022 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.021428 | 6.01s 2026-02-27 17:11:44.878781 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-27 17:11:44.879453 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.292858 | 6.28s 2026-02-27 17:11:45.147252 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-02-27 17:11:45.149095 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.562491 | 6.55s 2026-02-27 17:11:45.397982 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-02-27 17:11:45.400187 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.813580 | 6.81s 2026-02-27 17:11:45.659307 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-02-27 17:11:45.660523 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.073919 | 7.07s 2026-02-27 17:11:45.668604 | fa163e1a-c8bd-f49a-a1f2-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.082003 | 7.07s 2026-02-27 17:11:45.690651 | fa163e1a-c8bd-f49a-a1f2-00000000496d | TASK | Async assignment of Keystone user per role 2026-02-27 17:11:45.752500 | fa163e1a-c8bd-f49a-a1f2-00000000496d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:44.165883 | 0.06s 2026-02-27 17:11:45.764763 | fa163e1a-c8bd-f49a-a1f2-00000000496d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:44.178153 | 0.07s 2026-02-27 17:11:45.780069 | ff95553a-2c9d-4cd5-adea-a64715d45cc8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-27 17:11:45.805800 | fa163e1a-c8bd-f49a-a1f2-000000004bb9 | TASK | Async assignment of Keystone user to roles 2026-02-27 17:11:46.177965 | fa163e1a-c8bd-f49a-a1f2-000000004bb9 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-27 17:11:46.179422 | fa163e1a-c8bd-f49a-a1f2-000000004bb9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.592810 | 0.37s 2026-02-27 17:11:46.185987 | fa163e1a-c8bd-f49a-a1f2-000000004bb9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.599376 | 0.38s 2026-02-27 17:11:46.205371 | fa163e1a-c8bd-f49a-a1f2-000000004bbb | TASK | Check Keystone user assignment to roles status 2026-02-27 17:11:46.487181 | fa163e1a-c8bd-f49a-a1f2-000000004bbb | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-27 17:11:51.711930 | fa163e1a-c8bd-f49a-a1f2-000000004bbb | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-27 17:11:51.714176 | fa163e1a-c8bd-f49a-a1f2-000000004bbb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.127563 | 5.51s 2026-02-27 17:11:51.723644 | fa163e1a-c8bd-f49a-a1f2-000000004bbb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.137041 | 5.52s 2026-02-27 17:11:51.739937 | fa163e1a-c8bd-f49a-a1f2-000000004972 | TASK | Async assignment of Keystone user per role 2026-02-27 17:11:51.817706 | fa163e1a-c8bd-f49a-a1f2-000000004972 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:50.231061 | 0.08s 2026-02-27 17:11:51.843166 | fa163e1a-c8bd-f49a-a1f2-000000004972 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:50.256555 | 0.10s 2026-02-27 17:11:51.858762 | d57c7c45-d54c-4b5f-9b18-715f0e52b804 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-27 17:11:51.879707 | fa163e1a-c8bd-f49a-a1f2-000000004bdd | TASK | Async assignment of Keystone user to roles 2026-02-27 17:11:52.229905 | fa163e1a-c8bd-f49a-a1f2-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-27 17:11:52.234391 | fa163e1a-c8bd-f49a-a1f2-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.647774 | 0.35s 2026-02-27 17:11:52.565114 | fa163e1a-c8bd-f49a-a1f2-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-27 17:11:52.566295 | fa163e1a-c8bd-f49a-a1f2-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.979700 | 0.69s 2026-02-27 17:11:52.854811 | fa163e1a-c8bd-f49a-a1f2-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-27 17:11:52.855530 | fa163e1a-c8bd-f49a-a1f2-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.268933 | 0.97s 2026-02-27 17:11:52.858918 | fa163e1a-c8bd-f49a-a1f2-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.272323 | 0.98s 2026-02-27 17:11:52.873569 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | TASK | Check Keystone user assignment to roles status 2026-02-27 17:11:53.105328 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-27 17:11:58.329839 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-27 17:11:58.332799 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:56.746171 | 5.46s 2026-02-27 17:11:58.592950 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-27 17:11:58.594098 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:57.007493 | 5.72s 2026-02-27 17:11:58.867348 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-27 17:11:58.869500 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:57.282896 | 5.99s 2026-02-27 17:11:58.880790 | fa163e1a-c8bd-f49a-a1f2-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:57.294181 | 6.00s 2026-02-27 17:11:58.917279 | fa163e1a-c8bd-f49a-a1f2-000000003cf5 | TASK | is Keystone LDAP enabled 2026-02-27 17:11:58.978413 | fa163e1a-c8bd-f49a-a1f2-000000003cf5 | OK | is Keystone LDAP enabled | undercloud 2026-02-27 17:11:58.979779 | fa163e1a-c8bd-f49a-a1f2-000000003cf5 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:57.393172 | 0.06s 2026-02-27 17:11:58.996936 | fa163e1a-c8bd-f49a-a1f2-000000003cf6 | TASK | Set fact for tripleo_keystone_ldap_domains 2026-02-27 17:11:59.050846 | fa163e1a-c8bd-f49a-a1f2-000000003cf6 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-02-27 17:11:59.052094 | fa163e1a-c8bd-f49a-a1f2-000000003cf6 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:57.465486 | 0.05s 2026-02-27 17:11:59.069595 | fa163e1a-c8bd-f49a-a1f2-000000003cf7 | TASK | Manage Keystone domains from LDAP config 2026-02-27 17:11:59.126495 | fa163e1a-c8bd-f49a-a1f2-000000003cf7 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-02-27 17:11:59.127829 | fa163e1a-c8bd-f49a-a1f2-000000003cf7 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:57.541219 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2026-02-27 17:11:59.272915 | fa163e1a-c8bd-f49a-a1f2-0000000000e2 | TASK | Deploy step tasks for 4 2026-02-27 17:11:59.315385 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000e2') missing from stats 2026-02-27 17:11:59.339511 | fa163e1a-c8bd-f49a-a1f2-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-02-27 17:11:59.828612 | fa163e1a-c8bd-f49a-a1f2-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-02-27 17:11:59.830197 | fa163e1a-c8bd-f49a-a1f2-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:58.243589 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 17:11:59.890045 | fa163e1a-c8bd-f49a-a1f2-0000000000e4 | TIMING | include_tasks | standalone | 0:22:58.303428 | 0.03s 2026-02-27 17:11:59.937069 | 2ba51027-b887-4ab0-a138-ba3b4d779061 | INCLUDED | /root/standalone-ansible-ou32gt4p/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-02-27 17:11:59.965434 | fa163e1a-c8bd-f49a-a1f2-000000004c21 | TASK | Create virtqemud recovery script 2026-02-27 17:12:00.513409 | fa163e1a-c8bd-f49a-a1f2-000000004c21 | CHANGED | Create virtqemud recovery script | standalone 2026-02-27 17:12:00.515173 | fa163e1a-c8bd-f49a-a1f2-000000004c21 | TIMING | Create virtqemud recovery script | standalone | 0:22:58.928559 | 0.55s 2026-02-27 17:12:00.545038 | fa163e1a-c8bd-f49a-a1f2-000000004c22 | TASK | Create virtqemud recovery trigger service 2026-02-27 17:12:01.051765 | fa163e1a-c8bd-f49a-a1f2-000000004c22 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-02-27 17:12:01.053578 | fa163e1a-c8bd-f49a-a1f2-000000004c22 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:59.466962 | 0.51s 2026-02-27 17:12:01.087061 | fa163e1a-c8bd-f49a-a1f2-000000004c23 | TASK | Create virtqemud recovery trigger timer 2026-02-27 17:12:01.521993 | fa163e1a-c8bd-f49a-a1f2-000000004c23 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-02-27 17:12:01.523461 | fa163e1a-c8bd-f49a-a1f2-000000004c23 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:59.936853 | 0.43s 2026-02-27 17:12:01.554176 | fa163e1a-c8bd-f49a-a1f2-000000004c24 | TASK | Enable virtqemud recovery trigger service 2026-02-27 17:12:02.649649 | fa163e1a-c8bd-f49a-a1f2-000000004c24 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-02-27 17:12:02.651730 | fa163e1a-c8bd-f49a-a1f2-000000004c24 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:01.065083 | 1.10s 2026-02-27 17:12:02.683651 | fa163e1a-c8bd-f49a-a1f2-000000004c25 | TASK | Enable virtqemud recovery trigger timer 2026-02-27 17:12:03.746252 | fa163e1a-c8bd-f49a-a1f2-000000004c25 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-02-27 17:12:03.747918 | fa163e1a-c8bd-f49a-a1f2-000000004c25 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:02.161310 | 1.06s 2026-02-27 17:12:03.777088 | fa163e1a-c8bd-f49a-a1f2-000000004c26 | TASK | Really enable virtqemud recovery trigger timer 2026-02-27 17:12:04.366229 | fa163e1a-c8bd-f49a-a1f2-000000004c26 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-02-27 17:12:04.367771 | fa163e1a-c8bd-f49a-a1f2-000000004c26 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:02.781154 | 0.59s 2026-02-27 17:12:04.397645 | fa163e1a-c8bd-f49a-a1f2-000000004c28 | TASK | Create systemd file 2026-02-27 17:12:04.925923 | fa163e1a-c8bd-f49a-a1f2-000000004c28 | CHANGED | Create systemd file | standalone 2026-02-27 17:12:04.927474 | fa163e1a-c8bd-f49a-a1f2-000000004c28 | TIMING | Create systemd file | standalone | 0:23:03.340866 | 0.53s 2026-02-27 17:12:04.956653 | fa163e1a-c8bd-f49a-a1f2-000000004c29 | TASK | Reload systemd 2026-02-27 17:12:05.680231 | fa163e1a-c8bd-f49a-a1f2-000000004c29 | CHANGED | Reload systemd | standalone 2026-02-27 17:12:05.681281 | fa163e1a-c8bd-f49a-a1f2-000000004c29 | TIMING | Reload systemd | standalone | 0:23:04.094681 | 0.72s 2026-02-27 17:12:05.700528 | fa163e1a-c8bd-f49a-a1f2-000000004c2c | TASK | Start OVN container 2026-02-27 17:12:05.738426 | fa163e1a-c8bd-f49a-a1f2-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-02-27 17:12:05.751363 | fa163e1a-c8bd-f49a-a1f2-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-02-27 17:12:05.763010 | fa163e1a-c8bd-f49a-a1f2-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-02-27 17:12:05.773929 | fa163e1a-c8bd-f49a-a1f2-000000004c2c | TIMING | Start OVN container | standalone | 0:23:04.187328 | 0.07s 2026-02-27 17:12:05.793106 | fa163e1a-c8bd-f49a-a1f2-000000004c2e | TASK | Set NB connection 2026-02-27 17:12:05.818195 | fa163e1a-c8bd-f49a-a1f2-000000004c2e | SKIPPED | Set NB connection | standalone 2026-02-27 17:12:05.818915 | fa163e1a-c8bd-f49a-a1f2-000000004c2e | TIMING | Set NB connection | standalone | 0:23:04.232316 | 0.03s 2026-02-27 17:12:05.838844 | fa163e1a-c8bd-f49a-a1f2-000000004c2f | TASK | Set SB connection 2026-02-27 17:12:05.885521 | fa163e1a-c8bd-f49a-a1f2-000000004c2f | SKIPPED | Set SB connection | standalone 2026-02-27 17:12:05.886584 | fa163e1a-c8bd-f49a-a1f2-000000004c2f | TIMING | Set SB connection | standalone | 0:23:04.299977 | 0.05s 2026-02-27 17:12:05.910070 | fa163e1a-c8bd-f49a-a1f2-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-02-27 17:12:06.125067 | fa163e1a-c8bd-f49a-a1f2-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-02-27 17:12:06.126499 | fa163e1a-c8bd-f49a-a1f2-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:04.539891 | 0.22s 2026-02-27 17:12:06.235826 | fa163e1a-c8bd-f49a-a1f2-0000000000e7 | TIMING | include_tasks | standalone | 0:23:04.649215 | 0.07s 2026-02-27 17:12:06.263225 | ec8c0fef-a97f-4d05-a198-d0aa54d6ff0b | INCLUDED | /root/standalone-ansible-ou32gt4p/common_deploy_steps_tasks.yaml | standalone 2026-02-27 17:12:06.289563 | fa163e1a-c8bd-f49a-a1f2-000000004c5e | TASK | Write the config_step hieradata 2026-02-27 17:12:06.725492 | fa163e1a-c8bd-f49a-a1f2-000000004c5e | OK | Write the config_step hieradata | standalone 2026-02-27 17:12:06.726856 | fa163e1a-c8bd-f49a-a1f2-000000004c5e | TIMING | Write the config_step hieradata | standalone | 0:23:05.140249 | 0.44s 2026-02-27 17:12:06.756597 | fa163e1a-c8bd-f49a-a1f2-000000004c5f | TASK | Run puppet host configuration for step 4 2026-02-27 17:12:07.113937 | fa163e1a-c8bd-f49a-a1f2-000000004c5f | CHANGED | Run puppet host configuration for step 4 | standalone 2026-02-27 17:12:07.115114 | fa163e1a-c8bd-f49a-a1f2-000000004c5f | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:05.528506 | 0.36s 2026-02-27 17:12:07.134125 | fa163e1a-c8bd-f49a-a1f2-000000004c60 | TASK | Wait for puppet host configuration to finish 2026-02-27 17:12:07.372310 | fa163e1a-c8bd-f49a-a1f2-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-27 17:12:17.682284 | fa163e1a-c8bd-f49a-a1f2-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-27 17:12:27.912533 | fa163e1a-c8bd-f49a-a1f2-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-27 17:12:38.141595 | fa163e1a-c8bd-f49a-a1f2-000000004c60 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-27 17:12:38.143268 | fa163e1a-c8bd-f49a-a1f2-000000004c60 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:36.556660 | 31.01s 2026-02-27 17:12:38.175148 | fa163e1a-c8bd-f49a-a1f2-000000004c61 | TASK | Debug output for task: Run puppet host configuration for step 4 2026-02-27 17:12:38.281825 | fa163e1a-c8bd-f49a-a1f2-000000004c61 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 27 17:12:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 27 17:12:11 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 27 17:12:11 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 27 17:12:11 puppet-user: (file & line not available)", "<13>Feb 27 17:12:11 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 27 17:12:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 27 17:12:12 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:12:12 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 27 17:12:12 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 27 17:12:12 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:12:12 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:12:12 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:12:12 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:12:12 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:12:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 27 17:12:12 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Feb 27 17:12:17 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 27 17:12:19 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 27 17:12:25 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Feb 27 17:12:25 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}ddb2a161e9890cd3659511a5a5795e8f4daa15fd60bd9b583a8a5a15995e8418'", "<13>Feb 27 17:12:25 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Feb 27 17:12:25 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Feb 27 17:12:25 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Feb 27 17:12:25 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Feb 27 17:12:27 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 27 17:12:32 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Feb 27 17:12:34 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 27 17:12:34 puppet-user: Notice: Applied catalog in 21.54 seconds", "<13>Feb 27 17:12:34 puppet-user: Application:", "<13>Feb 27 17:12:34 puppet-user: Initial environment: production", "<13>Feb 27 17:12:34 puppet-user: Converged environment: production", "<13>Feb 27 17:12:34 puppet-user: Run mode: user", "<13>Feb 27 17:12:34 puppet-user: Changes:", "<13>Feb 27 17:12:34 puppet-user: Total: 10", "<13>Feb 27 17:12:34 puppet-user: Events:", "<13>Feb 27 17:12:34 puppet-user: Success: 10", "<13>Feb 27 17:12:34 puppet-user: Resources:", "<13>Feb 27 17:12:34 puppet-user: Restarted: 1", "<13>Feb 27 17:12:34 puppet-user: Changed: 10", "<13>Feb 27 17:12:34 puppet-user: Out of sync: 10", "<13>Feb 27 17:12:34 puppet-user: Total: 37", "<13>Feb 27 17:12:34 puppet-user: Time:", "<13>Feb 27 17:12:34 puppet-user: Schedule: 0.00", "<13>Feb 27 17:12:34 puppet-user: File line: 0.00", "<13>Feb 27 17:12:34 puppet-user: User: 0.01", "<13>Feb 27 17:12:34 puppet-user: Augeas: 0.01", "<13>Feb 27 17:12:34 puppet-user: File: 0.09", "<13>Feb 27 17:12:34 puppet-user: Config retrieval: 0.57", "<13>Feb 27 17:12:34 puppet-user: Pcmk property: 1.50", "<13>Feb 27 17:12:34 puppet-user: Service: 1.61", "<13>Feb 27 17:12:34 puppet-user: Last run: 1772212354", "<13>Feb 27 17:12:34 puppet-user: Pcmk resource op default: 2.13", "<13>Feb 27 17:12:34 puppet-user: Pcmk resource default: 2.14", "<13>Feb 27 17:12:34 puppet-user: Transaction evaluation: 21.52", "<13>Feb 27 17:12:34 puppet-user: Catalog application: 21.54", "<13>Feb 27 17:12:34 puppet-user: Package: 6.66", "<13>Feb 27 17:12:34 puppet-user: Exec: 7.15", "<13>Feb 27 17:12:34 puppet-user: Filebucket: 0.00", "<13>Feb 27 17:12:34 puppet-user: Total: 21.54", "<13>Feb 27 17:12:34 puppet-user: Version:", "<13>Feb 27 17:12:34 puppet-user: Config: 1772212331", "<13>Feb 27 17:12:34 puppet-user: Puppet: 7.10.0" ] } 2026-02-27 17:12:38.284047 | fa163e1a-c8bd-f49a-a1f2-000000004c61 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:36.697428 | 0.11s 2026-02-27 17:12:38.315660 | fa163e1a-c8bd-f49a-a1f2-000000004c62 | TASK | Pre-cache facts for puppet containers 2026-02-27 17:12:38.345635 | fa163e1a-c8bd-f49a-a1f2-000000004c62 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:36.759018 | 0.03s 2026-02-27 17:12:38.418354 | fa163e1a-c8bd-f49a-a1f2-000000004ca3 | TASK | Gather variables for each operating system 2026-02-27 17:12:38.542943 | fa163e1a-c8bd-f49a-a1f2-000000004ca3 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:36.956320 | 0.12s 2026-02-27 17:12:38.578262 | fa163e1a-c8bd-f49a-a1f2-000000004ca4 | TASK | Create puppet caching structures 2026-02-27 17:12:38.825430 | fa163e1a-c8bd-f49a-a1f2-000000004ca4 | CHANGED | Create puppet caching structures | standalone 2026-02-27 17:12:38.827026 | fa163e1a-c8bd-f49a-a1f2-000000004ca4 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:37.240415 | 0.25s 2026-02-27 17:12:38.861118 | fa163e1a-c8bd-f49a-a1f2-000000004ca5 | TASK | Check for facter.conf 2026-02-27 17:12:39.144073 | fa163e1a-c8bd-f49a-a1f2-000000004ca5 | OK | Check for facter.conf | standalone 2026-02-27 17:12:39.145744 | fa163e1a-c8bd-f49a-a1f2-000000004ca5 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:37.559133 | 0.28s 2026-02-27 17:12:39.178791 | fa163e1a-c8bd-f49a-a1f2-000000004ca6 | TASK | Remove facter.conf if directory 2026-02-27 17:12:39.231851 | fa163e1a-c8bd-f49a-a1f2-000000004ca6 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-27 17:12:39.233221 | fa163e1a-c8bd-f49a-a1f2-000000004ca6 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:37.646610 | 0.05s 2026-02-27 17:12:39.266464 | fa163e1a-c8bd-f49a-a1f2-000000004ca7 | TASK | Write facter cache config 2026-02-27 17:12:39.755322 | fa163e1a-c8bd-f49a-a1f2-000000004ca7 | CHANGED | Write facter cache config | standalone 2026-02-27 17:12:39.756481 | fa163e1a-c8bd-f49a-a1f2-000000004ca7 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:38.169879 | 0.49s 2026-02-27 17:12:39.779485 | fa163e1a-c8bd-f49a-a1f2-000000004ca8 | TASK | Cleanup facter cache if exists 2026-02-27 17:12:40.037360 | fa163e1a-c8bd-f49a-a1f2-000000004ca8 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-27 17:12:40.038361 | fa163e1a-c8bd-f49a-a1f2-000000004ca8 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:38.451759 | 0.26s 2026-02-27 17:12:40.061465 | fa163e1a-c8bd-f49a-a1f2-000000004ca9 | TASK | Pre-cache facts 2026-02-27 17:12:40.690502 | fa163e1a-c8bd-f49a-a1f2-000000004ca9 | CHANGED | Pre-cache facts | standalone 2026-02-27 17:12:40.691806 | fa163e1a-c8bd-f49a-a1f2-000000004ca9 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:39.105197 | 0.63s 2026-02-27 17:12:40.725340 | fa163e1a-c8bd-f49a-a1f2-000000004caa | TASK | Failed deployment if facter fails 2026-02-27 17:12:40.753861 | fa163e1a-c8bd-f49a-a1f2-000000004caa | SKIPPED | Failed deployment if facter fails | standalone 2026-02-27 17:12:40.754747 | fa163e1a-c8bd-f49a-a1f2-000000004caa | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:39.168145 | 0.03s 2026-02-27 17:12:40.788818 | fa163e1a-c8bd-f49a-a1f2-000000004cab | TASK | Sync cached facts 2026-02-27 17:12:41.121346 | fa163e1a-c8bd-f49a-a1f2-000000004cab | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-000000004cab') missing from stats 2026-02-27 17:12:41.179539 | fa163e1a-c8bd-f49a-a1f2-000000004c63 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-27 17:12:41.231355 | fa163e1a-c8bd-f49a-a1f2-000000004c63 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-27 17:12:41.232646 | fa163e1a-c8bd-f49a-a1f2-000000004c63 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:39.646029 | 0.05s 2026-02-27 17:12:41.266823 | fa163e1a-c8bd-f49a-a1f2-000000004c65 | TASK | Manage containers for step 4 with tripleo-ansible 2026-02-27 17:12:41.298419 | fa163e1a-c8bd-f49a-a1f2-000000004c65 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:39.711798 | 0.03s 2026-02-27 17:12:41.365259 | fa163e1a-c8bd-f49a-a1f2-000000004d02 | TASK | Gather variables for each operating system 2026-02-27 17:12:41.482231 | fa163e1a-c8bd-f49a-a1f2-000000004d02 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:39.895606 | 0.12s 2026-02-27 17:12:41.515092 | fa163e1a-c8bd-f49a-a1f2-000000004d03 | TASK | Create container logs path 2026-02-27 17:12:41.742216 | fa163e1a-c8bd-f49a-a1f2-000000004d03 | OK | Create container logs path | standalone 2026-02-27 17:12:41.743752 | fa163e1a-c8bd-f49a-a1f2-000000004d03 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:40.157137 | 0.23s 2026-02-27 17:12:41.776784 | fa163e1a-c8bd-f49a-a1f2-000000004d05 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-02-27 17:12:42.054292 | fa163e1a-c8bd-f49a-a1f2-000000004d05 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-27 17:12:42.055611 | fa163e1a-c8bd-f49a-a1f2-000000004d05 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:40.469003 | 0.28s 2026-02-27 17:12:42.086514 | fa163e1a-c8bd-f49a-a1f2-000000004d06 | TASK | Finalise hashes for all containers 2026-02-27 17:12:42.178992 | fa163e1a-c8bd-f49a-a1f2-000000004d06 | OK | Finalise hashes for all containers | standalone 2026-02-27 17:12:42.179791 | fa163e1a-c8bd-f49a-a1f2-000000004d06 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:40.593194 | 0.09s 2026-02-27 17:12:42.199768 | fa163e1a-c8bd-f49a-a1f2-000000004d08 | TASK | Manage systemd shutdown files 2026-02-27 17:12:42.236827 | fa163e1a-c8bd-f49a-a1f2-000000004d08 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:40.650216 | 0.04s 2026-02-27 17:12:42.263085 | 3cabef5d-e881-43cd-9505-17bf94f8b29e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-27 17:12:42.293643 | fa163e1a-c8bd-f49a-a1f2-000000004d3b | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-27 17:12:42.560398 | fa163e1a-c8bd-f49a-a1f2-000000004d3b | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-27 17:12:42.561927 | fa163e1a-c8bd-f49a-a1f2-000000004d3b | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:40.975317 | 0.27s 2026-02-27 17:12:42.594929 | fa163e1a-c8bd-f49a-a1f2-000000004d3c | TASK | Set podman_drop_in fact 2026-02-27 17:12:42.658169 | fa163e1a-c8bd-f49a-a1f2-000000004d3c | OK | Set podman_drop_in fact | standalone 2026-02-27 17:12:42.659604 | fa163e1a-c8bd-f49a-a1f2-000000004d3c | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:41.072995 | 0.06s 2026-02-27 17:12:42.693282 | fa163e1a-c8bd-f49a-a1f2-000000004d3e | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-27 17:12:43.196437 | fa163e1a-c8bd-f49a-a1f2-000000004d3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-27 17:12:43.199303 | fa163e1a-c8bd-f49a-a1f2-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:41.612691 | 0.50s 2026-02-27 17:12:43.644646 | fa163e1a-c8bd-f49a-a1f2-000000004d3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-27 17:12:43.645426 | fa163e1a-c8bd-f49a-a1f2-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:42.058830 | 0.95s 2026-02-27 17:12:43.650091 | fa163e1a-c8bd-f49a-a1f2-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:42.063487 | 0.95s 2026-02-27 17:12:43.681891 | fa163e1a-c8bd-f49a-a1f2-000000004d3f | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-27 17:12:44.203573 | fa163e1a-c8bd-f49a-a1f2-000000004d3f | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-27 17:12:44.204835 | fa163e1a-c8bd-f49a-a1f2-000000004d3f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:42.618226 | 0.52s 2026-02-27 17:12:44.234211 | fa163e1a-c8bd-f49a-a1f2-000000004d40 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-27 17:12:44.695569 | fa163e1a-c8bd-f49a-a1f2-000000004d40 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-27 17:12:44.696439 | fa163e1a-c8bd-f49a-a1f2-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:43.109841 | 0.46s 2026-02-27 17:12:44.721282 | fa163e1a-c8bd-f49a-a1f2-000000004d41 | TASK | Enable and start tripleo-container-shutdown 2026-02-27 17:12:45.402200 | fa163e1a-c8bd-f49a-a1f2-000000004d41 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-27 17:12:45.403408 | fa163e1a-c8bd-f49a-a1f2-000000004d41 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:43.816810 | 0.68s 2026-02-27 17:12:45.423336 | fa163e1a-c8bd-f49a-a1f2-000000004d42 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-27 17:12:45.953754 | fa163e1a-c8bd-f49a-a1f2-000000004d42 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-27 17:12:45.955161 | fa163e1a-c8bd-f49a-a1f2-000000004d42 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:44.368554 | 0.53s 2026-02-27 17:12:45.986585 | fa163e1a-c8bd-f49a-a1f2-000000004d43 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-27 17:12:46.516394 | fa163e1a-c8bd-f49a-a1f2-000000004d43 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-27 17:12:46.518184 | fa163e1a-c8bd-f49a-a1f2-000000004d43 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:44.931569 | 0.53s 2026-02-27 17:12:46.548305 | fa163e1a-c8bd-f49a-a1f2-000000004d44 | TASK | Enable and start netns-placeholder 2026-02-27 17:12:47.316341 | fa163e1a-c8bd-f49a-a1f2-000000004d44 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-27 17:12:47.318345 | fa163e1a-c8bd-f49a-a1f2-000000004d44 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:45.731737 | 0.77s 2026-02-27 17:12:47.350169 | fa163e1a-c8bd-f49a-a1f2-000000004d0a | TASK | Update container configs with new config hashes 2026-02-27 17:12:47.411776 | fa163e1a-c8bd-f49a-a1f2-000000004d0a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:45.825158 | 0.06s 2026-02-27 17:12:47.432505 | 1a5a2b9f-16e9-4204-b22d-941121610ad2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-27 17:12:47.463645 | fa163e1a-c8bd-f49a-a1f2-000000004d6c | TASK | Update config hashes for container startup configs 2026-02-27 17:12:47.767152 | fa163e1a-c8bd-f49a-a1f2-000000004d6c | OK | Update config hashes for container startup configs | standalone 2026-02-27 17:12:47.768227 | fa163e1a-c8bd-f49a-a1f2-000000004d6c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:46.181626 | 0.30s 2026-02-27 17:12:47.796794 | fa163e1a-c8bd-f49a-a1f2-000000004d0b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-27 17:12:47.859160 | fa163e1a-c8bd-f49a-a1f2-000000004d0b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:46.272543 | 0.06s 2026-02-27 17:12:47.884902 | 223a10dd-5bac-4604-8558-e01e0baf6ec8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 17:12:47.927366 | fa163e1a-c8bd-f49a-a1f2-000000004d8b | TASK | Gather podman infos 2026-02-27 17:12:49.554354 | fa163e1a-c8bd-f49a-a1f2-000000004d8b | OK | Gather podman infos | standalone 2026-02-27 17:12:49.556532 | fa163e1a-c8bd-f49a-a1f2-000000004d8b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:47.969926 | 1.63s 2026-02-27 17:12:49.668639 | fa163e1a-c8bd-f49a-a1f2-000000004d8c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-27 17:12:49.748635 | fa163e1a-c8bd-f49a-a1f2-000000004d8c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:48.162019 | 0.07s 2026-02-27 17:12:49.923678 | fa163e1a-c8bd-f49a-a1f2-000000004dd5 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:48.337059 | 0.12s 2026-02-27 17:12:49.986341 | fa163e1a-c8bd-f49a-a1f2-000000004d0c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-27 17:12:50.044202 | fa163e1a-c8bd-f49a-a1f2-000000004d0c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:48.457582 | 0.06s 2026-02-27 17:12:50.068331 | 0f81ed49-298a-4db8-9031-a3c64a38d828 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 17:12:50.115006 | fa163e1a-c8bd-f49a-a1f2-000000004dfb | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-27 17:13:11.412388 | fa163e1a-c8bd-f49a-a1f2-000000004dfb | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-27 17:13:11.413970 | fa163e1a-c8bd-f49a-a1f2-000000004dfb | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:09.827369 | 21.30s 2026-02-27 17:13:11.438743 | fa163e1a-c8bd-f49a-a1f2-000000004dfc | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-27 17:15:11.045764 | fa163e1a-c8bd-f49a-a1f2-000000004dfc | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-27 17:15:11.047588 | fa163e1a-c8bd-f49a-a1f2-000000004dfc | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:09.460981 | 119.61s 2026-02-27 17:15:11.137920 | fa163e1a-c8bd-f49a-a1f2-000000004c67 | TASK | Clean container_puppet_tasks for standalone step 4 2026-02-27 17:15:11.403419 | fa163e1a-c8bd-f49a-a1f2-000000004c67 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-02-27 17:15:11.404859 | fa163e1a-c8bd-f49a-a1f2-000000004c67 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:09.818249 | 0.27s 2026-02-27 17:15:11.453588 | fa163e1a-c8bd-f49a-a1f2-000000004c68 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-02-27 17:15:11.504215 | fa163e1a-c8bd-f49a-a1f2-000000004c68 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:09.917606 | 0.05s 2026-02-27 17:15:11.530071 | fa163e1a-c8bd-f49a-a1f2-000000004c69 | TASK | Include container-puppet tasks for step 4 2026-02-27 17:15:11.580446 | fa163e1a-c8bd-f49a-a1f2-000000004c69 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:09.993825 | 0.05s 2026-02-27 17:15:11.607233 | 8999708a-0e49-4475-aae0-f2d4470bc3da | INCLUDED | /root/standalone-ansible-ou32gt4p/host-container-puppet-tasks.yaml | standalone 2026-02-27 17:15:11.655931 | fa163e1a-c8bd-f49a-a1f2-000000004e47 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-02-27 17:15:12.151874 | fa163e1a-c8bd-f49a-a1f2-000000004e47 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-02-27 17:15:12.153184 | fa163e1a-c8bd-f49a-a1f2-000000004e47 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:10.566575 | 0.50s 2026-02-27 17:15:12.185199 | fa163e1a-c8bd-f49a-a1f2-000000004e49 | TASK | Generate container puppet configs for step 4 2026-02-27 17:15:12.482602 | fa163e1a-c8bd-f49a-a1f2-000000004e49 | OK | Generate container puppet configs for step 4 | standalone 2026-02-27 17:15:12.483971 | fa163e1a-c8bd-f49a-a1f2-000000004e49 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:10.897362 | 0.30s 2026-02-27 17:15:12.516039 | fa163e1a-c8bd-f49a-a1f2-000000004e4a | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-02-27 17:15:12.547191 | fa163e1a-c8bd-f49a-a1f2-000000004e4a | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:10.960575 | 0.03s 2026-02-27 17:15:12.636760 | fa163e1a-c8bd-f49a-a1f2-000000004e79 | TASK | Gather variables for each operating system 2026-02-27 17:15:12.763761 | fa163e1a-c8bd-f49a-a1f2-000000004e79 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:11.177137 | 0.12s 2026-02-27 17:15:12.798731 | fa163e1a-c8bd-f49a-a1f2-000000004e7a | TASK | Create container logs path 2026-02-27 17:15:13.073959 | fa163e1a-c8bd-f49a-a1f2-000000004e7a | OK | Create container logs path | standalone 2026-02-27 17:15:13.075027 | fa163e1a-c8bd-f49a-a1f2-000000004e7a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:11.488421 | 0.27s 2026-02-27 17:15:13.106539 | fa163e1a-c8bd-f49a-a1f2-000000004e7c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-27 17:15:13.337927 | fa163e1a-c8bd-f49a-a1f2-000000004e7c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-27 17:15:13.339291 | fa163e1a-c8bd-f49a-a1f2-000000004e7c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:11.752684 | 0.23s 2026-02-27 17:15:13.370548 | fa163e1a-c8bd-f49a-a1f2-000000004e7d | TASK | Finalise hashes for all containers 2026-02-27 17:15:13.423070 | fa163e1a-c8bd-f49a-a1f2-000000004e7d | OK | Finalise hashes for all containers | standalone 2026-02-27 17:15:13.424300 | fa163e1a-c8bd-f49a-a1f2-000000004e7d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:11.837695 | 0.05s 2026-02-27 17:15:13.455502 | fa163e1a-c8bd-f49a-a1f2-000000004e7f | TASK | Manage systemd shutdown files 2026-02-27 17:15:13.497207 | fa163e1a-c8bd-f49a-a1f2-000000004e7f | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 17:15:13.498455 | fa163e1a-c8bd-f49a-a1f2-000000004e7f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:11.911844 | 0.04s 2026-02-27 17:15:13.528969 | fa163e1a-c8bd-f49a-a1f2-000000004e81 | TASK | Update container configs with new config hashes 2026-02-27 17:15:13.591289 | fa163e1a-c8bd-f49a-a1f2-000000004e81 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 17:15:13.592301 | fa163e1a-c8bd-f49a-a1f2-000000004e81 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:12.005698 | 0.06s 2026-02-27 17:15:13.619100 | fa163e1a-c8bd-f49a-a1f2-000000004e82 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-27 17:15:13.658651 | fa163e1a-c8bd-f49a-a1f2-000000004e82 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-27 17:15:13.659671 | fa163e1a-c8bd-f49a-a1f2-000000004e82 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:12.073067 | 0.04s 2026-02-27 17:15:13.685770 | fa163e1a-c8bd-f49a-a1f2-000000004e83 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-27 17:15:13.727000 | fa163e1a-c8bd-f49a-a1f2-000000004e83 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-27 17:15:13.728232 | fa163e1a-c8bd-f49a-a1f2-000000004e83 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:12.141630 | 0.04s PLAY [External deployment step 5] ********************************************** 2026-02-27 17:15:13.878439 | fa163e1a-c8bd-f49a-a1f2-0000000000ea | TASK | External deployment step 5 2026-02-27 17:15:13.910182 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000ea') missing from stats 2026-02-27 17:15:13.955255 | fa163e1a-c8bd-f49a-a1f2-0000000000eb | TIMING | include_tasks | undercloud | 0:26:12.368649 | 0.03s 2026-02-27 17:15:13.963534 | 8257a424-8504-4ac2-b8b5-3ecab4b4c258 | INCLUDED | /root/standalone-ansible-ou32gt4p/external_deploy_steps_tasks_step5.yaml | undercloud 2026-02-27 17:15:13.978891 | fa163e1a-c8bd-f49a-a1f2-000000004ed2 | TASK | Manage Cinder's default volume type 2026-02-27 17:15:24.318370 | fa163e1a-c8bd-f49a-a1f2-000000004ed2 | OK | Manage Cinder's default volume type | undercloud 2026-02-27 17:15:24.319974 | fa163e1a-c8bd-f49a-a1f2-000000004ed2 | TIMING | Manage Cinder's default volume type | undercloud | 0:26:22.733369 | 10.34s PLAY [Deploy step tasks for 5] ************************************************* 2026-02-27 17:15:24.467745 | fa163e1a-c8bd-f49a-a1f2-0000000000ee | TASK | Deploy step tasks for 5 2026-02-27 17:15:24.510388 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000ee') missing from stats 2026-02-27 17:15:24.540997 | fa163e1a-c8bd-f49a-a1f2-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-02-27 17:15:25.094802 | fa163e1a-c8bd-f49a-a1f2-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-02-27 17:15:25.096429 | fa163e1a-c8bd-f49a-a1f2-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:23.509824 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 17:15:25.168240 | fa163e1a-c8bd-f49a-a1f2-0000000000f0 | TIMING | include_tasks | standalone | 0:26:23.581617 | 0.04s 2026-02-27 17:15:25.281957 | 846fef04-a912-4375-9d08-937fa25f00d4 | INCLUDED | /root/standalone-ansible-ou32gt4p/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-02-27 17:15:25.327309 | fa163e1a-c8bd-f49a-a1f2-000000004ef5 | TASK | Gather variables for each operating system 2026-02-27 17:15:25.429632 | fa163e1a-c8bd-f49a-a1f2-000000004ef5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:23.843011 | 0.10s 2026-02-27 17:15:25.462428 | fa163e1a-c8bd-f49a-a1f2-000000004ef6 | TASK | Detect if resource is being created or already exists 2026-02-27 17:15:26.219529 | fa163e1a-c8bd-f49a-a1f2-000000004ef6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-27 17:15:26.221301 | fa163e1a-c8bd-f49a-a1f2-000000004ef6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:24.634698 | 0.76s 2026-02-27 17:15:26.246730 | fa163e1a-c8bd-f49a-a1f2-000000004ef7 | TASK | Run init bundle puppet on the host for cinder_backup 2026-02-27 17:15:49.531632 | fa163e1a-c8bd-f49a-a1f2-000000004ef7 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-02-27 17:15:49.532893 | fa163e1a-c8bd-f49a-a1f2-000000004ef7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:47.946293 | 23.28s 2026-02-27 17:15:49.558885 | fa163e1a-c8bd-f49a-a1f2-000000004ef8 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-27 17:15:49.845013 | fa163e1a-c8bd-f49a-a1f2-000000004ef8 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-27 17:15:49.846183 | fa163e1a-c8bd-f49a-a1f2-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:48.259584 | 0.29s 2026-02-27 17:15:49.868543 | fa163e1a-c8bd-f49a-a1f2-000000004ef9 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-27 17:15:50.295338 | fa163e1a-c8bd-f49a-a1f2-000000004ef9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-27 17:15:50.296936 | fa163e1a-c8bd-f49a-a1f2-000000004ef9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:48.710327 | 0.43s 2026-02-27 17:15:50.329896 | fa163e1a-c8bd-f49a-a1f2-000000004efa | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-02-27 17:15:50.547597 | fa163e1a-c8bd-f49a-a1f2-000000004efa | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-02-27 17:15:50.548366 | fa163e1a-c8bd-f49a-a1f2-000000004efa | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:48.961766 | 0.22s 2026-02-27 17:15:50.570960 | fa163e1a-c8bd-f49a-a1f2-000000004efc | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-02-27 17:15:50.601281 | fa163e1a-c8bd-f49a-a1f2-000000004efc | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-02-27 17:15:50.602098 | fa163e1a-c8bd-f49a-a1f2-000000004efc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:49.015499 | 0.03s 2026-02-27 17:15:50.629046 | fa163e1a-c8bd-f49a-a1f2-000000004efd | TASK | Get container image tag from bundle openstack-cinder-backup 2026-02-27 17:15:50.668123 | fa163e1a-c8bd-f49a-a1f2-000000004efd | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-02-27 17:15:50.669117 | fa163e1a-c8bd-f49a-a1f2-000000004efd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:49.082513 | 0.04s 2026-02-27 17:15:50.695450 | fa163e1a-c8bd-f49a-a1f2-000000004efe | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-02-27 17:15:50.735335 | fa163e1a-c8bd-f49a-a1f2-000000004efe | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-02-27 17:15:50.736239 | fa163e1a-c8bd-f49a-a1f2-000000004efe | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:49.149637 | 0.04s 2026-02-27 17:15:50.763774 | fa163e1a-c8bd-f49a-a1f2-000000004eff | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-27 17:15:50.807485 | fa163e1a-c8bd-f49a-a1f2-000000004eff | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-27 17:15:50.808443 | fa163e1a-c8bd-f49a-a1f2-000000004eff | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:49.221839 | 0.04s 2026-02-27 17:15:50.834352 | fa163e1a-c8bd-f49a-a1f2-000000004f00 | TASK | Remove update marker for bundle openstack-cinder-backup 2026-02-27 17:15:50.873852 | fa163e1a-c8bd-f49a-a1f2-000000004f00 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-02-27 17:15:50.875342 | fa163e1a-c8bd-f49a-a1f2-000000004f00 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:49.288732 | 0.04s 2026-02-27 17:15:50.922886 | fa163e1a-c8bd-f49a-a1f2-000000004f21 | TASK | Gather variables for each operating system 2026-02-27 17:15:51.082860 | fa163e1a-c8bd-f49a-a1f2-000000004f21 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:49.496181 | 0.16s 2026-02-27 17:15:51.108996 | fa163e1a-c8bd-f49a-a1f2-000000004f22 | TASK | Detect if resource is being created or already exists 2026-02-27 17:15:51.851933 | fa163e1a-c8bd-f49a-a1f2-000000004f22 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-27 17:15:51.853937 | fa163e1a-c8bd-f49a-a1f2-000000004f22 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:50.267330 | 0.74s 2026-02-27 17:15:51.892022 | fa163e1a-c8bd-f49a-a1f2-000000004f23 | TASK | Run init bundle puppet on the host for cinder_volume 2026-02-27 17:16:15.071222 | fa163e1a-c8bd-f49a-a1f2-000000004f23 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-02-27 17:16:15.073110 | fa163e1a-c8bd-f49a-a1f2-000000004f23 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:13.486498 | 23.18s 2026-02-27 17:16:15.115952 | fa163e1a-c8bd-f49a-a1f2-000000004f24 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-27 17:16:15.396949 | fa163e1a-c8bd-f49a-a1f2-000000004f24 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-27 17:16:15.397856 | fa163e1a-c8bd-f49a-a1f2-000000004f24 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:13.811258 | 0.28s 2026-02-27 17:16:15.419556 | fa163e1a-c8bd-f49a-a1f2-000000004f25 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-27 17:16:15.792101 | fa163e1a-c8bd-f49a-a1f2-000000004f25 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-27 17:16:15.793561 | fa163e1a-c8bd-f49a-a1f2-000000004f25 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:14.206950 | 0.37s 2026-02-27 17:16:15.827818 | fa163e1a-c8bd-f49a-a1f2-000000004f26 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-02-27 17:16:16.049390 | fa163e1a-c8bd-f49a-a1f2-000000004f26 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-02-27 17:16:16.050916 | fa163e1a-c8bd-f49a-a1f2-000000004f26 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:14.464307 | 0.22s 2026-02-27 17:16:16.085486 | fa163e1a-c8bd-f49a-a1f2-000000004f28 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-02-27 17:16:16.126770 | fa163e1a-c8bd-f49a-a1f2-000000004f28 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-02-27 17:16:16.128057 | fa163e1a-c8bd-f49a-a1f2-000000004f28 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:14.541446 | 0.04s 2026-02-27 17:16:16.163423 | fa163e1a-c8bd-f49a-a1f2-000000004f29 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-02-27 17:16:16.197082 | fa163e1a-c8bd-f49a-a1f2-000000004f29 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-02-27 17:16:16.198493 | fa163e1a-c8bd-f49a-a1f2-000000004f29 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:14.611882 | 0.03s 2026-02-27 17:16:16.244120 | fa163e1a-c8bd-f49a-a1f2-000000004f2a | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-02-27 17:16:16.304217 | fa163e1a-c8bd-f49a-a1f2-000000004f2a | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-02-27 17:16:16.305279 | fa163e1a-c8bd-f49a-a1f2-000000004f2a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:14.718675 | 0.06s 2026-02-27 17:16:16.331395 | fa163e1a-c8bd-f49a-a1f2-000000004f2b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-27 17:16:16.382216 | fa163e1a-c8bd-f49a-a1f2-000000004f2b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-27 17:16:16.383124 | fa163e1a-c8bd-f49a-a1f2-000000004f2b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:14.796525 | 0.05s 2026-02-27 17:16:16.404224 | fa163e1a-c8bd-f49a-a1f2-000000004f2c | TASK | Remove update marker for bundle openstack-cinder-volume 2026-02-27 17:16:16.448602 | fa163e1a-c8bd-f49a-a1f2-000000004f2c | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-02-27 17:16:16.450079 | fa163e1a-c8bd-f49a-a1f2-000000004f2c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:14.863467 | 0.04s 2026-02-27 17:16:16.508341 | fa163e1a-c8bd-f49a-a1f2-000000004f4d | TASK | Gather variables for each operating system 2026-02-27 17:16:16.632120 | fa163e1a-c8bd-f49a-a1f2-000000004f4d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:15.045506 | 0.12s 2026-02-27 17:16:16.652998 | fa163e1a-c8bd-f49a-a1f2-000000004f4e | TASK | Detect if resource is being created or already exists 2026-02-27 17:16:17.392838 | fa163e1a-c8bd-f49a-a1f2-000000004f4e | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-27 17:16:17.393939 | fa163e1a-c8bd-f49a-a1f2-000000004f4e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:15.807327 | 0.74s 2026-02-27 17:16:17.415642 | fa163e1a-c8bd-f49a-a1f2-000000004f4f | TASK | Run init bundle puppet on the host for manila_share 2026-02-27 17:16:41.110124 | fa163e1a-c8bd-f49a-a1f2-000000004f4f | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-02-27 17:16:41.111457 | fa163e1a-c8bd-f49a-a1f2-000000004f4f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:39.524860 | 23.69s 2026-02-27 17:16:41.132990 | fa163e1a-c8bd-f49a-a1f2-000000004f50 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-02-27 17:16:41.341910 | fa163e1a-c8bd-f49a-a1f2-000000004f50 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-02-27 17:16:41.342703 | fa163e1a-c8bd-f49a-a1f2-000000004f50 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:39.756092 | 0.21s 2026-02-27 17:16:41.362975 | fa163e1a-c8bd-f49a-a1f2-000000004f51 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-27 17:16:41.775768 | fa163e1a-c8bd-f49a-a1f2-000000004f51 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-27 17:16:41.776659 | fa163e1a-c8bd-f49a-a1f2-000000004f51 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:40.190060 | 0.41s 2026-02-27 17:16:41.797922 | fa163e1a-c8bd-f49a-a1f2-000000004f52 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-02-27 17:16:42.049704 | fa163e1a-c8bd-f49a-a1f2-000000004f52 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-02-27 17:16:42.050658 | fa163e1a-c8bd-f49a-a1f2-000000004f52 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:40.464056 | 0.25s 2026-02-27 17:16:42.072755 | fa163e1a-c8bd-f49a-a1f2-000000004f54 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-02-27 17:16:42.120813 | fa163e1a-c8bd-f49a-a1f2-000000004f54 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-02-27 17:16:42.121899 | fa163e1a-c8bd-f49a-a1f2-000000004f54 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:40.535300 | 0.05s 2026-02-27 17:16:42.143830 | fa163e1a-c8bd-f49a-a1f2-000000004f55 | TASK | Get container image tag from bundle openstack-manila-share 2026-02-27 17:16:42.183175 | fa163e1a-c8bd-f49a-a1f2-000000004f55 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-02-27 17:16:42.184016 | fa163e1a-c8bd-f49a-a1f2-000000004f55 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:40.597416 | 0.04s 2026-02-27 17:16:42.205480 | fa163e1a-c8bd-f49a-a1f2-000000004f56 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-02-27 17:16:42.243629 | fa163e1a-c8bd-f49a-a1f2-000000004f56 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-02-27 17:16:42.244508 | fa163e1a-c8bd-f49a-a1f2-000000004f56 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:40.657910 | 0.04s 2026-02-27 17:16:42.266420 | fa163e1a-c8bd-f49a-a1f2-000000004f57 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-27 17:16:42.303943 | fa163e1a-c8bd-f49a-a1f2-000000004f57 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-27 17:16:42.304860 | fa163e1a-c8bd-f49a-a1f2-000000004f57 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:40.718258 | 0.04s 2026-02-27 17:16:42.326700 | fa163e1a-c8bd-f49a-a1f2-000000004f58 | TASK | Remove update marker for bundle openstack-manila-share 2026-02-27 17:16:42.387565 | fa163e1a-c8bd-f49a-a1f2-000000004f58 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-02-27 17:16:42.389401 | fa163e1a-c8bd-f49a-a1f2-000000004f58 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:40.802787 | 0.06s 2026-02-27 17:16:42.449977 | fa163e1a-c8bd-f49a-a1f2-000000004f79 | TASK | Run kolla_set_configs to copy ring files 2026-02-27 17:16:42.969382 | fa163e1a-c8bd-f49a-a1f2-000000004f79 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-02-27 17:16:42.971298 | fa163e1a-c8bd-f49a-a1f2-000000004f79 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.384681 | 0.52s 2026-02-27 17:16:42.978513 | fa163e1a-c8bd-f49a-a1f2-000000004f79 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.391911 | 0.53s 2026-02-27 17:16:43.008970 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TASK | Run kolla_set_configs to copy ring files 2026-02-27 17:16:43.365935 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-02-27 17:16:43.368777 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.782166 | 0.36s 2026-02-27 17:16:43.942077 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-02-27 17:16:43.943473 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.356877 | 0.93s 2026-02-27 17:16:44.236367 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-02-27 17:16:44.237256 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.650658 | 1.23s 2026-02-27 17:16:44.696382 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-02-27 17:16:44.698521 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.111911 | 1.69s 2026-02-27 17:16:45.025469 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-02-27 17:16:45.026370 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.439773 | 2.02s 2026-02-27 17:16:45.290141 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-02-27 17:16:45.292278 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.705669 | 2.28s 2026-02-27 17:16:45.826588 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-02-27 17:16:45.828736 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.242130 | 2.82s 2026-02-27 17:16:46.311845 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-02-27 17:16:46.313031 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.726430 | 3.30s 2026-02-27 17:16:46.619382 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-02-27 17:16:46.621606 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.034994 | 3.61s 2026-02-27 17:16:47.059950 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-02-27 17:16:47.061736 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.475092 | 4.05s 2026-02-27 17:16:47.341112 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-02-27 17:16:47.342899 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.756295 | 4.33s 2026-02-27 17:16:47.807872 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-02-27 17:16:47.809089 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.222484 | 4.80s 2026-02-27 17:16:48.279368 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-02-27 17:16:48.281541 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.694936 | 5.27s 2026-02-27 17:16:48.292566 | fa163e1a-c8bd-f49a-a1f2-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.705961 | 5.28s 2026-02-27 17:16:48.315187 | fa163e1a-c8bd-f49a-a1f2-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-02-27 17:16:48.560155 | fa163e1a-c8bd-f49a-a1f2-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-02-27 17:16:48.561842 | fa163e1a-c8bd-f49a-a1f2-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:46.975233 | 0.25s 2026-02-27 17:16:48.678317 | fa163e1a-c8bd-f49a-a1f2-0000000000f3 | TIMING | include_tasks | standalone | 0:27:47.091697 | 0.08s 2026-02-27 17:16:48.706546 | bd0deefd-8ce5-4aa6-b3e4-2a321ad28a7d | INCLUDED | /root/standalone-ansible-ou32gt4p/common_deploy_steps_tasks.yaml | standalone 2026-02-27 17:16:48.732798 | fa163e1a-c8bd-f49a-a1f2-000000004ff7 | TASK | Write the config_step hieradata 2026-02-27 17:16:49.325335 | fa163e1a-c8bd-f49a-a1f2-000000004ff7 | OK | Write the config_step hieradata | standalone 2026-02-27 17:16:49.326649 | fa163e1a-c8bd-f49a-a1f2-000000004ff7 | TIMING | Write the config_step hieradata | standalone | 0:27:47.740039 | 0.59s 2026-02-27 17:16:49.359190 | fa163e1a-c8bd-f49a-a1f2-000000004ff8 | TASK | Run puppet host configuration for step 5 2026-02-27 17:16:49.805493 | fa163e1a-c8bd-f49a-a1f2-000000004ff8 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-02-27 17:16:49.806611 | fa163e1a-c8bd-f49a-a1f2-000000004ff8 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:48.219987 | 0.45s 2026-02-27 17:16:49.829528 | fa163e1a-c8bd-f49a-a1f2-000000004ff9 | TASK | Wait for puppet host configuration to finish 2026-02-27 17:16:50.083880 | fa163e1a-c8bd-f49a-a1f2-000000004ff9 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-27 17:17:00.306814 | fa163e1a-c8bd-f49a-a1f2-000000004ff9 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-27 17:17:10.540252 | fa163e1a-c8bd-f49a-a1f2-000000004ff9 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-27 17:17:10.541387 | fa163e1a-c8bd-f49a-a1f2-000000004ff9 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:08.954784 | 20.71s 2026-02-27 17:17:10.567751 | fa163e1a-c8bd-f49a-a1f2-000000004ffa | TASK | Debug output for task: Run puppet host configuration for step 5 2026-02-27 17:17:10.660738 | fa163e1a-c8bd-f49a-a1f2-000000004ffa | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 27 17:16:49 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 27 17:16:54 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 27 17:16:54 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 27 17:16:54 puppet-user: (file & line not available)", "<13>Feb 27 17:16:54 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 27 17:16:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 27 17:16:55 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:16:55 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 27 17:16:55 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 27 17:16:55 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:16:55 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:16:55 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:16:55 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:16:55 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 27 17:16:55 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 27 17:16:55 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Feb 27 17:17:00 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 27 17:17:02 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 27 17:17:04 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 27 17:17:04 puppet-user: Notice: Applied catalog in 8.76 seconds", "<13>Feb 27 17:17:04 puppet-user: Application:", "<13>Feb 27 17:17:04 puppet-user: Initial environment: production", "<13>Feb 27 17:17:04 puppet-user: Converged environment: production", "<13>Feb 27 17:17:04 puppet-user: Run mode: user", "<13>Feb 27 17:17:04 puppet-user: Changes:", "<13>Feb 27 17:17:04 puppet-user: Total: 2", "<13>Feb 27 17:17:04 puppet-user: Events:", "<13>Feb 27 17:17:04 puppet-user: Success: 2", "<13>Feb 27 17:17:04 puppet-user: Resources:", "<13>Feb 27 17:17:04 puppet-user: Changed: 2", "<13>Feb 27 17:17:04 puppet-user: Out of sync: 2", "<13>Feb 27 17:17:04 puppet-user: Total: 37", "<13>Feb 27 17:17:04 puppet-user: Time:", "<13>Feb 27 17:17:04 puppet-user: Filebucket: 0.00", "<13>Feb 27 17:17:04 puppet-user: Schedule: 0.00", "<13>Feb 27 17:17:04 puppet-user: File line: 0.00", "<13>Feb 27 17:17:04 puppet-user: Package: 0.00", "<13>Feb 27 17:17:04 puppet-user: Augeas: 0.01", "<13>Feb 27 17:17:04 puppet-user: User: 0.01", "<13>Feb 27 17:17:04 puppet-user: File: 0.08", "<13>Feb 27 17:17:04 puppet-user: Service: 0.26", "<13>Feb 27 17:17:04 puppet-user: Config retrieval: 0.73", "<13>Feb 27 17:17:04 puppet-user: Pcmk property: 1.56", "<13>Feb 27 17:17:04 puppet-user: Last run: 1772212624", "<13>Feb 27 17:17:04 puppet-user: Pcmk resource default: 2.15", "<13>Feb 27 17:17:04 puppet-user: Exec: 2.24", "<13>Feb 27 17:17:04 puppet-user: Pcmk resource op default: 2.24", "<13>Feb 27 17:17:04 puppet-user: Transaction evaluation: 8.74", "<13>Feb 27 17:17:04 puppet-user: Catalog application: 8.76", "<13>Feb 27 17:17:04 puppet-user: Total: 8.76", "<13>Feb 27 17:17:04 puppet-user: Version:", "<13>Feb 27 17:17:04 puppet-user: Config: 1772212614", "<13>Feb 27 17:17:04 puppet-user: Puppet: 7.10.0" ] } 2026-02-27 17:17:10.662028 | fa163e1a-c8bd-f49a-a1f2-000000004ffa | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:09.075425 | 0.09s 2026-02-27 17:17:10.686158 | fa163e1a-c8bd-f49a-a1f2-000000004ffb | TASK | Pre-cache facts for puppet containers 2026-02-27 17:17:10.710550 | fa163e1a-c8bd-f49a-a1f2-000000004ffb | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:09.123938 | 0.02s 2026-02-27 17:17:10.763496 | fa163e1a-c8bd-f49a-a1f2-00000000503a | TASK | Gather variables for each operating system 2026-02-27 17:17:10.866535 | fa163e1a-c8bd-f49a-a1f2-00000000503a | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:09.279914 | 0.10s 2026-02-27 17:17:10.898986 | fa163e1a-c8bd-f49a-a1f2-00000000503b | TASK | Create puppet caching structures 2026-02-27 17:17:11.165674 | fa163e1a-c8bd-f49a-a1f2-00000000503b | CHANGED | Create puppet caching structures | standalone 2026-02-27 17:17:11.167734 | fa163e1a-c8bd-f49a-a1f2-00000000503b | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:09.581089 | 0.27s 2026-02-27 17:17:11.198252 | fa163e1a-c8bd-f49a-a1f2-00000000503c | TASK | Check for facter.conf 2026-02-27 17:17:11.485550 | fa163e1a-c8bd-f49a-a1f2-00000000503c | OK | Check for facter.conf | standalone 2026-02-27 17:17:11.487182 | fa163e1a-c8bd-f49a-a1f2-00000000503c | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:09.900571 | 0.29s 2026-02-27 17:17:11.518106 | fa163e1a-c8bd-f49a-a1f2-00000000503d | TASK | Remove facter.conf if directory 2026-02-27 17:17:11.580129 | fa163e1a-c8bd-f49a-a1f2-00000000503d | SKIPPED | Remove facter.conf if directory | standalone 2026-02-27 17:17:11.581534 | fa163e1a-c8bd-f49a-a1f2-00000000503d | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:09.994922 | 0.06s 2026-02-27 17:17:11.618982 | fa163e1a-c8bd-f49a-a1f2-00000000503e | TASK | Write facter cache config 2026-02-27 17:17:12.198780 | fa163e1a-c8bd-f49a-a1f2-00000000503e | CHANGED | Write facter cache config | standalone 2026-02-27 17:17:12.199676 | fa163e1a-c8bd-f49a-a1f2-00000000503e | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:10.613079 | 0.58s 2026-02-27 17:17:12.230660 | fa163e1a-c8bd-f49a-a1f2-00000000503f | TASK | Cleanup facter cache if exists 2026-02-27 17:17:12.469942 | fa163e1a-c8bd-f49a-a1f2-00000000503f | CHANGED | Cleanup facter cache if exists | standalone 2026-02-27 17:17:12.471382 | fa163e1a-c8bd-f49a-a1f2-00000000503f | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:10.884773 | 0.24s 2026-02-27 17:17:12.501153 | fa163e1a-c8bd-f49a-a1f2-000000005040 | TASK | Pre-cache facts 2026-02-27 17:17:13.175538 | fa163e1a-c8bd-f49a-a1f2-000000005040 | CHANGED | Pre-cache facts | standalone 2026-02-27 17:17:13.178025 | fa163e1a-c8bd-f49a-a1f2-000000005040 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:11.591403 | 0.68s 2026-02-27 17:17:13.218162 | fa163e1a-c8bd-f49a-a1f2-000000005041 | TASK | Failed deployment if facter fails 2026-02-27 17:17:13.263053 | fa163e1a-c8bd-f49a-a1f2-000000005041 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-27 17:17:13.264423 | fa163e1a-c8bd-f49a-a1f2-000000005041 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:11.677820 | 0.04s 2026-02-27 17:17:13.305010 | fa163e1a-c8bd-f49a-a1f2-000000005042 | TASK | Sync cached facts 2026-02-27 17:17:13.629793 | fa163e1a-c8bd-f49a-a1f2-000000005042 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-000000005042') missing from stats 2026-02-27 17:17:13.671920 | fa163e1a-c8bd-f49a-a1f2-000000004ffc | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-27 17:17:13.720509 | fa163e1a-c8bd-f49a-a1f2-000000004ffc | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-27 17:17:13.721306 | fa163e1a-c8bd-f49a-a1f2-000000004ffc | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:12.134704 | 0.05s 2026-02-27 17:17:13.742326 | fa163e1a-c8bd-f49a-a1f2-000000004ffe | TASK | Manage containers for step 5 with tripleo-ansible 2026-02-27 17:17:13.768791 | fa163e1a-c8bd-f49a-a1f2-000000004ffe | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:12.182192 | 0.03s 2026-02-27 17:17:13.812560 | fa163e1a-c8bd-f49a-a1f2-000000005099 | TASK | Gather variables for each operating system 2026-02-27 17:17:13.912807 | fa163e1a-c8bd-f49a-a1f2-000000005099 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:12.326198 | 0.10s 2026-02-27 17:17:13.943196 | fa163e1a-c8bd-f49a-a1f2-00000000509a | TASK | Create container logs path 2026-02-27 17:17:14.158599 | fa163e1a-c8bd-f49a-a1f2-00000000509a | OK | Create container logs path | standalone 2026-02-27 17:17:14.159514 | fa163e1a-c8bd-f49a-a1f2-00000000509a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:12.572915 | 0.21s 2026-02-27 17:17:14.181901 | fa163e1a-c8bd-f49a-a1f2-00000000509c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-02-27 17:17:14.457059 | fa163e1a-c8bd-f49a-a1f2-00000000509c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-27 17:17:14.458418 | fa163e1a-c8bd-f49a-a1f2-00000000509c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:12.871808 | 0.28s 2026-02-27 17:17:14.491018 | fa163e1a-c8bd-f49a-a1f2-00000000509d | TASK | Finalise hashes for all containers 2026-02-27 17:17:14.555359 | fa163e1a-c8bd-f49a-a1f2-00000000509d | OK | Finalise hashes for all containers | standalone 2026-02-27 17:17:14.556877 | fa163e1a-c8bd-f49a-a1f2-00000000509d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:12.970268 | 0.06s 2026-02-27 17:17:14.590926 | fa163e1a-c8bd-f49a-a1f2-00000000509f | TASK | Manage systemd shutdown files 2026-02-27 17:17:14.629933 | fa163e1a-c8bd-f49a-a1f2-00000000509f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:13.043318 | 0.04s 2026-02-27 17:17:14.650596 | d1764fbe-d547-4128-bfad-072e677be22e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-27 17:17:14.697098 | fa163e1a-c8bd-f49a-a1f2-0000000050d2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-27 17:17:14.965003 | fa163e1a-c8bd-f49a-a1f2-0000000050d2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-27 17:17:14.966876 | fa163e1a-c8bd-f49a-a1f2-0000000050d2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:13.380262 | 0.27s 2026-02-27 17:17:14.999784 | fa163e1a-c8bd-f49a-a1f2-0000000050d3 | TASK | Set podman_drop_in fact 2026-02-27 17:17:15.065772 | fa163e1a-c8bd-f49a-a1f2-0000000050d3 | OK | Set podman_drop_in fact | standalone 2026-02-27 17:17:15.067314 | fa163e1a-c8bd-f49a-a1f2-0000000050d3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:13.480705 | 0.07s 2026-02-27 17:17:15.092740 | fa163e1a-c8bd-f49a-a1f2-0000000050d5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-27 17:17:15.613493 | fa163e1a-c8bd-f49a-a1f2-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-27 17:17:15.615230 | fa163e1a-c8bd-f49a-a1f2-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:14.028618 | 0.52s 2026-02-27 17:17:16.122332 | fa163e1a-c8bd-f49a-a1f2-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-27 17:17:16.123247 | fa163e1a-c8bd-f49a-a1f2-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:14.536651 | 1.03s 2026-02-27 17:17:16.130307 | fa163e1a-c8bd-f49a-a1f2-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:14.543713 | 1.04s 2026-02-27 17:17:16.160314 | fa163e1a-c8bd-f49a-a1f2-0000000050d6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-27 17:17:16.628990 | fa163e1a-c8bd-f49a-a1f2-0000000050d6 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-27 17:17:16.630588 | fa163e1a-c8bd-f49a-a1f2-0000000050d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:15.043988 | 0.47s 2026-02-27 17:17:16.663417 | fa163e1a-c8bd-f49a-a1f2-0000000050d7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-27 17:17:17.177400 | fa163e1a-c8bd-f49a-a1f2-0000000050d7 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-27 17:17:17.179882 | fa163e1a-c8bd-f49a-a1f2-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:15.593271 | 0.51s 2026-02-27 17:17:17.215316 | fa163e1a-c8bd-f49a-a1f2-0000000050d8 | TASK | Enable and start tripleo-container-shutdown 2026-02-27 17:17:18.232041 | fa163e1a-c8bd-f49a-a1f2-0000000050d8 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-27 17:17:18.235967 | fa163e1a-c8bd-f49a-a1f2-0000000050d8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:16.649353 | 1.02s 2026-02-27 17:17:18.276676 | fa163e1a-c8bd-f49a-a1f2-0000000050d9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-27 17:17:18.816034 | fa163e1a-c8bd-f49a-a1f2-0000000050d9 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-27 17:17:18.817222 | fa163e1a-c8bd-f49a-a1f2-0000000050d9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:17.230616 | 0.54s 2026-02-27 17:17:18.840634 | fa163e1a-c8bd-f49a-a1f2-0000000050da | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-27 17:17:19.346901 | fa163e1a-c8bd-f49a-a1f2-0000000050da | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-27 17:17:19.348547 | fa163e1a-c8bd-f49a-a1f2-0000000050da | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:17.761933 | 0.51s 2026-02-27 17:17:19.372443 | fa163e1a-c8bd-f49a-a1f2-0000000050db | TASK | Enable and start netns-placeholder 2026-02-27 17:17:20.341649 | fa163e1a-c8bd-f49a-a1f2-0000000050db | CHANGED | Enable and start netns-placeholder | standalone 2026-02-27 17:17:20.343780 | fa163e1a-c8bd-f49a-a1f2-0000000050db | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:18.757169 | 0.97s 2026-02-27 17:17:20.377236 | fa163e1a-c8bd-f49a-a1f2-0000000050a1 | TASK | Update container configs with new config hashes 2026-02-27 17:17:20.419918 | fa163e1a-c8bd-f49a-a1f2-0000000050a1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:18.833301 | 0.04s 2026-02-27 17:17:20.442596 | 7069a4c1-dd83-4725-ad83-ad3755702200 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-27 17:17:20.469636 | fa163e1a-c8bd-f49a-a1f2-000000005103 | TASK | Update config hashes for container startup configs 2026-02-27 17:17:20.735467 | fa163e1a-c8bd-f49a-a1f2-000000005103 | OK | Update config hashes for container startup configs | standalone 2026-02-27 17:17:20.738068 | fa163e1a-c8bd-f49a-a1f2-000000005103 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:19.151453 | 0.27s 2026-02-27 17:17:20.781476 | fa163e1a-c8bd-f49a-a1f2-0000000050a2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-27 17:17:20.841495 | fa163e1a-c8bd-f49a-a1f2-0000000050a2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:19.254875 | 0.06s 2026-02-27 17:17:20.861295 | df0251fc-5e13-4d40-b48f-e0df339c6bd0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-27 17:17:20.891079 | fa163e1a-c8bd-f49a-a1f2-000000005122 | TASK | Gather podman infos 2026-02-27 17:17:23.112323 | fa163e1a-c8bd-f49a-a1f2-000000005122 | OK | Gather podman infos | standalone 2026-02-27 17:17:23.114910 | fa163e1a-c8bd-f49a-a1f2-000000005122 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:21.528303 | 2.22s 2026-02-27 17:17:23.236062 | fa163e1a-c8bd-f49a-a1f2-000000005123 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-27 17:17:23.297940 | fa163e1a-c8bd-f49a-a1f2-000000005123 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:21.711329 | 0.05s 2026-02-27 17:17:23.457894 | fa163e1a-c8bd-f49a-a1f2-00000000516c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:21.871266 | 0.11s 2026-02-27 17:17:23.522971 | fa163e1a-c8bd-f49a-a1f2-0000000050a3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-27 17:17:23.564642 | fa163e1a-c8bd-f49a-a1f2-0000000050a3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:21.978009 | 0.04s 2026-02-27 17:17:23.594158 | faeec9f2-ae40-44e1-bf92-e92f40a0c6a8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-27 17:17:23.630022 | fa163e1a-c8bd-f49a-a1f2-000000005192 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-27 17:17:49.853580 | fa163e1a-c8bd-f49a-a1f2-000000005192 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-27 17:17:49.856544 | fa163e1a-c8bd-f49a-a1f2-000000005192 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:48.269934 | 26.23s 2026-02-27 17:17:49.890970 | fa163e1a-c8bd-f49a-a1f2-000000005193 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-27 17:18:16.183375 | fa163e1a-c8bd-f49a-a1f2-000000005193 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-27 17:18:16.184820 | fa163e1a-c8bd-f49a-a1f2-000000005193 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:14.598217 | 26.29s 2026-02-27 17:18:16.247774 | fa163e1a-c8bd-f49a-a1f2-000000005000 | TASK | Clean container_puppet_tasks for standalone step 5 2026-02-27 17:18:16.463286 | fa163e1a-c8bd-f49a-a1f2-000000005000 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-02-27 17:18:16.464887 | fa163e1a-c8bd-f49a-a1f2-000000005000 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:14.878276 | 0.22s 2026-02-27 17:18:16.514542 | fa163e1a-c8bd-f49a-a1f2-000000005001 | TASK | Calculate container_puppet_tasks for standalone step 5 2026-02-27 17:18:16.575202 | fa163e1a-c8bd-f49a-a1f2-000000005001 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:14.988586 | 0.06s 2026-02-27 17:18:16.601713 | fa163e1a-c8bd-f49a-a1f2-000000005002 | TASK | Include container-puppet tasks for step 5 2026-02-27 17:18:16.652165 | fa163e1a-c8bd-f49a-a1f2-000000005002 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:15.065559 | 0.05s 2026-02-27 17:18:16.686974 | 5c48eed2-61c3-46e4-a447-cecf9fc0a5bd | INCLUDED | /root/standalone-ansible-ou32gt4p/host-container-puppet-tasks.yaml | standalone 2026-02-27 17:18:16.731059 | fa163e1a-c8bd-f49a-a1f2-0000000051de | TASK | Write container-puppet-tasks json file for standalone step 5 2026-02-27 17:18:17.213820 | fa163e1a-c8bd-f49a-a1f2-0000000051de | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-02-27 17:18:17.215043 | fa163e1a-c8bd-f49a-a1f2-0000000051de | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:15.628437 | 0.48s 2026-02-27 17:18:17.240366 | fa163e1a-c8bd-f49a-a1f2-0000000051e0 | TASK | Generate container puppet configs for step 5 2026-02-27 17:18:17.528661 | fa163e1a-c8bd-f49a-a1f2-0000000051e0 | OK | Generate container puppet configs for step 5 | standalone 2026-02-27 17:18:17.530316 | fa163e1a-c8bd-f49a-a1f2-0000000051e0 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:15.943706 | 0.29s 2026-02-27 17:18:17.563430 | fa163e1a-c8bd-f49a-a1f2-0000000051e1 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-02-27 17:18:17.582933 | fa163e1a-c8bd-f49a-a1f2-0000000051e1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:15.996326 | 0.02s 2026-02-27 17:18:17.631410 | fa163e1a-c8bd-f49a-a1f2-000000005210 | TASK | Gather variables for each operating system 2026-02-27 17:18:17.753169 | fa163e1a-c8bd-f49a-a1f2-000000005210 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:16.166537 | 0.12s 2026-02-27 17:18:17.790433 | fa163e1a-c8bd-f49a-a1f2-000000005211 | TASK | Create container logs path 2026-02-27 17:18:18.045312 | fa163e1a-c8bd-f49a-a1f2-000000005211 | OK | Create container logs path | standalone 2026-02-27 17:18:18.046579 | fa163e1a-c8bd-f49a-a1f2-000000005211 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:16.459977 | 0.25s 2026-02-27 17:18:18.075027 | fa163e1a-c8bd-f49a-a1f2-000000005213 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-27 17:18:18.316610 | fa163e1a-c8bd-f49a-a1f2-000000005213 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-27 17:18:18.317524 | fa163e1a-c8bd-f49a-a1f2-000000005213 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:16.730925 | 0.24s 2026-02-27 17:18:18.338043 | fa163e1a-c8bd-f49a-a1f2-000000005214 | TASK | Finalise hashes for all containers 2026-02-27 17:18:18.368255 | fa163e1a-c8bd-f49a-a1f2-000000005214 | OK | Finalise hashes for all containers | standalone 2026-02-27 17:18:18.369029 | fa163e1a-c8bd-f49a-a1f2-000000005214 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:16.782432 | 0.03s 2026-02-27 17:18:18.389578 | fa163e1a-c8bd-f49a-a1f2-000000005216 | TASK | Manage systemd shutdown files 2026-02-27 17:18:18.427252 | fa163e1a-c8bd-f49a-a1f2-000000005216 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-27 17:18:18.428335 | fa163e1a-c8bd-f49a-a1f2-000000005216 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:16.841729 | 0.04s 2026-02-27 17:18:18.452577 | fa163e1a-c8bd-f49a-a1f2-000000005218 | TASK | Update container configs with new config hashes 2026-02-27 17:18:18.492636 | fa163e1a-c8bd-f49a-a1f2-000000005218 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-27 17:18:18.494356 | fa163e1a-c8bd-f49a-a1f2-000000005218 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:16.907753 | 0.04s 2026-02-27 17:18:18.519918 | fa163e1a-c8bd-f49a-a1f2-000000005219 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-27 17:18:18.559150 | fa163e1a-c8bd-f49a-a1f2-000000005219 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-27 17:18:18.562033 | fa163e1a-c8bd-f49a-a1f2-000000005219 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:16.975420 | 0.04s 2026-02-27 17:18:18.588727 | fa163e1a-c8bd-f49a-a1f2-00000000521a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-27 17:18:18.632063 | fa163e1a-c8bd-f49a-a1f2-00000000521a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-27 17:18:18.633400 | fa163e1a-c8bd-f49a-a1f2-00000000521a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:17.046791 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-02-27 17:18:18.808116 | fa163e1a-c8bd-f49a-a1f2-0000000000f7 | TASK | Server Post Deployments 2026-02-27 17:18:18.839303 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000f7') missing from stats 2026-02-27 17:18:18.909436 | fa163e1a-c8bd-f49a-a1f2-0000000000f8 | TIMING | include_tasks | standalone | 0:29:17.322831 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2026-02-27 17:18:19.022013 | fa163e1a-c8bd-f49a-a1f2-0000000000fc | TASK | External deployment Post Deploy tasks 2026-02-27 17:18:19.040411 | fa163e1a-c8bd-f49a-a1f2-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', 'fa163e1a-c8bd-f49a-a1f2-0000000000fc') missing from stats 2026-02-27 17:18:19.056290 | fa163e1a-c8bd-f49a-a1f2-000000000100 | TASK | is additonal Cell? 2026-02-27 17:18:19.075816 | fa163e1a-c8bd-f49a-a1f2-000000000100 | OK | is additonal Cell? | undercloud 2026-02-27 17:18:19.077410 | fa163e1a-c8bd-f49a-a1f2-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:17.490810 | 0.02s 2026-02-27 17:18:19.091544 | fa163e1a-c8bd-f49a-a1f2-000000000102 | TASK | discover via nova_manager? 2026-02-27 17:18:19.137578 | fa163e1a-c8bd-f49a-a1f2-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-02-27 17:18:19.138930 | fa163e1a-c8bd-f49a-a1f2-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:17.552323 | 0.05s 2026-02-27 17:18:19.154745 | fa163e1a-c8bd-f49a-a1f2-000000000103 | TASK | discover via nova_api? 2026-02-27 17:18:19.216122 | fa163e1a-c8bd-f49a-a1f2-000000000103 | OK | discover via nova_api? | undercloud 2026-02-27 17:18:19.217968 | fa163e1a-c8bd-f49a-a1f2-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:17.631366 | 0.06s 2026-02-27 17:18:19.233971 | fa163e1a-c8bd-f49a-a1f2-000000000104 | TASK | Warn if no discovery host available 2026-02-27 17:18:19.302002 | fa163e1a-c8bd-f49a-a1f2-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-02-27 17:18:19.304375 | fa163e1a-c8bd-f49a-a1f2-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:17.717766 | 0.07s 2026-02-27 17:18:19.340876 | fa163e1a-c8bd-f49a-a1f2-000000000105 | TASK | Discovering nova hosts 2026-02-27 17:18:22.146635 | fa163e1a-c8bd-f49a-a1f2-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-000000000105') missing from stats 2026-02-27 17:18:22.200084 | fa163e1a-c8bd-f49a-a1f2-000000000106 | OK | set_fact | undercloud 2026-02-27 17:18:22.201287 | fa163e1a-c8bd-f49a-a1f2-000000000106 | TIMING | set_fact | undercloud | 0:29:20.614680 | 0.04s 2026-02-27 17:18:22.219944 | fa163e1a-c8bd-f49a-a1f2-000000000108 | TASK | Set up group_vars 2026-02-27 17:18:22.268661 | fa163e1a-c8bd-f49a-a1f2-000000000108 | OK | Set up group_vars | undercloud 2026-02-27 17:18:22.269798 | fa163e1a-c8bd-f49a-a1f2-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:20.683191 | 0.05s 2026-02-27 17:18:22.287305 | fa163e1a-c8bd-f49a-a1f2-000000000109 | TASK | Make needed directories on the undercloud 2026-02-27 17:18:22.575666 | fa163e1a-c8bd-f49a-a1f2-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-ou32gt4p/octavia-ansible 2026-02-27 17:18:22.577375 | fa163e1a-c8bd-f49a-a1f2-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:20.990763 | 0.29s 2026-02-27 17:18:22.780948 | fa163e1a-c8bd-f49a-a1f2-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-ou32gt4p/octavia-ansible/local_dir 2026-02-27 17:18:22.781542 | fa163e1a-c8bd-f49a-a1f2-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:21.194947 | 0.49s 2026-02-27 17:18:22.989657 | fa163e1a-c8bd-f49a-a1f2-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-ou32gt4p/octavia-ansible/group_vars 2026-02-27 17:18:22.990674 | fa163e1a-c8bd-f49a-a1f2-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:21.404071 | 0.70s 2026-02-27 17:18:22.997027 | fa163e1a-c8bd-f49a-a1f2-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:21.410425 | 0.71s 2026-02-27 17:18:23.013411 | fa163e1a-c8bd-f49a-a1f2-00000000010a | TASK | Write group_vars file 2026-02-27 17:18:23.476706 | fa163e1a-c8bd-f49a-a1f2-00000000010a | CHANGED | Write group_vars file | undercloud 2026-02-27 17:18:23.477534 | fa163e1a-c8bd-f49a-a1f2-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:21.890936 | 0.46s 2026-02-27 17:18:23.500874 | fa163e1a-c8bd-f49a-a1f2-00000000010b | TASK | Gather missing facts 2026-02-27 17:18:23.826049 | fa163e1a-c8bd-f49a-a1f2-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e1a-c8bd-f49a-a1f2-00000000010b') missing from stats 2026-02-27 17:18:23.846468 | fa163e1a-c8bd-f49a-a1f2-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:22.259854 | 0.34s 2026-02-27 17:18:23.865938 | fa163e1a-c8bd-f49a-a1f2-00000000010c | TASK | Write octavia inventory 2026-02-27 17:18:24.380033 | fa163e1a-c8bd-f49a-a1f2-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-02-27 17:18:24.381551 | fa163e1a-c8bd-f49a-a1f2-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:22.794942 | 0.51s 2026-02-27 17:18:24.400738 | fa163e1a-c8bd-f49a-a1f2-00000000010d | TASK | Check for ssh_private_key in working directory 2026-02-27 17:18:24.602972 | fa163e1a-c8bd-f49a-a1f2-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-02-27 17:18:24.603729 | fa163e1a-c8bd-f49a-a1f2-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:23.017130 | 0.20s 2026-02-27 17:18:24.618625 | fa163e1a-c8bd-f49a-a1f2-00000000010e | TASK | Set private key location 2026-02-27 17:18:24.655268 | fa163e1a-c8bd-f49a-a1f2-00000000010e | SKIPPED | Set private key location | undercloud 2026-02-27 17:18:24.656481 | fa163e1a-c8bd-f49a-a1f2-00000000010e | TIMING | Set private key location | undercloud | 0:29:23.069875 | 0.04s 2026-02-27 17:18:24.675887 | fa163e1a-c8bd-f49a-a1f2-00000000010f | TASK | Configure octavia command 2026-02-27 17:18:24.714177 | fa163e1a-c8bd-f49a-a1f2-00000000010f | OK | Configure octavia command | undercloud 2026-02-27 17:18:24.714929 | fa163e1a-c8bd-f49a-a1f2-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:23.128332 | 0.04s 2026-02-27 17:18:24.765937 | fa163e1a-c8bd-f49a-a1f2-000000000110 | OK | set_fact | undercloud 2026-02-27 17:18:24.767394 | fa163e1a-c8bd-f49a-a1f2-000000000110 | TIMING | set_fact | undercloud | 0:29:23.180785 | 0.04s 2026-02-27 17:18:24.813457 | fa163e1a-c8bd-f49a-a1f2-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-ou32gt4p/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-ou32gt4p/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-ou32gt4p/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-02-27 17:18:24.816368 | fa163e1a-c8bd-f49a-a1f2-000000000111 | TIMING | debug | undercloud | 0:29:23.229755 | 0.03s 2026-02-27 17:18:24.837224 | fa163e1a-c8bd-f49a-a1f2-000000000112 | TASK | Configure octavia on overcloud 2026-02-27 17:22:28.952050 | fa163e1a-c8bd-f49a-a1f2-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-02-27 17:22:28.954498 | fa163e1a-c8bd-f49a-a1f2-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:27.367891 | 244.11s 2026-02-27 17:22:28.975326 | fa163e1a-c8bd-f49a-a1f2-000000000113 | TASK | Purge temp dirs 2026-02-27 17:22:29.210548 | fa163e1a-c8bd-f49a-a1f2-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-ou32gt4p/octavia-ansible/local_dir 2026-02-27 17:22:29.215496 | fa163e1a-c8bd-f49a-a1f2-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:27.628890 | 0.24s 2026-02-27 17:22:29.221725 | fa163e1a-c8bd-f49a-a1f2-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:27.635118 | 0.24s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2026-02-27 17:22:29.296510 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 17:22:29.297419 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 17:22:29.298092 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:27.711493 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 17:22:29.298891 | UUID | Info | Host | Task Name | Run Time 2026-02-27 17:22:29.300242 | fa163e1a-c8bd-f49a-a1f2-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 253.26s 2026-02-27 17:22:29.301001 | fa163e1a-c8bd-f49a-a1f2-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 244.11s 2026-02-27 17:22:29.301719 | fa163e1a-c8bd-f49a-a1f2-000000004dfc | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 119.61s 2026-02-27 17:22:29.302571 | fa163e1a-c8bd-f49a-a1f2-0000000033ef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.90s 2026-02-27 17:22:29.303303 | fa163e1a-c8bd-f49a-a1f2-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 71.79s 2026-02-27 17:22:29.304055 | fa163e1a-c8bd-f49a-a1f2-000000003c1a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 64.94s 2026-02-27 17:22:29.305763 | fa163e1a-c8bd-f49a-a1f2-000000003057 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 59.48s 2026-02-27 17:22:29.306465 | fa163e1a-c8bd-f49a-a1f2-000000002642 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 34.23s 2026-02-27 17:22:29.307292 | fa163e1a-c8bd-f49a-a1f2-000000003c1b | 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.15s 2026-02-27 17:22:29.307962 | fa163e1a-c8bd-f49a-a1f2-000000004c60 | SUMMARY | standalone | Wait for puppet host configuration to finish | 31.01s 2026-02-27 17:22:29.308487 | fa163e1a-c8bd-f49a-a1f2-00000000341b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.01s 2026-02-27 17:22:29.309169 | fa163e1a-c8bd-f49a-a1f2-000000003447 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.69s 2026-02-27 17:22:29.309828 | fa163e1a-c8bd-f49a-a1f2-000000005193 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 26.29s 2026-02-27 17:22:29.310429 | fa163e1a-c8bd-f49a-a1f2-000000005192 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.23s 2026-02-27 17:22:29.311203 | fa163e1a-c8bd-f49a-a1f2-000000003473 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 26.20s 2026-02-27 17:22:29.311971 | fa163e1a-c8bd-f49a-a1f2-000000004f4f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 23.69s 2026-02-27 17:22:29.312879 | fa163e1a-c8bd-f49a-a1f2-000000004ef7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.28s 2026-02-27 17:22:29.313583 | fa163e1a-c8bd-f49a-a1f2-000000004f23 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.18s 2026-02-27 17:22:29.314196 | fa163e1a-c8bd-f49a-a1f2-0000000021cf | SUMMARY | standalone | install systemd-container for a greenfield | 22.97s 2026-02-27 17:22:29.314781 | fa163e1a-c8bd-f49a-a1f2-000000004dfb | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.30s 2026-02-27 17:22:29.316066 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-ou32gt4p Install artifact is located at /root/standalone-install-20260227172230.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.ofP7FOK8L8 + exit 0 ~/ci-framework-data/artifacts