~/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.joJudlOZ5Y + 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.joJudlOZ5Y/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.joJudlOZ5Y/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.joJudlOZ5Y + J2_VARS_FILE=/tmp/tmp.joJudlOZ5Y/tmp.RxeB3tYhZA.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.joJudlOZ5Y/tmp.RxeB3tYhZA.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.joJudlOZ5Y/tmp.RxeB3tYhZA.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.joJudlOZ5Y/tmp.RxeB3tYhZA.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.joJudlOZ5Y/tmp.RxeB3tYhZA.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.joJudlOZ5Y/tmp.RxeB3tYhZA.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.joJudlOZ5Y/tmp.RxeB3tYhZA.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.joJudlOZ5Y/tmp.RxeB3tYhZA.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.joJudlOZ5Y/tmp.RxeB3tYhZA.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.joJudlOZ5Y/tmp.RxeB3tYhZA.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.joJudlOZ5Y/tmp.RxeB3tYhZA.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.joJudlOZ5Y/tmp.RxeB3tYhZA.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.joJudlOZ5Y/tmp.RxeB3tYhZA.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.joJudlOZ5Y/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.joJudlOZ5Y/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.joJudlOZ5Y/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.joJudlOZ5Y/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.joJudlOZ5Y/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f '' ']' + true + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 5.6 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.7-11.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 399 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): bash-completion-2.11-4.el9.noarch.rpm 2.5 MB/s | 459 kB 00:00 (2/399): device-mapper-persistent-data-0.9.0-13 4.1 MB/s | 786 kB 00:00 (3/399): libaio-0.3.111-13.el9.x86_64.rpm 626 kB/s | 26 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 11 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 827 kB/s | 62 kB 00:00 (6/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.8 MB/s | 81 kB 00:00 (7/399): krb5-workstation-1.20.1-8.el9.x86_64.r 4.5 MB/s | 542 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 779 kB/s | 37 kB 00:00 (9/399): python3-openvswitch3.3-3.3.7-11.el9fdp 971 kB/s | 399 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 372 kB/s | 16 kB 00:00 (11/399): pkgconf-1.7.3-10.el9.x86_64.rpm 626 kB/s | 45 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 7.6 MB/s | 418 kB 00:00 (13/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 156 kB/s | 12 kB 00:00 (14/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 560 kB/s | 36 kB 00:00 (15/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 466 kB/s | 19 kB 00:00 (16/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 555 kB/s | 30 kB 00:00 (17/399): device-mapper-event-1.02.187-7.el9_2. 530 kB/s | 32 kB 00:00 (18/399): device-mapper-event-libs-1.02.187-7.e 625 kB/s | 31 kB 00:00 (19/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 20 MB/s | 1.5 MB 00:00 (20/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 14 MB/s | 1.0 MB 00:00 (21/399): ansible-collection-ansible-netcommon- 1.9 MB/s | 181 kB 00:00 (22/399): ansible-collection-ansible-utils-2.3. 2.2 MB/s | 91 kB 00:00 (23/399): ansible-collection-ansible-posix-1.2. 1.8 MB/s | 124 kB 00:00 (24/399): golang-github-vbatts-tar-split-0.11.1 13 MB/s | 1.0 MB 00:00 (25/399): heat-cfntools-1.4.2-6.1.el9ost.noarch 996 kB/s | 77 kB 00:00 (26/399): ansible-collection-community-general- 11 MB/s | 1.3 MB 00:00 (27/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 2.5 MB/s | 162 kB 00:00 (28/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.2 MB/s | 178 kB 00:00 (29/399): puppet-fdio-18.2-1.20220727113954.6fd 242 kB/s | 25 kB 00:00 (30/399): python3-ansible-runner-2.0.0a1-3.el9o 1.3 MB/s | 122 kB 00:00 (31/399): python3-beautifulsoup4-4.9.3-2.el9ost 4.8 MB/s | 204 kB 00:00 (32/399): python3-croniter-0.3.35-2.el9ost.noar 970 kB/s | 49 kB 00:00 (33/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 545 kB/s | 44 kB 00:00 (34/399): python3-daemon-2.3.0-1.el9ost.noarch. 966 kB/s | 39 kB 00:00 (35/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 786 kB/s | 44 kB 00:00 (36/399): python3-gevent-21.1.2-2.el9ost.x86_64 23 MB/s | 1.6 MB 00:00 (37/399): python3-docutils-0.16-6.el9ost.noarch 14 MB/s | 1.5 MB 00:00 (38/399): python3-jeepney-0.6.0-2.el9ost.noarch 2.9 MB/s | 284 kB 00:00 (39/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 840 kB/s | 107 kB 00:00 (40/399): python3-lockfile-0.12.2-2.el9ost.noar 769 kB/s | 31 kB 00:00 (41/399): python3-logutils-0.3.5-15.el9ost.noar 1.1 MB/s | 47 kB 00:00 (42/399): python3-jmespath-0.10.0-1.el9ost.noar 255 kB/s | 46 kB 00:00 (43/399): python3-mimeparse-1.6.0-16.el9ost.noa 202 kB/s | 16 kB 00:00 (44/399): python3-memcached-1.59-3.el9ost.noarc 286 kB/s | 40 kB 00:00 (45/399): python3-migrate-0.13.0-1.el9ost.noarc 1.4 MB/s | 224 kB 00:00 (46/399): python3-natsort-7.1.1-2.el9ost.noarch 681 kB/s | 59 kB 00:00 (47/399): python3-passlib-1.7.4-3.el9ost.noarch 4.8 MB/s | 712 kB 00:00 (48/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 1.2 MB/s | 90 kB 00:00 (49/399): python3-pecan-1.4.0-2.el9ost.noarch.r 1.9 MB/s | 273 kB 00:00 (50/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 2.4 MB/s | 111 kB 00:00 (51/399): python3-pyperclip-1.8.0-3.el9ost.noar 505 kB/s | 25 kB 00:00 (52/399): python3-setproctitle-1.2.2-1.el9ost.x 249 kB/s | 23 kB 00:00 (53/399): python3-smmap-3.0.1-4.el9ost.noarch.r 537 kB/s | 47 kB 00:00 (54/399): python3-soupsieve-2.2-1.el9ost.noarch 666 kB/s | 67 kB 00:00 (55/399): python3-sqlalchemy13-1.3.24-3.el9ost. 25 MB/s | 1.7 MB 00:00 (56/399): python3-tenacity-6.3.1-1.el9ost.noarc 709 kB/s | 51 kB 00:00 (57/399): python3-webtest-2.0.35-6.el9ost.noarc 1.4 MB/s | 82 kB 00:00 (58/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 5.7 MB/s | 396 kB 00:00 (59/399): python3-zope-event-4.2.0-20.el9ost.no 4.1 MB/s | 205 kB 00:00 (60/399): python3-zope-interface-5.4.0-1.el9ost 3.1 MB/s | 202 kB 00:00 (61/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 377 kB/s | 14 kB 00:00 (62/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.5 MB/s | 243 kB 00:00 (63/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 519 kB/s | 34 kB 00:00 (64/399): rubygem-multi_json-1.15.0-2.el9ost.no 428 kB/s | 22 kB 00:00 (65/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 300 kB/s | 16 kB 00:00 (66/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 283 kB/s | 90 kB 00:00 (67/399): rubygem-puppet-resource_api-1.8.13-1. 123 kB/s | 34 kB 00:00 (68/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 6.4 MB/s | 433 kB 00:00 (69/399): rubygem-semantic_puppet-1.0.4-2.el9os 89 kB/s | 21 kB 00:00 (70/399): ansible-role-chrony-1.3.1-17.1.202306 223 kB/s | 22 kB 00:00 (71/399): ansible-role-atos-hsm-1.0.1-17.1.2023 144 kB/s | 17 kB 00:00 (72/399): ansible-config_template-2.0.1-17.1.20 102 kB/s | 29 kB 00:00 (73/399): ansible-role-container-registry-1.4.1 208 kB/s | 24 kB 00:00 (74/399): ansible-role-qdr-config-0.0.2-17.1.20 382 kB/s | 21 kB 00:00 (75/399): ansible-role-redhat-subscription-1.3. 554 kB/s | 28 kB 00:00 (76/399): ansible-role-openstack-operations-0.0 255 kB/s | 30 kB 00:00 (77/399): ansible-role-collectd-config-0.0.3-17 213 kB/s | 53 kB 00:00 (78/399): ansible-role-thales-hsm-3.0.1-17.1.20 548 kB/s | 21 kB 00:00 (79/399): ansible-tripleo-ipa-0.3.1-17.1.202306 507 kB/s | 36 kB 00:00 (80/399): ansible-tripleo-ipsec-11.0.1-17.1.202 349 kB/s | 38 kB 00:00 (81/399): dib-utils-0.0.11-17.1.20230620173328. 193 kB/s | 12 kB 00:00 (82/399): ansible-role-tripleo-modify-image-1.5 168 kB/s | 27 kB 00:00 (83/399): os-apply-config-13.1.1-17.1.202310200 952 kB/s | 54 kB 00:00 (84/399): openstack-heat-agents-2.2.1-17.1.2023 104 kB/s | 9.6 kB 00:00 (85/399): puppet-aodh-18.4.2-17.1.2023062015121 1.2 MB/s | 62 kB 00:00 (86/399): os-collect-config-13.1.1-17.1.2023102 289 kB/s | 50 kB 00:00 (87/399): os-refresh-config-13.1.1-17.1.2023102 120 kB/s | 21 kB 00:00 (88/399): puppet-auditd-2.2.1-17.1.202306201924 428 kB/s | 28 kB 00:00 (89/399): puppet-archive-4.6.1-17.1.20230620181 256 kB/s | 44 kB 00:00 (90/399): puppet-certmonger-2.7.1-17.1.20230620 458 kB/s | 26 kB 00:00 (91/399): puppet-ceilometer-18.4.3-17.1.2023092 682 kB/s | 70 kB 00:00 (92/399): puppet-cinder-18.5.2-17.1.20230621054 2.8 MB/s | 120 kB 00:00 (93/399): puppet-collectd-13.0.1-17.1.202306201 2.9 MB/s | 135 kB 00:00 (94/399): puppet-corosync-8.0.1-17.1.2023062110 1.3 MB/s | 68 kB 00:00 (95/399): puppet-etcd-1.12.3-17.1.2023062019322 272 kB/s | 25 kB 00:00 (96/399): puppet-designate-18.6.1-17.1.20230621 508 kB/s | 69 kB 00:00 (97/399): puppet-dns-8.2.1-17.1.20230621002045. 265 kB/s | 36 kB 00:00 (98/399): puppet-heat-18.4.1-17.1.2023062111163 1.3 MB/s | 70 kB 00:00 (99/399): puppet-manila-18.5.2-17.1.20231102190 1.9 MB/s | 81 kB 00:00 (100/399): puppet-kmod-2.5.0-17.1.2023062019064 243 kB/s | 21 kB 00:00 (101/399): puppet-memcached-6.0.0-17.1.20230620 537 kB/s | 23 kB 00:00 (102/399): puppet-mysql-10.6.1-17.1.20230621022 1.8 MB/s | 99 kB 00:00 (103/399): puppet-nssdb-1.0.2-17.1.202306201856 322 kB/s | 12 kB 00:00 (104/399): puppet-gnocchi-18.4.3-17.1.202306210 290 kB/s | 58 kB 00:00 (105/399): puppet-nova-18.6.1-17.1.202306210904 2.4 MB/s | 200 kB 00:00 (106/399): puppet-octavia-18.5.1-17.1.202306210 1.5 MB/s | 76 kB 00:00 (107/399): puppet-openstacklib-18.5.2-17.1.2023 578 kB/s | 62 kB 00:00 (108/399): puppet-openstack_extras-18.5.1-17.1. 358 kB/s | 48 kB 00:00 (109/399): puppet-placement-5.4.3-17.1.20230621 808 kB/s | 41 kB 00:00 (110/399): puppet-qdr-7.4.1-17.1.20230620195605 598 kB/s | 31 kB 00:00 (111/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.2 MB/s | 266 kB 00:00 (112/399): puppet-oslo-18.5.1-17.1.202306210523 211 kB/s | 48 kB 00:00 (113/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.2 MB/s | 58 kB 00:00 (114/399): puppet-redis-6.1.1-17.1.202306201917 407 kB/s | 51 kB 00:00 (115/399): puppet-stdlib-6.3.1-17.1.20230621000 2.3 MB/s | 160 kB 00:00 (116/399): puppet-ssh-6.2.1-17.1.20230620190251 284 kB/s | 29 kB 00:00 (117/399): puppet-swift-18.6.1-17.1.20230621052 1.6 MB/s | 115 kB 00:00 (118/399): puppet-systemd-2.12.1-17.1.202306201 1.0 MB/s | 42 kB 00:00 (119/399): puppet-vswitch-14.4.3-17.1.202306210 581 kB/s | 41 kB 00:00 (120/399): python-oslo-cache-lang-2.7.1-17.1.20 254 kB/s | 19 kB 00:00 (121/399): python-oslo-middleware-lang-4.2.1-17 261 kB/s | 13 kB 00:00 (122/399): puppet-xinetd-3.3.1-17.1.20230620185 162 kB/s | 26 kB 00:00 (123/399): python-oslo-log-lang-4.4.0-17.1.2023 91 kB/s | 14 kB 00:00 (124/399): python-oslo-versionedobjects-lang-2. 213 kB/s | 14 kB 00:00 (125/399): python-oslo-policy-lang-3.7.1-17.1.2 150 kB/s | 14 kB 00:00 (126/399): python3-GitPython-3.1.14-2.el9ost.no 2.7 MB/s | 238 kB 00:00 (127/399): python3-aodhclient-2.2.0-17.1.202306 536 kB/s | 56 kB 00:00 (128/399): python-pycadf-common-3.1.1-17.1.2023 96 kB/s | 15 kB 00:00 (129/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (130/399): python3-cinderclient-7.4.1-17.1.2023 1.8 MB/s | 218 kB 00:00 (131/399): python3-futurist-2.3.0-17.1.20230621 1.4 MB/s | 64 kB 00:00 (132/399): python3-designateclient-4.2.1-17.1.2 557 kB/s | 92 kB 00:00 (133/399): python3-heat-agent-2.2.1-17.1.202306 307 kB/s | 19 kB 00:00 (134/399): python3-cliff-3.7.0-17.1.20230620172 477 kB/s | 95 kB 00:00 (135/399): python3-heat-agent-docker-cmd-2.2.1- 191 kB/s | 12 kB 00:00 (136/399): python3-heat-agent-apply-config-2.2. 121 kB/s | 9.9 kB 00:00 (137/399): python3-heat-agent-json-file-2.2.1-1 170 kB/s | 9.8 kB 00:00 (138/399): python3-heat-agent-puppet-2.2.1-17.1 272 kB/s | 11 kB 00:00 (139/399): python3-heat-agent-ansible-2.2.1-17. 56 kB/s | 11 kB 00:00 (140/399): python3-heat-agent-hiera-2.2.1-17.1. 65 kB/s | 10 kB 00:00 (141/399): python3-heatclient-2.3.1-17.1.202306 1.4 MB/s | 158 kB 00:00 (142/399): python3-ironicclient-4.6.4-17.1.2023 4.9 MB/s | 342 kB 00:00 (143/399): python3-ironic-inspector-client-4.5. 462 kB/s | 67 kB 00:00 (144/399): python3-keystonemiddleware-9.2.0-17. 1.9 MB/s | 92 kB 00:00 (145/399): python3-keystoneclient-4.3.0-17.1.20 2.5 MB/s | 239 kB 00:00 (146/399): python3-mistralclient-4.2.0-17.1.202 2.0 MB/s | 166 kB 00:00 (147/399): python3-magnumclient-3.4.1-17.1.2023 974 kB/s | 121 kB 00:00 (148/399): python3-novaclient-17.4.1-17.1.20230 3.8 MB/s | 201 kB 00:00 (149/399): python3-neutronclient-7.3.1-17.1.202 1.8 MB/s | 298 kB 00:00 (150/399): python3-os-client-config-2.1.0-17.1. 496 kB/s | 55 kB 00:00 (151/399): python3-os-service-types-1.7.0-17.1. 319 kB/s | 38 kB 00:00 (152/399): python3-os-traits-2.5.0-17.1.2023062 812 kB/s | 45 kB 00:00 (153/399): python3-oslo-cache-2.7.1-17.1.202306 923 kB/s | 56 kB 00:00 (154/399): python3-osc-lib-2.3.1-17.1.202306202 637 kB/s | 78 kB 00:00 (155/399): python3-oslo-context-3.2.1-17.1.2023 182 kB/s | 27 kB 00:00 (156/399): python3-oslo-log-4.4.0-17.1.20230620 564 kB/s | 64 kB 00:00 (157/399): python3-oslo-middleware-4.2.1-17.1.2 472 kB/s | 55 kB 00:00 (158/399): python3-oslo-reports-2.2.0-17.1.2023 864 kB/s | 59 kB 00:00 (159/399): python3-oslo-policy-3.7.1-17.1.20230 631 kB/s | 76 kB 00:00 (160/399): python3-oslo-serialization-4.1.1-17. 445 kB/s | 34 kB 00:00 (161/399): python3-oslo-versionedobjects-2.4.1- 1.8 MB/s | 79 kB 00:00 (162/399): python3-oslo-rootwrap-6.3.1-17.1.202 280 kB/s | 46 kB 00:00 (163/399): python3-oslo-upgradecheck-1.3.1-17.1 255 kB/s | 29 kB 00:00 (164/399): python3-osprofiler-3.4.0-17.1.202306 2.5 MB/s | 130 kB 00:00 (165/399): python3-pycadf-3.1.1-17.1.2023062021 568 kB/s | 53 kB 00:00 (166/399): python3-requestsexceptions-1.4.0-17. 129 kB/s | 17 kB 00:00 (167/399): python3-shade-1.33.0-17.1.2023062022 6.9 MB/s | 523 kB 00:00 (168/399): python3-saharaclient-3.3.0-17.1.2023 1.2 MB/s | 188 kB 00:00 (169/399): python3-statsd-3.2.1-20.1.el9ost.noa 512 kB/s | 35 kB 00:00 (170/399): python3-swiftclient-3.11.1-17.1.2023 2.4 MB/s | 136 kB 00:00 (171/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 848 kB/s | 50 kB 00:00 (172/399): python3-validations-libs-1.9.1-17.1. 1.9 MB/s | 137 kB 00:00 (173/399): python3-zaqarclient-2.4.0-17.1.20230 2.7 MB/s | 129 kB 00:00 (174/399): python3-paramiko-2.11.0-2.el9ost.noa 3.0 MB/s | 299 kB 00:00 (175/399): python3-troveclient-7.0.0-17.1.20230 1.5 MB/s | 344 kB 00:00 (176/399): validations-common-1.9.1-17.1.202310 760 kB/s | 111 kB 00:00 (177/399): python3-werkzeug-2.0.1-7.el9ost.noar 7.9 MB/s | 427 kB 00:00 (178/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (179/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.3 MB/s | 83 kB 00:00 (180/399): ansible-pacemaker-1.0.4-17.1.2023121 172 kB/s | 21 kB 00:00 (181/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.9 MB/s | 230 kB 00:00 (182/399): ansible-role-metalsmith-deployment-1 318 kB/s | 21 kB 00:00 (183/399): openstack-selinux-0.8.37-17.1.202311 4.4 MB/s | 221 kB 00:00 (184/399): puppet-ironic-18.7.1-17.1.2024030521 2.1 MB/s | 121 kB 00:00 (185/399): python3-keystoneauth1-4.4.0-17.1.202 8.7 MB/s | 409 kB 00:00 (186/399): python-oslo-db-lang-8.5.2-17.1.20240 168 kB/s | 14 kB 00:00 (187/399): python3-neutron-lib-2.10.3-17.1.2023 7.8 MB/s | 375 kB 00:00 (188/399): python3-octaviaclient-2.3.1-17.1.202 1.1 MB/s | 91 kB 00:00 (189/399): python3-glanceclient-3.3.0-17.1.2024 711 kB/s | 143 kB 00:00 (190/399): python3-oslo-db-8.5.2-17.1.202408201 3.5 MB/s | 144 kB 00:00 (191/399): python3-metalsmith-1.4.4-17.1.202405 327 kB/s | 65 kB 00:00 (192/399): python3-oslo-messaging-12.7.3-17.1.2 3.3 MB/s | 216 kB 00:00 (193/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (194/399): python3-waitress-2.0.0-4.el9ost.noar 2.2 MB/s | 109 kB 00:00 (195/399): openstack-ansible-core-2.14.2-4.7.el 36 MB/s | 2.3 MB 00:00 (196/399): python3-rhosp-openvswitch-3.3-1.el9o 74 kB/s | 8.3 kB 00:00 (197/399): openstack-tripleo-validations-14.3.2 2.8 MB/s | 204 kB 00:00 (198/399): puppet-glance-18.6.1-17.1.2025022015 952 kB/s | 87 kB 00:00 (199/399): puppet-ovn-18.6.1-17.1.2024092509490 446 kB/s | 29 kB 00:00 (200/399): puppet-pacemaker-1.5.1-17.1.20250214 2.2 MB/s | 158 kB 00:00 (201/399): python3-os-ken-1.4.1-17.1.2024120509 32 MB/s | 2.1 MB 00:00 (202/399): ansible-collection-containers-podman 5.6 MB/s | 243 kB 00:00 (203/399): puppet-tripleo-14.2.3-17.1.202503201 3.2 MB/s | 239 kB 00:00 (204/399): ansible-collections-openstack-1.9.1- 3.4 MB/s | 146 kB 00:00 (205/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 5.8 MB/s | 351 kB 00:00 (206/399): facter-3.14.19-3.el9ost.x86_64.rpm 8.8 MB/s | 518 kB 00:00 (207/399): puppet-7.10.0-4.el9ost.noarch.rpm 228 kB/s | 11 kB 00:00 (208/399): hiera-3.6.0-6.el9ost.noarch.rpm 392 kB/s | 33 kB 00:00 (209/399): leatherman-1.12.6-5.el9ost.x86_64.rp 5.6 MB/s | 405 kB 00:00 (210/399): python3-boto-2.45.0-8.1.el9ost.noarc 20 MB/s | 1.3 MB 00:00 (211/399): python3-cachetools-4.2.2-3.el9ost.no 799 kB/s | 33 kB 00:00 (212/399): puppet-headless-7.10.0-4.el9ost.noar 11 MB/s | 1.4 MB 00:00 (213/399): python3-amqp-5.0.6-5.el9ost.noarch.r 696 kB/s | 92 kB 00:00 (214/399): python3-colorama-0.4.4-4.el9ost.noar 832 kB/s | 35 kB 00:00 (215/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 4.8 MB/s | 284 kB 00:00 (216/399): python3-dogpile-cache-1.1.5-5.el9ost 1.7 MB/s | 89 kB 00:00 (217/399): python3-extras-1.0.0-17.el9ost.noarc 524 kB/s | 21 kB 00:00 (218/399): python3-keyring-21.8.0-4.el9ost.noar 1.9 MB/s | 77 kB 00:00 (219/399): python3-fixtures-3.0.0-24.el9ost.noa 1.7 MB/s | 93 kB 00:00 (220/399): python3-kombu-5.0.2-3.el9ost.noarch. 6.6 MB/s | 313 kB 00:00 (221/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.0 MB/s | 87 kB 00:00 (222/399): python3-munch-2.5.0-6.el9ost.noarch. 506 kB/s | 25 kB 00:00 (223/399): python3-paste-deploy-2.1.1-4.el9ost. 1.0 MB/s | 41 kB 00:00 (224/399): python3-paste-3.5.0-5.el9ost.noarch. 12 MB/s | 776 kB 00:00 (225/399): python3-openstacksdk-0.55.1-17.1.202 8.9 MB/s | 735 kB 00:00 (226/399): python3-pystache-0.5.4-15.el9ost.noa 3.3 MB/s | 132 kB 00:00 (227/399): python3-repoze-lru-0.7-12.el9ost.noa 651 kB/s | 32 kB 00:00 (228/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.5 MB/s | 57 kB 00:00 (229/399): python3-routes-2.4.1-14.el9ost.noarc 2.9 MB/s | 188 kB 00:00 (230/399): python3-secretstorage-3.3.1-3.el9ost 922 kB/s | 36 kB 00:00 (231/399): python3-tempita-0.5.1-27.el9ost.noar 952 kB/s | 36 kB 00:00 (232/399): python3-vine-5.0.0-5.el9ost.noarch.r 591 kB/s | 26 kB 00:00 (233/399): python3-simplejson-3.17.5-3.el9ost.x 2.7 MB/s | 266 kB 00:00 (234/399): python3-testtools-2.4.0-10.el9ost.no 4.0 MB/s | 333 kB 00:00 (235/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (236/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.2 MB/s | 180 kB 00:00 (237/399): python3-warlock-1.3.3-7.el9ost.noarc 361 kB/s | 21 kB 00:00 (238/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 755 kB/s | 29 kB 00:00 (239/399): ruby-facter-3.14.19-3.el9ost.x86_64. 195 kB/s | 9.5 kB 00:00 (240/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.1 MB/s | 123 kB 00:00 (241/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 524 kB/s | 19 kB 00:00 (242/399): puppet-barbican-18.4.2-17.1.20250625 1.4 MB/s | 57 kB 00:00 (243/399): python-openstackclient-lang-5.5.2-17 1.0 MB/s | 58 kB 00:00 (244/399): python3-openstackclient-5.5.2-17.1.2 18 MB/s | 1.1 MB 00:00 (245/399): puppet-concat-6.2.1-17.1.20250725131 902 kB/s | 44 kB 00:00 (246/399): puppet-firewall-3.4.1-17.1.202508041 1.6 MB/s | 73 kB 00:00 (247/399): puppet-haproxy-4.2.2-17.1.2025072511 1.0 MB/s | 55 kB 00:00 (248/399): puppet-apache-6.5.2-17.1.20250811150 1.5 MB/s | 253 kB 00:00 (249/399): puppet-ipaclient-2.5.2-17.1.20250725 565 kB/s | 21 kB 00:00 (250/399): puppet-git-0.5.0-17.1.20250725114148 160 kB/s | 26 kB 00:00 (251/399): puppet-inifile-4.2.1-17.1.2025080415 339 kB/s | 46 kB 00:00 (252/399): puppet-module-data-0.5.1-17.1.202507 158 kB/s | 16 kB 00:00 (253/399): puppet-rsync-1.1.4-17.1.202508041515 561 kB/s | 28 kB 00:00 (254/399): puppet-keepalived-0.0.2-17.1.2025072 71 kB/s | 17 kB 00:00 (255/399): puppet-remote-10.0.0-17.1.2025072511 92 kB/s | 19 kB 00:00 (256/399): puppet-sysctl-0.0.13-17.1.2025072511 174 kB/s | 19 kB 00:00 (257/399): puppet-vcsrepo-3.1.1-17.1.2025072511 353 kB/s | 53 kB 00:00 (258/399): puppet-snmp-3.9.1-17.1.2025072511575 155 kB/s | 38 kB 00:00 (259/399): puppet-keystone-18.6.1-17.1.20251008 2.2 MB/s | 126 kB 00:00 (260/399): python3-tripleoclient-16.5.1-17.1.20 3.4 MB/s | 552 kB 00:00 (261/399): openstack-heat-common-16.1.1-17.1.20 18 MB/s | 1.6 MB 00:00 (262/399): openstack-heat-api-16.1.1-17.1.20251 117 kB/s | 15 kB 00:00 (263/399): openstack-heat-monolith-16.1.1-17.1. 374 kB/s | 14 kB 00:00 (264/399): puppet-horizon-18.6.1-17.1.202510081 206 kB/s | 59 kB 00:00 (265/399): openstack-heat-engine-16.1.1-17.1.20 115 kB/s | 14 kB 00:00 (266/399): openstack-tripleo-common-containers- 909 kB/s | 74 kB 00:00 (267/399): openstack-tripleo-common-15.4.1-17.1 311 kB/s | 48 kB 00:00 (268/399): openstack-tripleo-heat-templates-14. 3.0 MB/s | 603 kB 00:00 (269/399): python3-tripleo-common-15.4.1-17.1.2 1.1 MB/s | 197 kB 00:00 (270/399): puppet-neutron-18.6.1-17.1.202512171 976 kB/s | 190 kB 00:00 (271/399): tripleo-ansible-3.3.1-17.1.202512171 7.6 MB/s | 564 kB 00:00 (272/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 1.7 MB/s | 223 kB 00:00 (273/399): perl-Getopt-Long-2.52-4.el9.noarch.r 485 kB/s | 64 kB 00:00 (274/399): boost-system-1.75.0-8.el9.x86_64.rpm 102 kB/s | 15 kB 00:00 (275/399): perl-Storable-3.21-460.el9.x86_64.rp 2.1 MB/s | 98 kB 00:00 (276/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.7 MB/s | 216 kB 00:00 (277/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 259 kB/s | 17 kB 00:00 (278/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.4 MB/s | 57 kB 00:00 (279/399): python3-urllib-gssapi-1.0.2-4.el9.no 172 kB/s | 24 kB 00:00 (280/399): perl-Exporter-5.74-461.el9.noarch.rp 649 kB/s | 34 kB 00:00 (281/399): perl-Data-Dumper-2.174-462.el9.x86_6 658 kB/s | 59 kB 00:00 (282/399): perl-File-Temp-0.231.100-4.el9.noarc 796 kB/s | 63 kB 00:00 (283/399): perl-Text-Tabs+Wrap-2013.0523-460.el 325 kB/s | 25 kB 00:00 (284/399): xorriso-1.5.4-4.el9.x86_64.rpm 4.1 MB/s | 321 kB 00:00 (285/399): perl-parent-0.238-460.el9.noarch.rpm 103 kB/s | 16 kB 00:00 (286/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.3 MB/s | 224 kB 00:00 (287/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 407 kB/s | 45 kB 00:00 (288/399): python3-pyasn1-modules-0.4.8-6.el9.n 960 kB/s | 283 kB 00:00 (289/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 3.9 MB/s | 392 kB 00:00 (290/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 1.0 MB/s | 229 kB 00:00 (291/399): perl-Term-ANSIColor-5.01-461.el9.noa 195 kB/s | 51 kB 00:00 (292/399): perl-PathTools-3.78-461.el9.x86_64.r 255 kB/s | 92 kB 00:00 (293/399): perl-Text-ParseWords-3.30-460.el9.no 188 kB/s | 18 kB 00:00 (294/399): perl-libnet-3.13-4.el9.noarch.rpm 2.8 MB/s | 134 kB 00:00 (295/399): perl-URI-5.09-3.el9.noarch.rpm 1.1 MB/s | 125 kB 00:00 (296/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 558 kB/s | 26 kB 00:00 (297/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 (298/399): perl-Carp-1.50-460.el9.noarch.rpm 627 kB/s | 31 kB 00:00 (299/399): perl-Encode-3.08-462.el9.x86_64.rpm 23 MB/s | 1.7 MB 00:00 (300/399): perl-Mozilla-CA-20200520-6.el9.noarc 262 kB/s | 14 kB 00:00 (301/399): iptables-nft-services-1.8.8-6.el9_1. 249 kB/s | 28 kB 00:00 (302/399): python3-psutil-5.8.0-12.el9.x86_64.r 4.8 MB/s | 218 kB 00:00 (303/399): perl-Time-Local-1.300-7.el9.noarch.r 723 kB/s | 37 kB 00:00 (304/399): perl-Term-Cap-1.17-460.el9.noarch.rp 277 kB/s | 24 kB 00:00 (305/399): perl-Pod-Escapes-1.07-460.el9.noarch 544 kB/s | 22 kB 00:00 (306/399): python3-jwcrypto-0.8-4.el9.noarch.rp 1.4 MB/s | 76 kB 00:00 (307/399): sshpass-1.09-4.el9.x86_64.rpm 461 kB/s | 30 kB 00:00 (308/399): boost-log-1.75.0-8.el9.x86_64.rpm 6.6 MB/s | 410 kB 00:00 (309/399): boost-filesystem-1.75.0-8.el9.x86_64 607 kB/s | 59 kB 00:00 (310/399): boost-program-options-1.75.0-8.el9.x 2.1 MB/s | 108 kB 00:00 (311/399): libburn-1.5.4-4.el9.x86_64.rpm 3.0 MB/s | 175 kB 00:00 (312/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 959 kB/s | 39 kB 00:00 (313/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 232 kB/s | 19 kB 00:00 (314/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 307 kB/s | 34 kB 00:00 (315/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.7 MB/s | 419 kB 00:00 (316/399): perl-Digest-1.19-4.el9.noarch.rpm 601 kB/s | 29 kB 00:00 (317/399): perl-File-Path-2.18-4.el9.noarch.rpm 877 kB/s | 38 kB 00:00 (318/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 2.0 MB/s | 92 kB 00:00 (319/399): perl-Scalar-List-Utils-1.56-461.el9. 1.6 MB/s | 77 kB 00:00 (320/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 344 kB/s | 43 kB 00:00 (321/399): perl-Socket-2.031-4.el9.x86_64.rpm 466 kB/s | 58 kB 00:00 (322/399): perl-constant-1.33-461.el9.noarch.rp 258 kB/s | 25 kB 00:00 (323/399): perl-podlators-4.14-460.el9.noarch.r 1.6 MB/s | 118 kB 00:00 (324/399): python3-PyMySQL-0.10.1-6.el9.noarch. 2.4 MB/s | 112 kB 00:00 (325/399): python3-appdirs-1.4.4-4.el9.noarch.r 541 kB/s | 27 kB 00:00 (326/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 3.5 MB/s | 163 kB 00:00 (327/399): python3-yubico-1.3.3-7.el9.noarch.rp 88 kB/s | 73 kB 00:00 (328/399): python3-pyusb-1.0.2-13.el9.noarch.rp 1.0 MB/s | 96 kB 00:00 (329/399): python3-qrcode-core-6.1-12.el9.noarc 410 kB/s | 61 kB 00:00 (330/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.7 MB/s | 279 kB 00:00 (331/399): python3-wcwidth-0.2.5-8.el9.noarch.r 347 kB/s | 48 kB 00:00 (332/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.8 MB/s | 221 kB 00:00 (333/399): python3-alembic-1.7.5-3.el9.noarch.r 7.8 MB/s | 900 kB 00:00 (334/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 8.7 MB/s | 489 kB 00:00 (335/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 7.2 MB/s | 459 kB 00:00 (336/399): python3-augeas-0.5.0-25.el9.noarch.r 178 kB/s | 31 kB 00:00 (337/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 843 kB/s | 59 kB 00:00 (338/399): perl-AutoLoader-5.74-480.el9.noarch. 243 kB/s | 23 kB 00:00 (339/399): perl-Class-Struct-0.66-480.el9.noarc 393 kB/s | 24 kB 00:00 (340/399): perl-Errno-1.30-480.el9.x86_64.rpm 430 kB/s | 17 kB 00:00 (341/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 576 kB/s | 23 kB 00:00 (342/399): jq-1.6-14.el9.x86_64.rpm 531 kB/s | 190 kB 00:00 (343/399): perl-B-1.80-480.el9.x86_64.rpm 604 kB/s | 185 kB 00:00 (344/399): perl-File-stat-1.09-480.el9.noarch.r 214 kB/s | 19 kB 00:00 (345/399): perl-FileHandle-2.03-480.el9.noarch. 146 kB/s | 17 kB 00:00 (346/399): perl-File-Basename-2.85-480.el9.noar 76 kB/s | 19 kB 00:00 (347/399): perl-Getopt-Std-1.12-480.el9.noarch. 113 kB/s | 17 kB 00:00 (348/399): perl-SelectSaver-1.02-480.el9.noarch 252 kB/s | 13 kB 00:00 (349/399): perl-IPC-Open3-1.21-480.el9.noarch.r 163 kB/s | 25 kB 00:00 (350/399): perl-Symbol-1.08-480.el9.noarch.rpm 222 kB/s | 16 kB 00:00 (351/399): perl-interpreter-5.32.1-480.el9.x86_ 885 kB/s | 75 kB 00:00 (352/399): perl-overload-1.31-480.el9.noarch.rp 877 kB/s | 47 kB 00:00 (353/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (354/399): perl-POSIX-1.94-480.el9.x86_64.rpm 308 kB/s | 99 kB 00:00 (355/399): perl-overloading-0.02-480.el9.noarch 260 kB/s | 15 kB 00:00 (356/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.2 MB/s | 259 kB 00:00 (357/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 388 kB/s | 42 kB 00:00 (358/399): perl-NDBM_File-1.15-480.el9.x86_64.r 402 kB/s | 25 kB 00:00 (359/399): perl-IO-1.43-480.el9.x86_64.rpm 565 kB/s | 94 kB 00:00 (360/399): perl-base-2.27-480.el9.noarch.rpm 188 kB/s | 18 kB 00:00 (361/399): perl-if-0.60.800-480.el9.noarch.rpm 357 kB/s | 16 kB 00:00 (362/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 117 kB/s | 40 kB 00:00 (363/399): perl-mro-1.23-480.el9.x86_64.rpm 490 kB/s | 31 kB 00:00 (364/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.5 MB/s | 176 kB 00:00 (365/399): perl-subs-1.03-480.el9.noarch.rpm 107 kB/s | 13 kB 00:00 (366/399): perl-vars-1.05-480.el9.noarch.rpm 67 kB/s | 15 kB 00:00 (367/399): ansible-freeipa-1.9.2-3.el9_2.noarch 2.4 MB/s | 452 kB 00:00 (368/399): rhel-system-roles-1.21.2-1.el9_2.noa 16 MB/s | 2.4 MB 00:00 (369/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 684 kB/s | 57 kB 00:00 (370/399): ipa-common-4.10.1-12.el9_2.2.noarch. 5.5 MB/s | 656 kB 00:00 (371/399): ipa-client-common-4.10.1-12.el9_2.2. 289 kB/s | 44 kB 00:00 (372/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.7 MB/s | 663 kB 00:00 (373/399): python3-ipaclient-4.10.1-12.el9_2.2. 4.7 MB/s | 648 kB 00:00 (374/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 829 kB/s | 41 kB 00:00 (375/399): ruby-default-gems-3.0.4-161.el9_2.2. 732 kB/s | 46 kB 00:00 (376/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.3 MB/s | 55 kB 00:00 (377/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 28 MB/s | 3.3 MB 00:00 (378/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.6 MB/s | 456 kB 00:00 (379/399): buildah-1.29.5-1.el9_2.x86_64.rpm 22 MB/s | 8.6 MB 00:00 (380/399): rubygem-io-console-0.5.7-161.el9_2.2 168 kB/s | 26 kB 00:00 (381/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 726 kB/s | 59 kB 00:00 (382/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.9 MB/s | 110 kB 00:00 (383/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 404 kB/s | 60 kB 00:00 (384/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 2.8 MB/s | 441 kB 00:00 (385/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 3.2 MB/s | 245 kB 00:00 (386/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 17 MB/s | 2.2 MB 00:00 (387/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 31 MB/s | 7.9 MB 00:00 (388/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.0 MB/s | 68 kB 00:00 (389/399): cephadm-18.2.1-381.el9cp.noarch.rpm 6.1 MB/s | 335 kB 00:00 (390/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 109 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 156 kB 00:00 (392/399): rubygems-3.2.33-161.el9_2.2.noarch.r 620 kB/s | 306 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.1 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.3 MB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 659 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 25 MB/s | 2.3 MB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 2.4 MB/s | 142 kB 00:00 (398/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.3 MB/s | 464 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 2.4 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 7.3 MB/s | 97 MB 00:13 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-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.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-gssapi-1.6.9-5.el9.x86_64 89/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 90/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 91/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 92/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 93/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 94/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 95/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 96/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 97/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 98/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 99/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 100/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 101/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 102/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 103/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 104/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 105/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 106/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 107/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 108/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 109/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 110/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 111/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 112/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 113/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 114/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 115/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 116/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 117/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 118/408 Installing : python3-dns-2.2.1-2.el9.noarch 119/408 Installing : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 122/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 123/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 124/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 125/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 126/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 127/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 128/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 129/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 130/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 131/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 132/408 Installing : python3-yubico-1.3.3-7.el9.noarch 133/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.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 : ruby-augeas-0.5.0-29.el9ost.x86_64 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 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-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.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 : libxslt-1.1.34-11.el9_2.x86_64 169/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 171/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 172/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 173/408 Installing : jq-1.6-14.el9.x86_64 174/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 175/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 176/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 177/408 Installing : boost-log-1.75.0-8.el9.x86_64 178/408 Installing : libburn-1.5.4-4.el9.x86_64 179/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 180/408 Installing : sshpass-1.09-4.el9.x86_64 181/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 182/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 183/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 184/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 185/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 186/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 187/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 188/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 189/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 190/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 191/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 192/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 193/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 194/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 195/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 196/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 197/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 198/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 199/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 200/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 201/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 202/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 203/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Installing : libisofs-1.5.4-4.el9.x86_64 205/408 Installing : libisoburn-1.5.4-4.el9.x86_64 206/408 Installing : xorriso-1.5.4-4.el9.x86_64 207/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 207/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 208/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 209/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 210/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 211/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 212/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 213/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 214/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 215/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 216/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 217/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 217/408 Installing : puppet-7.10.0-4.el9ost.noarch 218/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 218/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 219/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 220/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 221/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 222/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 223/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 224/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 225/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 226/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 227/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 228/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 229/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 230/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 231/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 232/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 233/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 234/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 235/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 236/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 237/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 238/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 239/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 240/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 241/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 242/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 243/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 244/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 245/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 246/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 247/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 248/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 249/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 250/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 251/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 252/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 253/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 254/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 255/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 256/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 257/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 258/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 259/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 260/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 261/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 262/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 263/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 264/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 265/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 266/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 267/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 268/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 269/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 270/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 271/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 272/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 273/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 274/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 275/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 276/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 277/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 278/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 279/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 280/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 281/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 282/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 283/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 284/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 285/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 286/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 287/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 287/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 288/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 289/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 290/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 291/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 292/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 293/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 294/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 295/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 296/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 297/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 298/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 299/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 300/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 301/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 302/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 303/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 304/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 305/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 306/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 307/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 308/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 309/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 310/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 311/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 312/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 313/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 314/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 315/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 316/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 317/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 318/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 319/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 320/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 321/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 322/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 323/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 324/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 325/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 326/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 326/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 327/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 328/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 329/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 330/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 331/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 332/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 333/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 334/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 335/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 336/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 337/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 338/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 339/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 340/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 341/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 342/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 343/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 344/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 345/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 346/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 347/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 348/408 Installing : python3-memcached-1.59-3.el9ost.noarch 349/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 350/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 351/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 352/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 353/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 354/408 Installing : python3-docutils-0.16-6.el9ost.noarch 355/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 356/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 357/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 358/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 359/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 360/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 361/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 362/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 363/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 364/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 365/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 366/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 367/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 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 : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 1/408 Verifying : bash-completion-1:2.11-4.el9.noarch 2/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 3/408 Verifying : libaio-0.3.111-13.el9.x86_64 4/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 5/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 6/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 7/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 8/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 10/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 11/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 12/408 Verifying : python3-dns-2.2.1-2.el9.noarch 13/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 16/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 17/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 18/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 20/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 21/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 22/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 23/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 24/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 25/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 26/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 27/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 28/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 29/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 30/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 31/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 32/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 33/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 34/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 35/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 36/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 37/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 38/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 39/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 40/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 41/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 42/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 43/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 44/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 45/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 46/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 47/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 48/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 49/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 50/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 51/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 52/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 53/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 54/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 55/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 56/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 57/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 58/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 59/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 60/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 61/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 62/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 63/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 64/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 65/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 66/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 67/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 68/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 69/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 70/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 71/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 72/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 73/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 74/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 75/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 76/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 77/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 78/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 79/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 80/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 81/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 82/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 83/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 84/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 85/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 86/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 87/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 88/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 89/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 90/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 91/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 92/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 93/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 94/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 95/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 96/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 97/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 98/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 99/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 100/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 101/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 102/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 103/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 104/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 105/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 106/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 107/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 108/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 109/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 110/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 111/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 112/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 113/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 114/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 115/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 116/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 117/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 118/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 119/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 120/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 121/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 122/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 123/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 124/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 125/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 126/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 127/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 128/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 129/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 130/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 131/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 132/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 133/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 134/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 135/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 136/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 137/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 138/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 139/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 140/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 141/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 142/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 143/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 144/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 145/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 146/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 147/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 148/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 149/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 150/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 151/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 152/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 153/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 154/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 155/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 156/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 157/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 158/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 159/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 160/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 161/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 162/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 163/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 164/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 165/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 166/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 167/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 168/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 169/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 170/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 171/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 172/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 173/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 174/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 175/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 176/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 177/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 178/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 179/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 180/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 181/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 182/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 184/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 185/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 186/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 187/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 188/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 189/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 190/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 191/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 192/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 193/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 194/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 195/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 196/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 197/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 198/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 199/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 200/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 201/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 202/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 203/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 204/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 205/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 206/408 Verifying : hiera-3.6.0-6.el9ost.noarch 207/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 208/408 Verifying : puppet-7.10.0-4.el9ost.noarch 209/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 210/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 211/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 212/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 213/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 214/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 215/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 216/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 217/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 218/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 219/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 220/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 221/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 222/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 223/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 224/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 225/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 226/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 227/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 228/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 229/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 230/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 231/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 232/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 233/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 234/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 235/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 236/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 237/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 238/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 239/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 240/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 241/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 242/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 243/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 244/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 245/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 246/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 247/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 248/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 249/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 250/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 251/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 252/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 253/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 254/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 255/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 256/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 257/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 258/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 259/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 260/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 261/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 262/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 263/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 264/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 265/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 266/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 267/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 268/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 269/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 270/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 271/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 272/408 Verifying : boost-system-1.75.0-8.el9.x86_64 273/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 274/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 275/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 276/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 277/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 278/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 279/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 280/408 Verifying : perl-Exporter-5.74-461.el9.noarch 281/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 282/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 283/408 Verifying : perl-parent-1:0.238-460.el9.noarch 284/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 285/408 Verifying : xorriso-1.5.4-4.el9.x86_64 286/408 Verifying : libisofs-1.5.4-4.el9.x86_64 287/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 288/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 289/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 290/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 291/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 292/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 293/408 Verifying : perl-URI-5.09-3.el9.noarch 294/408 Verifying : perl-libnet-3.13-4.el9.noarch 295/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 296/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 297/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Verifying : perl-Carp-1.50-460.el9.noarch 299/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 300/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 301/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 302/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 303/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 304/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 305/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 306/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 307/408 Verifying : sshpass-1.09-4.el9.x86_64 308/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 309/408 Verifying : boost-log-1.75.0-8.el9.x86_64 310/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 311/408 Verifying : libburn-1.5.4-4.el9.x86_64 312/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 313/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 314/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 315/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 316/408 Verifying : perl-Digest-1.19-4.el9.noarch 317/408 Verifying : perl-File-Path-2.18-4.el9.noarch 318/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 319/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 320/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 321/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 322/408 Verifying : perl-constant-1.33-461.el9.noarch 323/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 324/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 325/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 326/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 327/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 328/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 329/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 330/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 331/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 332/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 333/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 334/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 335/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 336/408 Verifying : jq-1.6-14.el9.x86_64 337/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 338/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 339/408 Verifying : perl-B-1.80-480.el9.x86_64 340/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 341/408 Verifying : perl-Errno-1.30-480.el9.x86_64 342/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 343/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 344/408 Verifying : perl-File-stat-1.09-480.el9.noarch 345/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 346/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 347/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 348/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 349/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 350/408 Verifying : perl-Symbol-1.08-480.el9.noarch 351/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 352/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 353/408 Verifying : perl-overload-1.31-480.el9.noarch 354/408 Verifying : perl-overloading-0.02-480.el9.noarch 355/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 356/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 357/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 358/408 Verifying : perl-IO-1.43-480.el9.x86_64 359/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 360/408 Verifying : perl-base-2.27-480.el9.noarch 361/408 Verifying : perl-if-0.60.800-480.el9.noarch 362/408 Verifying : perl-mro-1.23-480.el9.x86_64 363/408 Verifying : perl-subs-1.03-480.el9.noarch 364/408 Verifying : perl-vars-1.05-480.el9.noarch 365/408 Verifying : python3-mako-1.1.4-6.el9.noarch 366/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 367/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 368/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 369/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 370/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 371/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 372/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 373/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 374/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 375/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 376/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 378/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 379/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 380/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 381/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 382/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 383/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 384/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 385/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 386/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 387/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1450 + INTERFACE_MTU=1450 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2026-03-13T12:18:28.882204 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 3.4831e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2026-03-13 12:18:33.083976 | fa163e77-2d70-16dc-8d4e-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2026-03-13 12:18:33.124076 | fa163e77-2d70-16dc-8d4e-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2026-03-13 12:18:33.125906 | fa163e77-2d70-16dc-8d4e-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.070848 | 0.04s 2026-03-13 12:18:33.133312 | fa163e77-2d70-16dc-8d4e-000000000006 | TASK | Ensure ceph_spec_path is defined 2026-03-13 12:18:33.172509 | fa163e77-2d70-16dc-8d4e-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2026-03-13 12:18:33.174454 | fa163e77-2d70-16dc-8d4e-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.119381 | 0.04s 2026-03-13 12:18:33.181257 | fa163e77-2d70-16dc-8d4e-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2026-03-13 12:18:33.268770 | fa163e77-2d70-16dc-8d4e-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2026-03-13 12:18:33.269887 | fa163e77-2d70-16dc-8d4e-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.214832 | 0.09s 2026-03-13 12:18:33.276339 | fa163e77-2d70-16dc-8d4e-000000000008 | TASK | Create Ceph spec for standalone deployment 2026-03-13 12:18:33.660341 | fa163e77-2d70-16dc-8d4e-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2026-03-13 12:18:33.661685 | fa163e77-2d70-16dc-8d4e-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.606630 | 0.38s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-03-13 12:18:33.684706 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:18:33.685192 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:18:33.685667 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.630620 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:18:33.686116 | UUID | Info | Host | Task Name | Run Time 2026-03-13 12:18:33.686646 | fa163e77-2d70-16dc-8d4e-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.38s 2026-03-13 12:18:33.687096 | fa163e77-2d70-16dc-8d4e-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2026-03-13 12:18:33.687719 | fa163e77-2d70-16dc-8d4e-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2026-03-13 12:18:33.688237 | fa163e77-2d70-16dc-8d4e-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2026-03-13 12:18:33.688704 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2026-03-13 12:18:36.202194 | fa163e77-2d70-f47a-6b84-000000000005 | TASK | set ssh key path facts 2026-03-13 12:18:36.246856 | fa163e77-2d70-f47a-6b84-000000000005 | OK | set ssh key path facts | undercloud 2026-03-13 12:18:36.247626 | fa163e77-2d70-f47a-6b84-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.059656 | 0.04s 2026-03-13 12:18:36.251261 | fa163e77-2d70-f47a-6b84-000000000006 | TASK | stat private key 2026-03-13 12:18:36.582940 | fa163e77-2d70-f47a-6b84-000000000006 | OK | stat private key | undercloud 2026-03-13 12:18:36.584368 | fa163e77-2d70-f47a-6b84-000000000006 | TIMING | stat private key | undercloud | 0:00:00.396386 | 0.33s 2026-03-13 12:18:36.591253 | fa163e77-2d70-f47a-6b84-000000000007 | TASK | stat public key 2026-03-13 12:18:36.800379 | fa163e77-2d70-f47a-6b84-000000000007 | OK | stat public key | undercloud 2026-03-13 12:18:36.801512 | fa163e77-2d70-f47a-6b84-000000000007 | TIMING | stat public key | undercloud | 0:00:00.613536 | 0.21s 2026-03-13 12:18:36.808211 | fa163e77-2d70-f47a-6b84-000000000008 | TASK | create private key if it does not exist 2026-03-13 12:18:37.418842 | fa163e77-2d70-f47a-6b84-000000000008 | CHANGED | create private key if it does not exist | undercloud 2026-03-13 12:18:37.420279 | fa163e77-2d70-f47a-6b84-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.232294 | 0.61s 2026-03-13 12:18:37.426822 | fa163e77-2d70-f47a-6b84-000000000009 | TASK | create public key if it does not exist 2026-03-13 12:18:37.666834 | fa163e77-2d70-f47a-6b84-000000000009 | CHANGED | create public key if it does not exist | undercloud 2026-03-13 12:18:37.667953 | fa163e77-2d70-f47a-6b84-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.479975 | 0.24s PLAY [allovercloud] ************************************************************ 2026-03-13 12:18:37.718124 | fa163e77-2d70-f47a-6b84-000000000023 | TASK | Get local private key 2026-03-13 12:18:38.094198 | fa163e77-2d70-f47a-6b84-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e77-2d70-f47a-6b84-000000000023') missing from stats 2026-03-13 12:18:38.106219 | fa163e77-2d70-f47a-6b84-000000000024 | TASK | Get local public key 2026-03-13 12:18:38.382493 | fa163e77-2d70-f47a-6b84-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e77-2d70-f47a-6b84-000000000024') missing from stats 2026-03-13 12:18:38.404554 | fa163e77-2d70-f47a-6b84-000000000012 | TASK | create user ceph-admin 2026-03-13 12:18:38.911371 | fa163e77-2d70-f47a-6b84-000000000012 | CHANGED | create user ceph-admin | undercloud 2026-03-13 12:18:38.913428 | fa163e77-2d70-f47a-6b84-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.725437 | 0.51s 2026-03-13 12:18:38.925576 | fa163e77-2d70-f47a-6b84-000000000013 | TASK | grant admin rights to user ceph-admin 2026-03-13 12:18:39.537889 | fa163e77-2d70-f47a-6b84-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2026-03-13 12:18:39.539386 | fa163e77-2d70-f47a-6b84-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.351401 | 0.61s 2026-03-13 12:18:39.549757 | fa163e77-2d70-f47a-6b84-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2026-03-13 12:18:39.904672 | fa163e77-2d70-f47a-6b84-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2026-03-13 12:18:39.906078 | fa163e77-2d70-f47a-6b84-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.718094 | 0.36s 2026-03-13 12:18:39.915403 | fa163e77-2d70-f47a-6b84-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2026-03-13 12:18:40.135983 | fa163e77-2d70-f47a-6b84-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2026-03-13 12:18:40.137609 | fa163e77-2d70-f47a-6b84-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.949624 | 0.22s 2026-03-13 12:18:40.147228 | fa163e77-2d70-f47a-6b84-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2026-03-13 12:18:40.362469 | fa163e77-2d70-f47a-6b84-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2026-03-13 12:18:40.363919 | fa163e77-2d70-f47a-6b84-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.175895 | 0.22s 2026-03-13 12:18:40.373726 | fa163e77-2d70-f47a-6b84-000000000017 | TASK | get remote ceph-admin public key 2026-03-13 12:18:40.435705 | fa163e77-2d70-f47a-6b84-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2026-03-13 12:18:40.436946 | fa163e77-2d70-f47a-6b84-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.248964 | 0.06s 2026-03-13 12:18:40.446556 | fa163e77-2d70-f47a-6b84-000000000018 | TASK | append ceph-admin public key to authorized_keys 2026-03-13 12:18:40.494835 | fa163e77-2d70-f47a-6b84-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2026-03-13 12:18:40.496568 | fa163e77-2d70-f47a-6b84-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.308578 | 0.05s 2026-03-13 12:18:40.506940 | fa163e77-2d70-f47a-6b84-00000000001c | TASK | authorize TripleO key for user ceph-admin 2026-03-13 12:18:40.860530 | fa163e77-2d70-f47a-6b84-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2026-03-13 12:18:40.862032 | fa163e77-2d70-f47a-6b84-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.674045 | 0.35s 2026-03-13 12:18:40.871260 | fa163e77-2d70-f47a-6b84-000000000020 | TASK | Install private key on nodes for user ceph-admin 2026-03-13 12:18:41.357768 | fa163e77-2d70-f47a-6b84-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2026-03-13 12:18:41.359370 | fa163e77-2d70-f47a-6b84-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.171385 | 0.49s 2026-03-13 12:18:41.368958 | fa163e77-2d70-f47a-6b84-000000000021 | TASK | Install public key on nodes for user ceph-admin 2026-03-13 12:18:42.275416 | fa163e77-2d70-f47a-6b84-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2026-03-13 12:18:42.276504 | fa163e77-2d70-f47a-6b84-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.088530 | 0.91s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-03-13 12:18:42.295027 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:18:42.295392 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:18:42.295821 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.107854 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:18:42.296193 | UUID | Info | Host | Task Name | Run Time 2026-03-13 12:18:42.296510 | fa163e77-2d70-f47a-6b84-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.91s 2026-03-13 12:18:42.296836 | fa163e77-2d70-f47a-6b84-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.61s 2026-03-13 12:18:42.297173 | fa163e77-2d70-f47a-6b84-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.61s 2026-03-13 12:18:42.297490 | fa163e77-2d70-f47a-6b84-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2026-03-13 12:18:42.297787 | fa163e77-2d70-f47a-6b84-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.49s 2026-03-13 12:18:42.298080 | fa163e77-2d70-f47a-6b84-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.36s 2026-03-13 12:18:42.298402 | fa163e77-2d70-f47a-6b84-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.35s 2026-03-13 12:18:42.298713 | fa163e77-2d70-f47a-6b84-000000000006 | SUMMARY | undercloud | stat private key | 0.33s 2026-03-13 12:18:42.299010 | fa163e77-2d70-f47a-6b84-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.24s 2026-03-13 12:18:42.299346 | fa163e77-2d70-f47a-6b84-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.22s 2026-03-13 12:18:42.299700 | fa163e77-2d70-f47a-6b84-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2026-03-13 12:18:42.300026 | fa163e77-2d70-f47a-6b84-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2026-03-13 12:18:42.300347 | fa163e77-2d70-f47a-6b84-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2026-03-13 12:18:42.300653 | fa163e77-2d70-f47a-6b84-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2026-03-13 12:18:42.300952 | fa163e77-2d70-f47a-6b84-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2026-03-13 12:18:42.301277 | fa163e77-2d70-f47a-6b84-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2026-03-13 12:18:42.301594 | fa163e77-2d70-f47a-6b84-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2026-03-13 12:18:42.301896 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2026-03-13 12:18:44.761240 | fa163e77-2d70-0353-c51b-000000000039 | TASK | Gathering Facts 2026-03-13 12:18:45.322047 | fa163e77-2d70-0353-c51b-000000000039 | OK | Gathering Facts | standalone.localdomain 2026-03-13 12:18:45.323549 | fa163e77-2d70-0353-c51b-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.575257 | 0.56s 2026-03-13 12:18:45.326788 | fa163e77-2d70-0353-c51b-000000000039 | OK | Gathering Facts | undercloud 2026-03-13 12:18:45.327870 | fa163e77-2d70-0353-c51b-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.579587 | 0.56s 2026-03-13 12:18:45.389063 | fa163e77-2d70-0353-c51b-00000000000a | TASK | Load distro-specific variables 2026-03-13 12:18:45.478175 | fa163e77-2d70-0353-c51b-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.729835 | 0.09s 2026-03-13 12:18:45.479313 | fa163e77-2d70-0353-c51b-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.731030 | 0.08s 2026-03-13 12:18:45.497506 | 2b9909ce-22ac-4805-bf77-4c4274b0cc90 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-13 12:18:45.498275 | 2b9909ce-22ac-4805-bf77-4c4274b0cc90 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-13 12:18:45.519501 | fa163e77-2d70-0353-c51b-000000000052 | TASK | Load distro-specific variables 2026-03-13 12:18:45.626775 | fa163e77-2d70-0353-c51b-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:18:45.628244 | fa163e77-2d70-0353-c51b-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.879953 | 0.11s 2026-03-13 12:18:45.637146 | fa163e77-2d70-0353-c51b-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:18:45.637846 | fa163e77-2d70-0353-c51b-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.889563 | 0.11s 2026-03-13 12:18:45.639208 | fa163e77-2d70-0353-c51b-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.890912 | 0.12s 2026-03-13 12:18:45.644608 | fa163e77-2d70-0353-c51b-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.896325 | 0.12s 2026-03-13 12:18:45.652891 | fa163e77-2d70-0353-c51b-00000000000b | TASK | Install chronyd 2026-03-13 12:18:45.725179 | fa163e77-2d70-0353-c51b-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.976840 | 0.07s 2026-03-13 12:18:45.746835 | fa163e77-2d70-0353-c51b-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.998548 | 0.08s 2026-03-13 12:18:45.767815 | 55de1122-c7b8-42be-a564-a0a5cf7b70c9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2026-03-13 12:18:45.768748 | 55de1122-c7b8-42be-a564-a0a5cf7b70c9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2026-03-13 12:18:45.796579 | fa163e77-2d70-0353-c51b-0000000000a2 | TASK | Load distro-specific variables 2026-03-13 12:18:45.870779 | fa163e77-2d70-0353-c51b-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.122468 | 0.07s 2026-03-13 12:18:45.884081 | fa163e77-2d70-0353-c51b-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.135796 | 0.08s 2026-03-13 12:18:45.899876 | c30067d5-295c-4c90-b911-766706e810ce | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-13 12:18:45.900651 | c30067d5-295c-4c90-b911-766706e810ce | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-13 12:18:45.922484 | fa163e77-2d70-0353-c51b-000000000102 | TASK | Load distro-specific variables 2026-03-13 12:18:46.024318 | fa163e77-2d70-0353-c51b-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:18:46.025739 | fa163e77-2d70-0353-c51b-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.277441 | 0.10s 2026-03-13 12:18:46.031170 | fa163e77-2d70-0353-c51b-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.282851 | 0.11s 2026-03-13 12:18:46.046850 | fa163e77-2d70-0353-c51b-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:18:46.047708 | fa163e77-2d70-0353-c51b-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.299424 | 0.11s 2026-03-13 12:18:46.052751 | fa163e77-2d70-0353-c51b-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.304466 | 0.12s 2026-03-13 12:18:46.061712 | fa163e77-2d70-0353-c51b-0000000000a3 | TASK | Check for NTP service 2026-03-13 12:18:46.440834 | fa163e77-2d70-0353-c51b-0000000000a3 | CHANGED | Check for NTP service | undercloud 2026-03-13 12:18:46.442318 | fa163e77-2d70-0353-c51b-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.694019 | 0.37s 2026-03-13 12:18:46.453630 | fa163e77-2d70-0353-c51b-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2026-03-13 12:18:46.454455 | fa163e77-2d70-0353-c51b-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.706170 | 0.39s 2026-03-13 12:18:46.463284 | fa163e77-2d70-0353-c51b-0000000000a4 | TASK | Disable NTP before configuring Chrony 2026-03-13 12:18:46.552570 | fa163e77-2d70-0353-c51b-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2026-03-13 12:18:46.553835 | fa163e77-2d70-0353-c51b-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.805540 | 0.09s 2026-03-13 12:18:46.564742 | fa163e77-2d70-0353-c51b-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2026-03-13 12:18:46.565463 | fa163e77-2d70-0353-c51b-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.817178 | 0.09s 2026-03-13 12:18:46.577206 | fa163e77-2d70-0353-c51b-0000000000a5 | TASK | Install chronyd package 2026-03-13 12:18:49.691452 | fa163e77-2d70-0353-c51b-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2026-03-13 12:18:49.692826 | fa163e77-2d70-0353-c51b-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.944531 | 3.11s 2026-03-13 12:18:51.839538 | fa163e77-2d70-0353-c51b-0000000000a5 | OK | Install chronyd package | undercloud 2026-03-13 12:18:51.840658 | fa163e77-2d70-0353-c51b-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:07.092371 | 5.25s 2026-03-13 12:18:51.848803 | fa163e77-2d70-0353-c51b-00000000000c | TASK | Upgrade chronyd 2026-03-13 12:18:51.938305 | fa163e77-2d70-0353-c51b-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2026-03-13 12:18:51.939453 | fa163e77-2d70-0353-c51b-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:07.191150 | 0.09s 2026-03-13 12:18:51.940041 | fa163e77-2d70-0353-c51b-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2026-03-13 12:18:51.940643 | fa163e77-2d70-0353-c51b-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:07.192360 | 0.08s 2026-03-13 12:18:51.948233 | fa163e77-2d70-0353-c51b-00000000000d | TASK | Configure chronyd 2026-03-13 12:18:52.017362 | fa163e77-2d70-0353-c51b-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.269061 | 0.07s 2026-03-13 12:18:52.041180 | fa163e77-2d70-0353-c51b-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.292895 | 0.08s 2026-03-13 12:18:52.058679 | 220d689a-210b-4737-aad5-1171939c2c7e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2026-03-13 12:18:52.059414 | 220d689a-210b-4737-aad5-1171939c2c7e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2026-03-13 12:18:52.093523 | fa163e77-2d70-0353-c51b-000000000162 | TASK | Load distro-specific variables 2026-03-13 12:18:52.170309 | fa163e77-2d70-0353-c51b-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.422004 | 0.08s 2026-03-13 12:18:52.181659 | fa163e77-2d70-0353-c51b-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.433374 | 0.08s 2026-03-13 12:18:52.198421 | 9d4580dc-d572-4fc4-9e1b-d9977453bafd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-13 12:18:52.199118 | 9d4580dc-d572-4fc4-9e1b-d9977453bafd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-13 12:18:52.215007 | fa163e77-2d70-0353-c51b-0000000001fa | TASK | Load distro-specific variables 2026-03-13 12:18:52.306512 | fa163e77-2d70-0353-c51b-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:18:52.308005 | fa163e77-2d70-0353-c51b-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.559706 | 0.09s 2026-03-13 12:18:52.316944 | fa163e77-2d70-0353-c51b-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.568650 | 0.10s 2026-03-13 12:18:52.349770 | fa163e77-2d70-0353-c51b-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:18:52.350807 | fa163e77-2d70-0353-c51b-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.602522 | 0.12s 2026-03-13 12:18:52.360785 | fa163e77-2d70-0353-c51b-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.612499 | 0.13s 2026-03-13 12:18:52.371109 | fa163e77-2d70-0353-c51b-000000000163 | TASK | Install chrony configuration file 2026-03-13 12:18:53.185862 | fa163e77-2d70-0353-c51b-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2026-03-13 12:18:53.187348 | fa163e77-2d70-0353-c51b-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.439054 | 0.81s 2026-03-13 12:18:53.230737 | fa163e77-2d70-0353-c51b-000000000163 | OK | Install chrony configuration file | undercloud 2026-03-13 12:18:53.231867 | fa163e77-2d70-0353-c51b-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.483580 | 0.85s 2026-03-13 12:18:53.240010 | fa163e77-2d70-0353-c51b-00000000000e | TASK | Run chronyd 2026-03-13 12:18:53.330470 | fa163e77-2d70-0353-c51b-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.582166 | 0.09s 2026-03-13 12:18:53.331637 | fa163e77-2d70-0353-c51b-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.583352 | 0.08s 2026-03-13 12:18:53.376208 | 3abfae9c-4c90-4d6a-a949-5d98dbd9595d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2026-03-13 12:18:53.376751 | 3abfae9c-4c90-4d6a-a949-5d98dbd9595d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2026-03-13 12:18:53.403820 | fa163e77-2d70-0353-c51b-000000000233 | TASK | Load distro-specific variables 2026-03-13 12:18:53.478226 | fa163e77-2d70-0353-c51b-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.729856 | 0.07s 2026-03-13 12:18:53.479318 | fa163e77-2d70-0353-c51b-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.731034 | 0.07s 2026-03-13 12:18:53.494640 | 933384b9-ce83-4452-ae77-e4232b49334c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-13 12:18:53.495360 | 933384b9-ce83-4452-ae77-e4232b49334c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-13 12:18:53.513004 | fa163e77-2d70-0353-c51b-0000000002ee | TASK | Load distro-specific variables 2026-03-13 12:18:53.611483 | fa163e77-2d70-0353-c51b-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:18:53.613255 | fa163e77-2d70-0353-c51b-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.864957 | 0.09s 2026-03-13 12:18:53.621917 | fa163e77-2d70-0353-c51b-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:18:53.622701 | fa163e77-2d70-0353-c51b-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.874418 | 0.11s 2026-03-13 12:18:53.628007 | fa163e77-2d70-0353-c51b-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.879710 | 0.10s 2026-03-13 12:18:53.629415 | fa163e77-2d70-0353-c51b-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.881132 | 0.12s 2026-03-13 12:18:53.637456 | fa163e77-2d70-0353-c51b-000000000234 | TASK | Ensure chronyd is running 2026-03-13 12:18:54.238971 | fa163e77-2d70-0353-c51b-000000000234 | OK | Ensure chronyd is running | undercloud 2026-03-13 12:18:54.240897 | fa163e77-2d70-0353-c51b-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.492602 | 0.59s 2026-03-13 12:18:55.229705 | fa163e77-2d70-0353-c51b-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2026-03-13 12:18:55.232300 | fa163e77-2d70-0353-c51b-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:10.484010 | 1.59s 2026-03-13 12:18:55.242294 | fa163e77-2d70-0353-c51b-000000000235 | TASK | Force chronyd restart 2026-03-13 12:18:55.341704 | fa163e77-2d70-0353-c51b-000000000235 | SKIPPED | Force chronyd restart | undercloud 2026-03-13 12:18:55.344012 | fa163e77-2d70-0353-c51b-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.595614 | 0.09s 2026-03-13 12:18:55.809476 | fa163e77-2d70-0353-c51b-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2026-03-13 12:18:55.810997 | fa163e77-2d70-0353-c51b-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:11.062710 | 0.57s 2026-03-13 12:18:55.820427 | fa163e77-2d70-0353-c51b-00000000000f | TASK | Enable online service 2026-03-13 12:18:55.901478 | fa163e77-2d70-0353-c51b-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:11.153168 | 0.08s 2026-03-13 12:18:55.913063 | fa163e77-2d70-0353-c51b-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:11.164774 | 0.08s 2026-03-13 12:18:55.930670 | 8f38a721-e033-4470-a0f9-d4467099307a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2026-03-13 12:18:55.931422 | 8f38a721-e033-4470-a0f9-d4467099307a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2026-03-13 12:18:55.971474 | fa163e77-2d70-0353-c51b-000000000338 | TASK | Create chrony-online.service unit file 2026-03-13 12:18:56.465804 | fa163e77-2d70-0353-c51b-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2026-03-13 12:18:56.466609 | fa163e77-2d70-0353-c51b-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:11.718325 | 0.49s 2026-03-13 12:18:56.478141 | fa163e77-2d70-0353-c51b-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2026-03-13 12:18:56.478492 | fa163e77-2d70-0353-c51b-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:11.730217 | 0.51s 2026-03-13 12:18:56.482476 | fa163e77-2d70-0353-c51b-000000000339 | TASK | Enable chrony-online.service 2026-03-13 12:18:57.700513 | fa163e77-2d70-0353-c51b-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2026-03-13 12:18:57.701546 | fa163e77-2d70-0353-c51b-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.953262 | 1.22s 2026-03-13 12:18:57.712728 | fa163e77-2d70-0353-c51b-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2026-03-13 12:18:57.713282 | fa163e77-2d70-0353-c51b-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.965006 | 1.22s 2026-03-13 12:18:57.717758 | fa163e77-2d70-0353-c51b-000000000010 | TASK | Sync chronyc 2026-03-13 12:18:57.805972 | fa163e77-2d70-0353-c51b-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:13.057672 | 0.09s 2026-03-13 12:18:57.807113 | fa163e77-2d70-0353-c51b-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:13.058830 | 0.08s 2026-03-13 12:18:57.823894 | b1a72a2c-c37e-4c02-99a4-1893a3389028 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2026-03-13 12:18:57.824712 | b1a72a2c-c37e-4c02-99a4-1893a3389028 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2026-03-13 12:18:57.863735 | fa163e77-2d70-0353-c51b-00000000042a | TASK | Force NTP sync 2026-03-13 12:18:58.154612 | fa163e77-2d70-0353-c51b-00000000042a | CHANGED | Force NTP sync | undercloud 2026-03-13 12:18:58.156075 | fa163e77-2d70-0353-c51b-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:13.407771 | 0.28s 2026-03-13 12:18:58.161330 | fa163e77-2d70-0353-c51b-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2026-03-13 12:18:58.162063 | fa163e77-2d70-0353-c51b-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:13.413779 | 0.30s 2026-03-13 12:18:58.170576 | fa163e77-2d70-0353-c51b-00000000042b | TASK | Ensure system is NTP time synced 2026-03-13 12:19:08.435439 | fa163e77-2d70-0353-c51b-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2026-03-13 12:19:08.437429 | fa163e77-2d70-0353-c51b-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:23.689125 | 10.27s 2026-03-13 12:19:08.448732 | fa163e77-2d70-0353-c51b-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2026-03-13 12:19:08.449556 | fa163e77-2d70-0353-c51b-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:23.701273 | 10.26s 2026-03-13 12:19:08.471086 | fa163e77-2d70-0353-c51b-00000000002c | TASK | Set timezone 2026-03-13 12:19:08.961866 | fa163e77-2d70-0353-c51b-00000000002c | OK | Set timezone | undercloud 2026-03-13 12:19:08.966282 | fa163e77-2d70-0353-c51b-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:24.217978 | 0.48s 2026-03-13 12:19:08.967305 | fa163e77-2d70-0353-c51b-00000000002c | OK | Set timezone | standalone.localdomain 2026-03-13 12:19:08.968014 | fa163e77-2d70-0353-c51b-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:24.219730 | 0.50s 2026-03-13 12:19:08.976926 | fa163e77-2d70-0353-c51b-00000000002d | TASK | Restart time services 2026-03-13 12:19:09.018101 | fa163e77-2d70-0353-c51b-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2026-03-13 12:19:09.024695 | fa163e77-2d70-0353-c51b-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2026-03-13 12:19:09.033508 | fa163e77-2d70-0353-c51b-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2026-03-13 12:19:09.039062 | fa163e77-2d70-0353-c51b-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:24.290761 | 0.06s 2026-03-13 12:19:09.040338 | fa163e77-2d70-0353-c51b-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2026-03-13 12:19:09.050709 | fa163e77-2d70-0353-c51b-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:24.302424 | 0.06s 2026-03-13 12:19:09.091796 | fa163e77-2d70-0353-c51b-000000000012 | HANDLER | Restart chronyd 2026-03-13 12:19:09.587031 | fa163e77-2d70-0353-c51b-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2026-03-13 12:19:09.589427 | fa163e77-2d70-0353-c51b-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:24.841123 | 0.50s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2026-03-13 12:19:09.608429 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:19:09.609253 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:19:09.610027 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.861741 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:19:09.610863 | UUID | Info | Host | Task Name | Run Time 2026-03-13 12:19:09.611665 | fa163e77-2d70-0353-c51b-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.27s 2026-03-13 12:19:09.612472 | fa163e77-2d70-0353-c51b-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.26s 2026-03-13 12:19:09.613282 | fa163e77-2d70-0353-c51b-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 5.25s 2026-03-13 12:19:09.614038 | fa163e77-2d70-0353-c51b-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.11s 2026-03-13 12:19:09.614835 | fa163e77-2d70-0353-c51b-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 1.59s 2026-03-13 12:19:09.615636 | fa163e77-2d70-0353-c51b-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.22s 2026-03-13 12:19:09.616454 | fa163e77-2d70-0353-c51b-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.22s 2026-03-13 12:19:09.617276 | fa163e77-2d70-0353-c51b-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.85s 2026-03-13 12:19:09.618019 | fa163e77-2d70-0353-c51b-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.81s 2026-03-13 12:19:09.618889 | fa163e77-2d70-0353-c51b-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.59s 2026-03-13 12:19:09.619675 | fa163e77-2d70-0353-c51b-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.57s 2026-03-13 12:19:09.620467 | fa163e77-2d70-0353-c51b-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2026-03-13 12:19:09.621255 | fa163e77-2d70-0353-c51b-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2026-03-13 12:19:09.622015 | fa163e77-2d70-0353-c51b-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.51s 2026-03-13 12:19:09.622912 | fa163e77-2d70-0353-c51b-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.50s 2026-03-13 12:19:09.623697 | fa163e77-2d70-0353-c51b-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.50s 2026-03-13 12:19:09.624501 | fa163e77-2d70-0353-c51b-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.49s 2026-03-13 12:19:09.625287 | fa163e77-2d70-0353-c51b-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.48s 2026-03-13 12:19:09.626039 | fa163e77-2d70-0353-c51b-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2026-03-13 12:19:09.626871 | fa163e77-2d70-0353-c51b-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.37s 2026-03-13 12:19:09.627654 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2026-03-13 12:19:10.523435 | fa163e77-2d70-a5db-69fd-000000000005 | SKIPPED | fail | undercloud 2026-03-13 12:19:10.524245 | fa163e77-2d70-a5db-69fd-000000000005 | TIMING | fail | undercloud | 0:00:00.067519 | 0.06s 2026-03-13 12:19:10.584062 | fa163e77-2d70-a5db-69fd-000000000006 | SKIPPED | fail | undercloud 2026-03-13 12:19:10.585354 | fa163e77-2d70-a5db-69fd-000000000006 | TIMING | fail | undercloud | 0:00:00.128619 | 0.06s 2026-03-13 12:19:10.592755 | fa163e77-2d70-a5db-69fd-000000000008 | TASK | Ensure working_dir is provided 2026-03-13 12:19:10.628484 | fa163e77-2d70-a5db-69fd-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2026-03-13 12:19:10.629478 | fa163e77-2d70-a5db-69fd-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.172747 | 0.04s 2026-03-13 12:19:10.648679 | fa163e77-2d70-a5db-69fd-00000000000a | TASK | ensure ceph_spec_path is defined 2026-03-13 12:19:10.685676 | fa163e77-2d70-a5db-69fd-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2026-03-13 12:19:10.686690 | fa163e77-2d70-a5db-69fd-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.229958 | 0.04s 2026-03-13 12:19:10.693606 | fa163e77-2d70-a5db-69fd-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2026-03-13 12:19:10.730108 | fa163e77-2d70-a5db-69fd-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2026-03-13 12:19:10.731279 | fa163e77-2d70-a5db-69fd-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.274546 | 0.04s 2026-03-13 12:19:10.738614 | fa163e77-2d70-a5db-69fd-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2026-03-13 12:19:10.774858 | fa163e77-2d70-a5db-69fd-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2026-03-13 12:19:10.775931 | fa163e77-2d70-a5db-69fd-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.319199 | 0.04s 2026-03-13 12:19:10.783933 | fa163e77-2d70-a5db-69fd-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2026-03-13 12:19:10.833163 | fa163e77-2d70-a5db-69fd-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2026-03-13 12:19:10.834349 | fa163e77-2d70-a5db-69fd-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.377614 | 0.05s 2026-03-13 12:19:10.841448 | fa163e77-2d70-a5db-69fd-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2026-03-13 12:19:10.964744 | fa163e77-2d70-a5db-69fd-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', '_admin', 'mgr', 'osd'], 'service_type': 'host'} 2026-03-13 12:19:10.966242 | fa163e77-2d70-a5db-69fd-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.509505 | 0.12s 2026-03-13 12:19:10.979609 | fa163e77-2d70-a5db-69fd-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-03-13 12:19:10.993970 | fa163e77-2d70-a5db-69fd-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-03-13 12:19:11.006421 | fa163e77-2d70-a5db-69fd-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-03-13 12:19:11.018124 | fa163e77-2d70-a5db-69fd-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.561394 | 0.18s 2026-03-13 12:19:11.026424 | fa163e77-2d70-a5db-69fd-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2026-03-13 12:19:11.112230 | fa163e77-2d70-a5db-69fd-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', '_admin', 'mgr', 'osd'], 'service_type': 'host'} 2026-03-13 12:19:11.125783 | fa163e77-2d70-a5db-69fd-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-03-13 12:19:11.143925 | fa163e77-2d70-a5db-69fd-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-03-13 12:19:11.155614 | fa163e77-2d70-a5db-69fd-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-03-13 12:19:11.159358 | fa163e77-2d70-a5db-69fd-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.702621 | 0.13s 2026-03-13 12:19:11.167276 | fa163e77-2d70-a5db-69fd-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2026-03-13 12:19:11.243888 | fa163e77-2d70-a5db-69fd-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2026-03-13 12:19:11.244919 | fa163e77-2d70-a5db-69fd-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.788189 | 0.08s 2026-03-13 12:19:11.253491 | fa163e77-2d70-a5db-69fd-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2026-03-13 12:19:11.290459 | fa163e77-2d70-a5db-69fd-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2026-03-13 12:19:11.291481 | fa163e77-2d70-a5db-69fd-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.834749 | 0.04s 2026-03-13 12:19:11.292310 | fa163e77-2d70-a5db-69fd-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.835588 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2026-03-13 12:19:11.357964 | fa163e77-2d70-a5db-69fd-000000000017 | TASK | Ensure ceph_spec_path is defined 2026-03-13 12:19:11.397323 | fa163e77-2d70-a5db-69fd-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2026-03-13 12:19:11.398485 | fa163e77-2d70-a5db-69fd-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.941750 | 0.04s 2026-03-13 12:19:11.406998 | fa163e77-2d70-a5db-69fd-000000000018 | TASK | Ensure public_network and cluster_network are defined 2026-03-13 12:19:11.576126 | fa163e77-2d70-a5db-69fd-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2026-03-13 12:19:11.577379 | fa163e77-2d70-a5db-69fd-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.120645 | 0.17s 2026-03-13 12:19:11.585822 | fa163e77-2d70-a5db-69fd-000000000019 | TASK | Set IP address of first monitor 2026-03-13 12:19:11.632543 | fa163e77-2d70-a5db-69fd-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2026-03-13 12:19:11.633691 | fa163e77-2d70-a5db-69fd-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.176957 | 0.05s 2026-03-13 12:19:11.655506 | fa163e77-2d70-a5db-69fd-000000000020 | TASK | Gather distribution facts if they don't exist 2026-03-13 12:19:11.706069 | fa163e77-2d70-a5db-69fd-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2026-03-13 12:19:11.707254 | fa163e77-2d70-a5db-69fd-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.250521 | 0.05s 2026-03-13 12:19:11.718487 | fa163e77-2d70-a5db-69fd-000000000021 | TASK | Install cephadm package 2026-03-13 12:19:14.853359 | fa163e77-2d70-a5db-69fd-000000000021 | OK | Install cephadm package | standalone.localdomain 2026-03-13 12:19:14.854784 | fa163e77-2d70-a5db-69fd-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.398048 | 3.13s 2026-03-13 12:19:14.864381 | fa163e77-2d70-a5db-69fd-000000000022 | TASK | Stat cephadm file 2026-03-13 12:19:15.207978 | fa163e77-2d70-a5db-69fd-000000000022 | OK | Stat cephadm file | standalone.localdomain 2026-03-13 12:19:15.209407 | fa163e77-2d70-a5db-69fd-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.752674 | 0.34s 2026-03-13 12:19:15.218925 | fa163e77-2d70-a5db-69fd-000000000023 | TASK | Fail if cephadm is not available 2026-03-13 12:19:15.245335 | fa163e77-2d70-a5db-69fd-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2026-03-13 12:19:15.246386 | fa163e77-2d70-a5db-69fd-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.789654 | 0.03s 2026-03-13 12:19:15.256069 | fa163e77-2d70-a5db-69fd-000000000024 | TASK | List Ceph daemon instances on this host 2026-03-13 12:19:16.089326 | fa163e77-2d70-a5db-69fd-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2026-03-13 12:19:16.090695 | fa163e77-2d70-a5db-69fd-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.633961 | 0.83s 2026-03-13 12:19:16.100346 | fa163e77-2d70-a5db-69fd-000000000026 | TASK | Set list of found FSIDs 2026-03-13 12:19:16.208022 | fa163e77-2d70-a5db-69fd-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2026-03-13 12:19:16.209072 | fa163e77-2d70-a5db-69fd-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.752342 | 0.11s 2026-03-13 12:19:16.217550 | fa163e77-2d70-a5db-69fd-000000000027 | TASK | Fail if >1 FSID was discovered 2026-03-13 12:19:16.285675 | fa163e77-2d70-a5db-69fd-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2026-03-13 12:19:16.286681 | fa163e77-2d70-a5db-69fd-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.829950 | 0.07s 2026-03-13 12:19:16.294965 | fa163e77-2d70-a5db-69fd-000000000028 | TASK | Set FSID to the discovered value 2026-03-13 12:19:16.371415 | fa163e77-2d70-a5db-69fd-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2026-03-13 12:19:16.372473 | fa163e77-2d70-a5db-69fd-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.915742 | 0.08s 2026-03-13 12:19:16.381155 | fa163e77-2d70-a5db-69fd-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2026-03-13 12:19:16.467714 | fa163e77-2d70-a5db-69fd-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2026-03-13 12:19:16.468281 | fa163e77-2d70-a5db-69fd-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:06.011562 | 0.09s 2026-03-13 12:19:16.472360 | fa163e77-2d70-a5db-69fd-00000000002b | TASK | Set first monitor IP if it was not passed 2026-03-13 12:19:16.576540 | fa163e77-2d70-a5db-69fd-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2026-03-13 12:19:16.577582 | fa163e77-2d70-a5db-69fd-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.120850 | 0.10s 2026-03-13 12:19:16.586586 | fa163e77-2d70-a5db-69fd-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2026-03-13 12:19:16.939337 | fa163e77-2d70-a5db-69fd-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2026-03-13 12:19:16.940170 | fa163e77-2d70-a5db-69fd-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.483446 | 0.35s 2026-03-13 12:19:16.945074 | fa163e77-2d70-a5db-69fd-00000000002d | TASK | Ensure specs directory exists 2026-03-13 12:19:17.162858 | fa163e77-2d70-a5db-69fd-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2026-03-13 12:19:17.164249 | fa163e77-2d70-a5db-69fd-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.707514 | 0.22s 2026-03-13 12:19:17.178738 | fa163e77-2d70-a5db-69fd-00000000002e | TASK | Stat spec file on ansible host 2026-03-13 12:19:17.399217 | fa163e77-2d70-a5db-69fd-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e77-2d70-a5db-69fd-00000000002e') missing from stats 2026-03-13 12:19:17.411173 | fa163e77-2d70-a5db-69fd-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2026-03-13 12:19:18.008541 | fa163e77-2d70-a5db-69fd-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2026-03-13 12:19:18.009368 | fa163e77-2d70-a5db-69fd-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.552645 | 0.60s 2026-03-13 12:19:18.016236 | fa163e77-2d70-a5db-69fd-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2026-03-13 12:19:18.295761 | fa163e77-2d70-a5db-69fd-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e77-2d70-a5db-69fd-000000000031') missing from stats 2026-03-13 12:19:18.301322 | fa163e77-2d70-a5db-69fd-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2026-03-13 12:19:18.772646 | fa163e77-2d70-a5db-69fd-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-03-13 12:19:18.774106 | fa163e77-2d70-a5db-69fd-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.317367 | 0.47s 2026-03-13 12:19:18.798258 | fa163e77-2d70-a5db-69fd-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2026-03-13 12:19:18.906809 | fa163e77-2d70-a5db-69fd-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-03-13 12:19:18.908014 | fa163e77-2d70-a5db-69fd-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.451271 | 0.11s 2026-03-13 12:19:18.925735 | fa163e77-2d70-a5db-69fd-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2026-03-13 12:19:19.013386 | fa163e77-2d70-a5db-69fd-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2026-03-13 12:19:19.014210 | fa163e77-2d70-a5db-69fd-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.557487 | 0.09s 2026-03-13 12:19:19.024308 | fa163e77-2d70-a5db-69fd-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2026-03-13 12:19:19.275248 | fa163e77-2d70-a5db-69fd-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2026-03-13 12:19:19.277444 | fa163e77-2d70-a5db-69fd-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.820691 | 0.25s 2026-03-13 12:19:19.495727 | fa163e77-2d70-a5db-69fd-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2026-03-13 12:19:19.497056 | fa163e77-2d70-a5db-69fd-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.040330 | 0.47s 2026-03-13 12:19:19.533991 | fa163e77-2d70-a5db-69fd-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.077258 | 0.51s 2026-03-13 12:19:19.544887 | fa163e77-2d70-a5db-69fd-000000000065 | TASK | Fail if necessary files are missing 2026-03-13 12:19:19.596379 | fa163e77-2d70-a5db-69fd-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 159383994, 'dev': 64516, 'nlink': 1, 'atime': 1773404321.3209357, 'mtime': 1773404321.1249304, 'ctime': 1773404321.3239357, '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': '4cce3f7cbe19934c41cc3a5c4a34335c66503729', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1745586565', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2026-03-13 12:19:19.601010 | fa163e77-2d70-a5db-69fd-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': 184558782, 'dev': 64516, 'nlink': 1, 'atime': 1773404322.24196, 'mtime': 1773404322.1049564, 'ctime': 1773404322.24496, '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': '4172ca9e766fea3837e5ddf33225a5eaeffbd8ee', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1922385784', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2026-03-13 12:19:19.606350 | fa163e77-2d70-a5db-69fd-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.149621 | 0.06s 2026-03-13 12:19:19.613596 | fa163e77-2d70-a5db-69fd-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2026-03-13 12:19:19.853734 | fa163e77-2d70-a5db-69fd-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2026-03-13 12:19:19.855709 | fa163e77-2d70-a5db-69fd-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.398959 | 0.24s 2026-03-13 12:19:19.867316 | fa163e77-2d70-a5db-69fd-000000000068 | TASK | Run cephadm bootstrap 2026-03-13 12:20:26.241174 | fa163e77-2d70-a5db-69fd-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2026-03-13 12:20:26.242628 | fa163e77-2d70-a5db-69fd-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:15.785892 | 66.37s 2026-03-13 12:20:26.253324 | fa163e77-2d70-a5db-69fd-000000000069 | TASK | Show results of bootstrap 2026-03-13 12:20:26.312829 | fa163e77-2d70-a5db-69fd-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2026-03-13 12:20:26.314004 | fa163e77-2d70-a5db-69fd-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:15.857270 | 0.06s 2026-03-13 12:20:26.323384 | fa163e77-2d70-a5db-69fd-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-13 12:20:26.381644 | fa163e77-2d70-a5db-69fd-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.924899 | 0.06s 2026-03-13 12:20:26.393362 | 8907c8fc-54a7-488b-8ed3-0168a7998e66 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-13 12:20:26.406622 | fa163e77-2d70-a5db-69fd-00000000020b | TASK | Set ceph CLI 2026-03-13 12:20:26.578224 | fa163e77-2d70-a5db-69fd-00000000020b | OK | Set ceph CLI | standalone.localdomain 2026-03-13 12:20:26.579962 | fa163e77-2d70-a5db-69fd-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:16.123225 | 0.17s 2026-03-13 12:20:26.590509 | fa163e77-2d70-a5db-69fd-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2026-03-13 12:20:27.508645 | fa163e77-2d70-a5db-69fd-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2026-03-13 12:20:27.510097 | fa163e77-2d70-a5db-69fd-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:17.053364 | 0.92s 2026-03-13 12:20:27.518671 | fa163e77-2d70-a5db-69fd-00000000006c | TASK | Set the default container image in ceph configuration 2026-03-13 12:20:28.746848 | fa163e77-2d70-a5db-69fd-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2026-03-13 12:20:28.748721 | fa163e77-2d70-a5db-69fd-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:18.291977 | 1.23s 2026-03-13 12:20:28.761596 | fa163e77-2d70-a5db-69fd-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2026-03-13 12:20:28.811445 | fa163e77-2d70-a5db-69fd-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2026-03-13 12:20:28.812662 | fa163e77-2d70-a5db-69fd-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:18.355929 | 0.05s 2026-03-13 12:20:28.832498 | fa163e77-2d70-a5db-69fd-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-13 12:20:28.883281 | fa163e77-2d70-a5db-69fd-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-03-13 12:20:28.884551 | fa163e77-2d70-a5db-69fd-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:18.427813 | 0.05s 2026-03-13 12:20:28.893944 | fa163e77-2d70-a5db-69fd-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2026-03-13 12:20:28.933057 | fa163e77-2d70-a5db-69fd-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2026-03-13 12:20:28.933916 | fa163e77-2d70-a5db-69fd-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:18.477189 | 0.04s 2026-03-13 12:20:28.940302 | fa163e77-2d70-a5db-69fd-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2026-03-13 12:20:29.014986 | fa163e77-2d70-a5db-69fd-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2026-03-13 12:20:29.016615 | fa163e77-2d70-a5db-69fd-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.559870 | 0.08s 2026-03-13 12:20:29.023100 | fa163e77-2d70-a5db-69fd-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2026-03-13 12:20:29.023825 | fa163e77-2d70-a5db-69fd-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.567103 | 0.08s 2026-03-13 12:20:29.031966 | fa163e77-2d70-a5db-69fd-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2026-03-13 12:20:29.032706 | fa163e77-2d70-a5db-69fd-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.575983 | 0.09s 2026-03-13 12:20:29.037515 | fa163e77-2d70-a5db-69fd-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2026-03-13 12:20:29.038404 | fa163e77-2d70-a5db-69fd-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.581681 | 0.10s 2026-03-13 12:20:29.049312 | fa163e77-2d70-a5db-69fd-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.592575 | 0.11s 2026-03-13 12:20:29.066205 | fa163e77-2d70-a5db-69fd-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2026-03-13 12:20:29.190924 | fa163e77-2d70-a5db-69fd-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2026-03-13 12:20:29.264222 | fa163e77-2d70-a5db-69fd-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2026-03-13 12:20:29.361952 | fa163e77-2d70-a5db-69fd-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2026-03-13 12:20:29.422371 | fa163e77-2d70-a5db-69fd-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2026-03-13 12:20:29.480944 | fa163e77-2d70-a5db-69fd-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2026-03-13 12:20:29.541818 | fa163e77-2d70-a5db-69fd-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2026-03-13 12:20:29.602318 | fa163e77-2d70-a5db-69fd-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2026-03-13 12:20:29.667315 | fa163e77-2d70-a5db-69fd-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2026-03-13 12:20:29.673161 | fa163e77-2d70-a5db-69fd-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:19.216387 | 0.61s 2026-03-13 12:20:29.683956 | fa163e77-2d70-a5db-69fd-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2026-03-13 12:20:30.731334 | fa163e77-2d70-a5db-69fd-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2026-03-13 12:20:30.733292 | fa163e77-2d70-a5db-69fd-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.276549 | 1.05s 2026-03-13 12:20:31.678239 | fa163e77-2d70-a5db-69fd-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2026-03-13 12:20:31.679606 | fa163e77-2d70-a5db-69fd-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.222879 | 1.99s 2026-03-13 12:20:32.730051 | fa163e77-2d70-a5db-69fd-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2026-03-13 12:20:32.730718 | fa163e77-2d70-a5db-69fd-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.273998 | 3.05s 2026-03-13 12:20:33.668285 | fa163e77-2d70-a5db-69fd-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2026-03-13 12:20:33.669484 | fa163e77-2d70-a5db-69fd-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.212756 | 3.98s 2026-03-13 12:20:33.677469 | fa163e77-2d70-a5db-69fd-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.220731 | 3.99s 2026-03-13 12:20:33.696809 | fa163e77-2d70-a5db-69fd-0000000000a6 | TASK | Stat spec file on bootstrap node 2026-03-13 12:20:33.949029 | fa163e77-2d70-a5db-69fd-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2026-03-13 12:20:33.950638 | fa163e77-2d70-a5db-69fd-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.493894 | 0.25s 2026-03-13 12:20:33.960283 | fa163e77-2d70-a5db-69fd-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.503550 | 0.26s 2026-03-13 12:20:33.966971 | fa163e77-2d70-a5db-69fd-0000000000a7 | TASK | Fail if spec file is missing 2026-03-13 12:20:34.045100 | fa163e77-2d70-a5db-69fd-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': 796920509, 'dev': 64516, 'nlink': 1, 'atime': 1773404357.969283, 'mtime': 1773404357.6482842, 'ctime': 1773404357.971283, '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': 'd435b83252dd88822708f967ad05345b7467a95c', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2859139133', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2026-03-13 12:20:34.056906 | fa163e77-2d70-a5db-69fd-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:23.600159 | 0.09s 2026-03-13 12:20:34.068034 | fa163e77-2d70-a5db-69fd-0000000000a8 | TASK | Get ceph_cli 2026-03-13 12:20:34.096322 | fa163e77-2d70-a5db-69fd-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:23.639569 | 0.03s 2026-03-13 12:20:34.107650 | fcfa74f1-5f22-4dda-8ddc-70ddb1411676 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-13 12:20:34.126752 | fa163e77-2d70-a5db-69fd-000000000270 | TASK | Set ceph CLI 2026-03-13 12:20:34.296629 | fa163e77-2d70-a5db-69fd-000000000270 | OK | Set ceph CLI | standalone.localdomain 2026-03-13 12:20:34.298205 | fa163e77-2d70-a5db-69fd-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:23.841466 | 0.17s 2026-03-13 12:20:34.308155 | fa163e77-2d70-a5db-69fd-0000000000a9 | TASK | Get the ceph orchestrator status 2026-03-13 12:20:35.480452 | fa163e77-2d70-a5db-69fd-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-03-13 12:20:35.481844 | fa163e77-2d70-a5db-69fd-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:25.025108 | 1.17s 2026-03-13 12:20:35.491578 | fa163e77-2d70-a5db-69fd-0000000000aa | TASK | Fail if ceph orchestrator is not available 2026-03-13 12:20:35.560645 | fa163e77-2d70-a5db-69fd-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-03-13 12:20:35.561923 | fa163e77-2d70-a5db-69fd-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:25.105188 | 0.07s 2026-03-13 12:20:35.571123 | fa163e77-2d70-a5db-69fd-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2026-03-13 12:20:35.598002 | fa163e77-2d70-a5db-69fd-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:25.141263 | 0.03s 2026-03-13 12:20:35.624422 | a744c8bc-791d-4ed2-9b15-4fb7ccd049a6 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2026-03-13 12:20:35.643042 | fa163e77-2d70-a5db-69fd-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-13 12:20:35.691438 | fa163e77-2d70-a5db-69fd-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-03-13 12:20:35.692504 | fa163e77-2d70-a5db-69fd-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:25.235771 | 0.05s 2026-03-13 12:20:35.701743 | fa163e77-2d70-a5db-69fd-0000000002a8 | TASK | set cephadm debug level 2026-03-13 12:20:35.760057 | fa163e77-2d70-a5db-69fd-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2026-03-13 12:20:35.761506 | fa163e77-2d70-a5db-69fd-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:25.304770 | 0.06s 2026-03-13 12:20:35.771070 | fa163e77-2d70-a5db-69fd-0000000002a9 | TASK | enforce minimum ceph clients version 2026-03-13 12:20:35.843458 | fa163e77-2d70-a5db-69fd-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2026-03-13 12:20:35.844565 | fa163e77-2d70-a5db-69fd-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:25.387829 | 0.07s 2026-03-13 12:20:35.853546 | fa163e77-2d70-a5db-69fd-0000000002aa | TASK | set container image base in ceph configuration 2026-03-13 12:20:36.868763 | fa163e77-2d70-a5db-69fd-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2026-03-13 12:20:36.870233 | fa163e77-2d70-a5db-69fd-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:26.413497 | 1.02s 2026-03-13 12:20:36.880943 | fa163e77-2d70-a5db-69fd-0000000002ac | TASK | set alertmanager container image in ceph configuration 2026-03-13 12:20:36.947117 | fa163e77-2d70-a5db-69fd-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2026-03-13 12:20:36.948470 | fa163e77-2d70-a5db-69fd-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:26.491733 | 0.07s 2026-03-13 12:20:36.962223 | fa163e77-2d70-a5db-69fd-0000000002ad | TASK | set grafana container image in ceph configuration 2026-03-13 12:20:37.032660 | fa163e77-2d70-a5db-69fd-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2026-03-13 12:20:37.034008 | fa163e77-2d70-a5db-69fd-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:26.577271 | 0.07s 2026-03-13 12:20:37.044157 | fa163e77-2d70-a5db-69fd-0000000002ae | TASK | set node-exporter container image in ceph configuration 2026-03-13 12:20:37.105093 | fa163e77-2d70-a5db-69fd-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2026-03-13 12:20:37.107957 | fa163e77-2d70-a5db-69fd-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:26.651211 | 0.06s 2026-03-13 12:20:37.126437 | fa163e77-2d70-a5db-69fd-0000000002af | TASK | set prometheus container image in ceph configuration 2026-03-13 12:20:37.185737 | fa163e77-2d70-a5db-69fd-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2026-03-13 12:20:37.187205 | fa163e77-2d70-a5db-69fd-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:26.730465 | 0.06s 2026-03-13 12:20:37.206738 | fa163e77-2d70-a5db-69fd-0000000000ac | TASK | Apply spec 2026-03-13 12:20:38.779428 | fa163e77-2d70-a5db-69fd-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2026-03-13 12:20:38.781080 | fa163e77-2d70-a5db-69fd-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:28.324341 | 1.57s 2026-03-13 12:20:38.791394 | fa163e77-2d70-a5db-69fd-0000000000ad | TASK | Show results of spec apply 2026-03-13 12:20:38.856718 | fa163e77-2d70-a5db-69fd-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2026-03-13 12:20:38.858219 | fa163e77-2d70-a5db-69fd-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:28.401469 | 0.07s 2026-03-13 12:20:38.868247 | fa163e77-2d70-a5db-69fd-0000000000ae | TASK | Wait for the expected number of osds to be running 2026-03-13 12:20:38.937368 | fa163e77-2d70-a5db-69fd-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:28.480621 | 0.07s 2026-03-13 12:20:38.962593 | 90dc8308-1406-4cf4-ab6d-3d492acacf51 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2026-03-13 12:20:38.986387 | fa163e77-2d70-a5db-69fd-000000000307 | TASK | Wait for expected number of osds to be running 2026-03-13 12:20:39.983403 | fa163e77-2d70-a5db-69fd-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2026-03-13 12:21:11.005272 | fa163e77-2d70-a5db-69fd-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2026-03-13 12:21:11.006557 | fa163e77-2d70-a5db-69fd-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:00.549818 | 32.02s 2026-03-13 12:21:11.023932 | fa163e77-2d70-a5db-69fd-0000000000c9 | TASK | Get ceph_cli 2026-03-13 12:21:11.070963 | fa163e77-2d70-a5db-69fd-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-13 12:21:11.072006 | fa163e77-2d70-a5db-69fd-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.615273 | 0.05s 2026-03-13 12:21:11.080857 | fa163e77-2d70-a5db-69fd-0000000000ca | TASK | Collect ceph config dump 2026-03-13 12:21:11.127392 | fa163e77-2d70-a5db-69fd-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2026-03-13 12:21:11.128543 | fa163e77-2d70-a5db-69fd-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:00.671809 | 0.05s 2026-03-13 12:21:11.138118 | fa163e77-2d70-a5db-69fd-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2026-03-13 12:21:11.206018 | fa163e77-2d70-a5db-69fd-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2026-03-13 12:21:11.207108 | fa163e77-2d70-a5db-69fd-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:00.750375 | 0.07s 2026-03-13 12:21:11.216033 | fa163e77-2d70-a5db-69fd-0000000000cc | TASK | Create pool 2026-03-13 12:21:11.282950 | fa163e77-2d70-a5db-69fd-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:00.826214 | 0.07s 2026-03-13 12:21:11.295043 | fa163e77-2d70-a5db-69fd-0000000000cd | TASK | Enable application on Ceph pools 2026-03-13 12:21:11.353320 | fa163e77-2d70-a5db-69fd-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:00.896581 | 0.06s 2026-03-13 12:21:11.362847 | fa163e77-2d70-a5db-69fd-0000000000cf | TASK | Get the RBD ceph_cli 2026-03-13 12:21:11.391548 | fa163e77-2d70-a5db-69fd-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2026-03-13 12:21:11.392582 | fa163e77-2d70-a5db-69fd-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:00.935852 | 0.03s 2026-03-13 12:21:11.401428 | fa163e77-2d70-a5db-69fd-0000000000d0 | TASK | Set trash interval 2026-03-13 12:21:11.493443 | fa163e77-2d70-a5db-69fd-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2026-03-13 12:21:11.504331 | fa163e77-2d70-a5db-69fd-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:01.047595 | 0.10s 2026-03-13 12:21:11.521761 | fa163e77-2d70-a5db-69fd-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2026-03-13 12:21:11.592998 | fa163e77-2d70-a5db-69fd-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:01.136254 | 0.07s 2026-03-13 12:21:11.602522 | fa163e77-2d70-a5db-69fd-0000000000e9 | TASK | Get ceph_cli 2026-03-13 12:21:11.642105 | fa163e77-2d70-a5db-69fd-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-13 12:21:11.643310 | fa163e77-2d70-a5db-69fd-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.186575 | 0.04s 2026-03-13 12:21:11.652405 | fa163e77-2d70-a5db-69fd-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2026-03-13 12:21:11.710940 | fa163e77-2d70-a5db-69fd-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:01.254200 | 0.06s 2026-03-13 12:21:11.729058 | fa163e77-2d70-a5db-69fd-0000000000f9 | TASK | Get ceph_cli 2026-03-13 12:21:11.768764 | fa163e77-2d70-a5db-69fd-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-13 12:21:11.769749 | fa163e77-2d70-a5db-69fd-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.313017 | 0.04s 2026-03-13 12:21:11.778433 | fa163e77-2d70-a5db-69fd-0000000000fa | TASK | Wait for the expected number of monitors to be running 2026-03-13 12:21:11.816897 | fa163e77-2d70-a5db-69fd-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2026-03-13 12:21:11.818042 | fa163e77-2d70-a5db-69fd-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:01.361310 | 0.04s 2026-03-13 12:21:11.827366 | fa163e77-2d70-a5db-69fd-0000000000fb | TASK | Run ceph mon dump to get all monitors 2026-03-13 12:21:11.866695 | fa163e77-2d70-a5db-69fd-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2026-03-13 12:21:11.867748 | fa163e77-2d70-a5db-69fd-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:01.411016 | 0.04s 2026-03-13 12:21:11.876479 | fa163e77-2d70-a5db-69fd-0000000000fc | TASK | Extract mons_json 2026-03-13 12:21:11.916965 | fa163e77-2d70-a5db-69fd-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2026-03-13 12:21:11.918120 | fa163e77-2d70-a5db-69fd-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:01.461386 | 0.04s 2026-03-13 12:21:11.927269 | fa163e77-2d70-a5db-69fd-0000000000fd | TASK | Build mons_list 2026-03-13 12:21:11.967908 | fa163e77-2d70-a5db-69fd-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2026-03-13 12:21:11.969048 | fa163e77-2d70-a5db-69fd-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:01.512313 | 0.04s 2026-03-13 12:21:11.977813 | fa163e77-2d70-a5db-69fd-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2026-03-13 12:21:12.015901 | fa163e77-2d70-a5db-69fd-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2026-03-13 12:21:12.016693 | fa163e77-2d70-a5db-69fd-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:01.559968 | 0.04s 2026-03-13 12:21:12.022780 | fa163e77-2d70-a5db-69fd-0000000000ff | TASK | Verify the keyring 2026-03-13 12:21:12.087503 | fa163e77-2d70-a5db-69fd-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:01.630766 | 0.06s 2026-03-13 12:21:12.103333 | fa163e77-2d70-a5db-69fd-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2026-03-13 12:21:12.141488 | fa163e77-2d70-a5db-69fd-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2026-03-13 12:21:12.142673 | fa163e77-2d70-a5db-69fd-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:01.685941 | 0.04s 2026-03-13 12:21:12.155868 | fa163e77-2d70-a5db-69fd-000000000101 | TASK | Save tripleo_ceph_client_vars file 2026-03-13 12:21:12.193271 | fa163e77-2d70-a5db-69fd-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2026-03-13 12:21:12.194385 | fa163e77-2d70-a5db-69fd-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:01.737652 | 0.04s 2026-03-13 12:21:12.210952 | fa163e77-2d70-a5db-69fd-00000000011c | TASK | Get ceph_cli 2026-03-13 12:21:12.236507 | fa163e77-2d70-a5db-69fd-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.779772 | 0.02s 2026-03-13 12:21:12.247014 | 531276e3-08c4-4a43-9cdb-e38681418ab3 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-13 12:21:12.261121 | fa163e77-2d70-a5db-69fd-0000000003c0 | TASK | Set ceph CLI 2026-03-13 12:21:12.440810 | fa163e77-2d70-a5db-69fd-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2026-03-13 12:21:12.441776 | fa163e77-2d70-a5db-69fd-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:01.985049 | 0.18s 2026-03-13 12:21:12.447898 | fa163e77-2d70-a5db-69fd-00000000011d | TASK | Get the ceph orchestrator status 2026-03-13 12:21:13.240385 | fa163e77-2d70-a5db-69fd-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-03-13 12:21:13.242084 | fa163e77-2d70-a5db-69fd-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:02.785347 | 0.79s 2026-03-13 12:21:13.252249 | fa163e77-2d70-a5db-69fd-00000000011e | TASK | Fail if ceph orchestrator is not available 2026-03-13 12:21:13.309622 | fa163e77-2d70-a5db-69fd-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-03-13 12:21:13.310775 | fa163e77-2d70-a5db-69fd-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:02.854042 | 0.06s 2026-03-13 12:21:13.319817 | fa163e77-2d70-a5db-69fd-000000000120 | TASK | Show the deployed daemons 2026-03-13 12:21:14.174414 | fa163e77-2d70-a5db-69fd-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2026-03-13 12:21:14.175790 | fa163e77-2d70-a5db-69fd-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:03.719056 | 0.85s 2026-03-13 12:21:14.184829 | fa163e77-2d70-a5db-69fd-000000000121 | TASK | Deployed daemons 2026-03-13 12:21:14.240502 | fa163e77-2d70-a5db-69fd-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2026-03-13 12:21:14.241627 | fa163e77-2d70-a5db-69fd-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:03.784891 | 0.06s 2026-03-13 12:21:14.250407 | fa163e77-2d70-a5db-69fd-000000000122 | TASK | Print the status of the deployed Ceph cluster 2026-03-13 12:21:15.230382 | fa163e77-2d70-a5db-69fd-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2026-03-13 12:21:15.231534 | fa163e77-2d70-a5db-69fd-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:04.774805 | 0.98s 2026-03-13 12:21:15.237455 | fa163e77-2d70-a5db-69fd-000000000123 | TASK | Ceph cluster status 2026-03-13 12:21:15.272670 | fa163e77-2d70-a5db-69fd-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 2b5c122d-a501-5763-8671-a807e570f0ca", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 80s)", " mgr: standalone.eektmt(active, since 64s)", " osd: 1 osds: 1 up (since 15s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2026-03-13 12:21:15.273357 | fa163e77-2d70-a5db-69fd-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:04.816632 | 0.04s 2026-03-13 12:21:15.286327 | fa163e77-2d70-a5db-69fd-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2026-03-13 12:21:15.852031 | fa163e77-2d70-a5db-69fd-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e77-2d70-a5db-69fd-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2026-03-13 12:21:15.892285 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:21:15.892783 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:21:15.893295 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:05.436569 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 12:21:15.893762 | UUID | Info | Host | Task Name | Run Time 2026-03-13 12:21:15.894268 | fa163e77-2d70-a5db-69fd-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 66.37s 2026-03-13 12:21:15.894787 | fa163e77-2d70-a5db-69fd-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.02s 2026-03-13 12:21:15.895289 | fa163e77-2d70-a5db-69fd-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.99s 2026-03-13 12:21:15.895755 | fa163e77-2d70-a5db-69fd-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.13s 2026-03-13 12:21:15.896303 | fa163e77-2d70-a5db-69fd-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.57s 2026-03-13 12:21:15.896767 | fa163e77-2d70-a5db-69fd-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.23s 2026-03-13 12:21:15.897347 | fa163e77-2d70-a5db-69fd-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.17s 2026-03-13 12:21:15.897853 | fa163e77-2d70-a5db-69fd-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.02s 2026-03-13 12:21:15.898373 | fa163e77-2d70-a5db-69fd-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.98s 2026-03-13 12:21:15.898839 | fa163e77-2d70-a5db-69fd-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.92s 2026-03-13 12:21:15.899342 | fa163e77-2d70-a5db-69fd-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.85s 2026-03-13 12:21:15.899806 | fa163e77-2d70-a5db-69fd-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.83s 2026-03-13 12:21:15.900347 | fa163e77-2d70-a5db-69fd-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.79s 2026-03-13 12:21:15.900808 | fa163e77-2d70-a5db-69fd-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.61s 2026-03-13 12:21:15.901318 | fa163e77-2d70-a5db-69fd-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.60s 2026-03-13 12:21:15.901775 | fa163e77-2d70-a5db-69fd-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.51s 2026-03-13 12:21:15.902279 | fa163e77-2d70-a5db-69fd-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.47s 2026-03-13 12:21:15.902760 | fa163e77-2d70-a5db-69fd-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.35s 2026-03-13 12:21:15.903265 | fa163e77-2d70-a5db-69fd-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.34s 2026-03-13 12:21:15.903730 | fa163e77-2d70-a5db-69fd-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.26s 2026-03-13 12:21:15.904234 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + '[' -f /tmp/additional_env_file.yaml ']' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2026-03-13 12:21:19.001 40979 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-13 12:21:19.025 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.026 40979 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-13 12:21:19.027 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.027 40979 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-13 12:21:19.029 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.029 40979 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-13 12:21:19.031 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.031 40979 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-13 12:21:19.032 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.032 40979 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-13 12:21:19.034 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.034 40979 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-13 12:21:19.059 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.059 40979 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-13 12:21:19.085 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.085 40979 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-13 12:21:19.088 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.088 40979 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-13 12:21:19.090 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.090 40979 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-13 12:21:19.092 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.092 40979 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-13 12:21:19.094 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.094 40979 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-13 12:21:19.095 40979 INFO migrate.versioning.api [-] done 2026-03-13 12:21:19.095 40979 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-13 12:21:19.118 40979 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2026-03-13 12:21:27Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:27Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:27Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:28Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:28Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-13 12:21:28Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:28Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-13 12:21:28Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:28Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:29Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-13 12:21:29Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:29Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:29Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-13 12:21:29Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:29Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:29Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-13 12:21:30Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-13 12:21:31Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:31Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:31Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:31Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-13 12:21:31Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:31Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:32Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:32Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-13 12:21:32Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:32Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-13 12:21:32Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:32Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:32Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:32Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-13 12:21:33Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:33Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-13 12:21:33Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-13 12:21:33Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-13 12:21:33Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:33Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:33Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:33Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-13 12:21:33Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:34Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:34Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:34Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-13 12:21:34Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:34Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-13 12:21:35Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:35Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-13 12:21:35Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:35Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-13 12:21:35Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:35Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:35Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-13 12:21:36Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-13 12:21:36Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:36Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-13 12:21:36Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:36Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-13 12:21:36Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:37Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-13 12:21:37Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:37Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:37Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:37Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:37Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:37Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:37Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-13 12:21:38Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:38Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-13 12:21:38Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-13 12:21:39Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-13 12:21:39Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-13 12:21:39Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-13 12:21:39Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-13 12:21:39Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:39Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:39Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:39Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-13 12:21:39Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:40Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-13 12:21:40Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:40Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:40Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-13 12:21:41Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-13 12:21:41Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:42Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-13 12:21:42Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:42Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:42Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:44Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:45Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:45Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:46Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:46Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:21:47Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:47Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:47Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:21:47Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:47Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:21:47Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:48Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:48Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:21:49Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:49Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:21:49Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-13 12:21:49Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:50Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-13 12:21:50Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:50Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:51Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:51Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:21:52Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:53Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:53Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:21:55Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-13 12:21:55Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:21:56Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-13 12:21:56Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:56Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:21:56Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:57Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:57Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:21:57Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-13 12:21:58Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:59Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:21:59Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:00Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:22:00Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:01Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-13 12:22:02Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:02Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:02Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:03Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:03Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:04Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:04Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:22:05Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:05Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:05Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:05Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:06Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-13 12:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:07Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-13 12:22:08Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:08Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:08Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:09Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:09Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:09Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2026-03-13 12:22:10Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:12Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:12Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-03-13 12:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:15Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-13 12:22:15Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:17Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-13 12:22:17Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:18Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-13 12:22:18Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:18Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:19Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:19Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:20Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:20Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:21Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:22Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:22Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:22Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-13 12:22:23Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:23Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:23Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:24Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:25Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:25Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:25Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:26Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-13 12:22:26Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:27Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-13 12:22:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-13 12:22:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-13 12:22:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:29Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:30Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-13 12:22:30Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:31Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-13 12:22:31Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:31Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:32Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:32Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:32Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:32Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-13 12:22:32Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:32Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-13 12:22:33Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:33Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2026-03-13 12:22:33Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:33Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-13 12:22:33Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:34Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:35Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-13 12:22:36Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:36Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-13 12:22:36Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:37Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:37Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:38Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-13 12:22:39Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:39Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:39Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:39Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:39Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:39Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-13 12:22:39Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:39Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-13 12:22:40Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:40Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-13 12:22:40Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:41Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:41Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:42Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-13 12:22:42Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:42Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:42Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:42Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:43Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:44Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:44Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:45Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:45Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:22:46Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:46Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:46Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:46Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:22:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:47Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:48Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:48Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:49Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:22:49Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:49Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:49Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:50Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-13 12:22:51Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:51Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:52Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:52Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:53Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:22:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:22:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:54Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:22:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:55Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:55Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:55Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:56Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:22:56Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:56Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:22:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-13 12:22:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:22:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:58Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:58Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:22:58Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:22:59Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:23:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:01Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:02Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-13 12:23:03Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:03Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:03Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:03Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:03Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:04Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:04Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:04Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:05Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:23:05Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:06Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:06Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:06Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:06Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:06Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:07Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:07Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:23:08Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:08Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:09Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-13 12:23:10Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:10Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:12Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:23:13Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:13Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:13Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:23:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:15Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:23:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:16Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:17Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-13 12:23:18Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:18Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:19Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:19Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:20Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:21Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:21Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:21Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:21Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:22Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:22Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:22Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:23Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:24Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:24Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:25Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:25Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:26Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-13 12:23:26Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:26Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:26Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:27Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:27Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:27Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:28Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:29Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:29Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:30Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-13 12:23:31Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:32Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-13 12:23:32Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:32Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:32Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:32Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:34Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:35Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:35Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:35Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-13 12:23:36Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:37Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-13 12:23:37Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:37Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:37Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:38Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:38Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:38Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:38Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:38Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:38Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:39Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-13 12:23:39Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:40Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:41Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:41Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:41Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:42Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:23:42Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:44Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:23:44Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:44Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-13 12:23:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:45Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:46Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:46Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:46Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:23:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-13 12:23:49Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:49Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:50Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:50Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:23:50Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:50Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:50Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:50Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:51Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:51Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:23:51Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-13 12:23:52Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:23:54Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:55Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:23:55Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2026-03-13 12:23:56Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:23:56Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-13 12:23:57Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:57Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:57Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:58Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:58Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:23:59Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:59Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:23:59Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:23:59Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:23:59Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:23:59Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:00Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:00Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:00Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:01Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:02Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:02Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:03Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-13 12:24:04Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:04Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:04Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:05Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:05Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:06Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:06Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:06Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:24:07Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:08Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:08Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:09Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-13 12:24:09Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:09Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:10Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:10Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:11Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:12Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:12Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:24:13Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:13Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:14Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:14Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:14Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-13 12:24:15Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:15Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:15Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:16Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:16Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:16Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-13 12:24:17Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:18Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:18Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-13 12:24:18Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:19Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:19Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:19Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:19Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:20Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:20Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-13 12:24:21Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:22Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:22Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-13 12:24:24Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-13 12:24:24Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:25Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:26Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-13 12:24:27Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:27Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:27Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:28Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:28Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-13 12:24:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:24:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:30Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:30Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:30Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:31Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:32Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:33Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-13 12:24:34Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:34Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:34Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:34Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:35Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:35Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:35Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:35Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:24:35Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:37Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:37Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:38Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:38Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:39Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-13 12:24:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:40Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-13 12:24:40Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:40Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:40Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:41Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:41Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:42Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:42Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:42Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:24:43Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:43Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:44Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:44Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:44Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:44Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:44Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-13 12:24:45Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:45Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-13 12:24:47Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:47Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:47Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:48Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:48Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:48Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:48Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:49Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-13 12:24:49Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:49Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:49Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:49Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:50Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:52Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:52Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:52Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-13 12:24:53Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:53Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:53Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:53Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:53Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:54Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-13 12:24:54Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:54Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:54Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:55Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:56Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:24:56Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:56Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:56Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:24:56Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:56Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:56Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:57Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:24:57Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:58Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:24:58Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:58Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:24:58Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:24:58Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:24:59Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-13 12:25:00Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:25:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-13 12:25:01Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:01Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:01Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:02Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:02Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:02Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:02Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:02Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:25:02Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:03Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:03Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:04Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:04Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:04Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:05Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:06Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:25:06Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-13 12:25:08Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:09Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-13 12:25:09Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:09Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:09Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:09Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:10Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:11Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:11Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:12Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:12Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:13Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:25:13Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:14Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-13 12:25:15Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:15Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:15Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:16Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:16Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:25:16Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:16Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:17Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:17Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:17Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:18Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:18Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:19Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:19Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:19Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:25:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:25Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:26Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-13 12:25:27Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:27Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:27Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:27Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:28Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:29Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:29Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:30Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-13 12:25:30Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:30Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:30Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:30Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:31Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:32Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:33Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:34Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:34Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:34Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-13 12:25:35Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-13 12:25:36Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:36Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-13 12:25:38Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:39Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:40Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:40Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:25:40Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:42Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:43Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:43Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-13 12:25:44Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:44Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:45Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:45Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:46Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:46Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-13 12:25:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:47Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:48Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-13 12:25:49Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:49Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-13 12:25:51Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:51Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:52Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:52Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:52Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:52Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:53Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-13 12:25:53Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:54Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:54Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:55Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:55Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:25:55Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:25:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-13 12:25:58Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2026-03-13 12:25:58Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:25:59Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-13 12:25:59Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:59Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:25:59Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:25:59Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:00Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:01Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-13 12:26:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:03Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:03Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:03Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:03Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:03Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:03Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:05Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:06Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:06Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:06Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:08Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:08Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:08Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-13 12:26:09Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:09Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:09Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:11Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:12Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:13Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:13Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-13 12:26:14Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:15Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-13 12:26:16Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:16Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-13 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:18Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:18Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:19Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:19Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-13 12:26:22Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:22Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:23Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:26:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:24Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:24Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:24Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:24Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:25Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-13 12:26:26Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:26Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:26Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:28Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:29Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-13 12:26:31Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:31Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:31Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:31Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:32Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:32Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2026-03-13 12:26:32Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:33Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-13 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:35Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:35Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-13 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:38Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:38Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-13 12:26:38Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2026-03-13 12:26:39Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:39Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:40Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-13 12:26:40Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:41Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:41Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:42Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-13 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:45Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:45Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:45Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:45Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:46Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-13 12:26:46Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:46Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:46Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:46Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:47Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:48Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:48Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:49Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-13 12:26:51Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:51Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:51Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:52Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:53Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-13 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2026-03-13 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:26:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-13 12:26:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:57Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2026-03-13 12:26:57Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:26:58Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-13 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:00Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:01Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:01Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:01Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:02Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-13 12:27:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:02Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:03Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:03Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:03Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:03Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:04Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-13 12:27:05Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:05Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:05Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:06Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:06Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:07Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:07Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:07Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-13 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:10Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-13 12:27:10Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:10Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:10Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:10Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:11Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:11Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:11Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:12Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:12Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:12Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:13Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:13Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:13Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:27:13Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:14Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:14Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:14Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:15Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:15Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:15Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:15Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-13 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-13 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:17Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-13 12:27:18Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:18Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:18Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:18Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-13 12:27:18Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:19Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-13 12:27:20Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:20Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:20Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:21Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:21Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:21Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:27:22Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:23Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:23Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:24Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:24Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:25Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-13 12:27:25Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:25Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:26Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:27Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:27Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:28Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:28Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:27:28Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:29Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:29Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:29Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:29Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-13 12:27:30Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:30Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:30Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:31Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:31Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:27:31Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:32Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:33Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:33Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:35Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-13 12:27:36Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-13 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:38Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:38Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:39Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-13 12:27:39Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:40Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:40Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:40Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:41Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:42Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:42Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:42Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:42Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:42Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:43Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:48Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:49Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-13 12:27:49Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:50Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-13 12:27:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:51Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:52Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:52Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:53Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2026-03-13 12:27:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-13 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-13 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:55Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:55Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:27:55Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-13 12:27:55Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:27:56Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-13 12:27:56Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:58Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-13 12:27:58Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:58Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:58Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:59Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:27:59Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:27:59Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:27:59Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:28:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-13 12:28:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2026-03-13 12:28:02Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:03Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-13 12:28:03Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:05Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-13 12:28:05Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:06Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-13 12:28:06Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:07Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-13 12:28:08Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:08Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:08Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:09Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:09Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:09Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:28:10Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-13 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2026-03-13 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:12Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-13 12:28:12Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:13Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:13Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:13Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:13Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:14Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-13 12:28:14Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:14Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:14Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:15Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:15Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:15Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2026-03-13 12:28:16Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:17Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-13 12:28:17Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:18Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-13 12:28:18Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:19Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2026-03-13 12:28:20Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:21Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2026-03-13 12:28:21Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:22Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2026-03-13 12:28:23Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:23Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:23Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:23Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:23Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:24Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2026-03-13 12:28:24Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:24Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:24Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:24Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:25Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:26Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2026-03-13 12:28:26Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:27Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2026-03-13 12:28:28Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:28Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:28Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:28Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:28Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:29Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2026-03-13 12:28:29Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:29Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-13 12:28:31Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:31Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:32Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:32Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:32Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:32Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:32Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:32Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-13 12:28:32Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:32Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:33Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:33Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-13 12:28:33Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:33Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:34Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:34Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:34Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:34Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:34Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:34Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:35Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:35Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:35Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:35Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-13 12:28:35Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:36Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:36Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:36Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:36Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:36Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:36Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:36Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:36Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:37Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:37Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:37Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:37Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:37Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-13 12:28:37Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:38Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:38Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:38Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-13 12:28:38Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:38Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:38Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:39Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:39Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:39Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:39Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:39Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:40Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:40Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:40Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:40Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-13 12:28:41Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:42Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-13 12:28:42Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:42Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-13 12:28:43Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:43Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:43Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:43Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:43Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-13 12:28:43Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-13 12:28:43Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:43Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:43Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:43Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-13 12:28:43Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-13 12:28:44Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:44Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:44Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-13 12:28:44Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:45Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-13 12:28:45Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:45Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:45Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:45Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:45Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:46Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:46Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-13 12:28:46Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:46Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-13 12:28:46Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-13 12:28:46Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:47Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-13 12:28:47Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:47Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:47Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:47Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:48Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:48Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:48Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:48Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:48Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:48Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:48Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:48Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:48Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:48Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:49Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:49Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:49Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:50Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:50Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-13 12:28:50Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:51Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-13 12:28:51Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-13 12:28:52Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-13 12:28:52Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:52Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:52Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:52Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:52Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:52Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-13 12:28:52Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-13 12:28:52Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-13 12:28:52Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:52Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:52Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-13 12:28:53Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:53Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-13 12:28:53Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-13 12:28:53Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:53Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:53Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:53Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:53Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:53Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-13 12:28:53Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:53Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:53Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:53Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-13 12:28:54Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:54Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-13 12:28:54Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:54Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:28:55Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-13 12:28:55Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:55Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-13 12:28:55Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:55Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:55Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-13 12:28:56Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:56Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:57Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:57Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:58Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:58Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-13 12:28:59Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:28:59Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-13 12:29:00Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-13 12:29:00Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-13 12:29:00Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-13 12:29:01Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-13 12:29:01Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/495e8b0d-6406-4ad4-b7be-9719bcb0f1a4 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2026-03-13 12:29:21.792051 | fa163e77-2d70-a5ac-1a4b-000000000006 | TASK | External deployment step 0 2026-03-13 12:29:21.819857 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-000000000006') missing from stats 2026-03-13 12:29:21.870626 | fa163e77-2d70-a5ac-1a4b-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.128638 | 0.04s 2026-03-13 12:29:21.877149 | d28a6a97-f947-4999-8b10-af662ba8071b | INCLUDED | /root/standalone-ansible-3co2r250/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-13 12:29:21.891800 | fa163e77-2d70-a5ac-1a4b-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-13 12:29:22.770208 | fa163e77-2d70-a5ac-1a4b-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-13 12:29:22.771613 | fa163e77-2d70-a5ac-1a4b-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.029620 | 0.88s 2026-03-13 12:29:22.790109 | fa163e77-2d70-a5ac-1a4b-000000000129 | TASK | create redis virtual ip 2026-03-13 12:29:23.642002 | fa163e77-2d70-a5ac-1a4b-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-13 12:29:23.642813 | fa163e77-2d70-a5ac-1a4b-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.900830 | 0.85s PLAY [Check if required variables are defined] ********************************* 2026-03-13 12:29:23.709351 | fa163e77-2d70-a5ac-1a4b-000000000138 | TASK | Gathering Facts 2026-03-13 12:29:24.306670 | fa163e77-2d70-a5ac-1a4b-000000000138 | OK | Gathering Facts | localhost 2026-03-13 12:29:24.308216 | fa163e77-2d70-a5ac-1a4b-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.566221 | 0.60s 2026-03-13 12:29:24.366403 | fa163e77-2d70-a5ac-1a4b-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-13 12:29:24.367534 | fa163e77-2d70-a5ac-1a4b-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.625540 | 0.04s 2026-03-13 12:29:24.421321 | fa163e77-2d70-a5ac-1a4b-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-13 12:29:24.422592 | fa163e77-2d70-a5ac-1a4b-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.680599 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-13 12:29:24.539012 | fa163e77-2d70-a5ac-1a4b-000000000160 | TASK | Gathering Facts 2026-03-13 12:29:24.550865 | fa163e77-2d70-a5ac-1a4b-000000000160 | TASK | Gathering Facts 2026-03-13 12:29:24.955054 | fa163e77-2d70-a5ac-1a4b-000000000160 | OK | Gathering Facts | standalone 2026-03-13 12:29:24.956119 | fa163e77-2d70-a5ac-1a4b-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.214129 | 0.40s 2026-03-13 12:29:24.957851 | fa163e77-2d70-a5ac-1a4b-000000000160 | OK | Gathering Facts | undercloud 2026-03-13 12:29:24.958515 | fa163e77-2d70-a5ac-1a4b-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.216533 | 0.42s 2026-03-13 12:29:25.004067 | fa163e77-2d70-a5ac-1a4b-000000000012 | TASK | Set legacy facts 2026-03-13 12:29:25.018305 | fa163e77-2d70-a5ac-1a4b-000000000012 | TASK | Set legacy facts 2026-03-13 12:29:25.034370 | fa163e77-2d70-a5ac-1a4b-000000000012 | OK | Set legacy facts | undercloud 2026-03-13 12:29:25.035416 | fa163e77-2d70-a5ac-1a4b-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.293429 | 0.03s 2026-03-13 12:29:25.057102 | fa163e77-2d70-a5ac-1a4b-000000000012 | OK | Set legacy facts | standalone 2026-03-13 12:29:25.057574 | fa163e77-2d70-a5ac-1a4b-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.315589 | 0.04s PLAY [Load global variables] *************************************************** 2026-03-13 12:29:25.222855 | fa163e77-2d70-a5ac-1a4b-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-13 12:29:25.229649 | fa163e77-2d70-a5ac-1a4b-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.487657 | 0.06s 2026-03-13 12:29:25.230101 | fa163e77-2d70-a5ac-1a4b-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-13 12:29:25.230470 | fa163e77-2d70-a5ac-1a4b-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.488487 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-13 12:29:25.306839 | fa163e77-2d70-a5ac-1a4b-000000000018 | TASK | Include Service VIP vars 2026-03-13 12:29:25.344593 | fa163e77-2d70-a5ac-1a4b-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-13 12:29:25.345216 | fa163e77-2d70-a5ac-1a4b-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.603231 | 0.04s 2026-03-13 12:29:25.345545 | fa163e77-2d70-a5ac-1a4b-000000000018 | OK | Include Service VIP vars | standalone 2026-03-13 12:29:25.345841 | fa163e77-2d70-a5ac-1a4b-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.603861 | 0.03s 2026-03-13 12:29:25.348991 | fa163e77-2d70-a5ac-1a4b-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-13 12:29:25.386001 | fa163e77-2d70-a5ac-1a4b-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-13 12:29:25.386779 | fa163e77-2d70-a5ac-1a4b-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.644791 | 0.04s 2026-03-13 12:29:25.387255 | fa163e77-2d70-a5ac-1a4b-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-13 12:29:25.387662 | fa163e77-2d70-a5ac-1a4b-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.645680 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-13 12:29:25.479728 | fa163e77-2d70-a5ac-1a4b-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-13 12:29:26.244713 | fa163e77-2d70-a5ac-1a4b-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e77-2d70-a5ac-1a4b-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-13 12:29:26.338067 | fa163e77-2d70-a5ac-1a4b-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-13 12:29:26.373838 | fa163e77-2d70-a5ac-1a4b-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-13 12:29:26.374550 | fa163e77-2d70-a5ac-1a4b-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.632560 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-03-13 12:29:26.450711 | fa163e77-2d70-a5ac-1a4b-000000000023 | TASK | Set selinux state 2026-03-13 12:29:27.037705 | fa163e77-2d70-a5ac-1a4b-000000000023 | OK | Set selinux state | standalone 2026-03-13 12:29:27.038954 | fa163e77-2d70-a5ac-1a4b-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.296958 | 0.59s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-13 12:29:27.180246 | fa163e77-2d70-a5ac-1a4b-000000000026 | TASK | Configure Hosts Entries 2026-03-13 12:29:27.212797 | fa163e77-2d70-a5ac-1a4b-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.470789 | 0.03s 2026-03-13 12:29:27.228566 | fa163e77-2d70-a5ac-1a4b-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.486583 | 0.02s 2026-03-13 12:29:27.271032 | fa163e77-2d70-a5ac-1a4b-0000000001f1 | TASK | Create temporary file for hosts 2026-03-13 12:29:27.625711 | fa163e77-2d70-a5ac-1a4b-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-13 12:29:27.629444 | fa163e77-2d70-a5ac-1a4b-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.887442 | 0.34s 2026-03-13 12:29:27.630333 | fa163e77-2d70-a5ac-1a4b-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-13 12:29:27.630960 | fa163e77-2d70-a5ac-1a4b-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.888973 | 0.36s 2026-03-13 12:29:27.649885 | fa163e77-2d70-a5ac-1a4b-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-13 12:29:28.043574 | fa163e77-2d70-a5ac-1a4b-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-13 12:29:28.045549 | fa163e77-2d70-a5ac-1a4b-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.303550 | 0.39s 2026-03-13 12:29:28.057978 | fa163e77-2d70-a5ac-1a4b-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-13 12:29:28.058721 | fa163e77-2d70-a5ac-1a4b-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.316733 | 0.39s 2026-03-13 12:29:28.076657 | fa163e77-2d70-a5ac-1a4b-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-13 12:29:28.455592 | fa163e77-2d70-a5ac-1a4b-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-13 12:29:28.457256 | fa163e77-2d70-a5ac-1a4b-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.715252 | 0.36s 2026-03-13 12:29:28.458447 | fa163e77-2d70-a5ac-1a4b-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-13 12:29:28.459200 | fa163e77-2d70-a5ac-1a4b-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.717212 | 0.38s 2026-03-13 12:29:28.477489 | fa163e77-2d70-a5ac-1a4b-0000000001f4 | TASK | Render out the hosts entries 2026-03-13 12:29:28.608649 | fa163e77-2d70-a5ac-1a4b-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-13 12:29:28.610014 | fa163e77-2d70-a5ac-1a4b-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.868016 | 0.13s 2026-03-13 12:29:28.628560 | fa163e77-2d70-a5ac-1a4b-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-13 12:29:28.911399 | fa163e77-2d70-a5ac-1a4b-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-13 12:29:28.912405 | fa163e77-2d70-a5ac-1a4b-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.170415 | 0.26s 2026-03-13 12:29:28.923085 | fa163e77-2d70-a5ac-1a4b-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-13 12:29:28.923457 | fa163e77-2d70-a5ac-1a4b-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.181477 | 0.29s 2026-03-13 12:29:28.937737 | fa163e77-2d70-a5ac-1a4b-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-13 12:29:29.293851 | fa163e77-2d70-a5ac-1a4b-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-13 12:29:29.295919 | fa163e77-2d70-a5ac-1a4b-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.553898 | 0.36s 2026-03-13 12:29:29.296962 | fa163e77-2d70-a5ac-1a4b-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-13 12:29:29.297642 | fa163e77-2d70-a5ac-1a4b-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.555655 | 0.35s 2026-03-13 12:29:29.315759 | fa163e77-2d70-a5ac-1a4b-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-13 12:29:29.687420 | fa163e77-2d70-a5ac-1a4b-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-13 12:29:29.688884 | fa163e77-2d70-a5ac-1a4b-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.946886 | 0.35s 2026-03-13 12:29:29.689882 | fa163e77-2d70-a5ac-1a4b-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-13 12:29:29.690601 | fa163e77-2d70-a5ac-1a4b-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.948614 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2026-03-13 12:29:29.814188 | fa163e77-2d70-a5ac-1a4b-00000000002a | TASK | Common roles for TripleO servers 2026-03-13 12:29:29.841192 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-00000000002a') missing from stats 2026-03-13 12:29:29.921482 | fa163e77-2d70-a5ac-1a4b-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.179485 | 0.02s 2026-03-13 12:29:29.993714 | fa163e77-2d70-a5ac-1a4b-000000000254 | TASK | Gather variables for each operating system 2026-03-13 12:29:30.117921 | fa163e77-2d70-a5ac-1a4b-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-13 12:29:30.119437 | fa163e77-2d70-a5ac-1a4b-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.377439 | 0.12s 2026-03-13 12:29:30.125117 | fa163e77-2d70-a5ac-1a4b-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.383113 | 0.13s 2026-03-13 12:29:30.150405 | fa163e77-2d70-a5ac-1a4b-000000000256 | TASK | Check release version package is installed 2026-03-13 12:29:30.459231 | fa163e77-2d70-a5ac-1a4b-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-13 12:29:30.460703 | fa163e77-2d70-a5ac-1a4b-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.718704 | 0.31s 2026-03-13 12:29:30.488230 | fa163e77-2d70-a5ac-1a4b-000000000257 | TASK | Deploy release version package 2026-03-13 12:29:35.019779 | fa163e77-2d70-a5ac-1a4b-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-13 12:29:35.021006 | fa163e77-2d70-a5ac-1a4b-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.279012 | 4.53s 2026-03-13 12:29:35.045778 | fa163e77-2d70-a5ac-1a4b-000000000259 | TASK | Include packages tasks 2026-03-13 12:29:35.066497 | fa163e77-2d70-a5ac-1a4b-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.324499 | 0.02s 2026-03-13 12:29:35.084265 | e85d5f9f-3064-49b7-ad5d-e29d4856148e | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-13 12:29:35.112443 | fa163e77-2d70-a5ac-1a4b-0000000002ad | TASK | Gather facts if they don't exist 2026-03-13 12:29:35.159192 | fa163e77-2d70-a5ac-1a4b-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-13 12:29:35.160438 | fa163e77-2d70-a5ac-1a4b-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.418438 | 0.05s 2026-03-13 12:29:35.186610 | fa163e77-2d70-a5ac-1a4b-0000000002ae | TASK | Gather variables for each operating system 2026-03-13 12:29:35.307826 | fa163e77-2d70-a5ac-1a4b-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-13 12:29:35.318914 | fa163e77-2d70-a5ac-1a4b-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.576914 | 0.13s 2026-03-13 12:29:35.339917 | fa163e77-2d70-a5ac-1a4b-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-13 12:29:35.603039 | fa163e77-2d70-a5ac-1a4b-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-13 12:29:35.604444 | fa163e77-2d70-a5ac-1a4b-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.862447 | 0.26s 2026-03-13 12:29:35.630273 | fa163e77-2d70-a5ac-1a4b-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-13 12:29:41.426585 | fa163e77-2d70-a5ac-1a4b-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-13 12:29:41.427389 | fa163e77-2d70-a5ac-1a4b-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.685401 | 5.80s 2026-03-13 12:29:41.444578 | fa163e77-2d70-a5ac-1a4b-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-13 12:29:42.627670 | fa163e77-2d70-a5ac-1a4b-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-13 12:29:42.630384 | fa163e77-2d70-a5ac-1a4b-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.888386 | 1.19s 2026-03-13 12:29:42.656880 | fa163e77-2d70-a5ac-1a4b-00000000025a | TASK | Enable openvswitch service if installed 2026-03-13 12:29:43.573679 | fa163e77-2d70-a5ac-1a4b-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-13 12:29:43.577023 | fa163e77-2d70-a5ac-1a4b-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.835000 | 0.92s 2026-03-13 12:29:43.604228 | fa163e77-2d70-a5ac-1a4b-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-13 12:29:43.827525 | fa163e77-2d70-a5ac-1a4b-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-13 12:29:43.828391 | fa163e77-2d70-a5ac-1a4b-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.086406 | 0.22s 2026-03-13 12:29:43.845642 | fa163e77-2d70-a5ac-1a4b-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-13 12:29:44.134898 | fa163e77-2d70-a5ac-1a4b-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-13 12:29:44.136247 | fa163e77-2d70-a5ac-1a4b-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.394249 | 0.29s 2026-03-13 12:29:44.161206 | fa163e77-2d70-a5ac-1a4b-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-13 12:29:44.218210 | fa163e77-2d70-a5ac-1a4b-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-13 12:29:44.219281 | fa163e77-2d70-a5ac-1a4b-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.477285 | 0.06s 2026-03-13 12:29:44.243817 | fa163e77-2d70-a5ac-1a4b-00000000025f | TASK | Ensure network service is enabled 2026-03-13 12:29:44.633005 | fa163e77-2d70-a5ac-1a4b-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-13 12:29:44.634766 | fa163e77-2d70-a5ac-1a4b-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.892770 | 0.39s 2026-03-13 12:29:44.660682 | fa163e77-2d70-a5ac-1a4b-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-13 12:29:45.024030 | fa163e77-2d70-a5ac-1a4b-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-13 12:29:45.025679 | fa163e77-2d70-a5ac-1a4b-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.283680 | 0.36s 2026-03-13 12:29:45.053449 | fa163e77-2d70-a5ac-1a4b-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-13 12:29:45.290221 | fa163e77-2d70-a5ac-1a4b-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-13 12:29:45.291569 | fa163e77-2d70-a5ac-1a4b-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.549572 | 0.24s 2026-03-13 12:29:45.316850 | fa163e77-2d70-a5ac-1a4b-000000000263 | TASK | Reload NetworkManager 2026-03-13 12:29:45.700813 | fa163e77-2d70-a5ac-1a4b-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-13 12:29:45.702787 | fa163e77-2d70-a5ac-1a4b-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.960788 | 0.38s 2026-03-13 12:29:45.729958 | fa163e77-2d70-a5ac-1a4b-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-13 12:29:45.956378 | fa163e77-2d70-a5ac-1a4b-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-13 12:29:45.958170 | fa163e77-2d70-a5ac-1a4b-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.216143 | 0.23s 2026-03-13 12:29:45.984086 | fa163e77-2d70-a5ac-1a4b-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-13 12:29:46.349180 | fa163e77-2d70-a5ac-1a4b-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-13 12:29:46.350522 | fa163e77-2d70-a5ac-1a4b-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.608526 | 0.37s 2026-03-13 12:29:46.375910 | fa163e77-2d70-a5ac-1a4b-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-13 12:29:46.589760 | fa163e77-2d70-a5ac-1a4b-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-13 12:29:46.590987 | fa163e77-2d70-a5ac-1a4b-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.848991 | 0.21s 2026-03-13 12:29:46.615699 | fa163e77-2d70-a5ac-1a4b-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-13 12:29:46.819277 | fa163e77-2d70-a5ac-1a4b-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-13 12:29:46.820574 | fa163e77-2d70-a5ac-1a4b-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.078578 | 0.20s 2026-03-13 12:29:46.888752 | fa163e77-2d70-a5ac-1a4b-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.146746 | 0.02s 2026-03-13 12:29:46.981984 | fa163e77-2d70-a5ac-1a4b-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-13 12:29:47.191916 | fa163e77-2d70-a5ac-1a4b-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-13 12:29:47.193257 | fa163e77-2d70-a5ac-1a4b-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.451259 | 0.21s 2026-03-13 12:29:47.220367 | fa163e77-2d70-a5ac-1a4b-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-13 12:29:47.421920 | fa163e77-2d70-a5ac-1a4b-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-13 12:29:47.423214 | fa163e77-2d70-a5ac-1a4b-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.681218 | 0.20s 2026-03-13 12:29:47.447926 | fa163e77-2d70-a5ac-1a4b-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-13 12:29:47.475329 | fa163e77-2d70-a5ac-1a4b-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-13 12:29:47.476393 | fa163e77-2d70-a5ac-1a4b-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.734398 | 0.03s 2026-03-13 12:29:47.500617 | fa163e77-2d70-a5ac-1a4b-000000000364 | TASK | Write temporary file 2026-03-13 12:29:47.529093 | fa163e77-2d70-a5ac-1a4b-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-13 12:29:47.530198 | fa163e77-2d70-a5ac-1a4b-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.788202 | 0.03s 2026-03-13 12:29:47.554901 | fa163e77-2d70-a5ac-1a4b-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-13 12:29:47.631360 | fa163e77-2d70-a5ac-1a4b-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-13 12:29:47.632575 | fa163e77-2d70-a5ac-1a4b-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.890578 | 0.08s 2026-03-13 12:29:47.658115 | fa163e77-2d70-a5ac-1a4b-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-13 12:29:47.878242 | fa163e77-2d70-a5ac-1a4b-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-13 12:29:47.879455 | fa163e77-2d70-a5ac-1a4b-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.137454 | 0.22s 2026-03-13 12:29:47.903827 | fa163e77-2d70-a5ac-1a4b-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-13 12:29:48.115847 | fa163e77-2d70-a5ac-1a4b-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-13 12:29:48.117080 | fa163e77-2d70-a5ac-1a4b-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.375084 | 0.21s 2026-03-13 12:29:48.141969 | fa163e77-2d70-a5ac-1a4b-000000000368 | TASK | Remove temp file 2026-03-13 12:29:48.363072 | fa163e77-2d70-a5ac-1a4b-000000000368 | CHANGED | Remove temp file | standalone 2026-03-13 12:29:48.364477 | fa163e77-2d70-a5ac-1a4b-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.622481 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-13 12:29:48.557188 | fa163e77-2d70-a5ac-1a4b-000000000034 | TASK | Deploy step tasks for step 0 2026-03-13 12:29:48.624718 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-000000000034') missing from stats 2026-03-13 12:29:48.645901 | fa163e77-2d70-a5ac-1a4b-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-13 12:29:48.919609 | fa163e77-2d70-a5ac-1a4b-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-13 12:29:48.921049 | fa163e77-2d70-a5ac-1a4b-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.179053 | 0.27s 2026-03-13 12:29:48.946362 | fa163e77-2d70-a5ac-1a4b-000000000036 | TASK | Check cloud-init status 2026-03-13 12:29:49.176615 | fa163e77-2d70-a5ac-1a4b-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-13 12:29:49.178194 | fa163e77-2d70-a5ac-1a4b-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.436193 | 0.23s 2026-03-13 12:29:49.203495 | fa163e77-2d70-a5ac-1a4b-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-13 12:29:49.422246 | fa163e77-2d70-a5ac-1a4b-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-13 12:29:49.423593 | fa163e77-2d70-a5ac-1a4b-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.681598 | 0.22s 2026-03-13 12:29:49.448796 | fa163e77-2d70-a5ac-1a4b-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-13 12:29:49.840080 | fa163e77-2d70-a5ac-1a4b-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-13 12:29:49.841544 | fa163e77-2d70-a5ac-1a4b-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.099549 | 0.39s 2026-03-13 12:29:49.867788 | fa163e77-2d70-a5ac-1a4b-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-13 12:29:50.087772 | fa163e77-2d70-a5ac-1a4b-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-13 12:29:50.088956 | fa163e77-2d70-a5ac-1a4b-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.346963 | 0.22s 2026-03-13 12:29:50.113751 | fa163e77-2d70-a5ac-1a4b-00000000003a | TASK | Write container-puppet.sh 2026-03-13 12:29:50.553416 | fa163e77-2d70-a5ac-1a4b-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-13 12:29:50.554596 | fa163e77-2d70-a5ac-1a4b-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.812602 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-13 12:29:50.619614 | fa163e77-2d70-a5ac-1a4b-00000000003b | TIMING | include_tasks | standalone | 0:00:28.877619 | 0.04s 2026-03-13 12:29:50.640067 | 73612f52-fcd3-48f8-a370-baed3667f17e | INCLUDED | /root/standalone-ansible-3co2r250/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-13 12:29:50.673457 | fa163e77-2d70-a5ac-1a4b-000000000416 | TASK | Configure tuned before reboot 2026-03-13 12:29:50.722806 | fa163e77-2d70-a5ac-1a4b-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.980803 | 0.05s 2026-03-13 12:29:50.788047 | fa163e77-2d70-a5ac-1a4b-000000000455 | TASK | Gather variables for each operating system 2026-03-13 12:29:50.903947 | fa163e77-2d70-a5ac-1a4b-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-13 12:29:50.906246 | fa163e77-2d70-a5ac-1a4b-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.164247 | 0.12s 2026-03-13 12:29:50.916620 | fa163e77-2d70-a5ac-1a4b-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.174621 | 0.13s 2026-03-13 12:29:51.001989 | fa163e77-2d70-a5ac-1a4b-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.259983 | 0.06s 2026-03-13 12:29:51.025217 | ba4811ae-c782-4158-8647-6a40841e45b4 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-13 12:29:51.061883 | fa163e77-2d70-a5ac-1a4b-00000000047f | TASK | Check tuned package is installed 2026-03-13 12:29:51.327976 | fa163e77-2d70-a5ac-1a4b-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-13 12:29:51.328842 | fa163e77-2d70-a5ac-1a4b-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.586854 | 0.27s 2026-03-13 12:29:51.346932 | fa163e77-2d70-a5ac-1a4b-000000000480 | TASK | Install tuned 2026-03-13 12:29:58.910096 | fa163e77-2d70-a5ac-1a4b-000000000480 | CHANGED | Install tuned | standalone 2026-03-13 12:29:58.911417 | fa163e77-2d70-a5ac-1a4b-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.169423 | 7.56s 2026-03-13 12:29:58.937815 | fa163e77-2d70-a5ac-1a4b-000000000481 | TASK | Restart tuned 2026-03-13 12:30:00.765328 | fa163e77-2d70-a5ac-1a4b-000000000481 | CHANGED | Restart tuned | standalone 2026-03-13 12:30:00.767667 | fa163e77-2d70-a5ac-1a4b-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.025671 | 1.83s 2026-03-13 12:30:00.795452 | fa163e77-2d70-a5ac-1a4b-000000000457 | TASK | Check for tuned-adm 2026-03-13 12:30:01.020515 | fa163e77-2d70-a5ac-1a4b-000000000457 | OK | Check for tuned-adm | standalone 2026-03-13 12:30:01.021886 | fa163e77-2d70-a5ac-1a4b-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.279886 | 0.22s 2026-03-13 12:30:01.078574 | fa163e77-2d70-a5ac-1a4b-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.336569 | 0.03s 2026-03-13 12:30:01.108398 | d35e0275-8bc1-4695-a867-6f723f677808 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-13 12:30:01.144362 | fa163e77-2d70-a5ac-1a4b-0000000004b6 | TASK | Ensure profile directory exists 2026-03-13 12:30:01.212863 | fa163e77-2d70-a5ac-1a4b-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-13 12:30:01.214009 | fa163e77-2d70-a5ac-1a4b-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.472004 | 0.07s 2026-03-13 12:30:01.239998 | fa163e77-2d70-a5ac-1a4b-0000000004b7 | TASK | Create custom tuned profile 2026-03-13 12:30:01.312407 | fa163e77-2d70-a5ac-1a4b-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-13 12:30:01.313496 | fa163e77-2d70-a5ac-1a4b-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.571495 | 0.07s 2026-03-13 12:30:01.339941 | fa163e77-2d70-a5ac-1a4b-0000000004b8 | TASK | Check tuned active profile 2026-03-13 12:30:01.689412 | fa163e77-2d70-a5ac-1a4b-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-13 12:30:01.690589 | fa163e77-2d70-a5ac-1a4b-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.948597 | 0.35s 2026-03-13 12:30:01.716848 | fa163e77-2d70-a5ac-1a4b-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-13 12:30:01.941242 | fa163e77-2d70-a5ac-1a4b-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-13 12:30:01.941990 | fa163e77-2d70-a5ac-1a4b-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.200006 | 0.22s 2026-03-13 12:30:01.959728 | fa163e77-2d70-a5ac-1a4b-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-13 12:30:02.019118 | fa163e77-2d70-a5ac-1a4b-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-13 12:30:02.020191 | fa163e77-2d70-a5ac-1a4b-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.278196 | 0.06s 2026-03-13 12:30:02.048021 | fa163e77-2d70-a5ac-1a4b-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-13 12:30:02.108349 | fa163e77-2d70-a5ac-1a4b-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-13 12:30:02.109369 | fa163e77-2d70-a5ac-1a4b-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.367376 | 0.06s 2026-03-13 12:30:02.135121 | fa163e77-2d70-a5ac-1a4b-0000000004bc | TASK | Enable tuned profile 2026-03-13 12:30:03.570972 | fa163e77-2d70-a5ac-1a4b-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-13 12:30:03.572330 | fa163e77-2d70-a5ac-1a4b-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.830337 | 1.44s 2026-03-13 12:30:03.621696 | fa163e77-2d70-a5ac-1a4b-000000000417 | TASK | Configure kernel args and reboot 2026-03-13 12:30:03.672393 | fa163e77-2d70-a5ac-1a4b-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.930397 | 0.05s 2026-03-13 12:30:03.813448 | fa163e77-2d70-a5ac-1a4b-000000000569 | TASK | Get the command line args of the node 2026-03-13 12:30:03.996727 | fa163e77-2d70-a5ac-1a4b-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-13 12:30:03.997518 | fa163e77-2d70-a5ac-1a4b-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.255533 | 0.18s 2026-03-13 12:30:04.015350 | fa163e77-2d70-a5ac-1a4b-00000000056b | TASK | Check if node has a nova.conf 2026-03-13 12:30:04.244118 | fa163e77-2d70-a5ac-1a4b-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-13 12:30:04.245443 | fa163e77-2d70-a5ac-1a4b-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.503448 | 0.23s 2026-03-13 12:30:04.272063 | fa163e77-2d70-a5ac-1a4b-00000000056d | TASK | Warn operator about workload protection 2026-03-13 12:30:04.311174 | fa163e77-2d70-a5ac-1a4b-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-13 12:30:04.312345 | fa163e77-2d70-a5ac-1a4b-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.570350 | 0.04s 2026-03-13 12:30:04.338456 | fa163e77-2d70-a5ac-1a4b-00000000056e | TASK | Setting defer reboot fact 2026-03-13 12:30:04.369596 | fa163e77-2d70-a5ac-1a4b-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-13 12:30:04.370873 | fa163e77-2d70-a5ac-1a4b-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.628877 | 0.03s 2026-03-13 12:30:04.398102 | fa163e77-2d70-a5ac-1a4b-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-13 12:30:04.427172 | fa163e77-2d70-a5ac-1a4b-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.685137 | 0.03s 2026-03-13 12:30:04.454387 | fa163e77-2d70-a5ac-1a4b-000000000575 | TASK | Find hugepages in cmdline 2026-03-13 12:30:04.482861 | fa163e77-2d70-a5ac-1a4b-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-13 12:30:04.484063 | fa163e77-2d70-a5ac-1a4b-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.742068 | 0.03s 2026-03-13 12:30:04.510675 | fa163e77-2d70-a5ac-1a4b-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-13 12:30:04.559518 | fa163e77-2d70-a5ac-1a4b-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-13 12:30:04.560745 | fa163e77-2d70-a5ac-1a4b-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.818751 | 0.05s 2026-03-13 12:30:04.587975 | fa163e77-2d70-a5ac-1a4b-00000000057a | TASK | Find desired default hugepage size 2026-03-13 12:30:04.639017 | fa163e77-2d70-a5ac-1a4b-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-13 12:30:04.640070 | fa163e77-2d70-a5ac-1a4b-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.898077 | 0.05s 2026-03-13 12:30:04.666230 | fa163e77-2d70-a5ac-1a4b-00000000057c | TASK | Storing non-configured hugepages 2026-03-13 12:30:04.695028 | fa163e77-2d70-a5ac-1a4b-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.953022 | 0.03s 2026-03-13 12:30:04.727866 | fa163e77-2d70-a5ac-1a4b-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-13 12:30:04.778928 | fa163e77-2d70-a5ac-1a4b-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-13 12:30:04.779852 | fa163e77-2d70-a5ac-1a4b-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.037864 | 0.05s 2026-03-13 12:30:04.800856 | fa163e77-2d70-a5ac-1a4b-00000000057f | TASK | Determining the default hugepagesz 2026-03-13 12:30:04.849220 | fa163e77-2d70-a5ac-1a4b-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-13 12:30:04.850163 | fa163e77-2d70-a5ac-1a4b-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.108174 | 0.05s 2026-03-13 12:30:04.870606 | fa163e77-2d70-a5ac-1a4b-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-13 12:30:04.918453 | fa163e77-2d70-a5ac-1a4b-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-13 12:30:04.919362 | fa163e77-2d70-a5ac-1a4b-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.177374 | 0.05s 2026-03-13 12:30:04.939534 | fa163e77-2d70-a5ac-1a4b-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-13 12:30:04.984358 | fa163e77-2d70-a5ac-1a4b-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-13 12:30:04.985527 | fa163e77-2d70-a5ac-1a4b-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.243532 | 0.04s 2026-03-13 12:30:05.011483 | fa163e77-2d70-a5ac-1a4b-000000000583 | TASK | Warn about possible modifications 2026-03-13 12:30:05.052514 | fa163e77-2d70-a5ac-1a4b-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-13 12:30:05.053573 | fa163e77-2d70-a5ac-1a4b-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.311579 | 0.04s 2026-03-13 12:30:05.079297 | fa163e77-2d70-a5ac-1a4b-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-13 12:30:05.120814 | fa163e77-2d70-a5ac-1a4b-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-13 12:30:05.121854 | fa163e77-2d70-a5ac-1a4b-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.379860 | 0.04s 2026-03-13 12:30:05.147660 | fa163e77-2d70-a5ac-1a4b-000000000585 | TASK | Cleaning up whitespaces 2026-03-13 12:30:05.191181 | fa163e77-2d70-a5ac-1a4b-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-13 12:30:05.192262 | fa163e77-2d70-a5ac-1a4b-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.450269 | 0.04s 2026-03-13 12:30:05.217836 | fa163e77-2d70-a5ac-1a4b-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-13 12:30:05.599429 | fa163e77-2d70-a5ac-1a4b-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-13 12:30:05.600973 | fa163e77-2d70-a5ac-1a4b-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.858977 | 0.38s 2026-03-13 12:30:05.627849 | fa163e77-2d70-a5ac-1a4b-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-13 12:30:05.690688 | fa163e77-2d70-a5ac-1a4b-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-13 12:30:05.691911 | fa163e77-2d70-a5ac-1a4b-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.949916 | 0.06s 2026-03-13 12:30:05.719556 | fa163e77-2d70-a5ac-1a4b-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-13 12:30:05.782536 | fa163e77-2d70-a5ac-1a4b-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-13 12:30:05.783846 | fa163e77-2d70-a5ac-1a4b-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.041850 | 0.06s 2026-03-13 12:30:05.810903 | fa163e77-2d70-a5ac-1a4b-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-13 12:30:05.876333 | fa163e77-2d70-a5ac-1a4b-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-13 12:30:05.877590 | fa163e77-2d70-a5ac-1a4b-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.135594 | 0.07s 2026-03-13 12:30:05.903295 | fa163e77-2d70-a5ac-1a4b-00000000058c | TASK | Generate grub config 2026-03-13 12:30:05.965678 | fa163e77-2d70-a5ac-1a4b-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-13 12:30:05.966760 | fa163e77-2d70-a5ac-1a4b-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.224765 | 0.06s 2026-03-13 12:30:05.993172 | fa163e77-2d70-a5ac-1a4b-000000000590 | TASK | Get the block device that /boot is on 2026-03-13 12:30:06.042692 | fa163e77-2d70-a5ac-1a4b-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-13 12:30:06.043812 | fa163e77-2d70-a5ac-1a4b-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.301817 | 0.05s 2026-03-13 12:30:06.071163 | fa163e77-2d70-a5ac-1a4b-000000000591 | TASK | Get the mount point that /boot is in 2026-03-13 12:30:06.135574 | fa163e77-2d70-a5ac-1a4b-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-13 12:30:06.136661 | fa163e77-2d70-a5ac-1a4b-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.394668 | 0.06s 2026-03-13 12:30:06.163215 | fa163e77-2d70-a5ac-1a4b-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-13 12:30:06.224844 | fa163e77-2d70-a5ac-1a4b-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-13 12:30:06.225965 | fa163e77-2d70-a5ac-1a4b-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.483971 | 0.06s 2026-03-13 12:30:06.252776 | fa163e77-2d70-a5ac-1a4b-000000000593 | TASK | Executed script to fix grub-menu 2026-03-13 12:30:06.315271 | fa163e77-2d70-a5ac-1a4b-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-13 12:30:06.316362 | fa163e77-2d70-a5ac-1a4b-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.574368 | 0.06s 2026-03-13 12:30:06.344169 | fa163e77-2d70-a5ac-1a4b-000000000594 | TASK | Check grub config paths 2026-03-13 12:30:06.416759 | fa163e77-2d70-a5ac-1a4b-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-13 12:30:06.432935 | fa163e77-2d70-a5ac-1a4b-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-13 12:30:06.439679 | fa163e77-2d70-a5ac-1a4b-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.697676 | 0.09s 2026-03-13 12:30:06.467660 | fa163e77-2d70-a5ac-1a4b-000000000595 | TASK | Write EFI grub.cfg 2026-03-13 12:30:06.541422 | fa163e77-2d70-a5ac-1a4b-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2026-03-13 12:30:06.558223 | fa163e77-2d70-a5ac-1a4b-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2026-03-13 12:30:06.564996 | fa163e77-2d70-a5ac-1a4b-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.822997 | 0.10s 2026-03-13 12:30:06.591400 | fa163e77-2d70-a5ac-1a4b-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-13 12:30:06.645247 | fa163e77-2d70-a5ac-1a4b-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-13 12:30:06.646308 | fa163e77-2d70-a5ac-1a4b-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.904315 | 0.05s 2026-03-13 12:30:06.672875 | fa163e77-2d70-a5ac-1a4b-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-13 12:30:06.735787 | fa163e77-2d70-a5ac-1a4b-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-13 12:30:06.736854 | fa163e77-2d70-a5ac-1a4b-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.994862 | 0.06s 2026-03-13 12:30:06.762852 | fa163e77-2d70-a5ac-1a4b-000000000598 | TASK | Execute grub2-mkconfig 2026-03-13 12:30:06.823934 | fa163e77-2d70-a5ac-1a4b-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-13 12:30:06.825053 | fa163e77-2d70-a5ac-1a4b-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.083056 | 0.06s 2026-03-13 12:30:06.851711 | fa163e77-2d70-a5ac-1a4b-000000000599 | TASK | Check for active tuned profile 2026-03-13 12:30:06.913912 | fa163e77-2d70-a5ac-1a4b-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-13 12:30:06.914985 | fa163e77-2d70-a5ac-1a4b-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.172992 | 0.06s 2026-03-13 12:30:06.941517 | fa163e77-2d70-a5ac-1a4b-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-13 12:30:07.004787 | fa163e77-2d70-a5ac-1a4b-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-13 12:30:07.005975 | fa163e77-2d70-a5ac-1a4b-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.263981 | 0.06s 2026-03-13 12:30:07.031919 | fa163e77-2d70-a5ac-1a4b-00000000059b | TASK | Set reboot required fact 2026-03-13 12:30:07.095376 | fa163e77-2d70-a5ac-1a4b-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-13 12:30:07.096808 | fa163e77-2d70-a5ac-1a4b-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.354810 | 0.06s 2026-03-13 12:30:07.131890 | fa163e77-2d70-a5ac-1a4b-00000000059d | TASK | Apply DPDK workarounds 2026-03-13 12:30:07.184193 | fa163e77-2d70-a5ac-1a4b-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-13 12:30:07.184758 | fa163e77-2d70-a5ac-1a4b-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.442774 | 0.05s 2026-03-13 12:30:07.202706 | fa163e77-2d70-a5ac-1a4b-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-13 12:30:07.244079 | fa163e77-2d70-a5ac-1a4b-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-13 12:30:07.245626 | fa163e77-2d70-a5ac-1a4b-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.503625 | 0.04s 2026-03-13 12:30:07.277952 | fa163e77-2d70-a5ac-1a4b-0000000005a0 | TASK | Load modules 2026-03-13 12:30:07.325731 | fa163e77-2d70-a5ac-1a4b-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-13 12:30:07.337654 | fa163e77-2d70-a5ac-1a4b-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.595657 | 0.06s 2026-03-13 12:30:07.364360 | fa163e77-2d70-a5ac-1a4b-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-13 12:30:07.414209 | fa163e77-2d70-a5ac-1a4b-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-13 12:30:07.421015 | fa163e77-2d70-a5ac-1a4b-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.679010 | 0.06s 2026-03-13 12:30:07.448068 | fa163e77-2d70-a5ac-1a4b-0000000005a4 | TASK | Drop module persistence 2026-03-13 12:30:07.497409 | fa163e77-2d70-a5ac-1a4b-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-13 12:30:07.509341 | fa163e77-2d70-a5ac-1a4b-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.767344 | 0.06s 2026-03-13 12:30:07.535510 | fa163e77-2d70-a5ac-1a4b-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-13 12:30:07.585029 | fa163e77-2d70-a5ac-1a4b-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-13 12:30:07.603710 | fa163e77-2d70-a5ac-1a4b-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.861714 | 0.07s 2026-03-13 12:30:07.629509 | fa163e77-2d70-a5ac-1a4b-0000000005a8 | TASK | Modules reload 2026-03-13 12:30:07.672326 | fa163e77-2d70-a5ac-1a4b-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-13 12:30:07.673464 | fa163e77-2d70-a5ac-1a4b-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.931470 | 0.04s 2026-03-13 12:30:07.699774 | fa163e77-2d70-a5ac-1a4b-0000000005aa | TASK | Reboot tasks 2026-03-13 12:30:07.750448 | fa163e77-2d70-a5ac-1a4b-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-13 12:30:07.751562 | fa163e77-2d70-a5ac-1a4b-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.009569 | 0.05s 2026-03-13 12:30:07.778096 | fa163e77-2d70-a5ac-1a4b-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-13 12:30:07.829983 | fa163e77-2d70-a5ac-1a4b-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-13 12:30:07.831082 | fa163e77-2d70-a5ac-1a4b-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.089088 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-13 12:30:08.006708 | fa163e77-2d70-a5ac-1a4b-00000000003f | TASK | Server pre-network deployments 2026-03-13 12:30:08.034189 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-00000000003f') missing from stats 2026-03-13 12:30:08.054619 | fa163e77-2d70-a5ac-1a4b-000000000043 | TASK | Hiera config 2026-03-13 12:30:08.081236 | fa163e77-2d70-a5ac-1a4b-000000000043 | TIMING | Hiera config | standalone | 0:00:46.339236 | 0.03s 2026-03-13 12:30:08.129878 | fa163e77-2d70-a5ac-1a4b-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-13 12:30:08.392182 | fa163e77-2d70-a5ac-1a4b-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-13 12:30:08.393509 | fa163e77-2d70-a5ac-1a4b-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.651514 | 0.26s 2026-03-13 12:30:08.421197 | fa163e77-2d70-a5ac-1a4b-000000000722 | TASK | Write hiera config 2026-03-13 12:30:08.877418 | fa163e77-2d70-a5ac-1a4b-000000000722 | CHANGED | Write hiera config | standalone 2026-03-13 12:30:08.878862 | fa163e77-2d70-a5ac-1a4b-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.136867 | 0.46s 2026-03-13 12:30:08.927869 | fa163e77-2d70-a5ac-1a4b-000000000044 | TASK | Hiera symlink 2026-03-13 12:30:09.184186 | fa163e77-2d70-a5ac-1a4b-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-13 12:30:09.185638 | fa163e77-2d70-a5ac-1a4b-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.443640 | 0.26s 2026-03-13 12:30:09.212873 | fa163e77-2d70-a5ac-1a4b-000000000045 | TASK | Hieradata from vars 2026-03-13 12:30:09.234736 | fa163e77-2d70-a5ac-1a4b-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.492734 | 0.02s 2026-03-13 12:30:09.304086 | fa163e77-2d70-a5ac-1a4b-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-13 12:30:09.961989 | fa163e77-2d70-a5ac-1a4b-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-13 12:30:09.962726 | fa163e77-2d70-a5ac-1a4b-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.220741 | 0.66s 2026-03-13 12:30:09.980012 | fa163e77-2d70-a5ac-1a4b-00000000077d | TASK | Render hieradata from template 2026-03-13 12:30:10.517098 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-13 12:30:10.518173 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.776184 | 0.54s 2026-03-13 12:30:10.997560 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-13 12:30:10.998245 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.256260 | 1.02s 2026-03-13 12:30:11.597335 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-13 12:30:11.598517 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.856525 | 1.62s 2026-03-13 12:30:11.987424 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-13 12:30:11.988046 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.246063 | 2.01s 2026-03-13 12:30:12.462622 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-13 12:30:12.464194 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.722202 | 2.48s 2026-03-13 12:30:12.899305 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-13 12:30:12.902511 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.160517 | 2.92s 2026-03-13 12:30:13.364995 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-13 12:30:13.365870 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.623881 | 3.39s 2026-03-13 12:30:13.864336 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-13 12:30:13.866595 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.124598 | 3.89s 2026-03-13 12:30:14.366998 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-13 12:30:14.369327 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.627332 | 4.39s 2026-03-13 12:30:14.904550 | fa163e77-2d70-a5ac-1a4b-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-13 12:30:14.906339 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.164352 | 4.93s 2026-03-13 12:30:14.919342 | fa163e77-2d70-a5ac-1a4b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.177342 | 4.94s 2026-03-13 12:30:14.975186 | fa163e77-2d70-a5ac-1a4b-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-13 12:30:15.005024 | fa163e77-2d70-a5ac-1a4b-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.263019 | 0.03s 2026-03-13 12:30:15.078649 | fa163e77-2d70-a5ac-1a4b-000000000821 | TASK | Check for hieradata file 2026-03-13 12:30:15.300756 | fa163e77-2d70-a5ac-1a4b-000000000821 | OK | Check for hieradata file | standalone 2026-03-13 12:30:15.302219 | fa163e77-2d70-a5ac-1a4b-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.560220 | 0.22s 2026-03-13 12:30:15.330199 | fa163e77-2d70-a5ac-1a4b-000000000823 | TASK | Get existing data 2026-03-13 12:30:15.369367 | fa163e77-2d70-a5ac-1a4b-000000000823 | SKIPPED | Get existing data | standalone 2026-03-13 12:30:15.370630 | fa163e77-2d70-a5ac-1a4b-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.628635 | 0.04s 2026-03-13 12:30:15.397985 | fa163e77-2d70-a5ac-1a4b-000000000824 | TASK | Set data fact 2026-03-13 12:30:15.448239 | fa163e77-2d70-a5ac-1a4b-000000000824 | SKIPPED | Set data fact | standalone 2026-03-13 12:30:15.449592 | fa163e77-2d70-a5ac-1a4b-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.707590 | 0.05s 2026-03-13 12:30:15.476432 | fa163e77-2d70-a5ac-1a4b-000000000826 | TASK | Write ansible hieradata file 2026-03-13 12:30:15.947096 | fa163e77-2d70-a5ac-1a4b-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-13 12:30:15.948680 | fa163e77-2d70-a5ac-1a4b-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.206685 | 0.47s 2026-03-13 12:30:16.052321 | fa163e77-2d70-a5ac-1a4b-000000000047 | TIMING | include_tasks | standalone | 0:00:54.310314 | 0.05s PLAY [Server network deployments] ********************************************** 2026-03-13 12:30:16.223935 | fa163e77-2d70-a5ac-1a4b-00000000004b | TASK | Network Configuration 2026-03-13 12:30:16.254454 | fa163e77-2d70-a5ac-1a4b-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e77-2d70-a5ac-1a4b-00000000004b') missing from stats 2026-03-13 12:30:16.278301 | fa163e77-2d70-a5ac-1a4b-00000000004c | TASK | Check NetworkConfig script existence 2026-03-13 12:30:16.303314 | fa163e77-2d70-a5ac-1a4b-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-13 12:30:16.304010 | fa163e77-2d70-a5ac-1a4b-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.562020 | 0.02s 2026-03-13 12:30:16.324630 | fa163e77-2d70-a5ac-1a4b-000000000052 | TASK | Gather SELinux fact if needed 2026-03-13 12:30:16.371576 | fa163e77-2d70-a5ac-1a4b-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-13 12:30:16.372795 | fa163e77-2d70-a5ac-1a4b-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.630801 | 0.05s 2026-03-13 12:30:16.399029 | fa163e77-2d70-a5ac-1a4b-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-13 12:30:17.054904 | fa163e77-2d70-a5ac-1a4b-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-13 12:30:17.056290 | fa163e77-2d70-a5ac-1a4b-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.314296 | 0.66s 2026-03-13 12:30:17.082285 | fa163e77-2d70-a5ac-1a4b-000000000054 | TASK | Ensure requirements are satisfied 2026-03-13 12:30:17.112332 | fa163e77-2d70-a5ac-1a4b-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.370329 | 0.03s 2026-03-13 12:30:17.171759 | fa163e77-2d70-a5ac-1a4b-0000000008bf | TASK | Gather facts if they don't exist 2026-03-13 12:30:17.208684 | fa163e77-2d70-a5ac-1a4b-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-13 12:30:17.209578 | fa163e77-2d70-a5ac-1a4b-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.467588 | 0.04s 2026-03-13 12:30:17.229469 | fa163e77-2d70-a5ac-1a4b-0000000008c0 | TASK | Gather variables for each operating system 2026-03-13 12:30:17.340312 | fa163e77-2d70-a5ac-1a4b-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-13 12:30:17.354282 | fa163e77-2d70-a5ac-1a4b-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.612268 | 0.12s 2026-03-13 12:30:17.384653 | fa163e77-2d70-a5ac-1a4b-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-13 12:30:17.651507 | fa163e77-2d70-a5ac-1a4b-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-13 12:30:17.652904 | fa163e77-2d70-a5ac-1a4b-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.910910 | 0.27s 2026-03-13 12:30:17.680315 | fa163e77-2d70-a5ac-1a4b-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-13 12:30:17.708088 | fa163e77-2d70-a5ac-1a4b-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-13 12:30:17.709278 | fa163e77-2d70-a5ac-1a4b-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.967283 | 0.03s 2026-03-13 12:30:17.735036 | fa163e77-2d70-a5ac-1a4b-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-13 12:30:18.728878 | fa163e77-2d70-a5ac-1a4b-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-13 12:30:18.731572 | fa163e77-2d70-a5ac-1a4b-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.989576 | 1.00s 2026-03-13 12:30:18.782995 | fa163e77-2d70-a5ac-1a4b-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-13 12:30:19.039003 | fa163e77-2d70-a5ac-1a4b-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-13 12:30:19.041634 | fa163e77-2d70-a5ac-1a4b-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.299627 | 0.26s 2026-03-13 12:30:19.068891 | fa163e77-2d70-a5ac-1a4b-000000000057 | TASK | Reload NetworkManager 2026-03-13 12:30:19.466003 | fa163e77-2d70-a5ac-1a4b-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-13 12:30:19.468096 | fa163e77-2d70-a5ac-1a4b-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.726098 | 0.40s 2026-03-13 12:30:19.496947 | fa163e77-2d70-a5ac-1a4b-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-13 12:30:19.739489 | fa163e77-2d70-a5ac-1a4b-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-13 12:30:19.742182 | fa163e77-2d70-a5ac-1a4b-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.000186 | 0.24s 2026-03-13 12:30:19.769523 | fa163e77-2d70-a5ac-1a4b-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-13 12:30:20.017189 | fa163e77-2d70-a5ac-1a4b-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-13 12:30:20.019710 | fa163e77-2d70-a5ac-1a4b-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.277713 | 0.25s 2026-03-13 12:30:20.046771 | fa163e77-2d70-a5ac-1a4b-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-13 12:30:20.080378 | fa163e77-2d70-a5ac-1a4b-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-13 12:30:20.082477 | fa163e77-2d70-a5ac-1a4b-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.340473 | 0.03s 2026-03-13 12:30:20.109994 | fa163e77-2d70-a5ac-1a4b-00000000005c | TASK | Ensure we get cloud-init 2026-03-13 12:30:20.365590 | fa163e77-2d70-a5ac-1a4b-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-13 12:30:20.367006 | fa163e77-2d70-a5ac-1a4b-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.625010 | 0.26s 2026-03-13 12:30:20.393180 | fa163e77-2d70-a5ac-1a4b-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-13 12:30:20.693971 | fa163e77-2d70-a5ac-1a4b-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-13 12:30:20.695723 | fa163e77-2d70-a5ac-1a4b-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.953723 | 0.30s 2026-03-13 12:30:20.722973 | fa163e77-2d70-a5ac-1a4b-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-13 12:30:21.105311 | fa163e77-2d70-a5ac-1a4b-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-13 12:30:21.106609 | fa163e77-2d70-a5ac-1a4b-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.364614 | 0.38s 2026-03-13 12:30:21.134020 | fa163e77-2d70-a5ac-1a4b-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-13 12:30:21.206477 | fa163e77-2d70-a5ac-1a4b-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-13 12:30:21.207646 | fa163e77-2d70-a5ac-1a4b-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.465650 | 0.07s 2026-03-13 12:30:21.228583 | fa163e77-2d70-a5ac-1a4b-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-13 12:30:21.465025 | fa163e77-2d70-a5ac-1a4b-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-13 12:30:21.466444 | fa163e77-2d70-a5ac-1a4b-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.724451 | 0.24s 2026-03-13 12:30:21.493507 | fa163e77-2d70-a5ac-1a4b-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-13 12:30:21.567106 | fa163e77-2d70-a5ac-1a4b-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.825099 | 0.07s 2026-03-13 12:30:21.597589 | 6c0b71d7-7a8a-465b-a28d-e6be9ad577f0 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-13 12:30:21.637396 | fa163e77-2d70-a5ac-1a4b-000000000909 | TASK | Set nic_config_file fact 2026-03-13 12:30:21.724277 | fa163e77-2d70-a5ac-1a4b-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-13 12:30:21.725685 | fa163e77-2d70-a5ac-1a4b-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.983689 | 0.09s 2026-03-13 12:30:21.753466 | fa163e77-2d70-a5ac-1a4b-00000000090a | TASK | Render overidden network config 2026-03-13 12:30:21.840196 | fa163e77-2d70-a5ac-1a4b-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-13 12:30:21.841098 | fa163e77-2d70-a5ac-1a4b-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.099111 | 0.09s 2026-03-13 12:30:21.867906 | fa163e77-2d70-a5ac-1a4b-00000000090b | TASK | Render network_config 2026-03-13 12:30:21.933262 | fa163e77-2d70-a5ac-1a4b-00000000090b | SKIPPED | Render network_config | standalone 2026-03-13 12:30:21.934108 | fa163e77-2d70-a5ac-1a4b-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.192120 | 0.06s 2026-03-13 12:30:21.954436 | fa163e77-2d70-a5ac-1a4b-00000000090c | TASK | Render network_config from template 2026-03-13 12:30:22.559510 | fa163e77-2d70-a5ac-1a4b-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-13 12:30:22.560969 | fa163e77-2d70-a5ac-1a4b-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.818974 | 0.61s 2026-03-13 12:30:22.587386 | fa163e77-2d70-a5ac-1a4b-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=229786844179.44068 2026-03-13 12:30:26.713360 | fa163e77-2d70-a5ac-1a4b-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-13 12:30:26.715696 | fa163e77-2d70-a5ac-1a4b-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.973698 | 4.13s 2026-03-13 12:30:26.745152 | fa163e77-2d70-a5ac-1a4b-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-13 12:30:27.369903 | fa163e77-2d70-a5ac-1a4b-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-13 12:30:27.371713 | fa163e77-2d70-a5ac-1a4b-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.629715 | 0.63s 2026-03-13 12:30:27.398665 | fa163e77-2d70-a5ac-1a4b-000000000065 | TASK | Disable cloud-init network config 2026-03-13 12:30:27.933299 | fa163e77-2d70-a5ac-1a4b-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-13 12:30:27.935171 | fa163e77-2d70-a5ac-1a4b-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:06.193138 | 0.53s 2026-03-13 12:30:27.966805 | fa163e77-2d70-a5ac-1a4b-000000000066 | TASK | Ensure network service is enabled 2026-03-13 12:30:28.378397 | fa163e77-2d70-a5ac-1a4b-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-13 12:30:28.380722 | fa163e77-2d70-a5ac-1a4b-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.638723 | 0.41s PLAY [Server network validation] *********************************************** 2026-03-13 12:30:28.563682 | fa163e77-2d70-a5ac-1a4b-000000000096 | TASK | Basic Network Validation 2026-03-13 12:30:28.591616 | fa163e77-2d70-a5ac-1a4b-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.849619 | 0.03s 2026-03-13 12:30:28.635022 | fa163e77-2d70-a5ac-1a4b-000000000945 | TASK | Collect default network fact 2026-03-13 12:30:29.162561 | fa163e77-2d70-a5ac-1a4b-000000000945 | OK | Collect default network fact | standalone 2026-03-13 12:30:29.163989 | fa163e77-2d70-a5ac-1a4b-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:07.421984 | 0.53s 2026-03-13 12:30:29.189841 | fa163e77-2d70-a5ac-1a4b-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-13 12:30:29.222731 | fa163e77-2d70-a5ac-1a4b-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-13 12:30:29.223998 | fa163e77-2d70-a5ac-1a4b-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.482001 | 0.03s 2026-03-13 12:30:29.249675 | fa163e77-2d70-a5ac-1a4b-000000000947 | TASK | Check all networks Gateway availability 2026-03-13 12:30:29.282773 | fa163e77-2d70-a5ac-1a4b-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:07.540773 | 0.03s 2026-03-13 12:30:29.308971 | fa163e77-2d70-a5ac-1a4b-000000000949 | TASK | Check Controllers availability 2026-03-13 12:30:29.378721 | fa163e77-2d70-a5ac-1a4b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-13 12:30:29.385283 | fa163e77-2d70-a5ac-1a4b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-13 12:30:29.391149 | fa163e77-2d70-a5ac-1a4b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-13 12:30:29.397513 | fa163e77-2d70-a5ac-1a4b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-13 12:30:29.404109 | fa163e77-2d70-a5ac-1a4b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-13 12:30:29.409127 | fa163e77-2d70-a5ac-1a4b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-13 12:30:29.422493 | fa163e77-2d70-a5ac-1a4b-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.680486 | 0.11s 2026-03-13 12:30:29.448661 | fa163e77-2d70-a5ac-1a4b-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-13 12:30:29.480803 | fa163e77-2d70-a5ac-1a4b-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-13 12:30:29.482026 | fa163e77-2d70-a5ac-1a4b-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.740030 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-03-13 12:30:29.654586 | fa163e77-2d70-a5ac-1a4b-00000000009a | TASK | Server pre deployments 2026-03-13 12:30:29.683942 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-00000000009a') missing from stats 2026-03-13 12:30:29.707200 | fa163e77-2d70-a5ac-1a4b-00000000009e | TASK | Hiera config 2026-03-13 12:30:29.739490 | fa163e77-2d70-a5ac-1a4b-00000000009e | TIMING | Hiera config | standalone | 0:01:07.997481 | 0.03s 2026-03-13 12:30:29.785687 | fa163e77-2d70-a5ac-1a4b-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-13 12:30:30.030736 | fa163e77-2d70-a5ac-1a4b-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-13 12:30:30.032451 | fa163e77-2d70-a5ac-1a4b-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:08.290453 | 0.25s 2026-03-13 12:30:30.059466 | fa163e77-2d70-a5ac-1a4b-00000000099f | TASK | Write hiera config 2026-03-13 12:30:30.566335 | fa163e77-2d70-a5ac-1a4b-00000000099f | OK | Write hiera config | standalone 2026-03-13 12:30:30.567792 | fa163e77-2d70-a5ac-1a4b-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.825799 | 0.51s 2026-03-13 12:30:30.616932 | fa163e77-2d70-a5ac-1a4b-00000000009f | TASK | Hiera symlink 2026-03-13 12:30:30.846307 | fa163e77-2d70-a5ac-1a4b-00000000009f | OK | Hiera symlink | standalone 2026-03-13 12:30:30.847689 | fa163e77-2d70-a5ac-1a4b-00000000009f | TIMING | Hiera symlink | standalone | 0:01:09.105694 | 0.23s 2026-03-13 12:30:30.873314 | fa163e77-2d70-a5ac-1a4b-0000000000a0 | TASK | Hieradata from vars 2026-03-13 12:30:30.901763 | fa163e77-2d70-a5ac-1a4b-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:09.159761 | 0.03s 2026-03-13 12:30:30.961544 | fa163e77-2d70-a5ac-1a4b-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-13 12:30:31.481644 | fa163e77-2d70-a5ac-1a4b-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-13 12:30:31.483428 | fa163e77-2d70-a5ac-1a4b-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.741428 | 0.52s 2026-03-13 12:30:31.510564 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TASK | Render hieradata from template 2026-03-13 12:30:32.051403 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-13 12:30:32.052990 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.310993 | 0.54s 2026-03-13 12:30:32.599879 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-13 12:30:32.601005 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.859011 | 1.09s 2026-03-13 12:30:33.180980 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-13 12:30:33.183365 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.441370 | 1.67s 2026-03-13 12:30:33.618386 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-13 12:30:33.620989 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.878996 | 2.11s 2026-03-13 12:30:34.106083 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-13 12:30:34.108570 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.366576 | 2.60s 2026-03-13 12:30:34.579204 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-13 12:30:34.581265 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.839270 | 3.07s 2026-03-13 12:30:35.084301 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-13 12:30:35.086640 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.344646 | 3.57s 2026-03-13 12:30:35.596746 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-13 12:30:35.599052 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.857050 | 4.09s 2026-03-13 12:30:36.105537 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-13 12:30:36.106327 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.364341 | 4.59s 2026-03-13 12:30:36.630373 | fa163e77-2d70-a5ac-1a4b-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-13 12:30:36.632598 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.890597 | 5.12s 2026-03-13 12:30:36.645465 | fa163e77-2d70-a5ac-1a4b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.903465 | 5.13s 2026-03-13 12:30:36.697494 | fa163e77-2d70-a5ac-1a4b-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-13 12:30:36.719815 | fa163e77-2d70-a5ac-1a4b-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.977804 | 0.02s 2026-03-13 12:30:36.787086 | fa163e77-2d70-a5ac-1a4b-000000000a9e | TASK | Check for hieradata file 2026-03-13 12:30:36.991853 | fa163e77-2d70-a5ac-1a4b-000000000a9e | OK | Check for hieradata file | standalone 2026-03-13 12:30:36.993671 | fa163e77-2d70-a5ac-1a4b-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:15.251665 | 0.21s 2026-03-13 12:30:37.020937 | fa163e77-2d70-a5ac-1a4b-000000000aa0 | TASK | Get existing data 2026-03-13 12:30:37.062676 | fa163e77-2d70-a5ac-1a4b-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-13 12:30:37.064471 | fa163e77-2d70-a5ac-1a4b-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:15.322466 | 0.04s 2026-03-13 12:30:37.092096 | fa163e77-2d70-a5ac-1a4b-000000000aa1 | TASK | Set data fact 2026-03-13 12:30:37.143724 | fa163e77-2d70-a5ac-1a4b-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-13 12:30:37.145086 | fa163e77-2d70-a5ac-1a4b-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:15.403089 | 0.05s 2026-03-13 12:30:37.174175 | fa163e77-2d70-a5ac-1a4b-000000000aa3 | TASK | Write ansible hieradata file 2026-03-13 12:30:37.727669 | fa163e77-2d70-a5ac-1a4b-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-13 12:30:37.729445 | fa163e77-2d70-a5ac-1a4b-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.987446 | 0.55s 2026-03-13 12:30:37.841496 | fa163e77-2d70-a5ac-1a4b-0000000000a2 | TIMING | include_tasks | standalone | 0:01:16.099480 | 0.06s PLAY [Host prep steps] ********************************************************* 2026-03-13 12:30:37.982383 | fa163e77-2d70-a5ac-1a4b-0000000000a6 | TASK | Host prep steps 2026-03-13 12:30:38.012520 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000a6') missing from stats 2026-03-13 12:30:38.101069 | fa163e77-2d70-a5ac-1a4b-0000000000a7 | TASK | Deploy Artifacts 2026-03-13 12:30:38.215223 | fa163e77-2d70-a5ac-1a4b-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-13 12:30:38.216925 | fa163e77-2d70-a5ac-1a4b-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:16.474923 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-13 12:30:38.289038 | fa163e77-2d70-a5ac-1a4b-0000000000a8 | TIMING | include_tasks | standalone | 0:01:16.547033 | 0.04s 2026-03-13 12:30:38.570684 | bf2370b4-aa62-4911-8169-22712e075720 | INCLUDED | /root/standalone-ansible-3co2r250/Standalone/host_prep_tasks.yaml | standalone 2026-03-13 12:30:38.627671 | fa163e77-2d70-a5ac-1a4b-000000000b1e | TASK | Run firewall role 2026-03-13 12:30:38.652618 | fa163e77-2d70-a5ac-1a4b-000000000b1e | TIMING | Run firewall role | standalone | 0:01:16.910627 | 0.02s 2026-03-13 12:30:38.705812 | fa163e77-2d70-a5ac-1a4b-000000000c38 | TASK | Gather variables for each operating system 2026-03-13 12:30:38.820753 | fa163e77-2d70-a5ac-1a4b-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-13 12:30:38.821928 | fa163e77-2d70-a5ac-1a4b-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.079930 | 0.12s 2026-03-13 12:30:38.828230 | fa163e77-2d70-a5ac-1a4b-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.086222 | 0.12s 2026-03-13 12:30:38.855326 | fa163e77-2d70-a5ac-1a4b-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-13 12:30:41.807009 | fa163e77-2d70-a5ac-1a4b-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-13 12:30:41.808523 | fa163e77-2d70-a5ac-1a4b-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:20.066528 | 2.95s 2026-03-13 12:30:41.835453 | fa163e77-2d70-a5ac-1a4b-000000000c3d | TASK | Create empty var for masquerade rules 2026-03-13 12:30:41.875005 | fa163e77-2d70-a5ac-1a4b-000000000c3d | OK | Create empty var for masquerade rules | standalone 2026-03-13 12:30:41.876178 | fa163e77-2d70-a5ac-1a4b-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.134184 | 0.04s 2026-03-13 12:30:41.902942 | fa163e77-2d70-a5ac-1a4b-000000000c3e | TASK | Enable masquerade 2026-03-13 12:30:41.953377 | fa163e77-2d70-a5ac-1a4b-000000000c3e | SKIPPED | Enable masquerade | standalone 2026-03-13 12:30:41.954864 | fa163e77-2d70-a5ac-1a4b-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:20.212866 | 0.05s 2026-03-13 12:30:41.980869 | fa163e77-2d70-a5ac-1a4b-000000000c3f | TASK | Set the default frontend firewall rules 2026-03-13 12:30:42.019837 | fa163e77-2d70-a5ac-1a4b-000000000c3f | OK | Set the default frontend firewall rules | standalone 2026-03-13 12:30:42.020761 | fa163e77-2d70-a5ac-1a4b-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:20.278771 | 0.04s 2026-03-13 12:30:42.041672 | fa163e77-2d70-a5ac-1a4b-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-13 12:30:42.093849 | fa163e77-2d70-a5ac-1a4b-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-13 12:30:42.095087 | fa163e77-2d70-a5ac-1a4b-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.353096 | 0.05s 2026-03-13 12:30:42.115597 | fa163e77-2d70-a5ac-1a4b-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2026-03-13 12:30:42.153456 | fa163e77-2d70-a5ac-1a4b-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-13 12:30:42.154289 | fa163e77-2d70-a5ac-1a4b-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.412301 | 0.04s 2026-03-13 12:30:42.174308 | fa163e77-2d70-a5ac-1a4b-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-13 12:30:42.211839 | fa163e77-2d70-a5ac-1a4b-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-13 12:30:42.212661 | fa163e77-2d70-a5ac-1a4b-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.470672 | 0.04s 2026-03-13 12:30:42.232962 | fa163e77-2d70-a5ac-1a4b-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2026-03-13 12:30:42.272952 | fa163e77-2d70-a5ac-1a4b-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-13 12:30:42.273845 | fa163e77-2d70-a5ac-1a4b-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.531856 | 0.04s 2026-03-13 12:30:42.299818 | fa163e77-2d70-a5ac-1a4b-000000000c48 | TASK | Enable LOG rules 2026-03-13 12:30:42.332092 | fa163e77-2d70-a5ac-1a4b-000000000c48 | SKIPPED | Enable LOG rules | standalone 2026-03-13 12:30:42.333265 | fa163e77-2d70-a5ac-1a4b-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:20.591269 | 0.03s 2026-03-13 12:30:42.358782 | fa163e77-2d70-a5ac-1a4b-000000000c49 | TASK | Set rule fact 2026-03-13 12:30:42.463805 | fa163e77-2d70-a5ac-1a4b-000000000c49 | OK | Set rule fact | standalone 2026-03-13 12:30:42.467441 | fa163e77-2d70-a5ac-1a4b-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:20.725448 | 0.11s 2026-03-13 12:30:42.494983 | fa163e77-2d70-a5ac-1a4b-000000000c4a | TASK | Manage rules via nftables 2026-03-13 12:30:42.517466 | fa163e77-2d70-a5ac-1a4b-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:20.775465 | 0.02s 2026-03-13 12:30:42.582701 | fa163e77-2d70-a5ac-1a4b-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.840701 | 0.03s 2026-03-13 12:30:42.597809 | 965a5c89-e9b0-42b1-9442-0d6d93e4abe3 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-13 12:30:42.623122 | fa163e77-2d70-a5ac-1a4b-000000000d11 | TASK | Ensure legacy iptables services are off 2026-03-13 12:30:42.998638 | fa163e77-2d70-a5ac-1a4b-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-13 12:30:43.000168 | fa163e77-2d70-a5ac-1a4b-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.258173 | 0.38s 2026-03-13 12:30:43.370235 | fa163e77-2d70-a5ac-1a4b-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-13 12:30:43.373051 | fa163e77-2d70-a5ac-1a4b-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.631051 | 0.75s 2026-03-13 12:30:43.384477 | fa163e77-2d70-a5ac-1a4b-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.642486 | 0.76s 2026-03-13 12:30:43.415515 | fa163e77-2d70-a5ac-1a4b-000000000d12 | TASK | Ensure nftables service is enabled and running 2026-03-13 12:30:44.200071 | fa163e77-2d70-a5ac-1a4b-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-13 12:30:44.201361 | fa163e77-2d70-a5ac-1a4b-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.459373 | 0.78s 2026-03-13 12:30:44.222944 | fa163e77-2d70-a5ac-1a4b-000000000d13 | TASK | Empty nftables from anything that may lay around 2026-03-13 12:30:44.261891 | fa163e77-2d70-a5ac-1a4b-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-13 12:30:44.263182 | fa163e77-2d70-a5ac-1a4b-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.521142 | 0.04s 2026-03-13 12:30:44.318020 | fa163e77-2d70-a5ac-1a4b-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.576020 | 0.03s 2026-03-13 12:30:44.352348 | 2ef6832c-8330-4653-8a76-1ddaf322ba5d | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-13 12:30:44.387620 | fa163e77-2d70-a5ac-1a4b-000000000d42 | TASK | Push empty ruleset 2026-03-13 12:30:44.879467 | fa163e77-2d70-a5ac-1a4b-000000000d42 | CHANGED | Push empty ruleset | standalone 2026-03-13 12:30:44.880878 | fa163e77-2d70-a5ac-1a4b-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.138880 | 0.49s 2026-03-13 12:30:44.908460 | fa163e77-2d70-a5ac-1a4b-000000000d43 | TASK | Load empty ruleset 2026-03-13 12:30:45.207040 | fa163e77-2d70-a5ac-1a4b-000000000d43 | CHANGED | Load empty ruleset | standalone 2026-03-13 12:30:45.208517 | fa163e77-2d70-a5ac-1a4b-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.466522 | 0.30s 2026-03-13 12:30:45.235880 | fa163e77-2d70-a5ac-1a4b-000000000d45 | TASK | Use default rules 2026-03-13 12:30:45.314822 | fa163e77-2d70-a5ac-1a4b-000000000d45 | OK | Use default rules | standalone 2026-03-13 12:30:45.317777 | fa163e77-2d70-a5ac-1a4b-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:23.575780 | 0.08s 2026-03-13 12:30:45.347354 | fa163e77-2d70-a5ac-1a4b-000000000d46 | TASK | Enable LOG rules 2026-03-13 12:30:45.422260 | fa163e77-2d70-a5ac-1a4b-000000000d46 | OK | Enable LOG rules | standalone 2026-03-13 12:30:45.425089 | fa163e77-2d70-a5ac-1a4b-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:23.683094 | 0.08s 2026-03-13 12:30:45.454792 | fa163e77-2d70-a5ac-1a4b-000000000d48 | TASK | Get current nftables content 2026-03-13 12:30:45.695837 | fa163e77-2d70-a5ac-1a4b-000000000d48 | CHANGED | Get current nftables content | standalone 2026-03-13 12:30:45.696758 | fa163e77-2d70-a5ac-1a4b-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.954770 | 0.24s 2026-03-13 12:30:45.715123 | fa163e77-2d70-a5ac-1a4b-000000000d4a | TASK | Generate chain jumps 2026-03-13 12:30:46.309676 | fa163e77-2d70-a5ac-1a4b-000000000d4a | CHANGED | Generate chain jumps | standalone 2026-03-13 12:30:46.329658 | fa163e77-2d70-a5ac-1a4b-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.587604 | 0.61s 2026-03-13 12:30:46.360221 | fa163e77-2d70-a5ac-1a4b-000000000d4b | TASK | Generate chain jumps 2026-03-13 12:30:46.958224 | fa163e77-2d70-a5ac-1a4b-000000000d4b | CHANGED | Generate chain jumps | standalone 2026-03-13 12:30:46.959899 | fa163e77-2d70-a5ac-1a4b-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.217901 | 0.60s 2026-03-13 12:30:46.987564 | fa163e77-2d70-a5ac-1a4b-000000000d4c | TASK | Generate nft flushes 2026-03-13 12:30:47.567234 | fa163e77-2d70-a5ac-1a4b-000000000d4c | CHANGED | Generate nft flushes | standalone 2026-03-13 12:30:47.568747 | fa163e77-2d70-a5ac-1a4b-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.826750 | 0.58s 2026-03-13 12:30:47.596490 | fa163e77-2d70-a5ac-1a4b-000000000d4d | TASK | Generate nft tripleo chains 2026-03-13 12:30:48.087982 | fa163e77-2d70-a5ac-1a4b-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2026-03-13 12:30:48.089480 | fa163e77-2d70-a5ac-1a4b-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.347484 | 0.49s 2026-03-13 12:30:48.116417 | fa163e77-2d70-a5ac-1a4b-000000000d4e | TASK | Generate nft ruleset in static file 2026-03-13 12:30:49.712715 | fa163e77-2d70-a5ac-1a4b-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2026-03-13 12:30:49.714036 | fa163e77-2d70-a5ac-1a4b-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.972042 | 1.60s 2026-03-13 12:30:49.740733 | fa163e77-2d70-a5ac-1a4b-000000000d50 | TASK | Validate all of the generated content before loading 2026-03-13 12:30:50.333598 | fa163e77-2d70-a5ac-1a4b-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-13 12:30:50.335016 | fa163e77-2d70-a5ac-1a4b-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:28.593020 | 0.59s 2026-03-13 12:30:50.361619 | fa163e77-2d70-a5ac-1a4b-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2026-03-13 12:30:50.634900 | fa163e77-2d70-a5ac-1a4b-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-13 12:30:50.636560 | fa163e77-2d70-a5ac-1a4b-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.894564 | 0.27s 2026-03-13 12:30:50.692676 | fa163e77-2d70-a5ac-1a4b-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.950678 | 0.03s 2026-03-13 12:30:50.712883 | c36c73fb-5e04-42af-9aea-ddf37d20940b | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-13 12:30:50.765907 | fa163e77-2d70-a5ac-1a4b-000000000db9 | TASK | Inject our custom chains in nftables 2026-03-13 12:30:51.008098 | fa163e77-2d70-a5ac-1a4b-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2026-03-13 12:30:51.009818 | fa163e77-2d70-a5ac-1a4b-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.267821 | 0.24s 2026-03-13 12:30:51.037366 | fa163e77-2d70-a5ac-1a4b-000000000dba | TASK | Reload custom nftables ruleset files 2026-03-13 12:30:51.337045 | fa163e77-2d70-a5ac-1a4b-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-13 12:30:51.338481 | fa163e77-2d70-a5ac-1a4b-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.596485 | 0.30s 2026-03-13 12:30:51.411244 | fa163e77-2d70-a5ac-1a4b-000000000b1f | TASK | create persistent logs directory 2026-03-13 12:30:51.625265 | fa163e77-2d70-a5ac-1a4b-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-13 12:30:51.627871 | fa163e77-2d70-a5ac-1a4b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.885874 | 0.22s 2026-03-13 12:30:51.850767 | fa163e77-2d70-a5ac-1a4b-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-13 12:30:51.853101 | fa163e77-2d70-a5ac-1a4b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.111104 | 0.44s 2026-03-13 12:30:51.863183 | fa163e77-2d70-a5ac-1a4b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.121181 | 0.45s 2026-03-13 12:30:51.887987 | fa163e77-2d70-a5ac-1a4b-000000000b20 | TASK | create persistent directories 2026-03-13 12:30:52.142937 | fa163e77-2d70-a5ac-1a4b-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-13 12:30:52.144058 | fa163e77-2d70-a5ac-1a4b-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.402069 | 0.25s 2026-03-13 12:30:52.150744 | fa163e77-2d70-a5ac-1a4b-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.408738 | 0.26s 2026-03-13 12:30:52.178276 | fa163e77-2d70-a5ac-1a4b-000000000b21 | TASK | create persistent directories 2026-03-13 12:30:52.451667 | fa163e77-2d70-a5ac-1a4b-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-13 12:30:52.454081 | fa163e77-2d70-a5ac-1a4b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.712082 | 0.27s 2026-03-13 12:30:52.708152 | fa163e77-2d70-a5ac-1a4b-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-13 12:30:52.709991 | fa163e77-2d70-a5ac-1a4b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.967997 | 0.53s 2026-03-13 12:30:52.720636 | fa163e77-2d70-a5ac-1a4b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.978630 | 0.54s 2026-03-13 12:30:52.747493 | fa163e77-2d70-a5ac-1a4b-000000000b22 | TASK | create persistent directories 2026-03-13 12:30:52.999343 | fa163e77-2d70-a5ac-1a4b-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-03-13 12:30:53.001746 | fa163e77-2d70-a5ac-1a4b-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.259748 | 0.25s 2026-03-13 12:30:53.224322 | fa163e77-2d70-a5ac-1a4b-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-03-13 12:30:53.226163 | fa163e77-2d70-a5ac-1a4b-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.484138 | 0.48s 2026-03-13 12:30:53.236871 | fa163e77-2d70-a5ac-1a4b-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.494866 | 0.49s 2026-03-13 12:30:53.263320 | fa163e77-2d70-a5ac-1a4b-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-13 12:30:54.409270 | fa163e77-2d70-a5ac-1a4b-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-13 12:30:54.411016 | fa163e77-2d70-a5ac-1a4b-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.669020 | 1.15s 2026-03-13 12:30:54.436688 | fa163e77-2d70-a5ac-1a4b-000000000b24 | TASK | create persistent directories 2026-03-13 12:30:54.678918 | fa163e77-2d70-a5ac-1a4b-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-13 12:30:54.681291 | fa163e77-2d70-a5ac-1a4b-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.939291 | 0.24s 2026-03-13 12:30:54.691188 | fa163e77-2d70-a5ac-1a4b-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.949152 | 0.25s 2026-03-13 12:30:54.717374 | fa163e77-2d70-a5ac-1a4b-000000000b25 | TASK | create persistent directories 2026-03-13 12:30:54.993438 | fa163e77-2d70-a5ac-1a4b-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-13 12:30:54.995776 | fa163e77-2d70-a5ac-1a4b-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.253776 | 0.28s 2026-03-13 12:30:55.206928 | fa163e77-2d70-a5ac-1a4b-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-13 12:30:55.208822 | fa163e77-2d70-a5ac-1a4b-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.466828 | 0.49s 2026-03-13 12:30:55.219567 | fa163e77-2d70-a5ac-1a4b-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.477561 | 0.50s 2026-03-13 12:30:55.246023 | fa163e77-2d70-a5ac-1a4b-000000000b26 | TASK | create fcontext entry for cinder data 2026-03-13 12:30:56.686827 | fa163e77-2d70-a5ac-1a4b-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-13 12:30:56.688631 | fa163e77-2d70-a5ac-1a4b-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.946636 | 1.44s 2026-03-13 12:30:56.714025 | fa163e77-2d70-a5ac-1a4b-000000000b27 | TASK | create persistent directories 2026-03-13 12:30:56.993267 | fa163e77-2d70-a5ac-1a4b-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-13 12:30:56.994887 | fa163e77-2d70-a5ac-1a4b-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.252890 | 0.28s 2026-03-13 12:30:57.173810 | fa163e77-2d70-a5ac-1a4b-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-13 12:30:57.174973 | fa163e77-2d70-a5ac-1a4b-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.432969 | 0.46s 2026-03-13 12:30:57.181820 | fa163e77-2d70-a5ac-1a4b-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.439817 | 0.47s 2026-03-13 12:30:57.208714 | fa163e77-2d70-a5ac-1a4b-000000000b28 | TASK | ensure ceph configurations exist 2026-03-13 12:30:57.440206 | fa163e77-2d70-a5ac-1a4b-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2026-03-13 12:30:57.441618 | fa163e77-2d70-a5ac-1a4b-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:35.699623 | 0.23s 2026-03-13 12:30:57.468074 | fa163e77-2d70-a5ac-1a4b-000000000b29 | TASK | create persistent directories 2026-03-13 12:30:57.706588 | fa163e77-2d70-a5ac-1a4b-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-13 12:30:57.708059 | fa163e77-2d70-a5ac-1a4b-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.966063 | 0.24s 2026-03-13 12:30:57.714168 | fa163e77-2d70-a5ac-1a4b-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.972137 | 0.24s 2026-03-13 12:30:57.740223 | fa163e77-2d70-a5ac-1a4b-000000000b2b | TASK | Create cinder image conversion directory 2026-03-13 12:30:57.769978 | fa163e77-2d70-a5ac-1a4b-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2026-03-13 12:30:57.771563 | fa163e77-2d70-a5ac-1a4b-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:36.029564 | 0.03s 2026-03-13 12:30:57.805817 | fa163e77-2d70-a5ac-1a4b-000000000b2c | TASK | Mount cinder's image conversion NFS share 2026-03-13 12:30:57.837859 | fa163e77-2d70-a5ac-1a4b-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-13 12:30:57.839362 | fa163e77-2d70-a5ac-1a4b-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:36.097363 | 0.03s 2026-03-13 12:30:57.872427 | fa163e77-2d70-a5ac-1a4b-000000000b2e | TASK | cinder_configure_lvm fact 2026-03-13 12:30:57.907464 | fa163e77-2d70-a5ac-1a4b-000000000b2e | OK | cinder_configure_lvm fact | standalone 2026-03-13 12:30:57.908790 | fa163e77-2d70-a5ac-1a4b-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:36.166795 | 0.03s 2026-03-13 12:30:57.933963 | fa163e77-2d70-a5ac-1a4b-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2026-03-13 12:30:57.963074 | fa163e77-2d70-a5ac-1a4b-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2026-03-13 12:30:57.964510 | fa163e77-2d70-a5ac-1a4b-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.222513 | 0.03s 2026-03-13 12:30:57.990257 | fa163e77-2d70-a5ac-1a4b-000000000b31 | TASK | cinder create LVM volume group dd 2026-03-13 12:30:58.020028 | fa163e77-2d70-a5ac-1a4b-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2026-03-13 12:30:58.021286 | fa163e77-2d70-a5ac-1a4b-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.279289 | 0.03s 2026-03-13 12:30:58.047311 | fa163e77-2d70-a5ac-1a4b-000000000b32 | TASK | Get or create LVM loopback device 2026-03-13 12:30:58.077411 | fa163e77-2d70-a5ac-1a4b-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2026-03-13 12:30:58.078563 | fa163e77-2d70-a5ac-1a4b-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.336563 | 0.03s 2026-03-13 12:30:58.106921 | fa163e77-2d70-a5ac-1a4b-000000000b33 | TASK | Create LVM volume group 2026-03-13 12:30:58.136405 | fa163e77-2d70-a5ac-1a4b-000000000b33 | SKIPPED | Create LVM volume group | standalone 2026-03-13 12:30:58.137639 | fa163e77-2d70-a5ac-1a4b-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:36.395644 | 0.03s 2026-03-13 12:30:58.165184 | fa163e77-2d70-a5ac-1a4b-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2026-03-13 12:30:58.195037 | fa163e77-2d70-a5ac-1a4b-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2026-03-13 12:30:58.196666 | fa163e77-2d70-a5ac-1a4b-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:36.454669 | 0.03s 2026-03-13 12:30:58.222248 | fa163e77-2d70-a5ac-1a4b-000000000b35 | TASK | cinder enable the LVM losetup service 2026-03-13 12:30:58.251688 | fa163e77-2d70-a5ac-1a4b-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2026-03-13 12:30:58.252791 | fa163e77-2d70-a5ac-1a4b-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:36.510796 | 0.03s 2026-03-13 12:30:58.278422 | fa163e77-2d70-a5ac-1a4b-000000000b37 | TASK | allow logrotate to read inside containers 2026-03-13 12:30:59.243400 | fa163e77-2d70-a5ac-1a4b-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-13 12:30:59.245630 | fa163e77-2d70-a5ac-1a4b-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:37.503617 | 0.97s 2026-03-13 12:30:59.272818 | fa163e77-2d70-a5ac-1a4b-000000000b38 | TASK | authorize httpd to listen on registry ports 2026-03-13 12:31:01.489636 | fa163e77-2d70-a5ac-1a4b-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-13 12:31:01.491905 | fa163e77-2d70-a5ac-1a4b-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:39.749906 | 2.22s 2026-03-13 12:31:01.552087 | fa163e77-2d70-a5ac-1a4b-000000000b3a | OK | set_fact | standalone 2026-03-13 12:31:01.553585 | fa163e77-2d70-a5ac-1a4b-000000000b3a | TIMING | set_fact | standalone | 0:01:39.811589 | 0.03s 2026-03-13 12:31:01.607983 | fa163e77-2d70-a5ac-1a4b-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:39.865982 | 0.03s 2026-03-13 12:31:01.669947 | fa163e77-2d70-a5ac-1a4b-000000000f06 | TASK | ensure apache is installed 2026-03-13 12:31:07.784952 | fa163e77-2d70-a5ac-1a4b-000000000f06 | CHANGED | ensure apache is installed | standalone 2026-03-13 12:31:07.787323 | fa163e77-2d70-a5ac-1a4b-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:46.045318 | 6.12s 2026-03-13 12:31:07.815347 | fa163e77-2d70-a5ac-1a4b-000000000f07 | TASK | create image data directory 2026-03-13 12:31:08.071974 | fa163e77-2d70-a5ac-1a4b-000000000f07 | CHANGED | create image data directory | standalone 2026-03-13 12:31:08.073706 | fa163e77-2d70-a5ac-1a4b-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:46.331702 | 0.26s 2026-03-13 12:31:08.100382 | fa163e77-2d70-a5ac-1a4b-000000000f08 | TASK | create /v2/ response file 2026-03-13 12:31:08.540002 | fa163e77-2d70-a5ac-1a4b-000000000f08 | CHANGED | create /v2/ response file | standalone 2026-03-13 12:31:08.541762 | fa163e77-2d70-a5ac-1a4b-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:46.799754 | 0.44s 2026-03-13 12:31:08.570079 | fa163e77-2d70-a5ac-1a4b-000000000f09 | TASK | Add listen line 2026-03-13 12:31:08.924250 | fa163e77-2d70-a5ac-1a4b-000000000f09 | CHANGED | Add listen line | standalone 2026-03-13 12:31:08.926025 | fa163e77-2d70-a5ac-1a4b-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:47.184022 | 0.35s 2026-03-13 12:31:08.953514 | fa163e77-2d70-a5ac-1a4b-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-13 12:31:09.449723 | fa163e77-2d70-a5ac-1a4b-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-13 12:31:09.451204 | fa163e77-2d70-a5ac-1a4b-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:47.709207 | 0.50s 2026-03-13 12:31:09.479596 | fa163e77-2d70-a5ac-1a4b-000000000f0b | TASK | Image-Serve | restart httpd 2026-03-13 12:31:10.532156 | fa163e77-2d70-a5ac-1a4b-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2026-03-13 12:31:10.533622 | fa163e77-2d70-a5ac-1a4b-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:48.791634 | 1.05s 2026-03-13 12:31:10.570383 | fa163e77-2d70-a5ac-1a4b-000000000b3d | TASK | create persistent logs directory 2026-03-13 12:31:10.821320 | fa163e77-2d70-a5ac-1a4b-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-13 12:31:10.823187 | fa163e77-2d70-a5ac-1a4b-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.081162 | 0.25s 2026-03-13 12:31:11.003449 | fa163e77-2d70-a5ac-1a4b-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-13 12:31:11.004714 | fa163e77-2d70-a5ac-1a4b-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.262719 | 0.43s 2026-03-13 12:31:11.014918 | fa163e77-2d70-a5ac-1a4b-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.272914 | 0.44s 2026-03-13 12:31:11.044679 | fa163e77-2d70-a5ac-1a4b-000000000b3e | TASK | Mount NFS on host 2026-03-13 12:31:11.074958 | fa163e77-2d70-a5ac-1a4b-000000000b3e | SKIPPED | Mount NFS on host | standalone 2026-03-13 12:31:11.076481 | fa163e77-2d70-a5ac-1a4b-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:49.334483 | 0.03s 2026-03-13 12:31:11.102630 | fa163e77-2d70-a5ac-1a4b-000000000b3f | TASK | Mount Node Staging Location 2026-03-13 12:31:11.131281 | fa163e77-2d70-a5ac-1a4b-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2026-03-13 12:31:11.133541 | fa163e77-2d70-a5ac-1a4b-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:49.391536 | 0.03s 2026-03-13 12:31:11.166472 | fa163e77-2d70-a5ac-1a4b-000000000b40 | TASK | ensure /var/lib/glance exists 2026-03-13 12:31:11.403570 | fa163e77-2d70-a5ac-1a4b-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-13 12:31:11.405293 | fa163e77-2d70-a5ac-1a4b-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:49.663292 | 0.24s 2026-03-13 12:31:11.430474 | fa163e77-2d70-a5ac-1a4b-000000000b41 | TASK | create logs directory 2026-03-13 12:31:11.673356 | fa163e77-2d70-a5ac-1a4b-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-13 12:31:11.675048 | fa163e77-2d70-a5ac-1a4b-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.933057 | 0.24s 2026-03-13 12:31:11.914890 | fa163e77-2d70-a5ac-1a4b-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-13 12:31:11.916261 | fa163e77-2d70-a5ac-1a4b-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.174263 | 0.48s 2026-03-13 12:31:11.924695 | fa163e77-2d70-a5ac-1a4b-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.182692 | 0.49s 2026-03-13 12:31:11.951313 | fa163e77-2d70-a5ac-1a4b-000000000b42 | TASK | Mount Gnocchi NFS on host 2026-03-13 12:31:11.979538 | fa163e77-2d70-a5ac-1a4b-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-13 12:31:11.980844 | fa163e77-2d70-a5ac-1a4b-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:50.238847 | 0.03s 2026-03-13 12:31:12.009394 | fa163e77-2d70-a5ac-1a4b-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2026-03-13 12:31:12.209784 | fa163e77-2d70-a5ac-1a4b-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-13 12:31:12.211245 | fa163e77-2d70-a5ac-1a4b-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:50.469249 | 0.20s 2026-03-13 12:31:12.237488 | fa163e77-2d70-a5ac-1a4b-000000000b44 | TASK | create persistent directories 2026-03-13 12:31:12.489748 | fa163e77-2d70-a5ac-1a4b-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-13 12:31:12.491282 | fa163e77-2d70-a5ac-1a4b-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.749284 | 0.25s 2026-03-13 12:31:12.502808 | fa163e77-2d70-a5ac-1a4b-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.760811 | 0.26s 2026-03-13 12:31:12.523739 | fa163e77-2d70-a5ac-1a4b-000000000b45 | TASK | create persistent data directory 2026-03-13 12:31:12.746485 | fa163e77-2d70-a5ac-1a4b-000000000b45 | OK | create persistent data directory | standalone 2026-03-13 12:31:12.747323 | fa163e77-2d70-a5ac-1a4b-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:51.005337 | 0.22s 2026-03-13 12:31:12.764455 | fa163e77-2d70-a5ac-1a4b-000000000b46 | TASK | get parameters 2026-03-13 12:31:12.789030 | fa163e77-2d70-a5ac-1a4b-000000000b46 | OK | get parameters | standalone 2026-03-13 12:31:12.789765 | fa163e77-2d70-a5ac-1a4b-000000000b46 | TIMING | get parameters | standalone | 0:01:51.047778 | 0.02s 2026-03-13 12:31:12.809354 | fa163e77-2d70-a5ac-1a4b-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2026-03-13 12:31:12.846673 | fa163e77-2d70-a5ac-1a4b-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2026-03-13 12:31:12.847873 | fa163e77-2d70-a5ac-1a4b-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:51.105879 | 0.04s 2026-03-13 12:31:12.873920 | fa163e77-2d70-a5ac-1a4b-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2026-03-13 12:31:12.918726 | fa163e77-2d70-a5ac-1a4b-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2026-03-13 12:31:12.920019 | fa163e77-2d70-a5ac-1a4b-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:51.178022 | 0.04s 2026-03-13 12:31:12.945436 | fa163e77-2d70-a5ac-1a4b-000000000b4a | TASK | get haproxy status 2026-03-13 12:31:12.986590 | fa163e77-2d70-a5ac-1a4b-000000000b4a | SKIPPED | get haproxy status | standalone 2026-03-13 12:31:12.987666 | fa163e77-2d70-a5ac-1a4b-000000000b4a | TIMING | get haproxy status | standalone | 0:01:51.245672 | 0.04s 2026-03-13 12:31:13.013003 | fa163e77-2d70-a5ac-1a4b-000000000b4b | TASK | get pacemaker status 2026-03-13 12:31:13.061971 | fa163e77-2d70-a5ac-1a4b-000000000b4b | SKIPPED | get pacemaker status | standalone 2026-03-13 12:31:13.063027 | fa163e77-2d70-a5ac-1a4b-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:51.321034 | 0.05s 2026-03-13 12:31:13.088953 | fa163e77-2d70-a5ac-1a4b-000000000b4c | TASK | get docker status 2026-03-13 12:31:13.138043 | fa163e77-2d70-a5ac-1a4b-000000000b4c | SKIPPED | get docker status | standalone 2026-03-13 12:31:13.139077 | fa163e77-2d70-a5ac-1a4b-000000000b4c | TIMING | get docker status | standalone | 0:01:51.397084 | 0.05s 2026-03-13 12:31:13.164124 | fa163e77-2d70-a5ac-1a4b-000000000b4d | TASK | get container_id 2026-03-13 12:31:13.213403 | fa163e77-2d70-a5ac-1a4b-000000000b4d | SKIPPED | get container_id | standalone 2026-03-13 12:31:13.214424 | fa163e77-2d70-a5ac-1a4b-000000000b4d | TIMING | get container_id | standalone | 0:01:51.472430 | 0.05s 2026-03-13 12:31:13.239900 | fa163e77-2d70-a5ac-1a4b-000000000b4e | TASK | get pcs resource name for haproxy container 2026-03-13 12:31:13.283809 | fa163e77-2d70-a5ac-1a4b-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2026-03-13 12:31:13.285207 | fa163e77-2d70-a5ac-1a4b-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.543209 | 0.04s 2026-03-13 12:31:13.311939 | fa163e77-2d70-a5ac-1a4b-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2026-03-13 12:31:13.361893 | fa163e77-2d70-a5ac-1a4b-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2026-03-13 12:31:13.363048 | fa163e77-2d70-a5ac-1a4b-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:51.621053 | 0.05s 2026-03-13 12:31:13.389457 | fa163e77-2d70-a5ac-1a4b-000000000b50 | TASK | push certificate content 2026-03-13 12:31:13.439098 | fa163e77-2d70-a5ac-1a4b-000000000b50 | SKIPPED | push certificate content | standalone 2026-03-13 12:31:13.440181 | fa163e77-2d70-a5ac-1a4b-000000000b50 | TIMING | push certificate content | standalone | 0:01:51.698147 | 0.05s 2026-03-13 12:31:13.463331 | fa163e77-2d70-a5ac-1a4b-000000000b52 | TASK | set certificate ownership 2026-03-13 12:31:13.500819 | fa163e77-2d70-a5ac-1a4b-000000000b52 | SKIPPED | set certificate ownership | standalone 2026-03-13 12:31:13.501550 | fa163e77-2d70-a5ac-1a4b-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:51.759563 | 0.04s 2026-03-13 12:31:13.521295 | fa163e77-2d70-a5ac-1a4b-000000000b53 | TASK | reload haproxy if enabled 2026-03-13 12:31:13.568333 | fa163e77-2d70-a5ac-1a4b-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2026-03-13 12:31:13.569044 | fa163e77-2d70-a5ac-1a4b-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:51.827057 | 0.05s 2026-03-13 12:31:13.588798 | fa163e77-2d70-a5ac-1a4b-000000000b54 | TASK | restart pacemaker resource for haproxy 2026-03-13 12:31:13.636347 | fa163e77-2d70-a5ac-1a4b-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2026-03-13 12:31:13.637411 | fa163e77-2d70-a5ac-1a4b-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:51.895417 | 0.05s 2026-03-13 12:31:13.663476 | fa163e77-2d70-a5ac-1a4b-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2026-03-13 12:31:13.713563 | fa163e77-2d70-a5ac-1a4b-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2026-03-13 12:31:13.714745 | fa163e77-2d70-a5ac-1a4b-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:51.972751 | 0.05s 2026-03-13 12:31:13.741454 | fa163e77-2d70-a5ac-1a4b-000000000b58 | TASK | create persistent directories 2026-03-13 12:31:14.002989 | fa163e77-2d70-a5ac-1a4b-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-13 12:31:14.004603 | fa163e77-2d70-a5ac-1a4b-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.262607 | 0.26s 2026-03-13 12:31:14.234457 | fa163e77-2d70-a5ac-1a4b-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-13 12:31:14.236094 | fa163e77-2d70-a5ac-1a4b-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.494101 | 0.49s 2026-03-13 12:31:14.246842 | fa163e77-2d70-a5ac-1a4b-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.504851 | 0.50s 2026-03-13 12:31:14.273171 | fa163e77-2d70-a5ac-1a4b-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2026-03-13 12:31:19.560048 | fa163e77-2d70-a5ac-1a4b-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-13 12:31:19.562439 | fa163e77-2d70-a5ac-1a4b-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:57.820436 | 5.29s 2026-03-13 12:31:19.595652 | fa163e77-2d70-a5ac-1a4b-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-13 12:31:19.679498 | fa163e77-2d70-a5ac-1a4b-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.71 seconds", "Notice: Applied catalog in 0.23 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.23", " Catalog application: 0.23", " Config retrieval: 0.79", " Last run: 1773405079", " Total: 0.23", "Version:", " Config: 1773405078", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2026-03-13 12:31:19.681189 | fa163e77-2d70-a5ac-1a4b-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:57.939189 | 0.08s 2026-03-13 12:31:19.709590 | fa163e77-2d70-a5ac-1a4b-000000000b5b | TASK | create persistent directories 2026-03-13 12:31:19.968715 | fa163e77-2d70-a5ac-1a4b-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-13 12:31:19.970457 | fa163e77-2d70-a5ac-1a4b-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.228459 | 0.26s 2026-03-13 12:31:20.140551 | fa163e77-2d70-a5ac-1a4b-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-13 12:31:20.142044 | fa163e77-2d70-a5ac-1a4b-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.400050 | 0.43s 2026-03-13 12:31:20.152326 | fa163e77-2d70-a5ac-1a4b-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.410328 | 0.44s 2026-03-13 12:31:20.180853 | fa163e77-2d70-a5ac-1a4b-000000000b5c | TASK | create persistent directories 2026-03-13 12:31:20.439442 | fa163e77-2d70-a5ac-1a4b-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-13 12:31:20.440545 | fa163e77-2d70-a5ac-1a4b-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.698557 | 0.26s 2026-03-13 12:31:20.657948 | fa163e77-2d70-a5ac-1a4b-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-13 12:31:20.659244 | fa163e77-2d70-a5ac-1a4b-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.917248 | 0.48s 2026-03-13 12:31:20.671750 | fa163e77-2d70-a5ac-1a4b-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.929766 | 0.49s 2026-03-13 12:31:20.692255 | fa163e77-2d70-a5ac-1a4b-000000000b5d | TASK | create persistent directories 2026-03-13 12:31:20.926415 | fa163e77-2d70-a5ac-1a4b-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-13 12:31:20.928348 | fa163e77-2d70-a5ac-1a4b-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.186350 | 0.24s 2026-03-13 12:31:20.937969 | fa163e77-2d70-a5ac-1a4b-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.195978 | 0.24s 2026-03-13 12:31:20.955615 | fa163e77-2d70-a5ac-1a4b-000000000b5e | TASK | create persistent directories 2026-03-13 12:31:21.191107 | fa163e77-2d70-a5ac-1a4b-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-13 12:31:21.193865 | fa163e77-2d70-a5ac-1a4b-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.451866 | 0.24s 2026-03-13 12:31:21.364520 | fa163e77-2d70-a5ac-1a4b-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-13 12:31:21.366735 | fa163e77-2d70-a5ac-1a4b-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.624740 | 0.41s 2026-03-13 12:31:21.531423 | fa163e77-2d70-a5ac-1a4b-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-13 12:31:21.533058 | fa163e77-2d70-a5ac-1a4b-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.791066 | 0.58s 2026-03-13 12:31:21.739811 | fa163e77-2d70-a5ac-1a4b-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-13 12:31:21.740981 | fa163e77-2d70-a5ac-1a4b-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.998988 | 0.78s 2026-03-13 12:31:21.748793 | fa163e77-2d70-a5ac-1a4b-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.006792 | 0.79s 2026-03-13 12:31:21.775227 | fa163e77-2d70-a5ac-1a4b-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2026-03-13 12:31:22.258961 | fa163e77-2d70-a5ac-1a4b-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-13 12:31:22.260184 | fa163e77-2d70-a5ac-1a4b-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:00.518190 | 0.48s 2026-03-13 12:31:22.285073 | fa163e77-2d70-a5ac-1a4b-000000000b60 | TASK | create fcontext entry for iscsi 2026-03-13 12:31:23.587455 | fa163e77-2d70-a5ac-1a4b-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-13 12:31:23.589587 | fa163e77-2d70-a5ac-1a4b-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.847589 | 1.30s 2026-03-13 12:31:24.798498 | fa163e77-2d70-a5ac-1a4b-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-13 12:31:24.800420 | fa163e77-2d70-a5ac-1a4b-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.058430 | 2.51s 2026-03-13 12:31:26.085837 | fa163e77-2d70-a5ac-1a4b-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-13 12:31:26.088394 | fa163e77-2d70-a5ac-1a4b-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.346397 | 3.80s 2026-03-13 12:31:26.097885 | fa163e77-2d70-a5ac-1a4b-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.355882 | 3.81s 2026-03-13 12:31:26.117120 | fa163e77-2d70-a5ac-1a4b-000000000b61 | TASK | create persistent directories 2026-03-13 12:31:26.384383 | fa163e77-2d70-a5ac-1a4b-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-13 12:31:26.386801 | fa163e77-2d70-a5ac-1a4b-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.644802 | 0.27s 2026-03-13 12:31:26.556448 | fa163e77-2d70-a5ac-1a4b-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-13 12:31:26.558651 | fa163e77-2d70-a5ac-1a4b-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.816656 | 0.44s 2026-03-13 12:31:26.738403 | fa163e77-2d70-a5ac-1a4b-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-13 12:31:26.740702 | fa163e77-2d70-a5ac-1a4b-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.998706 | 0.62s 2026-03-13 12:31:26.751747 | fa163e77-2d70-a5ac-1a4b-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.009738 | 0.63s 2026-03-13 12:31:26.781218 | fa163e77-2d70-a5ac-1a4b-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-13 12:31:27.012983 | fa163e77-2d70-a5ac-1a4b-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-13 12:31:27.014179 | fa163e77-2d70-a5ac-1a4b-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:05.272189 | 0.23s 2026-03-13 12:31:27.032462 | fa163e77-2d70-a5ac-1a4b-000000000b63 | TASK | Stop and disable iscsid.socket service 2026-03-13 12:31:27.062255 | fa163e77-2d70-a5ac-1a4b-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-13 12:31:27.062984 | fa163e77-2d70-a5ac-1a4b-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:05.320998 | 0.03s 2026-03-13 12:31:27.080156 | fa163e77-2d70-a5ac-1a4b-000000000b64 | TASK | Check if iscsi.service is enabled 2026-03-13 12:31:27.343912 | fa163e77-2d70-a5ac-1a4b-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-13 12:31:27.345818 | fa163e77-2d70-a5ac-1a4b-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:05.603820 | 0.27s 2026-03-13 12:31:27.371827 | fa163e77-2d70-a5ac-1a4b-000000000b65 | TASK | Stop iscsi.service 2026-03-13 12:31:27.413805 | fa163e77-2d70-a5ac-1a4b-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2026-03-13 12:31:27.415227 | fa163e77-2d70-a5ac-1a4b-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:05.673230 | 0.04s 2026-03-13 12:31:27.472724 | fa163e77-2d70-a5ac-1a4b-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:05.730712 | 0.03s 2026-03-13 12:31:27.571253 | fa163e77-2d70-a5ac-1a4b-000000001069 | TASK | Install additional packages 2026-03-13 12:31:27.599035 | fa163e77-2d70-a5ac-1a4b-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:05.857038 | 0.03s 2026-03-13 12:31:27.616980 | fa163e77-2d70-a5ac-1a4b-00000000106a | TASK | Remove dracut-config-generic 2026-03-13 12:31:31.518810 | fa163e77-2d70-a5ac-1a4b-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2026-03-13 12:31:31.520309 | fa163e77-2d70-a5ac-1a4b-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:09.778312 | 3.90s 2026-03-13 12:31:31.546210 | fa163e77-2d70-a5ac-1a4b-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-13 12:31:31.779824 | fa163e77-2d70-a5ac-1a4b-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-13 12:31:31.781504 | fa163e77-2d70-a5ac-1a4b-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:10.039508 | 0.23s 2026-03-13 12:31:31.809276 | fa163e77-2d70-a5ac-1a4b-00000000106c | TASK | Write list of modules to load at boot 2026-03-13 12:31:32.306793 | fa163e77-2d70-a5ac-1a4b-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2026-03-13 12:31:32.308047 | fa163e77-2d70-a5ac-1a4b-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:10.566054 | 0.50s 2026-03-13 12:31:32.334569 | fa163e77-2d70-a5ac-1a4b-00000000106d | TASK | Modules reload 2026-03-13 12:31:32.822585 | fa163e77-2d70-a5ac-1a4b-00000000106d | CHANGED | Modules reload | standalone 2026-03-13 12:31:32.824520 | fa163e77-2d70-a5ac-1a4b-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:11.082524 | 0.49s 2026-03-13 12:31:32.851290 | fa163e77-2d70-a5ac-1a4b-00000000106e | TASK | Set default sysctl options 2026-03-13 12:31:33.381900 | fa163e77-2d70-a5ac-1a4b-00000000106e | CHANGED | Set default sysctl options | standalone 2026-03-13 12:31:33.383196 | fa163e77-2d70-a5ac-1a4b-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:11.641203 | 0.53s 2026-03-13 12:31:33.409578 | fa163e77-2d70-a5ac-1a4b-00000000106f | TASK | Set extra sysctl options 2026-03-13 12:31:33.809335 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-13 12:31:33.810919 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.068919 | 0.40s 2026-03-13 12:31:34.054499 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-13 12:31:34.055591 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.313599 | 0.64s 2026-03-13 12:31:34.261319 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-13 12:31:34.263124 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.521132 | 0.85s 2026-03-13 12:31:34.463188 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-13 12:31:34.464234 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.722244 | 1.05s 2026-03-13 12:31:34.673845 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-13 12:31:34.674928 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.932934 | 1.26s 2026-03-13 12:31:34.918291 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-13 12:31:34.919314 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.177322 | 1.51s 2026-03-13 12:31:35.151004 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-13 12:31:35.151826 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.409837 | 1.74s 2026-03-13 12:31:35.395549 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-13 12:31:35.397430 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.655435 | 1.99s 2026-03-13 12:31:35.636634 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-13 12:31:35.637771 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.895777 | 2.23s 2026-03-13 12:31:35.876937 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-13 12:31:35.878633 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.136647 | 2.47s 2026-03-13 12:31:36.118058 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-13 12:31:36.119023 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.377037 | 2.71s 2026-03-13 12:31:36.351945 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-13 12:31:36.353023 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.611037 | 2.94s 2026-03-13 12:31:36.576339 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-13 12:31:36.577012 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.835025 | 3.17s 2026-03-13 12:31:37.844788 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-13 12:31:37.846559 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.104568 | 4.43s 2026-03-13 12:31:38.085300 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-13 12:31:38.086282 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.344289 | 4.67s 2026-03-13 12:31:38.319986 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-13 12:31:38.324975 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.582983 | 4.91s 2026-03-13 12:31:38.567538 | fa163e77-2d70-a5ac-1a4b-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-13 12:31:38.569004 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.827013 | 5.16s 2026-03-13 12:31:38.581271 | fa163e77-2d70-a5ac-1a4b-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.839281 | 5.17s 2026-03-13 12:31:38.612012 | fa163e77-2d70-a5ac-1a4b-000000001071 | TASK | Sysctl reload 2026-03-13 12:31:39.062005 | fa163e77-2d70-a5ac-1a4b-000000001071 | CHANGED | Sysctl reload | standalone 2026-03-13 12:31:39.063069 | fa163e77-2d70-a5ac-1a4b-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:17.321083 | 0.45s 2026-03-13 12:31:39.097324 | fa163e77-2d70-a5ac-1a4b-000000000b67 | TASK | create persistent directories 2026-03-13 12:31:39.365195 | fa163e77-2d70-a5ac-1a4b-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-13 12:31:39.366253 | fa163e77-2d70-a5ac-1a4b-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.624264 | 0.27s 2026-03-13 12:31:39.572267 | fa163e77-2d70-a5ac-1a4b-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-13 12:31:39.574464 | fa163e77-2d70-a5ac-1a4b-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.832469 | 0.48s 2026-03-13 12:31:39.585436 | fa163e77-2d70-a5ac-1a4b-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.843437 | 0.49s 2026-03-13 12:31:39.616564 | fa163e77-2d70-a5ac-1a4b-000000000b68 | TASK | Check if file certs_valid exist 2026-03-13 12:31:39.858400 | fa163e77-2d70-a5ac-1a4b-000000000b68 | OK | Check if file certs_valid exist | standalone 2026-03-13 12:31:39.859834 | fa163e77-2d70-a5ac-1a4b-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:18.117838 | 0.24s 2026-03-13 12:31:39.885448 | fa163e77-2d70-a5ac-1a4b-000000000b69 | TASK | Check if file cert9.db exist 2026-03-13 12:31:40.113784 | fa163e77-2d70-a5ac-1a4b-000000000b69 | OK | Check if file cert9.db exist | standalone 2026-03-13 12:31:40.115444 | fa163e77-2d70-a5ac-1a4b-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:18.373450 | 0.23s 2026-03-13 12:31:40.143548 | fa163e77-2d70-a5ac-1a4b-000000000b6a | TASK | Check if file key4.db exist 2026-03-13 12:31:40.379957 | fa163e77-2d70-a5ac-1a4b-000000000b6a | OK | Check if file key4.db exist | standalone 2026-03-13 12:31:40.381309 | fa163e77-2d70-a5ac-1a4b-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:18.639315 | 0.24s 2026-03-13 12:31:40.432915 | fa163e77-2d70-a5ac-1a4b-000000000b6b | SKIPPED | fail | standalone 2026-03-13 12:31:40.433726 | fa163e77-2d70-a5ac-1a4b-000000000b6b | TIMING | fail | standalone | 0:02:18.691737 | 0.03s 2026-03-13 12:31:40.453960 | fa163e77-2d70-a5ac-1a4b-000000000b6c | TASK | Create persistent directories 2026-03-13 12:31:40.711966 | fa163e77-2d70-a5ac-1a4b-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-13 12:31:40.714234 | fa163e77-2d70-a5ac-1a4b-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:18.972235 | 0.26s 2026-03-13 12:31:40.916315 | fa163e77-2d70-a5ac-1a4b-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-13 12:31:40.918466 | fa163e77-2d70-a5ac-1a4b-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.176468 | 0.46s 2026-03-13 12:31:40.928461 | fa163e77-2d70-a5ac-1a4b-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.186463 | 0.47s 2026-03-13 12:31:40.948830 | fa163e77-2d70-a5ac-1a4b-000000000b6d | TASK | create persistent directories 2026-03-13 12:31:41.209646 | fa163e77-2d70-a5ac-1a4b-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-13 12:31:41.211886 | fa163e77-2d70-a5ac-1a4b-000000000b6d | TIMING | create persistent directories | standalone | 0:02:19.469884 | 0.26s 2026-03-13 12:31:41.221895 | fa163e77-2d70-a5ac-1a4b-000000000b6d | TIMING | create persistent directories | standalone | 0:02:19.479895 | 0.27s 2026-03-13 12:31:41.248018 | fa163e77-2d70-a5ac-1a4b-000000000b6e | TASK | create persistent directories 2026-03-13 12:31:41.491058 | fa163e77-2d70-a5ac-1a4b-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-13 12:31:41.493436 | fa163e77-2d70-a5ac-1a4b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.751438 | 0.24s 2026-03-13 12:31:41.800951 | fa163e77-2d70-a5ac-1a4b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-13 12:31:41.802750 | fa163e77-2d70-a5ac-1a4b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:20.060755 | 0.55s 2026-03-13 12:31:41.813330 | fa163e77-2d70-a5ac-1a4b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:20.071327 | 0.56s 2026-03-13 12:31:41.839973 | fa163e77-2d70-a5ac-1a4b-000000000b6f | TASK | create persistent directories 2026-03-13 12:31:42.088804 | fa163e77-2d70-a5ac-1a4b-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-13 12:31:42.090207 | fa163e77-2d70-a5ac-1a4b-000000000b6f | TIMING | create persistent directories | standalone | 0:02:20.348212 | 0.25s 2026-03-13 12:31:42.096313 | fa163e77-2d70-a5ac-1a4b-000000000b6f | TIMING | create persistent directories | standalone | 0:02:20.354323 | 0.25s 2026-03-13 12:31:42.122695 | fa163e77-2d70-a5ac-1a4b-000000000b70 | TASK | create persistent directories 2026-03-13 12:31:42.379972 | fa163e77-2d70-a5ac-1a4b-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-13 12:31:42.381577 | fa163e77-2d70-a5ac-1a4b-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.639579 | 0.26s 2026-03-13 12:31:42.583503 | fa163e77-2d70-a5ac-1a4b-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-13 12:31:42.584610 | fa163e77-2d70-a5ac-1a4b-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.842617 | 0.46s 2026-03-13 12:31:42.763701 | fa163e77-2d70-a5ac-1a4b-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-13 12:31:42.764920 | fa163e77-2d70-a5ac-1a4b-000000000b70 | TIMING | create persistent directories | standalone | 0:02:21.022928 | 0.64s 2026-03-13 12:31:42.772671 | fa163e77-2d70-a5ac-1a4b-000000000b70 | TIMING | create persistent directories | standalone | 0:02:21.030669 | 0.65s 2026-03-13 12:31:42.800505 | fa163e77-2d70-a5ac-1a4b-000000000b71 | TASK | create persistent directories 2026-03-13 12:31:43.010680 | fa163e77-2d70-a5ac-1a4b-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-13 12:31:43.012382 | fa163e77-2d70-a5ac-1a4b-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.270385 | 0.21s 2026-03-13 12:31:43.220618 | fa163e77-2d70-a5ac-1a4b-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-13 12:31:43.222279 | fa163e77-2d70-a5ac-1a4b-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.480287 | 0.42s 2026-03-13 12:31:43.232274 | fa163e77-2d70-a5ac-1a4b-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.490277 | 0.43s 2026-03-13 12:31:43.253192 | fa163e77-2d70-a5ac-1a4b-000000000b72 | TASK | create persistent directories 2026-03-13 12:31:43.505597 | fa163e77-2d70-a5ac-1a4b-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-13 12:31:43.507829 | fa163e77-2d70-a5ac-1a4b-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.765831 | 0.25s 2026-03-13 12:31:43.518061 | fa163e77-2d70-a5ac-1a4b-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.776059 | 0.26s 2026-03-13 12:31:43.545839 | fa163e77-2d70-a5ac-1a4b-000000000b73 | TASK | creating directory 2026-03-13 12:31:43.746270 | fa163e77-2d70-a5ac-1a4b-000000000b73 | CHANGED | creating directory | standalone 2026-03-13 12:31:43.747656 | fa163e77-2d70-a5ac-1a4b-000000000b73 | TIMING | creating directory | standalone | 0:02:22.005661 | 0.20s 2026-03-13 12:31:43.773472 | fa163e77-2d70-a5ac-1a4b-000000000b74 | TASK | derive pci passthrough whitelist 2026-03-13 12:31:44.197682 | fa163e77-2d70-a5ac-1a4b-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-13 12:31:44.199362 | fa163e77-2d70-a5ac-1a4b-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:22.457366 | 0.42s 2026-03-13 12:31:44.225412 | fa163e77-2d70-a5ac-1a4b-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-13 12:31:45.003225 | fa163e77-2d70-a5ac-1a4b-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-13 12:31:45.005102 | fa163e77-2d70-a5ac-1a4b-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:23.263101 | 0.78s 2026-03-13 12:31:45.031561 | fa163e77-2d70-a5ac-1a4b-000000000b76 | TASK | create /run/netns with temp namespace 2026-03-13 12:31:45.260511 | fa163e77-2d70-a5ac-1a4b-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-13 12:31:45.261936 | fa163e77-2d70-a5ac-1a4b-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:23.519940 | 0.23s 2026-03-13 12:31:45.287199 | fa163e77-2d70-a5ac-1a4b-000000000b77 | TASK | remove temp namespace 2026-03-13 12:31:45.529322 | fa163e77-2d70-a5ac-1a4b-000000000b77 | CHANGED | remove temp namespace | standalone 2026-03-13 12:31:45.531105 | fa163e77-2d70-a5ac-1a4b-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:23.789103 | 0.24s 2026-03-13 12:31:45.557372 | fa163e77-2d70-a5ac-1a4b-000000000b78 | TASK | create /var/lib/neutron 2026-03-13 12:31:45.808282 | fa163e77-2d70-a5ac-1a4b-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2026-03-13 12:31:45.809796 | fa163e77-2d70-a5ac-1a4b-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:24.067801 | 0.25s 2026-03-13 12:31:45.835930 | fa163e77-2d70-a5ac-1a4b-000000000b79 | TASK | set conditions 2026-03-13 12:31:45.870308 | fa163e77-2d70-a5ac-1a4b-000000000b79 | OK | set conditions | standalone 2026-03-13 12:31:45.871380 | fa163e77-2d70-a5ac-1a4b-000000000b79 | TIMING | set conditions | standalone | 0:02:24.129387 | 0.03s 2026-03-13 12:31:45.896313 | fa163e77-2d70-a5ac-1a4b-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-13 12:31:46.137083 | fa163e77-2d70-a5ac-1a4b-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-13 12:31:46.138551 | fa163e77-2d70-a5ac-1a4b-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:24.396556 | 0.24s 2026-03-13 12:31:46.163409 | fa163e77-2d70-a5ac-1a4b-000000000b7b | TASK | create dnsmasq dhcp kill script 2026-03-13 12:31:46.670657 | fa163e77-2d70-a5ac-1a4b-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-13 12:31:46.672084 | fa163e77-2d70-a5ac-1a4b-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:24.930089 | 0.51s 2026-03-13 12:31:46.697296 | fa163e77-2d70-a5ac-1a4b-000000000b7c | TASK | create haproxy kill script 2026-03-13 12:31:47.149620 | fa163e77-2d70-a5ac-1a4b-000000000b7c | CHANGED | create haproxy kill script | standalone 2026-03-13 12:31:47.150920 | fa163e77-2d70-a5ac-1a4b-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:25.408926 | 0.45s 2026-03-13 12:31:47.176976 | fa163e77-2d70-a5ac-1a4b-000000000b7d | TASK | create persistent directories 2026-03-13 12:31:47.415842 | fa163e77-2d70-a5ac-1a4b-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-13 12:31:47.418192 | fa163e77-2d70-a5ac-1a4b-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.676195 | 0.24s 2026-03-13 12:31:47.630291 | fa163e77-2d70-a5ac-1a4b-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-13 12:31:47.632041 | fa163e77-2d70-a5ac-1a4b-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.890051 | 0.45s 2026-03-13 12:31:47.642687 | fa163e77-2d70-a5ac-1a4b-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.900692 | 0.46s 2026-03-13 12:31:47.668571 | fa163e77-2d70-a5ac-1a4b-000000000b7e | TASK | create persistent directories 2026-03-13 12:31:47.898409 | fa163e77-2d70-a5ac-1a4b-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-13 12:31:47.900692 | fa163e77-2d70-a5ac-1a4b-000000000b7e | TIMING | create persistent directories | standalone | 0:02:26.158697 | 0.23s 2026-03-13 12:31:47.910574 | fa163e77-2d70-a5ac-1a4b-000000000b7e | TIMING | create persistent directories | standalone | 0:02:26.168583 | 0.24s 2026-03-13 12:31:47.937184 | fa163e77-2d70-a5ac-1a4b-000000000b7f | TASK | create persistent directories 2026-03-13 12:31:48.183022 | fa163e77-2d70-a5ac-1a4b-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-13 12:31:48.184625 | fa163e77-2d70-a5ac-1a4b-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.442627 | 0.25s 2026-03-13 12:31:48.356740 | fa163e77-2d70-a5ac-1a4b-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-13 12:31:48.358340 | fa163e77-2d70-a5ac-1a4b-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.616346 | 0.42s 2026-03-13 12:31:48.368753 | fa163e77-2d70-a5ac-1a4b-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.626763 | 0.43s 2026-03-13 12:31:48.394441 | fa163e77-2d70-a5ac-1a4b-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-13 12:31:48.614585 | fa163e77-2d70-a5ac-1a4b-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-13 12:31:48.615923 | fa163e77-2d70-a5ac-1a4b-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:26.873929 | 0.22s 2026-03-13 12:31:48.641547 | fa163e77-2d70-a5ac-1a4b-000000000b81 | TASK | create persistent directories 2026-03-13 12:31:48.909777 | fa163e77-2d70-a5ac-1a4b-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-13 12:31:48.912629 | fa163e77-2d70-a5ac-1a4b-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.170629 | 0.27s 2026-03-13 12:31:49.135210 | fa163e77-2d70-a5ac-1a4b-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-13 12:31:49.137440 | fa163e77-2d70-a5ac-1a4b-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.395446 | 0.49s 2026-03-13 12:31:49.361768 | fa163e77-2d70-a5ac-1a4b-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-13 12:31:49.364454 | fa163e77-2d70-a5ac-1a4b-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.622459 | 0.72s 2026-03-13 12:31:49.560947 | fa163e77-2d70-a5ac-1a4b-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-13 12:31:49.562170 | fa163e77-2d70-a5ac-1a4b-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.820178 | 0.92s 2026-03-13 12:31:49.782281 | fa163e77-2d70-a5ac-1a4b-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-13 12:31:49.783402 | fa163e77-2d70-a5ac-1a4b-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.041409 | 1.14s 2026-03-13 12:31:49.791228 | fa163e77-2d70-a5ac-1a4b-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.049238 | 1.15s 2026-03-13 12:31:49.818507 | fa163e77-2d70-a5ac-1a4b-000000000b82 | TASK | ensure /run/nova is present upon reboot 2026-03-13 12:31:50.238453 | fa163e77-2d70-a5ac-1a4b-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-13 12:31:50.239762 | fa163e77-2d70-a5ac-1a4b-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:28.497769 | 0.42s 2026-03-13 12:31:50.265176 | fa163e77-2d70-a5ac-1a4b-000000000b83 | TASK | create tempfiles 2026-03-13 12:31:50.538689 | fa163e77-2d70-a5ac-1a4b-000000000b83 | CHANGED | create tempfiles | standalone 2026-03-13 12:31:50.540243 | fa163e77-2d70-a5ac-1a4b-000000000b83 | TIMING | create tempfiles | standalone | 0:02:28.798247 | 0.27s 2026-03-13 12:31:50.566473 | fa163e77-2d70-a5ac-1a4b-000000000b84 | TASK | Mount Nova NFS Share 2026-03-13 12:31:50.595463 | fa163e77-2d70-a5ac-1a4b-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-13 12:31:50.596968 | fa163e77-2d70-a5ac-1a4b-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:28.854964 | 0.03s 2026-03-13 12:31:50.622591 | fa163e77-2d70-a5ac-1a4b-000000000b86 | TASK | check systemd-container package installed or not 2026-03-13 12:31:50.652024 | fa163e77-2d70-a5ac-1a4b-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-13 12:31:50.653364 | fa163e77-2d70-a5ac-1a4b-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:28.911365 | 0.03s 2026-03-13 12:31:50.678363 | fa163e77-2d70-a5ac-1a4b-000000000b87 | TASK | get latest package from downloaded package versions 2026-03-13 12:31:50.705880 | fa163e77-2d70-a5ac-1a4b-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-13 12:31:50.707219 | fa163e77-2d70-a5ac-1a4b-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:28.965214 | 0.03s 2026-03-13 12:31:50.732485 | fa163e77-2d70-a5ac-1a4b-000000000b88 | TASK | Install systemd-container package on boot 2026-03-13 12:31:50.759866 | fa163e77-2d70-a5ac-1a4b-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-13 12:31:50.761076 | fa163e77-2d70-a5ac-1a4b-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:29.019081 | 0.03s 2026-03-13 12:31:50.786583 | fa163e77-2d70-a5ac-1a4b-000000000b89 | TASK | enable install-systemd-container on compute boot 2026-03-13 12:31:50.814268 | fa163e77-2d70-a5ac-1a4b-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-13 12:31:50.815477 | fa163e77-2d70-a5ac-1a4b-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:29.073482 | 0.03s 2026-03-13 12:31:50.841607 | fa163e77-2d70-a5ac-1a4b-000000000b8a | TASK | check if install-systemd-container service exists 2026-03-13 12:31:50.868959 | fa163e77-2d70-a5ac-1a4b-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-13 12:31:50.870109 | fa163e77-2d70-a5ac-1a4b-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:29.128114 | 0.03s 2026-03-13 12:31:50.896457 | fa163e77-2d70-a5ac-1a4b-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2026-03-13 12:31:50.924701 | fa163e77-2d70-a5ac-1a4b-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-13 12:31:50.926090 | fa163e77-2d70-a5ac-1a4b-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:29.184088 | 0.03s 2026-03-13 12:31:50.951944 | fa163e77-2d70-a5ac-1a4b-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-13 12:31:50.983169 | fa163e77-2d70-a5ac-1a4b-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-13 12:31:50.984457 | fa163e77-2d70-a5ac-1a4b-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:29.242459 | 0.03s 2026-03-13 12:31:51.009621 | fa163e77-2d70-a5ac-1a4b-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-13 12:31:51.040179 | fa163e77-2d70-a5ac-1a4b-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-13 12:31:51.041421 | fa163e77-2d70-a5ac-1a4b-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:29.299425 | 0.03s 2026-03-13 12:31:51.065997 | fa163e77-2d70-a5ac-1a4b-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-13 12:31:51.093926 | fa163e77-2d70-a5ac-1a4b-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-13 12:31:51.095177 | fa163e77-2d70-a5ac-1a4b-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.353144 | 0.03s 2026-03-13 12:31:51.120242 | fa163e77-2d70-a5ac-1a4b-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-13 12:31:51.146793 | fa163e77-2d70-a5ac-1a4b-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-13 12:31:51.147971 | fa163e77-2d70-a5ac-1a4b-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.405976 | 0.03s 2026-03-13 12:31:51.172717 | fa163e77-2d70-a5ac-1a4b-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-13 12:31:51.199629 | fa163e77-2d70-a5ac-1a4b-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-13 12:31:51.202035 | fa163e77-2d70-a5ac-1a4b-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:29.460039 | 0.03s 2026-03-13 12:31:51.226435 | fa163e77-2d70-a5ac-1a4b-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-13 12:31:51.254387 | fa163e77-2d70-a5ac-1a4b-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-13 12:31:51.255602 | fa163e77-2d70-a5ac-1a4b-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:29.513605 | 0.03s 2026-03-13 12:31:51.280599 | fa163e77-2d70-a5ac-1a4b-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-13 12:31:51.311085 | fa163e77-2d70-a5ac-1a4b-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-13 12:31:51.312444 | fa163e77-2d70-a5ac-1a4b-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.570449 | 0.03s 2026-03-13 12:31:51.338015 | fa163e77-2d70-a5ac-1a4b-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-13 12:31:51.368420 | fa163e77-2d70-a5ac-1a4b-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-13 12:31:51.369513 | fa163e77-2d70-a5ac-1a4b-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.627518 | 0.03s 2026-03-13 12:31:51.395272 | fa163e77-2d70-a5ac-1a4b-000000000b98 | TASK | Do we prepend nova startup with a delay 2026-03-13 12:31:51.427047 | fa163e77-2d70-a5ac-1a4b-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2026-03-13 12:31:51.428364 | fa163e77-2d70-a5ac-1a4b-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:29.686368 | 0.03s 2026-03-13 12:31:51.453269 | fa163e77-2d70-a5ac-1a4b-000000000b99 | TASK | install nova-compute delay wrapper script 2026-03-13 12:31:51.501786 | fa163e77-2d70-a5ac-1a4b-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-13 12:31:51.502903 | fa163e77-2d70-a5ac-1a4b-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:29.760909 | 0.05s 2026-03-13 12:31:51.528179 | fa163e77-2d70-a5ac-1a4b-000000000b9a | TASK | Is irqbalance enabled 2026-03-13 12:31:51.562276 | fa163e77-2d70-a5ac-1a4b-000000000b9a | OK | Is irqbalance enabled | standalone 2026-03-13 12:31:51.563566 | fa163e77-2d70-a5ac-1a4b-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:29.821571 | 0.03s 2026-03-13 12:31:51.584655 | fa163e77-2d70-a5ac-1a4b-000000000b9b | TASK | disable irqbalance service on compute 2026-03-13 12:31:51.612017 | fa163e77-2d70-a5ac-1a4b-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2026-03-13 12:31:51.612813 | fa163e77-2d70-a5ac-1a4b-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:29.870825 | 0.03s 2026-03-13 12:31:51.632602 | fa163e77-2d70-a5ac-1a4b-000000000b9c | TASK | create persistent directories 2026-03-13 12:31:51.881838 | fa163e77-2d70-a5ac-1a4b-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-13 12:31:51.884326 | fa163e77-2d70-a5ac-1a4b-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.142323 | 0.25s 2026-03-13 12:31:51.894503 | fa163e77-2d70-a5ac-1a4b-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.152476 | 0.26s 2026-03-13 12:31:51.920332 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TASK | create libvirt persistent data directories 2026-03-13 12:31:52.186820 | fa163e77-2d70-a5ac-1a4b-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-13 12:31:52.188895 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.446895 | 0.27s 2026-03-13 12:31:52.424359 | fa163e77-2d70-a5ac-1a4b-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-13 12:31:52.425753 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.683756 | 0.50s 2026-03-13 12:31:52.663114 | fa163e77-2d70-a5ac-1a4b-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-13 12:31:52.664383 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.922387 | 0.74s 2026-03-13 12:31:52.862181 | fa163e77-2d70-a5ac-1a4b-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-13 12:31:52.863865 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.121864 | 0.94s 2026-03-13 12:31:53.076686 | fa163e77-2d70-a5ac-1a4b-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-13 12:31:53.078591 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.336595 | 1.16s 2026-03-13 12:31:53.292077 | fa163e77-2d70-a5ac-1a4b-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-13 12:31:53.294351 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.552352 | 1.37s 2026-03-13 12:31:53.504359 | fa163e77-2d70-a5ac-1a4b-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-13 12:31:53.506766 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.764770 | 1.58s 2026-03-13 12:31:53.715097 | fa163e77-2d70-a5ac-1a4b-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-13 12:31:53.716454 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.974458 | 1.79s 2026-03-13 12:31:53.725575 | fa163e77-2d70-a5ac-1a4b-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.983572 | 1.80s 2026-03-13 12:31:53.753779 | fa163e77-2d70-a5ac-1a4b-000000000b9e | TASK | ensure qemu group is present on the host 2026-03-13 12:31:54.147762 | fa163e77-2d70-a5ac-1a4b-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2026-03-13 12:31:54.149698 | fa163e77-2d70-a5ac-1a4b-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:32.407701 | 0.39s 2026-03-13 12:31:54.176395 | fa163e77-2d70-a5ac-1a4b-000000000b9f | TASK | ensure qemu user is present on the host 2026-03-13 12:31:54.691481 | fa163e77-2d70-a5ac-1a4b-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2026-03-13 12:31:54.694649 | fa163e77-2d70-a5ac-1a4b-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:32.952626 | 0.52s 2026-03-13 12:31:54.723849 | fa163e77-2d70-a5ac-1a4b-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-13 12:31:54.957667 | fa163e77-2d70-a5ac-1a4b-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-13 12:31:54.959288 | fa163e77-2d70-a5ac-1a4b-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:33.217288 | 0.23s 2026-03-13 12:31:54.986225 | fa163e77-2d70-a5ac-1a4b-000000000ba1 | TASK | check if libvirt is installed 2026-03-13 12:31:55.227596 | fa163e77-2d70-a5ac-1a4b-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2026-03-13 12:31:55.229086 | fa163e77-2d70-a5ac-1a4b-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:33.487090 | 0.24s 2026-03-13 12:31:55.254861 | fa163e77-2d70-a5ac-1a4b-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2026-03-13 12:31:55.299933 | fa163e77-2d70-a5ac-1a4b-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-13 12:31:55.306325 | fa163e77-2d70-a5ac-1a4b-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-13 12:31:55.318168 | fa163e77-2d70-a5ac-1a4b-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:33.576123 | 0.06s 2026-03-13 12:31:55.344621 | fa163e77-2d70-a5ac-1a4b-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2026-03-13 12:31:55.824252 | fa163e77-2d70-a5ac-1a4b-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-13 12:31:55.825753 | fa163e77-2d70-a5ac-1a4b-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:34.083758 | 0.48s 2026-03-13 12:31:55.852593 | fa163e77-2d70-a5ac-1a4b-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-13 12:31:56.786109 | fa163e77-2d70-a5ac-1a4b-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-13 12:31:56.787573 | fa163e77-2d70-a5ac-1a4b-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:35.045584 | 0.93s 2026-03-13 12:31:56.809215 | fa163e77-2d70-a5ac-1a4b-000000000ba5 | TASK | remove gnutls-qemu.config 2026-03-13 12:31:57.050588 | fa163e77-2d70-a5ac-1a4b-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2026-03-13 12:31:57.052061 | fa163e77-2d70-a5ac-1a4b-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:35.310065 | 0.24s 2026-03-13 12:31:57.077781 | fa163e77-2d70-a5ac-1a4b-000000000ba6 | TASK | update crypto policies 2026-03-13 12:31:57.111026 | fa163e77-2d70-a5ac-1a4b-000000000ba6 | SKIPPED | update crypto policies | standalone 2026-03-13 12:31:57.112312 | fa163e77-2d70-a5ac-1a4b-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:35.370315 | 0.03s 2026-03-13 12:31:57.137802 | fa163e77-2d70-a5ac-1a4b-000000000ba7 | TASK | Create libvirt persistent data directories 2026-03-13 12:31:57.390908 | fa163e77-2d70-a5ac-1a4b-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-13 12:31:57.393068 | fa163e77-2d70-a5ac-1a4b-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.651069 | 0.25s 2026-03-13 12:31:57.403120 | fa163e77-2d70-a5ac-1a4b-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.661119 | 0.26s 2026-03-13 12:31:57.428860 | fa163e77-2d70-a5ac-1a4b-000000000ba8 | TASK | create persistent directories 2026-03-13 12:31:57.689611 | fa163e77-2d70-a5ac-1a4b-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-13 12:31:57.691818 | fa163e77-2d70-a5ac-1a4b-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:35.949821 | 0.26s 2026-03-13 12:31:57.919578 | fa163e77-2d70-a5ac-1a4b-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-13 12:31:57.921215 | fa163e77-2d70-a5ac-1a4b-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:36.179221 | 0.49s 2026-03-13 12:31:57.930944 | fa163e77-2d70-a5ac-1a4b-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:36.188955 | 0.50s 2026-03-13 12:31:57.951246 | fa163e77-2d70-a5ac-1a4b-000000000ba9 | TASK | Copy in cleanup script 2026-03-13 12:31:58.449816 | fa163e77-2d70-a5ac-1a4b-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2026-03-13 12:31:58.450681 | fa163e77-2d70-a5ac-1a4b-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:36.708696 | 0.50s 2026-03-13 12:31:58.467881 | fa163e77-2d70-a5ac-1a4b-000000000baa | TASK | Copy in cleanup service 2026-03-13 12:31:58.954911 | fa163e77-2d70-a5ac-1a4b-000000000baa | CHANGED | Copy in cleanup service | standalone 2026-03-13 12:31:58.956984 | fa163e77-2d70-a5ac-1a4b-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:37.214990 | 0.49s 2026-03-13 12:31:58.982218 | fa163e77-2d70-a5ac-1a4b-000000000bab | TASK | Enabling the cleanup service 2026-03-13 12:31:59.681513 | fa163e77-2d70-a5ac-1a4b-000000000bab | CHANGED | Enabling the cleanup service | standalone 2026-03-13 12:31:59.682493 | fa163e77-2d70-a5ac-1a4b-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:37.940509 | 0.70s 2026-03-13 12:31:59.700431 | fa163e77-2d70-a5ac-1a4b-000000000bac | TASK | create persistent directories 2026-03-13 12:32:00.001512 | fa163e77-2d70-a5ac-1a4b-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-13 12:32:00.004225 | fa163e77-2d70-a5ac-1a4b-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.262227 | 0.30s 2026-03-13 12:32:00.228017 | fa163e77-2d70-a5ac-1a4b-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-13 12:32:00.229872 | fa163e77-2d70-a5ac-1a4b-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.487879 | 0.53s 2026-03-13 12:32:00.240558 | fa163e77-2d70-a5ac-1a4b-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.498556 | 0.54s 2026-03-13 12:32:00.266587 | fa163e77-2d70-a5ac-1a4b-000000000bad | TASK | set conditions 2026-03-13 12:32:00.294906 | fa163e77-2d70-a5ac-1a4b-000000000bad | OK | set conditions | standalone 2026-03-13 12:32:00.296004 | fa163e77-2d70-a5ac-1a4b-000000000bad | TIMING | set conditions | standalone | 0:02:38.554011 | 0.03s 2026-03-13 12:32:00.321336 | fa163e77-2d70-a5ac-1a4b-000000000bae | TASK | create persistent directories 2026-03-13 12:32:00.583910 | fa163e77-2d70-a5ac-1a4b-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-13 12:32:00.586336 | fa163e77-2d70-a5ac-1a4b-000000000bae | TIMING | create persistent directories | standalone | 0:02:38.844340 | 0.26s 2026-03-13 12:32:00.807190 | fa163e77-2d70-a5ac-1a4b-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-13 12:32:00.808354 | fa163e77-2d70-a5ac-1a4b-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.066362 | 0.49s 2026-03-13 12:32:01.002548 | fa163e77-2d70-a5ac-1a4b-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-13 12:32:01.004421 | fa163e77-2d70-a5ac-1a4b-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.262429 | 0.68s 2026-03-13 12:32:01.015215 | fa163e77-2d70-a5ac-1a4b-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.273215 | 0.69s 2026-03-13 12:32:01.041484 | fa163e77-2d70-a5ac-1a4b-000000000baf | TASK | ensure /run/octavia is present upon reboot 2026-03-13 12:32:01.515594 | fa163e77-2d70-a5ac-1a4b-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-13 12:32:01.517170 | fa163e77-2d70-a5ac-1a4b-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:39.775126 | 0.47s 2026-03-13 12:32:01.542739 | fa163e77-2d70-a5ac-1a4b-000000000bb0 | TASK | create persistent directories 2026-03-13 12:32:01.793713 | fa163e77-2d70-a5ac-1a4b-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-13 12:32:01.795333 | fa163e77-2d70-a5ac-1a4b-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.053336 | 0.25s 2026-03-13 12:32:01.968841 | fa163e77-2d70-a5ac-1a4b-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-13 12:32:01.970078 | fa163e77-2d70-a5ac-1a4b-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.228091 | 0.43s 2026-03-13 12:32:01.980042 | fa163e77-2d70-a5ac-1a4b-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.238050 | 0.44s 2026-03-13 12:32:02.000213 | fa163e77-2d70-a5ac-1a4b-000000000bb1 | TASK | create empty log files 2026-03-13 12:32:02.243043 | fa163e77-2d70-a5ac-1a4b-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2026-03-13 12:32:02.245205 | fa163e77-2d70-a5ac-1a4b-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.503209 | 0.24s 2026-03-13 12:32:02.448694 | fa163e77-2d70-a5ac-1a4b-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-03-13 12:32:02.450351 | fa163e77-2d70-a5ac-1a4b-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.708359 | 0.45s 2026-03-13 12:32:02.461090 | fa163e77-2d70-a5ac-1a4b-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.719091 | 0.46s 2026-03-13 12:32:02.489075 | fa163e77-2d70-a5ac-1a4b-000000000bb2 | TASK | create persistent directories 2026-03-13 12:32:02.763256 | fa163e77-2d70-a5ac-1a4b-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-13 12:32:02.765099 | fa163e77-2d70-a5ac-1a4b-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:41.023105 | 0.27s 2026-03-13 12:32:02.774927 | fa163e77-2d70-a5ac-1a4b-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:41.032943 | 0.28s 2026-03-13 12:32:02.801430 | fa163e77-2d70-a5ac-1a4b-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2026-03-13 12:32:05.816374 | fa163e77-2d70-a5ac-1a4b-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-13 12:32:05.819105 | fa163e77-2d70-a5ac-1a4b-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:44.077109 | 3.02s 2026-03-13 12:32:05.872651 | fa163e77-2d70-a5ac-1a4b-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:44.130650 | 0.03s 2026-03-13 12:32:05.936074 | fa163e77-2d70-a5ac-1a4b-000000001297 | TASK | Gather variables for each operating system 2026-03-13 12:32:06.101077 | fa163e77-2d70-a5ac-1a4b-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:44.359067 | 0.16s 2026-03-13 12:32:06.127102 | fa163e77-2d70-a5ac-1a4b-000000001298 | TASK | Set packages facts 2026-03-13 12:32:06.170517 | fa163e77-2d70-a5ac-1a4b-000000001298 | OK | Set packages facts | standalone 2026-03-13 12:32:06.171645 | fa163e77-2d70-a5ac-1a4b-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:44.429651 | 0.04s 2026-03-13 12:32:06.196797 | fa163e77-2d70-a5ac-1a4b-000000001299 | TASK | Manage package 2026-03-13 12:32:06.265534 | fa163e77-2d70-a5ac-1a4b-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-13 12:32:06.280572 | fa163e77-2d70-a5ac-1a4b-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-13 12:32:06.296781 | fa163e77-2d70-a5ac-1a4b-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-13 12:32:11.246410 | fa163e77-2d70-a5ac-1a4b-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:49.504401 | 5.05s 2026-03-13 12:32:11.254529 | fa163e77-2d70-a5ac-1a4b-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-13 12:32:11.268389 | fa163e77-2d70-a5ac-1a4b-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:49.526389 | 5.07s 2026-03-13 12:32:11.320620 | fa163e77-2d70-a5ac-1a4b-000000000bb7 | TASK | create fcontext for rabbitmq data 2026-03-13 12:32:12.520347 | fa163e77-2d70-a5ac-1a4b-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-13 12:32:12.521551 | fa163e77-2d70-a5ac-1a4b-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:50.779562 | 1.20s 2026-03-13 12:32:12.541837 | fa163e77-2d70-a5ac-1a4b-000000000bb8 | TASK | create persistent directories 2026-03-13 12:32:12.777384 | fa163e77-2d70-a5ac-1a4b-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-13 12:32:12.778320 | fa163e77-2d70-a5ac-1a4b-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:51.036334 | 0.24s 2026-03-13 12:32:12.995780 | fa163e77-2d70-a5ac-1a4b-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-13 12:32:12.997505 | fa163e77-2d70-a5ac-1a4b-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:51.255513 | 0.45s 2026-03-13 12:32:13.008292 | fa163e77-2d70-a5ac-1a4b-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:51.266295 | 0.47s 2026-03-13 12:32:13.034460 | fa163e77-2d70-a5ac-1a4b-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-03-13 12:32:13.287338 | fa163e77-2d70-a5ac-1a4b-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-03-13 12:32:13.288741 | fa163e77-2d70-a5ac-1a4b-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:51.546746 | 0.25s 2026-03-13 12:32:13.313934 | fa163e77-2d70-a5ac-1a4b-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-13 12:32:13.342282 | fa163e77-2d70-a5ac-1a4b-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-13 12:32:13.343412 | fa163e77-2d70-a5ac-1a4b-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:51.601417 | 0.03s 2026-03-13 12:32:13.368879 | fa163e77-2d70-a5ac-1a4b-000000000bbb | TASK | Remove existing entries from logind conf 2026-03-13 12:32:13.593833 | fa163e77-2d70-a5ac-1a4b-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2026-03-13 12:32:13.595355 | fa163e77-2d70-a5ac-1a4b-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:51.853360 | 0.22s 2026-03-13 12:32:13.621492 | fa163e77-2d70-a5ac-1a4b-000000000bbc | TASK | Make sure systemd-logind ignores power off 2026-03-13 12:32:13.854045 | fa163e77-2d70-a5ac-1a4b-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-13 12:32:13.855419 | fa163e77-2d70-a5ac-1a4b-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:52.113424 | 0.23s 2026-03-13 12:32:13.881292 | fa163e77-2d70-a5ac-1a4b-000000000bbd | TASK | Restart systemd-logind 2026-03-13 12:32:15.370601 | fa163e77-2d70-a5ac-1a4b-000000000bbd | CHANGED | Restart systemd-logind | standalone 2026-03-13 12:32:15.372273 | fa163e77-2d70-a5ac-1a4b-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:53.630283 | 1.49s 2026-03-13 12:32:15.394581 | fa163e77-2d70-a5ac-1a4b-000000000bbe | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-03-13 12:32:15.462805 | fa163e77-2d70-a5ac-1a4b-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-13 12:32:15.463328 | fa163e77-2d70-a5ac-1a4b-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:53.721343 | 0.07s 2026-03-13 12:32:15.488350 | fa163e77-2d70-a5ac-1a4b-000000000bbf | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-03-13 12:32:15.559239 | fa163e77-2d70-a5ac-1a4b-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-13 12:32:15.560365 | fa163e77-2d70-a5ac-1a4b-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:53.818368 | 0.07s 2026-03-13 12:32:15.586274 | fa163e77-2d70-a5ac-1a4b-000000000bc0 | TASK | create persistent logs directory 2026-03-13 12:32:15.840498 | fa163e77-2d70-a5ac-1a4b-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-13 12:32:15.842730 | fa163e77-2d70-a5ac-1a4b-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:54.100733 | 0.26s 2026-03-13 12:32:16.115113 | fa163e77-2d70-a5ac-1a4b-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-13 12:32:16.116325 | fa163e77-2d70-a5ac-1a4b-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:54.374332 | 0.53s 2026-03-13 12:32:16.123206 | fa163e77-2d70-a5ac-1a4b-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:54.381205 | 0.54s 2026-03-13 12:32:16.149383 | fa163e77-2d70-a5ac-1a4b-000000000bc2 | TASK | Set login facts 2026-03-13 12:32:16.178818 | fa163e77-2d70-a5ac-1a4b-000000000bc2 | OK | Set login facts | standalone 2026-03-13 12:32:16.180051 | fa163e77-2d70-a5ac-1a4b-000000000bc2 | TIMING | Set login facts | standalone | 0:02:54.438057 | 0.03s 2026-03-13 12:32:16.205969 | fa163e77-2d70-a5ac-1a4b-000000000bc3 | TASK | Convert logins json to dict 2026-03-13 12:32:16.254630 | fa163e77-2d70-a5ac-1a4b-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2026-03-13 12:32:16.255804 | fa163e77-2d70-a5ac-1a4b-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:54.513808 | 0.05s 2026-03-13 12:32:16.281357 | fa163e77-2d70-a5ac-1a4b-000000000bc4 | TASK | Set registry logins 2026-03-13 12:32:16.333946 | fa163e77-2d70-a5ac-1a4b-000000000bc4 | SKIPPED | Set registry logins | standalone 2026-03-13 12:32:16.335490 | fa163e77-2d70-a5ac-1a4b-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:54.593489 | 0.05s 2026-03-13 12:32:16.361094 | fa163e77-2d70-a5ac-1a4b-000000000bc5 | TASK | Run podman install 2026-03-13 12:32:16.391476 | fa163e77-2d70-a5ac-1a4b-000000000bc5 | TIMING | Run podman install | standalone | 0:02:54.649485 | 0.03s 2026-03-13 12:32:16.459708 | fa163e77-2d70-a5ac-1a4b-000000001329 | TASK | Gather variables for each operating system 2026-03-13 12:32:16.610668 | fa163e77-2d70-a5ac-1a4b-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-13 12:32:16.612097 | fa163e77-2d70-a5ac-1a4b-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.870098 | 0.15s 2026-03-13 12:32:16.621713 | fa163e77-2d70-a5ac-1a4b-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.879714 | 0.16s 2026-03-13 12:32:16.648042 | fa163e77-2d70-a5ac-1a4b-00000000132b | TASK | ensure podman and deps are installed 2026-03-13 12:32:19.632612 | fa163e77-2d70-a5ac-1a4b-00000000132b | OK | ensure podman and deps are installed | standalone 2026-03-13 12:32:19.634000 | fa163e77-2d70-a5ac-1a4b-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:57.892005 | 2.98s 2026-03-13 12:32:19.660195 | fa163e77-2d70-a5ac-1a4b-00000000132c | TASK | Ensure we get the ansible interfaces facts 2026-03-13 12:32:20.182168 | fa163e77-2d70-a5ac-1a4b-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-13 12:32:20.183561 | fa163e77-2d70-a5ac-1a4b-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:58.441559 | 0.52s 2026-03-13 12:32:20.211528 | fa163e77-2d70-a5ac-1a4b-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-13 12:32:20.243475 | fa163e77-2d70-a5ac-1a4b-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-13 12:32:20.244592 | fa163e77-2d70-a5ac-1a4b-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:58.502598 | 0.03s 2026-03-13 12:32:20.270895 | fa163e77-2d70-a5ac-1a4b-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2026-03-13 12:32:20.311510 | fa163e77-2d70-a5ac-1a4b-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-13 12:32:20.312629 | fa163e77-2d70-a5ac-1a4b-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:58.570635 | 0.04s 2026-03-13 12:32:20.339172 | fa163e77-2d70-a5ac-1a4b-000000001330 | TASK | Update default network configuration if possible 2026-03-13 12:32:20.378826 | fa163e77-2d70-a5ac-1a4b-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2026-03-13 12:32:20.379996 | fa163e77-2d70-a5ac-1a4b-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:58.638001 | 0.04s 2026-03-13 12:32:20.406411 | fa163e77-2d70-a5ac-1a4b-000000001332 | TASK | Make sure /etc/containers/networks exists 2026-03-13 12:32:20.653193 | fa163e77-2d70-a5ac-1a4b-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-13 12:32:20.654669 | fa163e77-2d70-a5ac-1a4b-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:58.912674 | 0.25s 2026-03-13 12:32:20.681364 | fa163e77-2d70-a5ac-1a4b-000000001333 | TASK | Get current podman network 2026-03-13 12:32:20.982554 | fa163e77-2d70-a5ac-1a4b-000000001333 | CHANGED | Get current podman network | standalone 2026-03-13 12:32:20.983746 | fa163e77-2d70-a5ac-1a4b-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:59.241757 | 0.30s 2026-03-13 12:32:21.005266 | fa163e77-2d70-a5ac-1a4b-000000001334 | TASK | Update the default network configuration 2026-03-13 12:32:21.621411 | fa163e77-2d70-a5ac-1a4b-000000001334 | CHANGED | Update the default network configuration | standalone 2026-03-13 12:32:21.622759 | fa163e77-2d70-a5ac-1a4b-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:59.880765 | 0.62s 2026-03-13 12:32:21.648536 | fa163e77-2d70-a5ac-1a4b-000000001335 | TASK | Write containers registries.conf 2026-03-13 12:32:22.260640 | fa163e77-2d70-a5ac-1a4b-000000001335 | CHANGED | Write containers registries.conf | standalone 2026-03-13 12:32:22.262008 | fa163e77-2d70-a5ac-1a4b-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:00.520012 | 0.61s 2026-03-13 12:32:22.288040 | fa163e77-2d70-a5ac-1a4b-000000001336 | TASK | Write containers.conf 2026-03-13 12:32:22.554604 | fa163e77-2d70-a5ac-1a4b-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-13 12:32:22.556560 | fa163e77-2d70-a5ac-1a4b-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.814571 | 0.27s 2026-03-13 12:32:22.787629 | fa163e77-2d70-a5ac-1a4b-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-13 12:32:22.788630 | fa163e77-2d70-a5ac-1a4b-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.046640 | 0.50s 2026-03-13 12:32:22.993709 | fa163e77-2d70-a5ac-1a4b-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-13 12:32:22.994621 | fa163e77-2d70-a5ac-1a4b-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.252630 | 0.71s 2026-03-13 12:32:23.176093 | fa163e77-2d70-a5ac-1a4b-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-13 12:32:23.177449 | fa163e77-2d70-a5ac-1a4b-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.435452 | 0.89s 2026-03-13 12:32:23.184996 | fa163e77-2d70-a5ac-1a4b-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.442996 | 0.90s 2026-03-13 12:32:23.212564 | fa163e77-2d70-a5ac-1a4b-000000001337 | TASK | Enable podman.socket service 2026-03-13 12:32:23.243887 | fa163e77-2d70-a5ac-1a4b-000000001337 | SKIPPED | Enable podman.socket service | standalone 2026-03-13 12:32:23.245003 | fa163e77-2d70-a5ac-1a4b-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:01.503006 | 0.03s 2026-03-13 12:32:23.295928 | fa163e77-2d70-a5ac-1a4b-000000000bc6 | TASK | Run podman login 2026-03-13 12:32:23.324622 | fa163e77-2d70-a5ac-1a4b-000000000bc6 | TIMING | Run podman login | standalone | 0:03:01.582619 | 0.03s 2026-03-13 12:32:23.403826 | fa163e77-2d70-a5ac-1a4b-000000001437 | TASK | Perform container registry login(s) with podman 2026-03-13 12:32:23.431288 | fa163e77-2d70-a5ac-1a4b-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:01.689294 | 0.03s 2026-03-13 12:32:23.469373 | fa163e77-2d70-a5ac-1a4b-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-13 12:32:23.932875 | fa163e77-2d70-a5ac-1a4b-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-13 12:32:23.934199 | fa163e77-2d70-a5ac-1a4b-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:02.192207 | 0.46s 2026-03-13 12:32:23.959523 | fa163e77-2d70-a5ac-1a4b-000000000bc9 | TASK | create persistent directories 2026-03-13 12:32:24.224543 | fa163e77-2d70-a5ac-1a4b-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-13 12:32:24.226788 | fa163e77-2d70-a5ac-1a4b-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.484793 | 0.27s 2026-03-13 12:32:24.449077 | fa163e77-2d70-a5ac-1a4b-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-13 12:32:24.450815 | fa163e77-2d70-a5ac-1a4b-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.708823 | 0.49s 2026-03-13 12:32:24.646639 | fa163e77-2d70-a5ac-1a4b-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-13 12:32:24.648539 | fa163e77-2d70-a5ac-1a4b-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.906545 | 0.69s 2026-03-13 12:32:24.659335 | fa163e77-2d70-a5ac-1a4b-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:02.917338 | 0.70s 2026-03-13 12:32:24.681172 | fa163e77-2d70-a5ac-1a4b-000000000bca | TASK | ensure /run/redis is present upon reboot 2026-03-13 12:32:25.146962 | fa163e77-2d70-a5ac-1a4b-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-13 12:32:25.148439 | fa163e77-2d70-a5ac-1a4b-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:03.406444 | 0.47s 2026-03-13 12:32:25.174382 | fa163e77-2d70-a5ac-1a4b-000000000bcb | TASK | Ensure rsyslog is installed 2026-03-13 12:32:28.087629 | fa163e77-2d70-a5ac-1a4b-000000000bcb | OK | Ensure rsyslog is installed | standalone 2026-03-13 12:32:28.089214 | fa163e77-2d70-a5ac-1a4b-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:06.347219 | 2.91s 2026-03-13 12:32:28.116023 | fa163e77-2d70-a5ac-1a4b-000000000bcc | TASK | Ensure rsyslog is enabled and started 2026-03-13 12:32:28.490842 | fa163e77-2d70-a5ac-1a4b-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2026-03-13 12:32:28.493253 | fa163e77-2d70-a5ac-1a4b-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:06.751256 | 0.38s 2026-03-13 12:32:28.549690 | fa163e77-2d70-a5ac-1a4b-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:06.807689 | 0.03s 2026-03-13 12:32:28.646372 | fa163e77-2d70-a5ac-1a4b-000000001552 | TASK | Gather variables for each operating system 2026-03-13 12:32:28.765864 | fa163e77-2d70-a5ac-1a4b-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-13 12:32:28.767261 | fa163e77-2d70-a5ac-1a4b-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:07.025263 | 0.12s 2026-03-13 12:32:28.772936 | fa163e77-2d70-a5ac-1a4b-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:07.030933 | 0.13s 2026-03-13 12:32:28.799779 | fa163e77-2d70-a5ac-1a4b-000000001554 | TASK | Install the OpenSSH server 2026-03-13 12:32:31.774266 | fa163e77-2d70-a5ac-1a4b-000000001554 | OK | Install the OpenSSH server | standalone 2026-03-13 12:32:31.775634 | fa163e77-2d70-a5ac-1a4b-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:10.033640 | 2.97s 2026-03-13 12:32:31.802994 | fa163e77-2d70-a5ac-1a4b-000000001555 | TASK | Start sshd 2026-03-13 12:32:31.837108 | fa163e77-2d70-a5ac-1a4b-000000001555 | SKIPPED | Start sshd | standalone 2026-03-13 12:32:31.838291 | fa163e77-2d70-a5ac-1a4b-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:10.096297 | 0.03s 2026-03-13 12:32:31.865160 | fa163e77-2d70-a5ac-1a4b-000000001556 | TASK | PasswordAuthentication notice 2026-03-13 12:32:31.893758 | fa163e77-2d70-a5ac-1a4b-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2026-03-13 12:32:31.894967 | fa163e77-2d70-a5ac-1a4b-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:10.152973 | 0.03s 2026-03-13 12:32:31.921898 | fa163e77-2d70-a5ac-1a4b-000000001557 | TASK | PasswordAuthentication duplication notice 2026-03-13 12:32:31.949295 | fa163e77-2d70-a5ac-1a4b-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-13 12:32:31.950526 | fa163e77-2d70-a5ac-1a4b-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:10.208530 | 0.03s 2026-03-13 12:32:31.976290 | fa163e77-2d70-a5ac-1a4b-000000001558 | TASK | Motd duplication notice 2026-03-13 12:32:32.014400 | fa163e77-2d70-a5ac-1a4b-000000001558 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2026-03-13 12:32:32.015576 | fa163e77-2d70-a5ac-1a4b-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:10.273583 | 0.04s 2026-03-13 12:32:32.042108 | fa163e77-2d70-a5ac-1a4b-000000001559 | TASK | Configure the banner text 2026-03-13 12:32:32.071699 | fa163e77-2d70-a5ac-1a4b-000000001559 | SKIPPED | Configure the banner text | standalone 2026-03-13 12:32:32.073169 | fa163e77-2d70-a5ac-1a4b-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:10.331131 | 0.03s 2026-03-13 12:32:32.098871 | fa163e77-2d70-a5ac-1a4b-00000000155a | TASK | Configure the motd banner 2026-03-13 12:32:32.129159 | fa163e77-2d70-a5ac-1a4b-00000000155a | SKIPPED | Configure the motd banner | standalone 2026-03-13 12:32:32.130239 | fa163e77-2d70-a5ac-1a4b-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:10.388245 | 0.03s 2026-03-13 12:32:32.155230 | fa163e77-2d70-a5ac-1a4b-00000000155b | TASK | Update sshd configuration options from vars 2026-03-13 12:32:32.195022 | fa163e77-2d70-a5ac-1a4b-00000000155b | OK | Update sshd configuration options from vars | standalone 2026-03-13 12:32:32.196155 | fa163e77-2d70-a5ac-1a4b-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:10.454136 | 0.04s 2026-03-13 12:32:32.222809 | fa163e77-2d70-a5ac-1a4b-00000000155c | TASK | Adjust ssh server configuration 2026-03-13 12:32:32.815306 | fa163e77-2d70-a5ac-1a4b-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2026-03-13 12:32:32.816628 | fa163e77-2d70-a5ac-1a4b-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:11.074634 | 0.59s 2026-03-13 12:32:32.842713 | fa163e77-2d70-a5ac-1a4b-00000000155d | TASK | Restart sshd 2026-03-13 12:32:33.274477 | fa163e77-2d70-a5ac-1a4b-00000000155d | CHANGED | Restart sshd | standalone 2026-03-13 12:32:33.276386 | fa163e77-2d70-a5ac-1a4b-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:11.534393 | 0.43s 2026-03-13 12:32:33.326238 | fa163e77-2d70-a5ac-1a4b-000000000bce | TASK | create persistent directories 2026-03-13 12:32:33.590732 | fa163e77-2d70-a5ac-1a4b-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-13 12:32:33.592947 | fa163e77-2d70-a5ac-1a4b-000000000bce | TIMING | create persistent directories | standalone | 0:03:11.850952 | 0.27s 2026-03-13 12:32:33.815357 | fa163e77-2d70-a5ac-1a4b-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-13 12:32:33.817079 | fa163e77-2d70-a5ac-1a4b-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.075088 | 0.49s 2026-03-13 12:32:34.045513 | fa163e77-2d70-a5ac-1a4b-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-13 12:32:34.046542 | fa163e77-2d70-a5ac-1a4b-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.304551 | 0.72s 2026-03-13 12:32:34.053535 | fa163e77-2d70-a5ac-1a4b-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.311536 | 0.73s 2026-03-13 12:32:34.079514 | fa163e77-2d70-a5ac-1a4b-000000000bcf | TASK | create persistent directories 2026-03-13 12:32:34.344647 | fa163e77-2d70-a5ac-1a4b-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-13 12:32:34.346918 | fa163e77-2d70-a5ac-1a4b-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.604920 | 0.27s 2026-03-13 12:32:34.543452 | fa163e77-2d70-a5ac-1a4b-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-13 12:32:34.544379 | fa163e77-2d70-a5ac-1a4b-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.802392 | 0.46s 2026-03-13 12:32:34.762604 | fa163e77-2d70-a5ac-1a4b-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-13 12:32:34.764417 | fa163e77-2d70-a5ac-1a4b-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.022425 | 0.68s 2026-03-13 12:32:34.775153 | fa163e77-2d70-a5ac-1a4b-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.033134 | 0.69s 2026-03-13 12:32:34.801209 | fa163e77-2d70-a5ac-1a4b-000000000bd0 | TASK | Set swift_use_local_disks fact 2026-03-13 12:32:34.832972 | fa163e77-2d70-a5ac-1a4b-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2026-03-13 12:32:34.834089 | fa163e77-2d70-a5ac-1a4b-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:13.092095 | 0.03s 2026-03-13 12:32:34.858882 | fa163e77-2d70-a5ac-1a4b-000000000bd1 | TASK | Set use_node_data_lookup fact 2026-03-13 12:32:34.890368 | fa163e77-2d70-a5ac-1a4b-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2026-03-13 12:32:34.891406 | fa163e77-2d70-a5ac-1a4b-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:13.149416 | 0.03s 2026-03-13 12:32:34.916352 | fa163e77-2d70-a5ac-1a4b-000000000bd2 | TASK | Create Swift d1 directory if needed 2026-03-13 12:32:35.161665 | fa163e77-2d70-a5ac-1a4b-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-13 12:32:35.163497 | fa163e77-2d70-a5ac-1a4b-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:13.421497 | 0.25s 2026-03-13 12:32:35.189117 | fa163e77-2d70-a5ac-1a4b-000000000bd3 | TASK | Set fact for SwiftRawDisks 2026-03-13 12:32:35.218458 | fa163e77-2d70-a5ac-1a4b-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2026-03-13 12:32:35.219530 | fa163e77-2d70-a5ac-1a4b-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:13.477536 | 0.03s 2026-03-13 12:32:35.244265 | fa163e77-2d70-a5ac-1a4b-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2026-03-13 12:32:35.272045 | fa163e77-2d70-a5ac-1a4b-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-13 12:32:35.273085 | fa163e77-2d70-a5ac-1a4b-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:13.531092 | 0.03s 2026-03-13 12:32:35.297674 | fa163e77-2d70-a5ac-1a4b-000000000bd5 | TASK | Set fact for swift_raw_disks 2026-03-13 12:32:35.328981 | fa163e77-2d70-a5ac-1a4b-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-13 12:32:35.330007 | fa163e77-2d70-a5ac-1a4b-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:13.588014 | 0.03s 2026-03-13 12:32:35.354868 | fa163e77-2d70-a5ac-1a4b-000000000bd6 | TASK | Format SwiftRawDisks 2026-03-13 12:32:35.385877 | fa163e77-2d70-a5ac-1a4b-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:13.643878 | 0.03s 2026-03-13 12:32:35.410524 | fa163e77-2d70-a5ac-1a4b-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-13 12:32:35.459653 | fa163e77-2d70-a5ac-1a4b-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-13 12:32:35.460716 | fa163e77-2d70-a5ac-1a4b-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:13.718723 | 0.05s 2026-03-13 12:32:35.485671 | fa163e77-2d70-a5ac-1a4b-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2026-03-13 12:32:35.513851 | fa163e77-2d70-a5ac-1a4b-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:13.771853 | 0.03s 2026-03-13 12:32:35.538841 | fa163e77-2d70-a5ac-1a4b-000000000bd9 | TASK | Check for NTP service 2026-03-13 12:32:35.789549 | fa163e77-2d70-a5ac-1a4b-000000000bd9 | CHANGED | Check for NTP service | standalone 2026-03-13 12:32:35.790740 | fa163e77-2d70-a5ac-1a4b-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:14.048749 | 0.25s 2026-03-13 12:32:35.815361 | fa163e77-2d70-a5ac-1a4b-000000000bda | TASK | Disable NTP before configuring Chrony 2026-03-13 12:32:35.843504 | fa163e77-2d70-a5ac-1a4b-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-13 12:32:35.844550 | fa163e77-2d70-a5ac-1a4b-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:14.102556 | 0.03s 2026-03-13 12:32:35.869614 | fa163e77-2d70-a5ac-1a4b-000000000bdb | TASK | Install, Configure and Run Chrony 2026-03-13 12:32:35.887919 | fa163e77-2d70-a5ac-1a4b-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:14.145923 | 0.02s 2026-03-13 12:32:35.981945 | fa163e77-2d70-a5ac-1a4b-0000000016ee | TASK | Load distro-specific variables 2026-03-13 12:32:36.011287 | fa163e77-2d70-a5ac-1a4b-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.269291 | 0.03s 2026-03-13 12:32:36.019172 | 8e6c2867-ea3b-483b-acf3-077f2943093d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-13 12:32:36.039938 | fa163e77-2d70-a5ac-1a4b-0000000017d3 | TASK | Load distro-specific variables 2026-03-13 12:32:36.097472 | fa163e77-2d70-a5ac-1a4b-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:32:36.099717 | fa163e77-2d70-a5ac-1a4b-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.357713 | 0.06s 2026-03-13 12:32:36.109614 | fa163e77-2d70-a5ac-1a4b-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.367622 | 0.07s 2026-03-13 12:32:36.136356 | fa163e77-2d70-a5ac-1a4b-0000000016ef | TASK | Install chronyd 2026-03-13 12:32:36.168072 | fa163e77-2d70-a5ac-1a4b-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:14.426074 | 0.03s 2026-03-13 12:32:36.191298 | d8ee9f04-b7c0-4392-98b3-d0d951facc5b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-13 12:32:36.223179 | fa163e77-2d70-a5ac-1a4b-00000000180c | TASK | Load distro-specific variables 2026-03-13 12:32:36.250302 | fa163e77-2d70-a5ac-1a4b-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.508308 | 0.03s 2026-03-13 12:32:36.261256 | f60a97d8-1938-4de8-a50c-58faa8efe4f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-13 12:32:36.285946 | fa163e77-2d70-a5ac-1a4b-000000001853 | TASK | Load distro-specific variables 2026-03-13 12:32:36.340382 | fa163e77-2d70-a5ac-1a4b-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:32:36.341839 | fa163e77-2d70-a5ac-1a4b-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.599839 | 0.06s 2026-03-13 12:32:36.348068 | fa163e77-2d70-a5ac-1a4b-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.606075 | 0.06s 2026-03-13 12:32:36.373971 | fa163e77-2d70-a5ac-1a4b-00000000180d | TASK | Check for NTP service 2026-03-13 12:32:36.625691 | fa163e77-2d70-a5ac-1a4b-00000000180d | CHANGED | Check for NTP service | standalone 2026-03-13 12:32:36.626906 | fa163e77-2d70-a5ac-1a4b-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:14.884913 | 0.25s 2026-03-13 12:32:36.652682 | fa163e77-2d70-a5ac-1a4b-00000000180e | TASK | Disable NTP before configuring Chrony 2026-03-13 12:32:36.703219 | fa163e77-2d70-a5ac-1a4b-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-13 12:32:36.704285 | fa163e77-2d70-a5ac-1a4b-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:14.962290 | 0.05s 2026-03-13 12:32:36.730037 | fa163e77-2d70-a5ac-1a4b-00000000180f | TASK | Install chronyd package 2026-03-13 12:32:39.641098 | fa163e77-2d70-a5ac-1a4b-00000000180f | OK | Install chronyd package | standalone 2026-03-13 12:32:39.642506 | fa163e77-2d70-a5ac-1a4b-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:17.900512 | 2.91s 2026-03-13 12:32:39.668997 | fa163e77-2d70-a5ac-1a4b-0000000016f0 | TASK | Upgrade chronyd 2026-03-13 12:32:39.708049 | fa163e77-2d70-a5ac-1a4b-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2026-03-13 12:32:39.709103 | fa163e77-2d70-a5ac-1a4b-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:17.967108 | 0.04s 2026-03-13 12:32:39.734698 | fa163e77-2d70-a5ac-1a4b-0000000016f1 | TASK | Configure chronyd 2026-03-13 12:32:39.764499 | fa163e77-2d70-a5ac-1a4b-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:18.022502 | 0.03s 2026-03-13 12:32:39.784480 | 80e4817b-fb69-4fb8-a54a-0e9c4b0754bb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-13 12:32:39.822094 | fa163e77-2d70-a5ac-1a4b-00000000188c | TASK | Load distro-specific variables 2026-03-13 12:32:39.847914 | fa163e77-2d70-a5ac-1a4b-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.105924 | 0.02s 2026-03-13 12:32:39.858780 | 6008dcc5-78a6-4b7c-b847-a697fb39f0de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-13 12:32:39.881731 | fa163e77-2d70-a5ac-1a4b-0000000018f8 | TASK | Load distro-specific variables 2026-03-13 12:32:39.935483 | fa163e77-2d70-a5ac-1a4b-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:32:39.936688 | fa163e77-2d70-a5ac-1a4b-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.194692 | 0.05s 2026-03-13 12:32:39.942239 | fa163e77-2d70-a5ac-1a4b-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.200247 | 0.06s 2026-03-13 12:32:39.968223 | fa163e77-2d70-a5ac-1a4b-00000000188d | TASK | Install chrony configuration file 2026-03-13 12:32:40.533740 | fa163e77-2d70-a5ac-1a4b-00000000188d | OK | Install chrony configuration file | standalone 2026-03-13 12:32:40.535030 | fa163e77-2d70-a5ac-1a4b-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:18.793037 | 0.57s 2026-03-13 12:32:40.560914 | fa163e77-2d70-a5ac-1a4b-0000000016f2 | TASK | Run chronyd 2026-03-13 12:32:40.589812 | fa163e77-2d70-a5ac-1a4b-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:18.847815 | 0.03s 2026-03-13 12:32:40.611079 | c2d233be-a351-4f62-9cc4-41c2b0355cdb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-13 12:32:40.657241 | fa163e77-2d70-a5ac-1a4b-00000000191b | TASK | Load distro-specific variables 2026-03-13 12:32:40.685697 | fa163e77-2d70-a5ac-1a4b-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.943697 | 0.03s 2026-03-13 12:32:40.702568 | d6335f74-1152-41c7-b645-2da1c26f30e8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-13 12:32:40.729944 | fa163e77-2d70-a5ac-1a4b-00000000199f | TASK | Load distro-specific variables 2026-03-13 12:32:40.783313 | fa163e77-2d70-a5ac-1a4b-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-13 12:32:40.784407 | fa163e77-2d70-a5ac-1a4b-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.042413 | 0.05s 2026-03-13 12:32:40.789917 | fa163e77-2d70-a5ac-1a4b-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.047927 | 0.06s 2026-03-13 12:32:40.815569 | fa163e77-2d70-a5ac-1a4b-00000000191c | TASK | Ensure chronyd is running 2026-03-13 12:32:41.227166 | fa163e77-2d70-a5ac-1a4b-00000000191c | OK | Ensure chronyd is running | standalone 2026-03-13 12:32:41.229028 | fa163e77-2d70-a5ac-1a4b-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:19.487033 | 0.41s 2026-03-13 12:32:41.255689 | fa163e77-2d70-a5ac-1a4b-00000000191d | TASK | Force chronyd restart 2026-03-13 12:32:41.283531 | fa163e77-2d70-a5ac-1a4b-00000000191d | SKIPPED | Force chronyd restart | standalone 2026-03-13 12:32:41.284542 | fa163e77-2d70-a5ac-1a4b-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:19.542549 | 0.03s 2026-03-13 12:32:41.309776 | fa163e77-2d70-a5ac-1a4b-0000000016f3 | TASK | Enable online service 2026-03-13 12:32:41.353234 | fa163e77-2d70-a5ac-1a4b-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:19.611237 | 0.04s 2026-03-13 12:32:41.371975 | dd051da0-15e7-4cfa-b61e-a08569be1036 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-13 12:32:41.417450 | fa163e77-2d70-a5ac-1a4b-0000000019cc | TASK | Create chrony-online.service unit file 2026-03-13 12:32:41.840440 | fa163e77-2d70-a5ac-1a4b-0000000019cc | OK | Create chrony-online.service unit file | standalone 2026-03-13 12:32:41.841750 | fa163e77-2d70-a5ac-1a4b-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:20.099755 | 0.42s 2026-03-13 12:32:41.867828 | fa163e77-2d70-a5ac-1a4b-0000000019cd | TASK | Enable chrony-online.service 2026-03-13 12:32:42.550668 | fa163e77-2d70-a5ac-1a4b-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2026-03-13 12:32:42.552722 | fa163e77-2d70-a5ac-1a4b-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:20.810726 | 0.68s 2026-03-13 12:32:42.581346 | fa163e77-2d70-a5ac-1a4b-0000000016f4 | TASK | Sync chronyc 2026-03-13 12:32:42.611945 | fa163e77-2d70-a5ac-1a4b-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:20.869945 | 0.03s 2026-03-13 12:32:42.630947 | c2b44dcd-4962-499d-ab90-5e7c14d98f1e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-13 12:32:42.677830 | fa163e77-2d70-a5ac-1a4b-000000001a72 | TASK | Force NTP sync 2026-03-13 12:32:42.918040 | fa163e77-2d70-a5ac-1a4b-000000001a72 | CHANGED | Force NTP sync | standalone 2026-03-13 12:32:42.919600 | fa163e77-2d70-a5ac-1a4b-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:21.177604 | 0.24s 2026-03-13 12:32:42.945709 | fa163e77-2d70-a5ac-1a4b-000000001a73 | TASK | Ensure system is NTP time synced 2026-03-13 12:32:43.181271 | fa163e77-2d70-a5ac-1a4b-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2026-03-13 12:32:43.182550 | fa163e77-2d70-a5ac-1a4b-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:21.440558 | 0.24s 2026-03-13 12:32:43.231144 | fa163e77-2d70-a5ac-1a4b-000000000bdc | TASK | Force NTP sync 2026-03-13 12:32:43.472368 | fa163e77-2d70-a5ac-1a4b-000000000bdc | CHANGED | Force NTP sync | standalone 2026-03-13 12:32:43.473881 | fa163e77-2d70-a5ac-1a4b-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:21.731879 | 0.24s 2026-03-13 12:32:43.503533 | fa163e77-2d70-a5ac-1a4b-000000000bdd | TASK | Ensure system is NTP time synced 2026-03-13 12:32:43.714171 | fa163e77-2d70-a5ac-1a4b-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2026-03-13 12:32:43.715589 | fa163e77-2d70-a5ac-1a4b-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:21.973594 | 0.21s 2026-03-13 12:32:43.741137 | fa163e77-2d70-a5ac-1a4b-000000000bde | TASK | Run timezone role 2026-03-13 12:32:43.769153 | fa163e77-2d70-a5ac-1a4b-000000000bde | TIMING | Run timezone role | standalone | 0:03:22.027153 | 0.03s 2026-03-13 12:32:43.869475 | fa163e77-2d70-a5ac-1a4b-000000001c33 | TASK | Set timezone 2026-03-13 12:32:44.394166 | fa163e77-2d70-a5ac-1a4b-000000001c33 | OK | Set timezone | standalone 2026-03-13 12:32:44.395529 | fa163e77-2d70-a5ac-1a4b-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:22.653528 | 0.52s 2026-03-13 12:32:44.423385 | fa163e77-2d70-a5ac-1a4b-000000001c34 | TASK | Restart time services 2026-03-13 12:32:44.466264 | fa163e77-2d70-a5ac-1a4b-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-13 12:32:44.472281 | fa163e77-2d70-a5ac-1a4b-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2026-03-13 12:32:44.479667 | fa163e77-2d70-a5ac-1a4b-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:22.737664 | 0.05s 2026-03-13 12:32:44.529577 | fa163e77-2d70-a5ac-1a4b-000000000bdf | TASK | install tmpwatch on the host 2026-03-13 12:32:47.537633 | fa163e77-2d70-a5ac-1a4b-000000000bdf | OK | install tmpwatch on the host | standalone 2026-03-13 12:32:47.540525 | fa163e77-2d70-a5ac-1a4b-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:25.798528 | 3.01s 2026-03-13 12:32:47.566364 | fa163e77-2d70-a5ac-1a4b-000000000be0 | TASK | Notice - ctlplane subnet is set 2026-03-13 12:32:47.597252 | fa163e77-2d70-a5ac-1a4b-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-13 12:32:47.599296 | fa163e77-2d70-a5ac-1a4b-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:25.857293 | 0.03s 2026-03-13 12:32:47.653843 | fa163e77-2d70-a5ac-1a4b-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:25.911845 | 0.03s 2026-03-13 12:32:47.772128 | fa163e77-2d70-a5ac-1a4b-000000001e67 | TASK | Gather variables for each operating system 2026-03-13 12:32:47.894701 | fa163e77-2d70-a5ac-1a4b-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-13 12:32:47.897386 | fa163e77-2d70-a5ac-1a4b-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.155388 | 0.12s 2026-03-13 12:32:47.907451 | fa163e77-2d70-a5ac-1a4b-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.165453 | 0.13s 2026-03-13 12:32:47.994295 | fa163e77-2d70-a5ac-1a4b-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:26.252288 | 0.06s 2026-03-13 12:32:48.014615 | 65427e44-db31-4765-bcba-d644606f9067 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-13 12:32:48.047365 | fa163e77-2d70-a5ac-1a4b-000000001f98 | TASK | Check tuned package is installed 2026-03-13 12:32:48.333073 | fa163e77-2d70-a5ac-1a4b-000000001f98 | CHANGED | Check tuned package is installed | standalone 2026-03-13 12:32:48.334555 | fa163e77-2d70-a5ac-1a4b-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:26.592557 | 0.29s 2026-03-13 12:32:48.360907 | fa163e77-2d70-a5ac-1a4b-000000001f99 | TASK | Install tuned 2026-03-13 12:32:48.392252 | fa163e77-2d70-a5ac-1a4b-000000001f99 | SKIPPED | Install tuned | standalone 2026-03-13 12:32:48.393347 | fa163e77-2d70-a5ac-1a4b-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:26.651353 | 0.03s 2026-03-13 12:32:48.419195 | fa163e77-2d70-a5ac-1a4b-000000001f9a | TASK | Restart tuned 2026-03-13 12:32:48.449157 | fa163e77-2d70-a5ac-1a4b-000000001f9a | SKIPPED | Restart tuned | standalone 2026-03-13 12:32:48.450217 | fa163e77-2d70-a5ac-1a4b-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:26.708224 | 0.03s 2026-03-13 12:32:48.475188 | fa163e77-2d70-a5ac-1a4b-000000001e69 | TASK | Check for tuned-adm 2026-03-13 12:32:48.715729 | fa163e77-2d70-a5ac-1a4b-000000001e69 | OK | Check for tuned-adm | standalone 2026-03-13 12:32:48.717254 | fa163e77-2d70-a5ac-1a4b-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:26.975260 | 0.24s 2026-03-13 12:32:48.776972 | fa163e77-2d70-a5ac-1a4b-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:27.034967 | 0.03s 2026-03-13 12:32:48.804053 | dbd84d94-f72e-459e-a416-80a911ab4e3c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-13 12:32:48.836350 | fa163e77-2d70-a5ac-1a4b-000000001fc5 | TASK | Ensure profile directory exists 2026-03-13 12:32:48.903961 | fa163e77-2d70-a5ac-1a4b-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2026-03-13 12:32:48.904536 | fa163e77-2d70-a5ac-1a4b-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:27.162551 | 0.07s 2026-03-13 12:32:48.921755 | fa163e77-2d70-a5ac-1a4b-000000001fc6 | TASK | Create custom tuned profile 2026-03-13 12:32:48.979542 | fa163e77-2d70-a5ac-1a4b-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2026-03-13 12:32:48.980783 | fa163e77-2d70-a5ac-1a4b-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:27.238787 | 0.06s 2026-03-13 12:32:49.007317 | fa163e77-2d70-a5ac-1a4b-000000001fc7 | TASK | Check tuned active profile 2026-03-13 12:32:49.238554 | fa163e77-2d70-a5ac-1a4b-000000001fc7 | OK | Check tuned active profile | standalone 2026-03-13 12:32:49.239787 | fa163e77-2d70-a5ac-1a4b-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:27.497794 | 0.23s 2026-03-13 12:32:49.265458 | fa163e77-2d70-a5ac-1a4b-000000001fc8 | TASK | Check Tuned Configuration file exists 2026-03-13 12:32:49.507157 | fa163e77-2d70-a5ac-1a4b-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2026-03-13 12:32:49.508448 | fa163e77-2d70-a5ac-1a4b-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:27.766452 | 0.24s 2026-03-13 12:32:49.536250 | fa163e77-2d70-a5ac-1a4b-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-13 12:32:49.600287 | fa163e77-2d70-a5ac-1a4b-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-13 12:32:49.601707 | fa163e77-2d70-a5ac-1a4b-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:27.859711 | 0.06s 2026-03-13 12:32:49.630349 | fa163e77-2d70-a5ac-1a4b-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2026-03-13 12:32:49.711604 | fa163e77-2d70-a5ac-1a4b-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-13 12:32:49.712742 | fa163e77-2d70-a5ac-1a4b-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:27.970743 | 0.08s 2026-03-13 12:32:49.794077 | fa163e77-2d70-a5ac-1a4b-000000001fcb | TASK | Enable tuned profile 2026-03-13 12:32:49.832138 | fa163e77-2d70-a5ac-1a4b-000000001fcb | SKIPPED | Enable tuned profile | standalone 2026-03-13 12:32:49.833075 | fa163e77-2d70-a5ac-1a4b-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:28.091078 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-13 12:32:50.015186 | fa163e77-2d70-a5ac-1a4b-0000000000ac | TASK | Overcloud container setup tasks 2026-03-13 12:32:50.047726 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000ac') missing from stats 2026-03-13 12:32:50.068402 | fa163e77-2d70-a5ac-1a4b-0000000000ad | TASK | Write config data 2026-03-13 12:32:50.109722 | fa163e77-2d70-a5ac-1a4b-0000000000ad | TIMING | Write config data | standalone | 0:03:28.367723 | 0.04s 2026-03-13 12:32:50.147225 | f7747204-8350-4fbd-9d64-78c9b52edf94 | INCLUDED | /root/standalone-ansible-3co2r250/common_container_setup_tasks.yaml | standalone 2026-03-13 12:32:50.171113 | fa163e77-2d70-a5ac-1a4b-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-13 12:32:50.409223 | fa163e77-2d70-a5ac-1a4b-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-13 12:32:50.410705 | fa163e77-2d70-a5ac-1a4b-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:28.668707 | 0.24s 2026-03-13 12:32:50.436377 | fa163e77-2d70-a5ac-1a4b-00000000202a | TASK | Create ContainerLogStdoutPath directory 2026-03-13 12:32:50.666900 | fa163e77-2d70-a5ac-1a4b-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-13 12:32:50.668425 | fa163e77-2d70-a5ac-1a4b-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:28.926430 | 0.23s 2026-03-13 12:32:50.694136 | fa163e77-2d70-a5ac-1a4b-00000000202b | TASK | Create /var/lib/tripleo-config directory 2026-03-13 12:32:50.924787 | fa163e77-2d70-a5ac-1a4b-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-13 12:32:50.926276 | fa163e77-2d70-a5ac-1a4b-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:29.184280 | 0.23s 2026-03-13 12:32:50.952266 | fa163e77-2d70-a5ac-1a4b-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-13 12:32:51.187028 | fa163e77-2d70-a5ac-1a4b-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-13 12:32:51.188468 | fa163e77-2d70-a5ac-1a4b-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:29.446471 | 0.23s 2026-03-13 12:32:51.214132 | fa163e77-2d70-a5ac-1a4b-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-13 12:32:51.497917 | fa163e77-2d70-a5ac-1a4b-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-13 12:32:51.499592 | fa163e77-2d70-a5ac-1a4b-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:29.757594 | 0.28s 2026-03-13 12:32:51.526342 | fa163e77-2d70-a5ac-1a4b-000000002031 | TASK | Create fcontext entry for container-config-scripts 2026-03-13 12:32:52.824803 | fa163e77-2d70-a5ac-1a4b-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-13 12:32:52.826956 | fa163e77-2d70-a5ac-1a4b-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:31.084949 | 1.30s 2026-03-13 12:32:52.858115 | fa163e77-2d70-a5ac-1a4b-000000002032 | TASK | Create /var/lib/container-config-scripts 2026-03-13 12:32:53.099878 | fa163e77-2d70-a5ac-1a4b-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-13 12:32:53.101499 | fa163e77-2d70-a5ac-1a4b-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:31.359503 | 0.24s 2026-03-13 12:32:53.129289 | fa163e77-2d70-a5ac-1a4b-000000002033 | TASK | Write container config scripts 2026-03-13 12:32:53.480764 | fa163e77-2d70-a5ac-1a4b-000000002033 | CHANGED | Write container config scripts | standalone 2026-03-13 12:32:53.482352 | fa163e77-2d70-a5ac-1a4b-000000002033 | TIMING | Write container config scripts | standalone | 0:03:31.740356 | 0.35s 2026-03-13 12:32:53.508522 | fa163e77-2d70-a5ac-1a4b-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-13 12:32:53.982763 | fa163e77-2d70-a5ac-1a4b-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-13 12:32:53.984078 | fa163e77-2d70-a5ac-1a4b-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:32.242084 | 0.47s 2026-03-13 12:32:54.010526 | fa163e77-2d70-a5ac-1a4b-000000002035 | TASK | Generate startup configs files per step and per container 2026-03-13 12:32:54.628461 | fa163e77-2d70-a5ac-1a4b-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-13 12:32:54.637496 | fa163e77-2d70-a5ac-1a4b-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:32.895499 | 0.63s 2026-03-13 12:32:54.678889 | fa163e77-2d70-a5ac-1a4b-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2026-03-13 12:32:54.913469 | fa163e77-2d70-a5ac-1a4b-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-13 12:32:54.915000 | fa163e77-2d70-a5ac-1a4b-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:33.173004 | 0.23s 2026-03-13 12:32:54.941710 | fa163e77-2d70-a5ac-1a4b-000000002037 | TASK | Create /var/lib/config-data directory 2026-03-13 12:32:55.161622 | fa163e77-2d70-a5ac-1a4b-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-13 12:32:55.163169 | fa163e77-2d70-a5ac-1a4b-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:33.421169 | 0.22s 2026-03-13 12:32:55.189509 | fa163e77-2d70-a5ac-1a4b-000000002038 | TASK | Write container config json files 2026-03-13 12:32:55.686147 | fa163e77-2d70-a5ac-1a4b-000000002038 | CHANGED | Write container config json files | standalone 2026-03-13 12:32:55.694201 | fa163e77-2d70-a5ac-1a4b-000000002038 | TIMING | Write container config json files | standalone | 0:03:33.952205 | 0.50s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-13 12:32:55.869709 | fa163e77-2d70-a5ac-1a4b-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-13 12:32:55.898449 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-13 12:32:55.959530 | fa163e77-2d70-a5ac-1a4b-0000000000b2 | TIMING | include_tasks | standalone | 0:03:34.217530 | 0.04s 2026-03-13 12:32:55.974555 | f575c8c9-a396-4742-9ce5-b11280dcbecc | INCLUDED | /root/standalone-ansible-3co2r250/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2026-03-13 12:32:56.106653 | fa163e77-2d70-a5ac-1a4b-0000000000b6 | TASK | External deployment step 1 2026-03-13 12:32:56.134712 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000b6') missing from stats 2026-03-13 12:32:56.187679 | fa163e77-2d70-a5ac-1a4b-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:34.445686 | 0.04s 2026-03-13 12:32:56.216652 | 338d49fb-2af0-4a19-ab89-160179becc83 | INCLUDED | /root/standalone-ansible-3co2r250/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-13 12:32:56.236225 | fa163e77-2d70-a5ac-1a4b-00000000207d | TASK | Set some tripleo-ansible facts 2026-03-13 12:32:56.285833 | fa163e77-2d70-a5ac-1a4b-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2026-03-13 12:32:56.286614 | fa163e77-2d70-a5ac-1a4b-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:34.544625 | 0.05s 2026-03-13 12:32:56.301690 | fa163e77-2d70-a5ac-1a4b-00000000207f | TASK | Build disk list for cephadm 2026-03-13 12:32:56.339507 | fa163e77-2d70-a5ac-1a4b-00000000207f | OK | Build disk list for cephadm | undercloud 2026-03-13 12:32:56.340730 | fa163e77-2d70-a5ac-1a4b-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:34.598736 | 0.04s 2026-03-13 12:32:56.359467 | fa163e77-2d70-a5ac-1a4b-000000002086 | TASK | Container image prepare 2026-03-13 12:32:57.387878 | fa163e77-2d70-a5ac-1a4b-000000002086 | CHANGED | Container image prepare | undercloud 2026-03-13 12:32:57.390273 | fa163e77-2d70-a5ac-1a4b-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:35.648276 | 1.03s 2026-03-13 12:32:57.428066 | fa163e77-2d70-a5ac-1a4b-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2026-03-13 12:32:57.685468 | fa163e77-2d70-a5ac-1a4b-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-13 12:32:57.686861 | fa163e77-2d70-a5ac-1a4b-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:35.944866 | 0.26s 2026-03-13 12:32:57.704837 | fa163e77-2d70-a5ac-1a4b-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2026-03-13 12:32:57.755404 | fa163e77-2d70-a5ac-1a4b-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:36.013407 | 0.05s 2026-03-13 12:32:57.801526 | fa163e77-2d70-a5ac-1a4b-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-13 12:32:58.032345 | fa163e77-2d70-a5ac-1a4b-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-13 12:32:58.033475 | fa163e77-2d70-a5ac-1a4b-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:36.291481 | 0.23s 2026-03-13 12:32:58.052734 | fa163e77-2d70-a5ac-1a4b-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-13 12:32:58.569295 | fa163e77-2d70-a5ac-1a4b-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-13 12:32:58.570976 | fa163e77-2d70-a5ac-1a4b-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:36.828977 | 0.52s 2026-03-13 12:32:58.591642 | fa163e77-2d70-a5ac-1a4b-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-13 12:32:58.645598 | fa163e77-2d70-a5ac-1a4b-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:36.903594 | 0.05s 2026-03-13 12:32:58.692891 | fa163e77-2d70-a5ac-1a4b-0000000020f1 | TASK | Check for a configured destination 2026-03-13 12:32:58.755137 | fa163e77-2d70-a5ac-1a4b-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2026-03-13 12:32:58.756628 | fa163e77-2d70-a5ac-1a4b-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:37.014621 | 0.06s 2026-03-13 12:32:58.782795 | fa163e77-2d70-a5ac-1a4b-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-13 12:32:59.283620 | fa163e77-2d70-a5ac-1a4b-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-13 12:32:59.285264 | fa163e77-2d70-a5ac-1a4b-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:37.543263 | 0.50s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-13 12:32:59.457808 | fa163e77-2d70-a5ac-1a4b-0000000000ba | TASK | Deploy step tasks for 1 2026-03-13 12:32:59.486793 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000ba') missing from stats 2026-03-13 12:32:59.507238 | fa163e77-2d70-a5ac-1a4b-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-13 12:33:00.053043 | fa163e77-2d70-a5ac-1a4b-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-13 12:33:00.054634 | fa163e77-2d70-a5ac-1a4b-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:38.312638 | 0.55s 2026-03-13 12:33:00.081575 | fa163e77-2d70-a5ac-1a4b-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-13 12:33:00.313283 | fa163e77-2d70-a5ac-1a4b-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-13 12:33:00.314811 | fa163e77-2d70-a5ac-1a4b-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:38.572814 | 0.23s 2026-03-13 12:33:00.340975 | fa163e77-2d70-a5ac-1a4b-0000000000be | TASK | Write config data at the start of step 1 2026-03-13 12:33:00.416636 | fa163e77-2d70-a5ac-1a4b-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:38.674634 | 0.07s 2026-03-13 12:33:00.463904 | 19cf4f23-dfdf-456c-aead-5e1a99ca7b80 | INCLUDED | /root/standalone-ansible-3co2r250/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-13 12:33:00.489398 | fa163e77-2d70-a5ac-1a4b-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-13 12:33:00.520378 | fa163e77-2d70-a5ac-1a4b-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-13 12:33:00.521175 | fa163e77-2d70-a5ac-1a4b-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:38.779184 | 0.03s 2026-03-13 12:33:00.541230 | fa163e77-2d70-a5ac-1a4b-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-13 12:33:00.562335 | fa163e77-2d70-a5ac-1a4b-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-13 12:33:00.563063 | fa163e77-2d70-a5ac-1a4b-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:38.821074 | 0.02s 2026-03-13 12:33:00.582993 | fa163e77-2d70-a5ac-1a4b-000000002132 | TASK | Write the puppet step_config manifest 2026-03-13 12:33:01.048497 | fa163e77-2d70-a5ac-1a4b-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2026-03-13 12:33:01.049817 | fa163e77-2d70-a5ac-1a4b-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:39.307822 | 0.47s 2026-03-13 12:33:01.074792 | fa163e77-2d70-a5ac-1a4b-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2026-03-13 12:33:01.107560 | fa163e77-2d70-a5ac-1a4b-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-13 12:33:01.108680 | fa163e77-2d70-a5ac-1a4b-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.366685 | 0.03s 2026-03-13 12:33:01.133585 | fa163e77-2d70-a5ac-1a4b-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2026-03-13 12:33:01.163263 | fa163e77-2d70-a5ac-1a4b-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-13 12:33:01.164373 | fa163e77-2d70-a5ac-1a4b-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.422379 | 0.03s 2026-03-13 12:33:01.189256 | fa163e77-2d70-a5ac-1a4b-000000002135 | TASK | Create /var/lib/container-puppet 2026-03-13 12:33:01.422350 | fa163e77-2d70-a5ac-1a4b-000000002135 | OK | Create /var/lib/container-puppet | standalone 2026-03-13 12:33:01.423879 | fa163e77-2d70-a5ac-1a4b-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:39.681884 | 0.23s 2026-03-13 12:33:01.449334 | fa163e77-2d70-a5ac-1a4b-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-13 12:33:01.480178 | fa163e77-2d70-a5ac-1a4b-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-13 12:33:01.481300 | fa163e77-2d70-a5ac-1a4b-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:39.739305 | 0.03s 2026-03-13 12:33:01.506894 | fa163e77-2d70-a5ac-1a4b-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-13 12:33:01.537992 | fa163e77-2d70-a5ac-1a4b-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-13 12:33:01.539249 | fa163e77-2d70-a5ac-1a4b-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:39.797255 | 0.03s 2026-03-13 12:33:01.564070 | fa163e77-2d70-a5ac-1a4b-000000002138 | TASK | Write container-puppet.json file 2026-03-13 12:33:02.128360 | fa163e77-2d70-a5ac-1a4b-000000002138 | CHANGED | Write container-puppet.json file | standalone 2026-03-13 12:33:02.130352 | fa163e77-2d70-a5ac-1a4b-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:40.388353 | 0.56s 2026-03-13 12:33:02.166992 | fa163e77-2d70-a5ac-1a4b-000000002139 | TASK | Diff container-puppet.json changes for check mode 2026-03-13 12:33:02.197980 | fa163e77-2d70-a5ac-1a4b-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-13 12:33:02.199233 | fa163e77-2d70-a5ac-1a4b-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:40.457236 | 0.03s 2026-03-13 12:33:02.225997 | fa163e77-2d70-a5ac-1a4b-00000000213a | TASK | Diff container-puppet.json changes for check mode 2026-03-13 12:33:02.257227 | fa163e77-2d70-a5ac-1a4b-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-13 12:33:02.258508 | fa163e77-2d70-a5ac-1a4b-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:40.516506 | 0.03s 2026-03-13 12:33:02.285811 | fa163e77-2d70-a5ac-1a4b-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-13 12:33:02.680263 | fa163e77-2d70-a5ac-1a4b-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-13 12:33:02.681638 | fa163e77-2d70-a5ac-1a4b-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:40.939644 | 0.39s 2026-03-13 12:33:02.709067 | fa163e77-2d70-a5ac-1a4b-00000000213c | TASK | Set host puppet debugging fact string 2026-03-13 12:33:02.740252 | fa163e77-2d70-a5ac-1a4b-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-13 12:33:02.741349 | fa163e77-2d70-a5ac-1a4b-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:40.999354 | 0.03s 2026-03-13 12:33:02.768484 | fa163e77-2d70-a5ac-1a4b-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-13 12:33:02.797214 | fa163e77-2d70-a5ac-1a4b-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-13 12:33:02.798532 | fa163e77-2d70-a5ac-1a4b-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:41.056535 | 0.03s 2026-03-13 12:33:02.824143 | fa163e77-2d70-a5ac-1a4b-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-13 12:33:02.852724 | fa163e77-2d70-a5ac-1a4b-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-13 12:33:02.854028 | fa163e77-2d70-a5ac-1a4b-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:41.112031 | 0.03s 2026-03-13 12:33:02.879825 | fa163e77-2d70-a5ac-1a4b-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-13 12:33:02.911162 | fa163e77-2d70-a5ac-1a4b-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-13 12:33:02.912461 | fa163e77-2d70-a5ac-1a4b-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:41.170465 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-13 12:33:02.978505 | fa163e77-2d70-a5ac-1a4b-0000000000c0 | TIMING | include_tasks | standalone | 0:03:41.236505 | 0.04s 2026-03-13 12:33:03.092339 | 5b0474d6-7250-466c-85a1-d629f7391199 | INCLUDED | /root/standalone-ansible-3co2r250/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-13 12:33:03.132743 | fa163e77-2d70-a5ac-1a4b-00000000216a | TASK | Create dirs for certificates and keys 2026-03-13 12:33:03.167476 | fa163e77-2d70-a5ac-1a4b-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-13 12:33:03.176132 | fa163e77-2d70-a5ac-1a4b-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-13 12:33:03.181756 | fa163e77-2d70-a5ac-1a4b-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:41.439759 | 0.05s 2026-03-13 12:33:03.260764 | fa163e77-2d70-a5ac-1a4b-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-13 12:33:03.261948 | fa163e77-2d70-a5ac-1a4b-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:41.519953 | 0.06s 2026-03-13 12:33:03.287582 | fa163e77-2d70-a5ac-1a4b-000000002172 | TASK | Fail if container image is undefined 2026-03-13 12:33:03.351403 | fa163e77-2d70-a5ac-1a4b-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2026-03-13 12:33:03.352624 | fa163e77-2d70-a5ac-1a4b-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:41.610626 | 0.06s 2026-03-13 12:33:03.394510 | fa163e77-2d70-a5ac-1a4b-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-13 12:33:18.163048 | fa163e77-2d70-a5ac-1a4b-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-13 12:33:18.164831 | fa163e77-2d70-a5ac-1a4b-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:56.422835 | 14.77s 2026-03-13 12:33:18.223297 | fa163e77-2d70-a5ac-1a4b-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-13 12:33:18.573128 | fa163e77-2d70-a5ac-1a4b-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-13 12:33:18.574496 | fa163e77-2d70-a5ac-1a4b-000000002174 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:56.832502 | 0.35s 2026-03-13 12:33:18.626517 | fa163e77-2d70-a5ac-1a4b-000000002183 | TASK | Fail if container image is undefined 2026-03-13 12:33:18.689568 | fa163e77-2d70-a5ac-1a4b-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2026-03-13 12:33:18.690681 | fa163e77-2d70-a5ac-1a4b-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:56.948684 | 0.06s 2026-03-13 12:33:18.732576 | fa163e77-2d70-a5ac-1a4b-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-13 12:33:27.213003 | fa163e77-2d70-a5ac-1a4b-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-13 12:33:27.215080 | fa163e77-2d70-a5ac-1a4b-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:05.473076 | 8.48s 2026-03-13 12:33:27.271869 | fa163e77-2d70-a5ac-1a4b-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-13 12:33:27.607394 | fa163e77-2d70-a5ac-1a4b-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-13 12:33:27.608522 | fa163e77-2d70-a5ac-1a4b-000000002185 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:05.866534 | 0.34s 2026-03-13 12:33:27.648003 | fa163e77-2d70-a5ac-1a4b-000000002190 | TASK | Check if rsyslog exists 2026-03-13 12:33:27.890020 | fa163e77-2d70-a5ac-1a4b-000000002190 | CHANGED | Check if rsyslog exists | standalone 2026-03-13 12:33:27.891567 | fa163e77-2d70-a5ac-1a4b-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:06.149572 | 0.24s 2026-03-13 12:33:27.918040 | fa163e77-2d70-a5ac-1a4b-000000002192 | TASK | Forward logging to haproxy.log file 2026-03-13 12:33:28.181337 | fa163e77-2d70-a5ac-1a4b-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-13 12:33:28.182786 | fa163e77-2d70-a5ac-1a4b-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:06.440792 | 0.26s 2026-03-13 12:33:28.209150 | fa163e77-2d70-a5ac-1a4b-000000002193 | TASK | restart rsyslog service after logging conf change 2026-03-13 12:33:28.874642 | fa163e77-2d70-a5ac-1a4b-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-13 12:33:28.877454 | fa163e77-2d70-a5ac-1a4b-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:07.135447 | 0.67s 2026-03-13 12:33:28.907989 | fa163e77-2d70-a5ac-1a4b-00000000219a | TASK | Fail if container image is undefined 2026-03-13 12:33:28.980818 | fa163e77-2d70-a5ac-1a4b-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2026-03-13 12:33:28.982073 | fa163e77-2d70-a5ac-1a4b-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:07.240077 | 0.07s 2026-03-13 12:33:29.026237 | fa163e77-2d70-a5ac-1a4b-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-13 12:33:34.257075 | fa163e77-2d70-a5ac-1a4b-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-13 12:33:34.258582 | fa163e77-2d70-a5ac-1a4b-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:12.516586 | 5.23s 2026-03-13 12:33:34.315598 | fa163e77-2d70-a5ac-1a4b-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-13 12:33:34.684271 | fa163e77-2d70-a5ac-1a4b-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-13 12:33:34.685764 | fa163e77-2d70-a5ac-1a4b-00000000219c | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:12.943769 | 0.37s 2026-03-13 12:33:34.736576 | fa163e77-2d70-a5ac-1a4b-0000000021a6 | TASK | Run lvmfilter role 2026-03-13 12:33:34.787123 | fa163e77-2d70-a5ac-1a4b-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:13.045081 | 0.05s 2026-03-13 12:33:34.871637 | fa163e77-2d70-a5ac-1a4b-0000000022bd | TASK | Check if lvm2 is installed 2026-03-13 12:33:35.115376 | fa163e77-2d70-a5ac-1a4b-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2026-03-13 12:33:35.116906 | fa163e77-2d70-a5ac-1a4b-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:13.374908 | 0.24s 2026-03-13 12:33:35.143836 | fa163e77-2d70-a5ac-1a4b-0000000022bf | TASK | collect ansible devices 2026-03-13 12:33:35.251678 | fa163e77-2d70-a5ac-1a4b-0000000022bf | SKIPPED | collect ansible devices | standalone 2026-03-13 12:33:35.252610 | fa163e77-2d70-a5ac-1a4b-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:13.510621 | 0.11s 2026-03-13 12:33:35.273064 | fa163e77-2d70-a5ac-1a4b-0000000022c0 | TASK | collect in-use lvm2 devices list 2026-03-13 12:33:35.321573 | fa163e77-2d70-a5ac-1a4b-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-13 12:33:35.322689 | fa163e77-2d70-a5ac-1a4b-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:13.580695 | 0.05s 2026-03-13 12:33:35.348840 | fa163e77-2d70-a5ac-1a4b-0000000022c1 | TASK | set allowed_devices 2026-03-13 12:33:35.399730 | fa163e77-2d70-a5ac-1a4b-0000000022c1 | SKIPPED | set allowed_devices | standalone 2026-03-13 12:33:35.400779 | fa163e77-2d70-a5ac-1a4b-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:13.658786 | 0.05s 2026-03-13 12:33:35.426378 | fa163e77-2d70-a5ac-1a4b-0000000022c2 | TASK | build lvm2 allow list 2026-03-13 12:33:35.476005 | fa163e77-2d70-a5ac-1a4b-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2026-03-13 12:33:35.477051 | fa163e77-2d70-a5ac-1a4b-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:13.735059 | 0.05s 2026-03-13 12:33:35.502597 | fa163e77-2d70-a5ac-1a4b-0000000022c3 | TASK | build lvm2 deny list 2026-03-13 12:33:35.554818 | fa163e77-2d70-a5ac-1a4b-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2026-03-13 12:33:35.555990 | fa163e77-2d70-a5ac-1a4b-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:13.813995 | 0.05s 2026-03-13 12:33:35.581433 | fa163e77-2d70-a5ac-1a4b-0000000022c4 | TASK | build lvm2 filter 2026-03-13 12:33:35.633946 | fa163e77-2d70-a5ac-1a4b-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2026-03-13 12:33:35.635394 | fa163e77-2d70-a5ac-1a4b-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:13.893399 | 0.05s 2026-03-13 12:33:35.661661 | fa163e77-2d70-a5ac-1a4b-0000000022c5 | TASK | regenerate lvm config 2026-03-13 12:33:35.712976 | fa163e77-2d70-a5ac-1a4b-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2026-03-13 12:33:35.714435 | fa163e77-2d70-a5ac-1a4b-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:13.972438 | 0.05s 2026-03-13 12:33:35.741990 | fa163e77-2d70-a5ac-1a4b-0000000022c6 | TASK | copy new lvm.conf in place 2026-03-13 12:33:35.792191 | fa163e77-2d70-a5ac-1a4b-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-13 12:33:35.793419 | fa163e77-2d70-a5ac-1a4b-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:14.051425 | 0.05s 2026-03-13 12:33:35.843333 | fa163e77-2d70-a5ac-1a4b-0000000021ac | TASK | Fail if container image is undefined 2026-03-13 12:33:35.904784 | fa163e77-2d70-a5ac-1a4b-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2026-03-13 12:33:35.905911 | fa163e77-2d70-a5ac-1a4b-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:14.163917 | 0.06s 2026-03-13 12:33:35.949011 | fa163e77-2d70-a5ac-1a4b-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-13 12:33:44.823674 | fa163e77-2d70-a5ac-1a4b-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-13 12:33:44.824647 | fa163e77-2d70-a5ac-1a4b-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:23.082662 | 8.87s 2026-03-13 12:33:44.880918 | fa163e77-2d70-a5ac-1a4b-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-13 12:33:45.234910 | fa163e77-2d70-a5ac-1a4b-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-13 12:33:45.236327 | fa163e77-2d70-a5ac-1a4b-0000000021ae | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:23.494332 | 0.35s 2026-03-13 12:33:45.335844 | fa163e77-2d70-a5ac-1a4b-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-13 12:33:45.336958 | fa163e77-2d70-a5ac-1a4b-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:23.594963 | 0.05s 2026-03-13 12:33:45.363316 | fa163e77-2d70-a5ac-1a4b-0000000021c0 | TASK | Fail if container image is undefined 2026-03-13 12:33:45.424814 | fa163e77-2d70-a5ac-1a4b-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-13 12:33:45.425954 | fa163e77-2d70-a5ac-1a4b-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:23.683960 | 0.06s 2026-03-13 12:33:45.467387 | fa163e77-2d70-a5ac-1a4b-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-13 12:33:53.402989 | fa163e77-2d70-a5ac-1a4b-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-13 12:33:53.404989 | fa163e77-2d70-a5ac-1a4b-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:31.662989 | 7.94s 2026-03-13 12:33:53.465627 | fa163e77-2d70-a5ac-1a4b-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-13 12:33:53.819146 | fa163e77-2d70-a5ac-1a4b-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-13 12:33:53.820828 | fa163e77-2d70-a5ac-1a4b-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:32.078829 | 0.35s 2026-03-13 12:33:53.927956 | fa163e77-2d70-a5ac-1a4b-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-13 12:33:53.931060 | fa163e77-2d70-a5ac-1a4b-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:32.189061 | 0.06s 2026-03-13 12:33:53.956985 | fa163e77-2d70-a5ac-1a4b-0000000021cf | TASK | install systemd-container for a greenfield 2026-03-13 12:34:14.617213 | fa163e77-2d70-a5ac-1a4b-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2026-03-13 12:34:14.618738 | fa163e77-2d70-a5ac-1a4b-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:52.876743 | 20.66s 2026-03-13 12:34:14.645626 | fa163e77-2d70-a5ac-1a4b-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2026-03-13 12:34:14.695057 | fa163e77-2d70-a5ac-1a4b-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-13 12:34:14.696189 | fa163e77-2d70-a5ac-1a4b-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:52.954193 | 0.05s 2026-03-13 12:34:14.721687 | fa163e77-2d70-a5ac-1a4b-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-13 12:34:14.988269 | fa163e77-2d70-a5ac-1a4b-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-13 12:34:14.989600 | fa163e77-2d70-a5ac-1a4b-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:53.247605 | 0.27s 2026-03-13 12:34:15.015626 | fa163e77-2d70-a5ac-1a4b-0000000021d4 | TASK | is KSM enabled 2026-03-13 12:34:15.068690 | fa163e77-2d70-a5ac-1a4b-0000000021d4 | OK | is KSM enabled | standalone 2026-03-13 12:34:15.069742 | fa163e77-2d70-a5ac-1a4b-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:53.327749 | 0.05s 2026-03-13 12:34:15.088110 | fa163e77-2d70-a5ac-1a4b-0000000021d6 | TASK | Check for ksm 2026-03-13 12:34:16.364933 | fa163e77-2d70-a5ac-1a4b-0000000021d6 | CHANGED | Check for ksm | standalone 2026-03-13 12:34:16.366526 | fa163e77-2d70-a5ac-1a4b-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:54.624531 | 1.28s 2026-03-13 12:34:16.393261 | fa163e77-2d70-a5ac-1a4b-0000000021d7 | TASK | disable KSM services 2026-03-13 12:34:16.480796 | fa163e77-2d70-a5ac-1a4b-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-13 12:34:16.515499 | fa163e77-2d70-a5ac-1a4b-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-13 12:34:16.521075 | fa163e77-2d70-a5ac-1a4b-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:54.779079 | 0.13s 2026-03-13 12:34:16.547451 | fa163e77-2d70-a5ac-1a4b-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2026-03-13 12:34:16.596365 | fa163e77-2d70-a5ac-1a4b-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-13 12:34:16.597468 | fa163e77-2d70-a5ac-1a4b-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:54.855475 | 0.05s 2026-03-13 12:34:16.623277 | fa163e77-2d70-a5ac-1a4b-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-13 12:34:16.673257 | fa163e77-2d70-a5ac-1a4b-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-13 12:34:16.674306 | fa163e77-2d70-a5ac-1a4b-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:54.932312 | 0.05s 2026-03-13 12:34:16.699770 | fa163e77-2d70-a5ac-1a4b-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-13 12:34:16.753187 | fa163e77-2d70-a5ac-1a4b-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-13 12:34:16.754545 | fa163e77-2d70-a5ac-1a4b-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:55.012549 | 0.05s 2026-03-13 12:34:16.779878 | fa163e77-2d70-a5ac-1a4b-0000000021dc | TASK | enable ksmtunded 2026-03-13 12:34:16.838464 | fa163e77-2d70-a5ac-1a4b-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-13 12:34:16.851558 | fa163e77-2d70-a5ac-1a4b-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-13 12:34:16.857543 | fa163e77-2d70-a5ac-1a4b-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:55.115541 | 0.08s 2026-03-13 12:34:16.923281 | fa163e77-2d70-a5ac-1a4b-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-13 12:34:16.924384 | fa163e77-2d70-a5ac-1a4b-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.182389 | 0.04s 2026-03-13 12:34:16.950676 | fa163e77-2d70-a5ac-1a4b-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-13 12:34:17.010637 | fa163e77-2d70-a5ac-1a4b-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-13 12:34:17.011744 | fa163e77-2d70-a5ac-1a4b-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:55.269750 | 0.06s 2026-03-13 12:34:17.038324 | fa163e77-2d70-a5ac-1a4b-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-13 12:34:21.085097 | fa163e77-2d70-a5ac-1a4b-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-13 12:34:21.089900 | fa163e77-2d70-a5ac-1a4b-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:59.347907 | 4.05s 2026-03-13 12:34:21.124389 | fa163e77-2d70-a5ac-1a4b-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2026-03-13 12:34:21.194063 | fa163e77-2d70-a5ac-1a4b-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-13 12:34:21.195246 | fa163e77-2d70-a5ac-1a4b-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:59.453251 | 0.07s 2026-03-13 12:34:21.223874 | fa163e77-2d70-a5ac-1a4b-0000000021e4 | TASK | Fetch ovn VIP 2026-03-13 12:34:21.286272 | fa163e77-2d70-a5ac-1a4b-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2026-03-13 12:34:21.287290 | fa163e77-2d70-a5ac-1a4b-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:59.545296 | 0.06s 2026-03-13 12:34:21.316152 | fa163e77-2d70-a5ac-1a4b-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2026-03-13 12:34:21.387069 | fa163e77-2d70-a5ac-1a4b-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-13 12:34:21.388122 | fa163e77-2d70-a5ac-1a4b-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:59.646100 | 0.07s 2026-03-13 12:34:21.417288 | fa163e77-2d70-a5ac-1a4b-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-13 12:34:21.486966 | fa163e77-2d70-a5ac-1a4b-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-13 12:34:21.487982 | fa163e77-2d70-a5ac-1a4b-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:59.745988 | 0.07s 2026-03-13 12:34:21.516452 | fa163e77-2d70-a5ac-1a4b-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2026-03-13 12:34:21.578272 | fa163e77-2d70-a5ac-1a4b-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-13 12:34:21.579264 | fa163e77-2d70-a5ac-1a4b-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:59.837270 | 0.06s 2026-03-13 12:34:21.607830 | fa163e77-2d70-a5ac-1a4b-0000000021e8 | TASK | Remove pacemaker attributes 2026-03-13 12:34:21.678566 | fa163e77-2d70-a5ac-1a4b-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-13 12:34:21.684995 | fa163e77-2d70-a5ac-1a4b-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:59.942999 | 0.08s 2026-03-13 12:34:21.765136 | fa163e77-2d70-a5ac-1a4b-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-13 12:34:21.766216 | fa163e77-2d70-a5ac-1a4b-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.024223 | 0.05s 2026-03-13 12:34:21.795291 | fa163e77-2d70-a5ac-1a4b-0000000021ed | TASK | Configure OVN DBs and northd 2026-03-13 12:34:21.846336 | fa163e77-2d70-a5ac-1a4b-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:05:00.104337 | 0.05s 2026-03-13 12:34:21.912130 | fa163e77-2d70-a5ac-1a4b-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-13 12:34:22.164657 | fa163e77-2d70-a5ac-1a4b-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-13 12:34:22.165905 | fa163e77-2d70-a5ac-1a4b-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:00.423908 | 0.25s 2026-03-13 12:34:22.195556 | fa163e77-2d70-a5ac-1a4b-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-13 12:34:22.256350 | fa163e77-2d70-a5ac-1a4b-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-13 12:34:22.257463 | fa163e77-2d70-a5ac-1a4b-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:00.515468 | 0.06s 2026-03-13 12:34:22.287222 | fa163e77-2d70-a5ac-1a4b-000000002397 | TASK | check ovsdb-tool election-timer options 2026-03-13 12:34:22.552309 | fa163e77-2d70-a5ac-1a4b-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-13 12:34:22.553767 | fa163e77-2d70-a5ac-1a4b-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:00.811772 | 0.27s 2026-03-13 12:34:22.584063 | fa163e77-2d70-a5ac-1a4b-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2026-03-13 12:34:22.655940 | fa163e77-2d70-a5ac-1a4b-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-13 12:34:22.657193 | fa163e77-2d70-a5ac-1a4b-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:00.915197 | 0.07s 2026-03-13 12:34:22.687202 | fa163e77-2d70-a5ac-1a4b-000000002399 | TASK | render OVN cluster configuration 2026-03-13 12:34:23.273681 | fa163e77-2d70-a5ac-1a4b-000000002399 | CHANGED | render OVN cluster configuration | standalone 2026-03-13 12:34:23.275206 | fa163e77-2d70-a5ac-1a4b-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:01.533212 | 0.59s 2026-03-13 12:34:23.305139 | fa163e77-2d70-a5ac-1a4b-00000000239a | TASK | restart OVN northd and north and south databases 2026-03-13 12:34:23.350461 | fa163e77-2d70-a5ac-1a4b-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:01.608452 | 0.04s 2026-03-13 12:34:23.368802 | fa163e77-2d70-a5ac-1a4b-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:01.626812 | 0.06s 2026-03-13 12:34:23.382005 | fa163e77-2d70-a5ac-1a4b-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:01.640018 | 0.08s 2026-03-13 12:34:23.394339 | fa163e77-2d70-a5ac-1a4b-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:01.652344 | 0.09s 2026-03-13 12:34:23.418971 | e4aa5193-8f57-416c-934a-1cd06ed3c759 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-13 12:34:23.426586 | b728da8c-d2a0-4724-8cf0-13b1b2ff9d3c | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-13 12:34:23.434028 | 206bc947-71bc-4d0a-9191-536e31b7cee0 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-13 12:34:23.464919 | fa163e77-2d70-a5ac-1a4b-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-13 12:34:23.697368 | fa163e77-2d70-a5ac-1a4b-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-13 12:34:23.698685 | fa163e77-2d70-a5ac-1a4b-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:01.956690 | 0.23s 2026-03-13 12:34:23.730038 | fa163e77-2d70-a5ac-1a4b-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-13 12:34:23.761941 | fa163e77-2d70-a5ac-1a4b-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-13 12:34:23.763136 | fa163e77-2d70-a5ac-1a4b-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:02.021141 | 0.03s 2026-03-13 12:34:23.794546 | fa163e77-2d70-a5ac-1a4b-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-13 12:34:24.037293 | fa163e77-2d70-a5ac-1a4b-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-13 12:34:24.038604 | fa163e77-2d70-a5ac-1a4b-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:02.296610 | 0.24s 2026-03-13 12:34:24.070896 | fa163e77-2d70-a5ac-1a4b-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-13 12:34:24.132027 | fa163e77-2d70-a5ac-1a4b-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-13 12:34:24.133071 | fa163e77-2d70-a5ac-1a4b-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:02.391078 | 0.06s 2026-03-13 12:34:24.164007 | fa163e77-2d70-a5ac-1a4b-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-13 12:34:24.427445 | fa163e77-2d70-a5ac-1a4b-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-13 12:34:24.428726 | fa163e77-2d70-a5ac-1a4b-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:02.686735 | 0.26s 2026-03-13 12:34:24.459943 | fa163e77-2d70-a5ac-1a4b-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2026-03-13 12:34:24.499599 | fa163e77-2d70-a5ac-1a4b-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-13 12:34:24.500715 | fa163e77-2d70-a5ac-1a4b-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:02.758722 | 0.04s 2026-03-13 12:34:24.595042 | fa163e77-2d70-a5ac-1a4b-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-13 12:34:24.596199 | fa163e77-2d70-a5ac-1a4b-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:02.854206 | 0.04s 2026-03-13 12:34:24.654838 | fa163e77-2d70-a5ac-1a4b-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-13 12:34:24.655969 | fa163e77-2d70-a5ac-1a4b-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:02.913975 | 0.03s 2026-03-13 12:34:24.685282 | fa163e77-2d70-a5ac-1a4b-0000000021f8 | TASK | Fail if container image is undefined 2026-03-13 12:34:24.724477 | fa163e77-2d70-a5ac-1a4b-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2026-03-13 12:34:24.725546 | fa163e77-2d70-a5ac-1a4b-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:02.983552 | 0.04s 2026-03-13 12:34:24.770352 | fa163e77-2d70-a5ac-1a4b-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-13 12:34:31.706350 | fa163e77-2d70-a5ac-1a4b-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-13 12:34:31.707857 | fa163e77-2d70-a5ac-1a4b-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:09.965861 | 6.94s 2026-03-13 12:34:31.764773 | fa163e77-2d70-a5ac-1a4b-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-13 12:34:32.123486 | fa163e77-2d70-a5ac-1a4b-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-13 12:34:32.124931 | fa163e77-2d70-a5ac-1a4b-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:10.382936 | 0.36s 2026-03-13 12:34:32.183805 | fa163e77-2d70-a5ac-1a4b-000000002205 | TASK | Pre-fetch all the containers 2026-03-13 12:34:45.276954 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-13 12:34:45.280874 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:23.538879 | 13.09s 2026-03-13 12:34:50.883782 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-13 12:34:50.887500 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:29.145505 | 18.70s 2026-03-13 12:34:54.393357 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-13 12:34:54.397185 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:32.655190 | 22.21s 2026-03-13 12:34:58.368248 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-13 12:34:58.371945 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:36.629947 | 26.19s 2026-03-13 12:35:00.798941 | fa163e77-2d70-a5ac-1a4b-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-13 12:35:00.802815 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:39.060815 | 28.62s 2026-03-13 12:35:03.092989 | fa163e77-2d70-a5ac-1a4b-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-13 12:35:03.096624 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:41.354629 | 30.91s 2026-03-13 12:35:08.089704 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-13 12:35:08.093839 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:46.351846 | 35.91s 2026-03-13 12:35:12.534880 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2026-03-13 12:35:12.538777 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:50.796783 | 40.35s 2026-03-13 12:35:18.403862 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-13 12:35:18.407520 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:56.665527 | 46.22s 2026-03-13 12:35:21.076299 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-13 12:35:21.078147 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:59.336161 | 48.89s 2026-03-13 12:35:29.046998 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-13 12:35:29.050708 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:07.308714 | 56.86s 2026-03-13 12:35:31.822909 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-13 12:35:31.825664 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:10.083672 | 59.64s 2026-03-13 12:35:49.902447 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-13 12:35:49.906667 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:28.164644 | 77.72s 2026-03-13 12:36:00.246356 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-13 12:36:00.249719 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:38.507719 | 88.06s 2026-03-13 12:36:09.992811 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-13 12:36:09.996719 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:48.254724 | 97.81s 2026-03-13 12:36:21.336717 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-13 12:36:21.340400 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:59.598407 | 109.15s 2026-03-13 12:36:30.391856 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-13 12:36:30.395954 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:08.653959 | 118.21s 2026-03-13 12:36:35.668562 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-13 12:36:35.671971 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:13.929976 | 123.49s 2026-03-13 12:36:39.640154 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-13 12:36:39.643053 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:17.901059 | 127.46s 2026-03-13 12:36:44.562209 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-13 12:36:44.565874 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:22.823880 | 132.38s 2026-03-13 12:36:51.983551 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-13 12:36:51.986684 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:30.244690 | 139.80s 2026-03-13 12:37:05.664402 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-13 12:37:05.668602 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:43.926608 | 153.48s 2026-03-13 12:37:10.048578 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-13 12:37:10.051548 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:48.309554 | 157.87s 2026-03-13 12:37:19.332664 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-13 12:37:19.337348 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:57.595347 | 167.15s 2026-03-13 12:37:23.013691 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-13 12:37:23.016930 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:01.274935 | 170.83s 2026-03-13 12:37:26.793358 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-13 12:37:26.796480 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:05.054487 | 174.61s 2026-03-13 12:37:32.874949 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-13 12:37:32.878024 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:11.136031 | 180.69s 2026-03-13 12:37:39.061715 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-13 12:37:39.064921 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:17.322929 | 186.88s 2026-03-13 12:37:43.068944 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2026-03-13 12:37:43.072535 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:21.330541 | 190.89s 2026-03-13 12:37:47.434280 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2026-03-13 12:37:47.437207 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.695211 | 195.25s 2026-03-13 12:37:56.826377 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-13 12:37:56.830874 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:35.088872 | 204.64s 2026-03-13 12:37:59.675491 | fa163e77-2d70-a5ac-1a4b-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-13 12:37:59.680019 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:37.938022 | 207.49s 2026-03-13 12:38:03.393417 | fa163e77-2d70-a5ac-1a4b-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-13 12:38:03.397213 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:41.655220 | 211.21s 2026-03-13 12:38:06.912633 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-13 12:38:06.915296 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.173301 | 214.73s 2026-03-13 12:38:09.880661 | fa163e77-2d70-a5ac-1a4b-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-13 12:38:09.884503 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.142509 | 217.70s 2026-03-13 12:38:16.827992 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-13 12:38:16.831980 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:55.089983 | 224.65s 2026-03-13 12:38:19.982715 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-13 12:38:19.986341 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.244346 | 227.80s 2026-03-13 12:38:25.584532 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-13 12:38:25.587808 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.845808 | 233.40s 2026-03-13 12:38:29.085019 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-13 12:38:29.087886 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:07.345890 | 236.90s 2026-03-13 12:38:32.416223 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-13 12:38:32.418994 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:10.677000 | 240.23s 2026-03-13 12:38:36.558250 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-13 12:38:36.561980 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.819987 | 244.38s 2026-03-13 12:38:40.072556 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-13 12:38:40.075440 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.333447 | 247.89s 2026-03-13 12:38:50.958614 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-13 12:38:50.962049 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:29.220056 | 258.78s 2026-03-13 12:38:53.977031 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-13 12:38:53.980067 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:32.238073 | 261.79s 2026-03-13 12:38:57.335008 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-13 12:38:57.338651 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:35.596656 | 265.15s 2026-03-13 12:39:00.190216 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-13 12:39:00.192868 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:38.450874 | 268.01s 2026-03-13 12:39:03.088632 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-13 12:39:03.093376 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:41.351382 | 270.91s 2026-03-13 12:39:12.425777 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-13 12:39:12.428636 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:50.686642 | 280.24s 2026-03-13 12:39:16.681333 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-13 12:39:16.685150 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:54.943155 | 284.50s 2026-03-13 12:39:20.777179 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-13 12:39:20.780230 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:59.038236 | 288.59s 2026-03-13 12:39:24.117673 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-13 12:39:24.121901 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:02.379908 | 291.94s 2026-03-13 12:39:27.425707 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-13 12:39:27.430375 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:05.688374 | 295.24s 2026-03-13 12:39:30.743632 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-13 12:39:30.745078 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:09.003094 | 298.56s 2026-03-13 12:39:34.331794 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-13 12:39:34.334890 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:12.592895 | 302.15s 2026-03-13 12:39:37.554619 | fa163e77-2d70-a5ac-1a4b-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-13 12:39:37.557045 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:15.815051 | 305.37s 2026-03-13 12:39:37.964635 | fa163e77-2d70-a5ac-1a4b-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:16.222641 | 305.78s 2026-03-13 12:39:38.199839 | fa163e77-2d70-a5ac-1a4b-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-13 12:39:38.200943 | fa163e77-2d70-a5ac-1a4b-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:16.458953 | 0.04s 2026-03-13 12:39:38.223610 | fa163e77-2d70-a5ac-1a4b-00000000220f | TASK | Fail if container image is undefined 2026-03-13 12:39:38.292730 | fa163e77-2d70-a5ac-1a4b-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2026-03-13 12:39:38.294134 | fa163e77-2d70-a5ac-1a4b-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:16.552102 | 0.07s 2026-03-13 12:39:38.345221 | fa163e77-2d70-a5ac-1a4b-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-13 12:39:43.872219 | fa163e77-2d70-a5ac-1a4b-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-13 12:39:43.875336 | fa163e77-2d70-a5ac-1a4b-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:22.133337 | 5.53s 2026-03-13 12:39:43.948435 | fa163e77-2d70-a5ac-1a4b-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-13 12:39:44.299574 | fa163e77-2d70-a5ac-1a4b-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-13 12:39:44.301336 | fa163e77-2d70-a5ac-1a4b-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:22.559335 | 0.35s 2026-03-13 12:39:44.360581 | fa163e77-2d70-a5ac-1a4b-00000000221c | TASK | Check if rsyslog exists 2026-03-13 12:39:44.644367 | fa163e77-2d70-a5ac-1a4b-00000000221c | CHANGED | Check if rsyslog exists | standalone 2026-03-13 12:39:44.646160 | fa163e77-2d70-a5ac-1a4b-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:10:22.904162 | 0.28s 2026-03-13 12:39:44.675914 | fa163e77-2d70-a5ac-1a4b-00000000221d | TASK | Forward logging to swift.log file 2026-03-13 12:39:45.199408 | fa163e77-2d70-a5ac-1a4b-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2026-03-13 12:39:45.201199 | fa163e77-2d70-a5ac-1a4b-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:10:23.459199 | 0.52s 2026-03-13 12:39:45.232162 | fa163e77-2d70-a5ac-1a4b-00000000221e | TASK | Restart rsyslogd service after logging conf change 2026-03-13 12:39:47.121142 | fa163e77-2d70-a5ac-1a4b-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-13 12:39:47.123414 | fa163e77-2d70-a5ac-1a4b-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:25.381413 | 1.89s 2026-03-13 12:39:47.154690 | fa163e77-2d70-a5ac-1a4b-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-13 12:39:47.405322 | fa163e77-2d70-a5ac-1a4b-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-13 12:39:47.407032 | fa163e77-2d70-a5ac-1a4b-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:25.665034 | 0.25s 2026-03-13 12:39:47.522272 | fa163e77-2d70-a5ac-1a4b-0000000000c3 | TIMING | include_tasks | standalone | 0:10:25.780262 | 0.08s 2026-03-13 12:39:47.566908 | 375e954f-9175-4461-8932-834eb0cc37dd | INCLUDED | /root/standalone-ansible-3co2r250/common_deploy_steps_tasks.yaml | standalone 2026-03-13 12:39:47.602896 | fa163e77-2d70-a5ac-1a4b-0000000024a0 | TASK | Write the config_step hieradata 2026-03-13 12:39:48.117382 | fa163e77-2d70-a5ac-1a4b-0000000024a0 | OK | Write the config_step hieradata | standalone 2026-03-13 12:39:48.118871 | fa163e77-2d70-a5ac-1a4b-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:10:26.376871 | 0.51s 2026-03-13 12:39:48.150644 | fa163e77-2d70-a5ac-1a4b-0000000024a1 | TASK | Run puppet host configuration for step 1 2026-03-13 12:39:48.451377 | fa163e77-2d70-a5ac-1a4b-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-13 12:39:48.453341 | fa163e77-2d70-a5ac-1a4b-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:26.711341 | 0.30s 2026-03-13 12:39:48.484580 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | TASK | Wait for puppet host configuration to finish 2026-03-13 12:39:48.752730 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-13 12:39:58.983483 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-13 12:40:09.211677 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-13 12:40:19.481644 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-13 12:40:29.744414 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-13 12:40:39.968423 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-13 12:40:50.196039 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-13 12:40:50.197595 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:28.455601 | 61.71s 2026-03-13 12:40:50.230380 | fa163e77-2d70-a5ac-1a4b-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-13 12:40:50.315345 | fa163e77-2d70-a5ac-1a4b-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 13 12:39:48 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 13 12:39:52 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 13 12:39:52 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 13 12:39:52 puppet-user: (file & line not available)", "<13>Mar 13 12:39:52 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 13 12:39:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 13 12:39:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 13 12:39:52 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Mar 13 12:39:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 13 12:39:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 13 12:39:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 13 12:40:01 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 13 12:40:09 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 13 12:40:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 13 12:40:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 13 12:40:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 13 12:40:13 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 13 12:40:13 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 13 12:40:15 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 13 12:40:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 13 12:40:20 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 13 12:40:21 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 13 12:40:21 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 13 12:40:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 13 12:40:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 13 12:40:47 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 13 12:40:47 puppet-user: Notice: Applied catalog in 55.26 seconds", "<13>Mar 13 12:40:47 puppet-user: Application:", "<13>Mar 13 12:40:47 puppet-user: Initial environment: production", "<13>Mar 13 12:40:47 puppet-user: Converged environment: production", "<13>Mar 13 12:40:47 puppet-user: Run mode: user", "<13>Mar 13 12:40:47 puppet-user: Changes:", "<13>Mar 13 12:40:47 puppet-user: Total: 17", "<13>Mar 13 12:40:47 puppet-user: Events:", "<13>Mar 13 12:40:47 puppet-user: Success: 17", "<13>Mar 13 12:40:47 puppet-user: Resources:", "<13>Mar 13 12:40:47 puppet-user: Restarted: 1", "<13>Mar 13 12:40:47 puppet-user: Changed: 16", "<13>Mar 13 12:40:47 puppet-user: Out of sync: 16", "<13>Mar 13 12:40:47 puppet-user: Total: 26", "<13>Mar 13 12:40:47 puppet-user: Time:", "<13>Mar 13 12:40:47 puppet-user: Filebucket: 0.00", "<13>Mar 13 12:40:47 puppet-user: Schedule: 0.00", "<13>Mar 13 12:40:47 puppet-user: File line: 0.00", "<13>Mar 13 12:40:47 puppet-user: File: 0.00", "<13>Mar 13 12:40:47 puppet-user: Augeas: 0.07", "<13>Mar 13 12:40:47 puppet-user: User: 0.17", "<13>Mar 13 12:40:47 puppet-user: Config retrieval: 0.43", "<13>Mar 13 12:40:47 puppet-user: Package: 16.97", "<13>Mar 13 12:40:47 puppet-user: Last run: 1773405647", "<13>Mar 13 12:40:47 puppet-user: Exec: 28.77", "<13>Mar 13 12:40:47 puppet-user: Pcmk property: 3.57", "<13>Mar 13 12:40:47 puppet-user: Service: 4.42", "<13>Mar 13 12:40:47 puppet-user: Transaction evaluation: 55.25", "<13>Mar 13 12:40:47 puppet-user: Catalog application: 55.26", "<13>Mar 13 12:40:47 puppet-user: Total: 55.26", "<13>Mar 13 12:40:47 puppet-user: Version:", "<13>Mar 13 12:40:47 puppet-user: Config: 1773405592", "<13>Mar 13 12:40:47 puppet-user: Puppet: 7.10.0" ] } 2026-03-13 12:40:50.317387 | fa163e77-2d70-a5ac-1a4b-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:28.575390 | 0.09s 2026-03-13 12:40:50.352862 | fa163e77-2d70-a5ac-1a4b-0000000024a4 | TASK | Pre-cache facts for puppet containers 2026-03-13 12:40:50.383221 | fa163e77-2d70-a5ac-1a4b-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:28.641214 | 0.03s 2026-03-13 12:40:50.466461 | fa163e77-2d70-a5ac-1a4b-0000000024eb | TASK | Gather variables for each operating system 2026-03-13 12:40:50.579745 | fa163e77-2d70-a5ac-1a4b-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:28.837748 | 0.11s 2026-03-13 12:40:50.603151 | fa163e77-2d70-a5ac-1a4b-0000000024ec | TASK | Create puppet caching structures 2026-03-13 12:40:50.855966 | fa163e77-2d70-a5ac-1a4b-0000000024ec | CHANGED | Create puppet caching structures | standalone 2026-03-13 12:40:50.857055 | fa163e77-2d70-a5ac-1a4b-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:29.115069 | 0.25s 2026-03-13 12:40:50.877395 | fa163e77-2d70-a5ac-1a4b-0000000024ed | TASK | Check for facter.conf 2026-03-13 12:40:51.128649 | fa163e77-2d70-a5ac-1a4b-0000000024ed | OK | Check for facter.conf | standalone 2026-03-13 12:40:51.130009 | fa163e77-2d70-a5ac-1a4b-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:29.388014 | 0.25s 2026-03-13 12:40:51.159868 | fa163e77-2d70-a5ac-1a4b-0000000024ee | TASK | Remove facter.conf if directory 2026-03-13 12:40:51.212746 | fa163e77-2d70-a5ac-1a4b-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2026-03-13 12:40:51.214069 | fa163e77-2d70-a5ac-1a4b-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:29.472074 | 0.05s 2026-03-13 12:40:51.244126 | fa163e77-2d70-a5ac-1a4b-0000000024ef | TASK | Write facter cache config 2026-03-13 12:40:51.763373 | fa163e77-2d70-a5ac-1a4b-0000000024ef | CHANGED | Write facter cache config | standalone 2026-03-13 12:40:51.765409 | fa163e77-2d70-a5ac-1a4b-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:30.023407 | 0.52s 2026-03-13 12:40:51.796004 | fa163e77-2d70-a5ac-1a4b-0000000024f0 | TASK | Cleanup facter cache if exists 2026-03-13 12:40:52.027472 | fa163e77-2d70-a5ac-1a4b-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2026-03-13 12:40:52.028541 | fa163e77-2d70-a5ac-1a4b-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:30.286555 | 0.23s 2026-03-13 12:40:52.048926 | fa163e77-2d70-a5ac-1a4b-0000000024f1 | TASK | Pre-cache facts 2026-03-13 12:40:52.679545 | fa163e77-2d70-a5ac-1a4b-0000000024f1 | CHANGED | Pre-cache facts | standalone 2026-03-13 12:40:52.681071 | fa163e77-2d70-a5ac-1a4b-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:30.939075 | 0.63s 2026-03-13 12:40:52.712610 | fa163e77-2d70-a5ac-1a4b-0000000024f2 | TASK | Failed deployment if facter fails 2026-03-13 12:40:52.752019 | fa163e77-2d70-a5ac-1a4b-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-13 12:40:52.753160 | fa163e77-2d70-a5ac-1a4b-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:31.011165 | 0.04s 2026-03-13 12:40:52.810038 | fa163e77-2d70-a5ac-1a4b-0000000024f3 | TASK | Sync cached facts 2026-03-13 12:40:53.373410 | fa163e77-2d70-a5ac-1a4b-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-0000000024f3') missing from stats 2026-03-13 12:40:53.430629 | fa163e77-2d70-a5ac-1a4b-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-13 12:40:53.481592 | fa163e77-2d70-a5ac-1a4b-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:31.739587 | 0.05s 2026-03-13 12:40:53.513425 | 7dbb629c-04dc-4e14-b45f-ac81979babce | INCLUDED | /root/standalone-ansible-3co2r250/generate-config-tasks.yaml | standalone 2026-03-13 12:40:53.550903 | fa163e77-2d70-a5ac-1a4b-00000000253d | TASK | Create base directory puppet configs 2026-03-13 12:40:53.774289 | fa163e77-2d70-a5ac-1a4b-00000000253d | CHANGED | Create base directory puppet configs | standalone 2026-03-13 12:40:53.775739 | fa163e77-2d70-a5ac-1a4b-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:11:32.033741 | 0.22s 2026-03-13 12:40:53.808519 | fa163e77-2d70-a5ac-1a4b-00000000253e | TASK | Generate container puppet configs for step 1 2026-03-13 12:40:54.112721 | fa163e77-2d70-a5ac-1a4b-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-13 12:40:54.114234 | fa163e77-2d70-a5ac-1a4b-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:32.372241 | 0.30s 2026-03-13 12:40:54.146986 | fa163e77-2d70-a5ac-1a4b-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-13 12:40:54.182976 | fa163e77-2d70-a5ac-1a4b-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:32.440974 | 0.03s 2026-03-13 12:40:54.259154 | fa163e77-2d70-a5ac-1a4b-0000000025c9 | TASK | Gather variables for each operating system 2026-03-13 12:40:54.363981 | fa163e77-2d70-a5ac-1a4b-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:32.621984 | 0.10s 2026-03-13 12:40:54.384401 | fa163e77-2d70-a5ac-1a4b-0000000025ca | TASK | Create container logs path 2026-03-13 12:40:54.643059 | fa163e77-2d70-a5ac-1a4b-0000000025ca | OK | Create container logs path | standalone 2026-03-13 12:40:54.644583 | fa163e77-2d70-a5ac-1a4b-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:32.902585 | 0.26s 2026-03-13 12:40:54.678031 | fa163e77-2d70-a5ac-1a4b-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:40:55.092447 | fa163e77-2d70-a5ac-1a4b-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-13 12:40:55.093754 | fa163e77-2d70-a5ac-1a4b-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:33.351759 | 0.41s 2026-03-13 12:40:55.127692 | fa163e77-2d70-a5ac-1a4b-0000000025cd | TASK | Finalise hashes for all containers 2026-03-13 12:40:55.204819 | fa163e77-2d70-a5ac-1a4b-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-03-13 12:40:55.205971 | fa163e77-2d70-a5ac-1a4b-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:33.463977 | 0.08s 2026-03-13 12:40:55.235881 | fa163e77-2d70-a5ac-1a4b-0000000025cf | TASK | Manage systemd shutdown files 2026-03-13 12:40:55.270247 | fa163e77-2d70-a5ac-1a4b-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:40:55.271360 | fa163e77-2d70-a5ac-1a4b-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:33.529365 | 0.03s 2026-03-13 12:40:55.301290 | fa163e77-2d70-a5ac-1a4b-0000000025d1 | TASK | Update container configs with new config hashes 2026-03-13 12:40:55.355615 | fa163e77-2d70-a5ac-1a4b-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:40:55.356769 | fa163e77-2d70-a5ac-1a4b-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:33.614774 | 0.05s 2026-03-13 12:40:55.389013 | fa163e77-2d70-a5ac-1a4b-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:40:55.443894 | fa163e77-2d70-a5ac-1a4b-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:33.701896 | 0.05s 2026-03-13 12:40:55.469806 | 71f241b0-b4ae-403d-b2ee-3e1d10fbb3ab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:40:55.507003 | fa163e77-2d70-a5ac-1a4b-000000002616 | TASK | Gather podman infos 2026-03-13 12:40:56.161350 | fa163e77-2d70-a5ac-1a4b-000000002616 | OK | Gather podman infos | standalone 2026-03-13 12:40:56.162800 | fa163e77-2d70-a5ac-1a4b-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:34.420797 | 0.65s 2026-03-13 12:40:56.201425 | fa163e77-2d70-a5ac-1a4b-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:40:56.262909 | fa163e77-2d70-a5ac-1a4b-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-13 12:40:56.264224 | fa163e77-2d70-a5ac-1a4b-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:34.522222 | 0.06s 2026-03-13 12:40:56.297284 | fa163e77-2d70-a5ac-1a4b-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:40:56.353609 | fa163e77-2d70-a5ac-1a4b-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:34.611610 | 0.05s 2026-03-13 12:40:56.379337 | 7613c0e1-f3f5-46c6-979e-92c63455fa68 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:40:56.426541 | fa163e77-2d70-a5ac-1a4b-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:41:29.627867 | fa163e77-2d70-a5ac-1a4b-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-13 12:41:29.629626 | fa163e77-2d70-a5ac-1a4b-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:07.887630 | 33.20s 2026-03-13 12:41:29.704781 | fa163e77-2d70-a5ac-1a4b-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:41:29.789783 | fa163e77-2d70-a5ac-1a4b-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-13 12:41:29.791158 | fa163e77-2d70-a5ac-1a4b-000000002641 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:08.049162 | 0.08s 2026-03-13 12:41:29.848313 | fa163e77-2d70-a5ac-1a4b-000000002541 | TASK | Diff puppet-generated changes for check mode 2026-03-13 12:41:29.880033 | fa163e77-2d70-a5ac-1a4b-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-13 12:41:29.881275 | fa163e77-2d70-a5ac-1a4b-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:08.139280 | 0.03s 2026-03-13 12:41:29.910124 | fa163e77-2d70-a5ac-1a4b-000000002542 | TASK | Diff puppet-generated changes for check mode 2026-03-13 12:41:29.938894 | fa163e77-2d70-a5ac-1a4b-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-13 12:41:29.940138 | fa163e77-2d70-a5ac-1a4b-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:08.198143 | 0.03s 2026-03-13 12:41:29.971150 | fa163e77-2d70-a5ac-1a4b-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-13 12:41:29.999173 | fa163e77-2d70-a5ac-1a4b-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:08.257169 | 0.03s 2026-03-13 12:41:30.066073 | fa163e77-2d70-a5ac-1a4b-000000002696 | TASK | Gather variables for each operating system 2026-03-13 12:41:30.181903 | fa163e77-2d70-a5ac-1a4b-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:08.439897 | 0.11s 2026-03-13 12:41:30.211372 | fa163e77-2d70-a5ac-1a4b-000000002697 | TASK | Create container logs path 2026-03-13 12:41:30.463306 | fa163e77-2d70-a5ac-1a4b-000000002697 | OK | Create container logs path | standalone 2026-03-13 12:41:30.464741 | fa163e77-2d70-a5ac-1a4b-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:08.722746 | 0.25s 2026-03-13 12:41:30.496287 | fa163e77-2d70-a5ac-1a4b-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-13 12:41:30.761482 | fa163e77-2d70-a5ac-1a4b-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-13 12:41:30.762889 | fa163e77-2d70-a5ac-1a4b-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:09.020886 | 0.27s 2026-03-13 12:41:30.792342 | fa163e77-2d70-a5ac-1a4b-00000000269a | TASK | Finalise hashes for all containers 2026-03-13 12:41:30.853214 | fa163e77-2d70-a5ac-1a4b-00000000269a | OK | Finalise hashes for all containers | standalone 2026-03-13 12:41:30.854265 | fa163e77-2d70-a5ac-1a4b-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:09.112271 | 0.06s 2026-03-13 12:41:30.883613 | fa163e77-2d70-a5ac-1a4b-00000000269c | TASK | Manage systemd shutdown files 2026-03-13 12:41:30.915670 | fa163e77-2d70-a5ac-1a4b-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:09.173671 | 0.03s 2026-03-13 12:41:30.950151 | 8051e81f-268b-4c8c-ad49-eb7452503649 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-13 12:41:30.983550 | fa163e77-2d70-a5ac-1a4b-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-13 12:41:31.231680 | fa163e77-2d70-a5ac-1a4b-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-13 12:41:31.232421 | fa163e77-2d70-a5ac-1a4b-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:09.490435 | 0.25s 2026-03-13 12:41:31.251578 | fa163e77-2d70-a5ac-1a4b-0000000026d0 | TASK | Set podman_drop_in fact 2026-03-13 12:41:31.308937 | fa163e77-2d70-a5ac-1a4b-0000000026d0 | OK | Set podman_drop_in fact | standalone 2026-03-13 12:41:31.310158 | fa163e77-2d70-a5ac-1a4b-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:09.568164 | 0.06s 2026-03-13 12:41:31.339544 | fa163e77-2d70-a5ac-1a4b-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-13 12:41:31.850987 | fa163e77-2d70-a5ac-1a4b-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-13 12:41:31.851852 | fa163e77-2d70-a5ac-1a4b-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:10.109865 | 0.51s 2026-03-13 12:41:32.375719 | fa163e77-2d70-a5ac-1a4b-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-13 12:41:32.376430 | fa163e77-2d70-a5ac-1a4b-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:10.634446 | 1.04s 2026-03-13 12:41:32.384945 | fa163e77-2d70-a5ac-1a4b-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:10.642955 | 1.04s 2026-03-13 12:41:32.414557 | fa163e77-2d70-a5ac-1a4b-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-13 12:41:32.977525 | fa163e77-2d70-a5ac-1a4b-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-13 12:41:32.978917 | fa163e77-2d70-a5ac-1a4b-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:11.236922 | 0.56s 2026-03-13 12:41:33.008861 | fa163e77-2d70-a5ac-1a4b-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-13 12:41:33.515428 | fa163e77-2d70-a5ac-1a4b-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-13 12:41:33.516698 | fa163e77-2d70-a5ac-1a4b-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:11.774704 | 0.51s 2026-03-13 12:41:33.546927 | fa163e77-2d70-a5ac-1a4b-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2026-03-13 12:41:34.495496 | fa163e77-2d70-a5ac-1a4b-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-13 12:41:34.499502 | fa163e77-2d70-a5ac-1a4b-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:12.757488 | 0.95s 2026-03-13 12:41:34.531773 | fa163e77-2d70-a5ac-1a4b-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-13 12:41:35.002195 | fa163e77-2d70-a5ac-1a4b-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-13 12:41:35.003643 | fa163e77-2d70-a5ac-1a4b-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:13.261647 | 0.47s 2026-03-13 12:41:35.037274 | fa163e77-2d70-a5ac-1a4b-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-13 12:41:35.533294 | fa163e77-2d70-a5ac-1a4b-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-13 12:41:35.534679 | fa163e77-2d70-a5ac-1a4b-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:13.792685 | 0.50s 2026-03-13 12:41:35.564428 | fa163e77-2d70-a5ac-1a4b-0000000026d8 | TASK | Enable and start netns-placeholder 2026-03-13 12:41:36.539499 | fa163e77-2d70-a5ac-1a4b-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-13 12:41:36.541346 | fa163e77-2d70-a5ac-1a4b-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:14.799351 | 0.98s 2026-03-13 12:41:36.572676 | fa163e77-2d70-a5ac-1a4b-00000000269e | TASK | Update container configs with new config hashes 2026-03-13 12:41:36.628289 | fa163e77-2d70-a5ac-1a4b-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:14.886290 | 0.05s 2026-03-13 12:41:36.650331 | ef06dd48-766c-40bc-ae12-4ed41b8642c4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-13 12:41:36.686798 | fa163e77-2d70-a5ac-1a4b-000000002700 | TASK | Update config hashes for container startup configs 2026-03-13 12:41:37.003580 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2026-03-13 12:41:37.004760 | | WARNING | Config change detected for mysql_bootstrap, new hash: ce4cd09cff87b854dfa0e302804a8586 2026-03-13 12:41:37.005291 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: be49b4ea2d4f842f02a32b5acd82fc00 2026-03-13 12:41:37.005765 | | WARNING | Config change detected for clustercheck, new hash: b752489c111bf872646e2427e727658f 2026-03-13 12:41:37.006262 | | WARNING | Config change detected for horizon_fix_perms, new hash: 06e90e2a5ee71ce8c6200656310b16a0 2026-03-13 12:41:37.006725 | | WARNING | Config change detected for mysql_wait_bundle, new hash: ce4cd09cff87b854dfa0e302804a8586 2026-03-13 12:41:37.007220 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.007681 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.008202 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.008665 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.009146 | | WARNING | Config change detected for aodh_db_sync, new hash: 9dccfc24247bda0f5503a469c8704f2e 2026-03-13 12:41:37.009622 | | WARNING | Config change detected for barbican_api, new hash: 9a90261a3cea16e0d33021ee6ec7c238 2026-03-13 12:41:37.010078 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 9a90261a3cea16e0d33021ee6ec7c238 2026-03-13 12:41:37.010573 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 9a90261a3cea16e0d33021ee6ec7c238 2026-03-13 12:41:37.011027 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 9a90261a3cea16e0d33021ee6ec7c238 2026-03-13 12:41:37.011524 | | WARNING | Config change detected for barbican_worker, new hash: 9a90261a3cea16e0d33021ee6ec7c238 2026-03-13 12:41:37.012004 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 9394ba7a76ef34c0cdbdfea9f6e99ce7 2026-03-13 12:41:37.012543 | | WARNING | Config change detected for glance_api_db_sync, new hash: 62eb5d6265301c6d07e08ae15d78011a-e2fca1806ef108123c77cdea2ac55402 2026-03-13 12:41:37.013007 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 936db06aa8c8fb458fcf59a8069be8ac 2026-03-13 12:41:37.013514 | | WARNING | Config change detected for horizon, new hash: 06e90e2a5ee71ce8c6200656310b16a0 2026-03-13 12:41:37.014014 | | WARNING | Config change detected for iscsid, new hash: e2fca1806ef108123c77cdea2ac55402 2026-03-13 12:41:37.014555 | | WARNING | Config change detected for keystone, new hash: 057af385acf85b880b6dbeed622d8af3 2026-03-13 12:41:37.015010 | | WARNING | Config change detected for keystone_cron, new hash: 057af385acf85b880b6dbeed622d8af3 2026-03-13 12:41:37.015513 | | WARNING | Config change detected for keystone_db_sync, new hash: 057af385acf85b880b6dbeed622d8af3 2026-03-13 12:41:37.016008 | | WARNING | Config change detected for manila_api_db_sync, new hash: c6f1d11742b11037f12e6eb848a01322 2026-03-13 12:41:37.016499 | | WARNING | Config change detected for neutron_db_sync, new hash: 63d525acde371e8f5b7982a66fe7c8a5 2026-03-13 12:41:37.016942 | | WARNING | Config change detected for nova_api_db_sync, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.017436 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.017888 | | WARNING | Config change detected for nova_db_sync, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.018407 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.018855 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.019345 | | WARNING | Config change detected for nova_virtproxyd, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.019819 | | WARNING | Config change detected for nova_virtqemud, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.020307 | | WARNING | Config change detected for nova_virtsecretd, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.020865 | | WARNING | Config change detected for nova_virtstoraged, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.021365 | | WARNING | Config change detected for octavia_db_sync, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.021821 | | WARNING | Config change detected for placement_api_db_sync, new hash: cf318ae2d8ea0a7aa42bf53ea1760cc4 2026-03-13 12:41:37.022519 | | WARNING | Config change detected for swift_copy_rings, new hash: 9df2d92afe60c95caf291f67aa0c2940-b9653dca3b4c944e32ccaa45b5770c4a 2026-03-13 12:41:37.022988 | | WARNING | Config change detected for aodh_api, new hash: 9dccfc24247bda0f5503a469c8704f2e 2026-03-13 12:41:37.023507 | | WARNING | Config change detected for aodh_api_cron, new hash: 9dccfc24247bda0f5503a469c8704f2e 2026-03-13 12:41:37.023993 | | WARNING | Config change detected for aodh_evaluator, new hash: 9dccfc24247bda0f5503a469c8704f2e 2026-03-13 12:41:37.024499 | | WARNING | Config change detected for aodh_listener, new hash: 9dccfc24247bda0f5503a469c8704f2e 2026-03-13 12:41:37.024986 | | WARNING | Config change detected for aodh_notifier, new hash: 9dccfc24247bda0f5503a469c8704f2e 2026-03-13 12:41:37.025490 | | WARNING | Config change detected for ceilometer_agent_central, new hash: fcbb76b0db4cb5328f6e4f540772b338 2026-03-13 12:41:37.025962 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: fcbb76b0db4cb5328f6e4f540772b338 2026-03-13 12:41:37.026453 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: fcbb76b0db4cb5328f6e4f540772b338 2026-03-13 12:41:37.026930 | | WARNING | Config change detected for cinder_api, new hash: 9394ba7a76ef34c0cdbdfea9f6e99ce7 2026-03-13 12:41:37.027485 | | WARNING | Config change detected for cinder_api_cron, new hash: 9394ba7a76ef34c0cdbdfea9f6e99ce7 2026-03-13 12:41:37.027963 | | WARNING | Config change detected for cinder_scheduler, new hash: 9394ba7a76ef34c0cdbdfea9f6e99ce7 2026-03-13 12:41:37.028449 | | WARNING | Config change detected for glance_api, new hash: 62eb5d6265301c6d07e08ae15d78011a-e2fca1806ef108123c77cdea2ac55402 2026-03-13 12:41:37.028931 | | WARNING | Config change detected for glance_api_cron, new hash: 62eb5d6265301c6d07e08ae15d78011a 2026-03-13 12:41:37.029408 | | WARNING | Config change detected for glance_api_internal, new hash: b8474cc90afe390a7f8f7c31ace66ac8-e2fca1806ef108123c77cdea2ac55402 2026-03-13 12:41:37.029916 | | WARNING | Config change detected for heat_api, new hash: b7fdfe06a55ffb0857f1477e983bf851 2026-03-13 12:41:37.030430 | | WARNING | Config change detected for heat_api_cfn, new hash: f7d96012eaad6e8ca5973e8773487d12 2026-03-13 12:41:37.030891 | | WARNING | Config change detected for heat_api_cron, new hash: b7fdfe06a55ffb0857f1477e983bf851 2026-03-13 12:41:37.031411 | | WARNING | Config change detected for heat_engine, new hash: 936db06aa8c8fb458fcf59a8069be8ac 2026-03-13 12:41:37.031885 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-13 12:41:37.032415 | | WARNING | Config change detected for manila_api, new hash: c6f1d11742b11037f12e6eb848a01322 2026-03-13 12:41:37.032863 | | WARNING | Config change detected for manila_api_cron, new hash: c6f1d11742b11037f12e6eb848a01322 2026-03-13 12:41:37.033354 | | WARNING | Config change detected for manila_scheduler, new hash: c6f1d11742b11037f12e6eb848a01322 2026-03-13 12:41:37.033803 | | WARNING | Config change detected for neutron_api, new hash: 63d525acde371e8f5b7982a66fe7c8a5 2026-03-13 12:41:37.034316 | | WARNING | Config change detected for neutron_dhcp, new hash: 63d525acde371e8f5b7982a66fe7c8a5 2026-03-13 12:41:37.034811 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 63d525acde371e8f5b7982a66fe7c8a5 2026-03-13 12:41:37.035312 | | WARNING | Config change detected for nova_api, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.035838 | | WARNING | Config change detected for nova_api_cron, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.036342 | | WARNING | Config change detected for nova_conductor, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.036796 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.037347 | | WARNING | Config change detected for nova_metadata, new hash: a9f27449a42d7f9c54125700296eef03 2026-03-13 12:41:37.037834 | | WARNING | Config change detected for nova_migration_target, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.038355 | | WARNING | Config change detected for nova_scheduler, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.038814 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.039339 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 12f52cbd8e8391a5a2513d275b4eecfe 2026-03-13 12:41:37.039846 | | WARNING | Config change detected for octavia_api, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.040408 | | WARNING | Config change detected for octavia_driver_agent, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.040903 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 63d525acde371e8f5b7982a66fe7c8a5 2026-03-13 12:41:37.041396 | | WARNING | Config change detected for placement_api, new hash: cf318ae2d8ea0a7aa42bf53ea1760cc4 2026-03-13 12:41:37.041836 | | WARNING | Config change detected for placement_wait_for_service, new hash: cf318ae2d8ea0a7aa42bf53ea1760cc4 2026-03-13 12:41:37.042333 | | WARNING | Config change detected for swift_account_reaper, new hash: 9df2d92afe60c95caf291f67aa0c2940 2026-03-13 12:41:37.042785 | | WARNING | Config change detected for swift_account_server, new hash: 9df2d92afe60c95caf291f67aa0c2940 2026-03-13 12:41:37.043310 | | WARNING | Config change detected for swift_container_server, new hash: 9df2d92afe60c95caf291f67aa0c2940 2026-03-13 12:41:37.043818 | | WARNING | Config change detected for swift_container_updater, new hash: 9df2d92afe60c95caf291f67aa0c2940 2026-03-13 12:41:37.044315 | | WARNING | Config change detected for swift_object_expirer, new hash: 9df2d92afe60c95caf291f67aa0c2940 2026-03-13 12:41:37.044758 | | WARNING | Config change detected for swift_object_server, new hash: 9df2d92afe60c95caf291f67aa0c2940 2026-03-13 12:41:37.045260 | | WARNING | Config change detected for swift_object_updater, new hash: 9df2d92afe60c95caf291f67aa0c2940 2026-03-13 12:41:37.045744 | | WARNING | Config change detected for swift_proxy, new hash: 9df2d92afe60c95caf291f67aa0c2940 2026-03-13 12:41:37.046246 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: fcbb76b0db4cb5328f6e4f540772b338 2026-03-13 12:41:37.046709 | | WARNING | Config change detected for gnocchi_api, new hash: 0d722040f4ac9ac7d7c279ee867f5ef7 2026-03-13 12:41:37.047272 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 0d722040f4ac9ac7d7c279ee867f5ef7 2026-03-13 12:41:37.047749 | | WARNING | Config change detected for gnocchi_metricd, new hash: 0d722040f4ac9ac7d7c279ee867f5ef7 2026-03-13 12:41:37.048254 | | WARNING | Config change detected for gnocchi_statsd, new hash: 0d722040f4ac9ac7d7c279ee867f5ef7 2026-03-13 12:41:37.048709 | | WARNING | Config change detected for nova_compute, new hash: e2fca1806ef108123c77cdea2ac55402-70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.049199 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 70256e0d761119130fce60d2b41f4b8b 2026-03-13 12:41:37.049656 | | WARNING | Config change detected for octavia_health_manager, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.050135 | | WARNING | Config change detected for octavia_housekeeping, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.050600 | | WARNING | Config change detected for octavia_rsyslog, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.051076 | | WARNING | Config change detected for octavia_worker, new hash: 17a8b3bbbad1184c25f2e497103cd3b4 2026-03-13 12:41:37.051638 | fa163e77-2d70-a5ac-1a4b-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2026-03-13 12:41:37.052459 | fa163e77-2d70-a5ac-1a4b-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:15.310463 | 0.36s 2026-03-13 12:41:37.085334 | fa163e77-2d70-a5ac-1a4b-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-13 12:41:37.143909 | fa163e77-2d70-a5ac-1a4b-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:15.401919 | 0.06s 2026-03-13 12:41:37.159122 | cb3d5f2a-ed8a-4808-aab3-9db6a0684c1e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:41:37.187123 | fa163e77-2d70-a5ac-1a4b-00000000271f | TASK | Gather podman infos 2026-03-13 12:41:37.983730 | fa163e77-2d70-a5ac-1a4b-00000000271f | OK | Gather podman infos | standalone 2026-03-13 12:41:37.985128 | fa163e77-2d70-a5ac-1a4b-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:16.243097 | 0.80s 2026-03-13 12:41:38.059482 | fa163e77-2d70-a5ac-1a4b-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-13 12:41:38.122537 | fa163e77-2d70-a5ac-1a4b-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:16.380540 | 0.06s 2026-03-13 12:41:38.218460 | fa163e77-2d70-a5ac-1a4b-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:16.476460 | 0.05s 2026-03-13 12:41:38.264630 | fa163e77-2d70-a5ac-1a4b-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-13 12:41:38.324973 | fa163e77-2d70-a5ac-1a4b-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:16.582966 | 0.06s 2026-03-13 12:41:38.349132 | f4724d8e-b0ca-4748-9d00-bce74642b1e2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:41:38.383958 | fa163e77-2d70-a5ac-1a4b-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-13 12:41:46.200570 | fa163e77-2d70-a5ac-1a4b-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-13 12:41:46.202397 | fa163e77-2d70-a5ac-1a4b-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:24.460398 | 7.82s 2026-03-13 12:41:46.239025 | fa163e77-2d70-a5ac-1a4b-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-13 12:41:48.870559 | fa163e77-2d70-a5ac-1a4b-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-13 12:41:48.872159 | fa163e77-2d70-a5ac-1a4b-000000002790 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:27.130164 | 2.63s 2026-03-13 12:41:48.945415 | fa163e77-2d70-a5ac-1a4b-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-13 12:41:49.176468 | fa163e77-2d70-a5ac-1a4b-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-13 12:41:49.177870 | fa163e77-2d70-a5ac-1a4b-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:27.435877 | 0.23s 2026-03-13 12:41:49.225615 | fa163e77-2d70-a5ac-1a4b-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-13 12:41:49.278736 | fa163e77-2d70-a5ac-1a4b-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:27.536729 | 0.05s 2026-03-13 12:41:49.313669 | fa163e77-2d70-a5ac-1a4b-0000000024ab | TASK | Include container-puppet tasks for step 1 2026-03-13 12:41:49.357513 | fa163e77-2d70-a5ac-1a4b-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:27.615512 | 0.04s 2026-03-13 12:41:49.384669 | 704d0102-eca1-449e-8b27-88750d2b49f7 | INCLUDED | /root/standalone-ansible-3co2r250/host-container-puppet-tasks.yaml | standalone 2026-03-13 12:41:49.435245 | fa163e77-2d70-a5ac-1a4b-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-13 12:41:49.928726 | fa163e77-2d70-a5ac-1a4b-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-13 12:41:49.930470 | fa163e77-2d70-a5ac-1a4b-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:28.188462 | 0.49s 2026-03-13 12:41:49.962758 | fa163e77-2d70-a5ac-1a4b-0000000027dd | TASK | Generate container puppet configs for step 1 2026-03-13 12:41:50.251161 | fa163e77-2d70-a5ac-1a4b-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2026-03-13 12:41:50.252680 | fa163e77-2d70-a5ac-1a4b-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:28.510683 | 0.29s 2026-03-13 12:41:50.285203 | fa163e77-2d70-a5ac-1a4b-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-13 12:41:50.316408 | fa163e77-2d70-a5ac-1a4b-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:28.574409 | 0.03s 2026-03-13 12:41:50.384821 | fa163e77-2d70-a5ac-1a4b-0000000025c9 | TASK | Gather variables for each operating system 2026-03-13 12:41:50.467538 | fa163e77-2d70-a5ac-1a4b-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:28.725526 | 0.08s 2026-03-13 12:41:50.500444 | fa163e77-2d70-a5ac-1a4b-0000000025ca | TASK | Create container logs path 2026-03-13 12:41:50.694160 | fa163e77-2d70-a5ac-1a4b-0000000025ca | OK | Create container logs path | standalone 2026-03-13 12:41:50.696236 | fa163e77-2d70-a5ac-1a4b-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:28.954240 | 0.19s 2026-03-13 12:41:50.729211 | fa163e77-2d70-a5ac-1a4b-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:41:50.983569 | fa163e77-2d70-a5ac-1a4b-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-13 12:41:50.984834 | fa163e77-2d70-a5ac-1a4b-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:29.242840 | 0.25s 2026-03-13 12:41:51.014434 | fa163e77-2d70-a5ac-1a4b-0000000025cd | TASK | Finalise hashes for all containers 2026-03-13 12:41:51.065351 | fa163e77-2d70-a5ac-1a4b-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-03-13 12:41:51.066470 | fa163e77-2d70-a5ac-1a4b-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:29.324475 | 0.05s 2026-03-13 12:41:51.096680 | fa163e77-2d70-a5ac-1a4b-0000000025cf | TASK | Manage systemd shutdown files 2026-03-13 12:41:51.126455 | fa163e77-2d70-a5ac-1a4b-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:41:51.127772 | fa163e77-2d70-a5ac-1a4b-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:29.385778 | 0.03s 2026-03-13 12:41:51.157611 | fa163e77-2d70-a5ac-1a4b-0000000025d1 | TASK | Update container configs with new config hashes 2026-03-13 12:41:51.207922 | fa163e77-2d70-a5ac-1a4b-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:41:51.209014 | fa163e77-2d70-a5ac-1a4b-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:29.467020 | 0.05s 2026-03-13 12:41:51.240897 | fa163e77-2d70-a5ac-1a4b-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:41:51.291527 | fa163e77-2d70-a5ac-1a4b-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-13 12:41:51.292678 | fa163e77-2d70-a5ac-1a4b-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:29.550683 | 0.05s 2026-03-13 12:41:51.324915 | fa163e77-2d70-a5ac-1a4b-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-13 12:41:51.365937 | fa163e77-2d70-a5ac-1a4b-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-13 12:41:51.367043 | fa163e77-2d70-a5ac-1a4b-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:29.625046 | 0.04s PLAY [External deployment step 2] ********************************************** 2026-03-13 12:41:51.533495 | fa163e77-2d70-a5ac-1a4b-0000000000c6 | TASK | External deployment step 2 2026-03-13 12:41:51.561385 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000c6') missing from stats 2026-03-13 12:41:51.618517 | fa163e77-2d70-a5ac-1a4b-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:29.876507 | 0.04s 2026-03-13 12:41:51.649388 | e4d88961-06e1-42e7-a298-6f357ffb7db6 | INCLUDED | /root/standalone-ansible-3co2r250/external_deploy_steps_tasks_step2.yaml | undercloud 2026-03-13 12:41:51.668064 | fa163e77-2d70-a5ac-1a4b-000000002858 | TASK | create cephadm working directory and related files 2026-03-13 12:41:51.718999 | fa163e77-2d70-a5ac-1a4b-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:12:29.976996 | 0.05s 2026-03-13 12:41:51.779213 | fa163e77-2d70-a5ac-1a4b-000000002880 | TASK | create cephadm workdir 2026-03-13 12:41:52.041879 | fa163e77-2d70-a5ac-1a4b-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-3co2r250/cephadm 2026-03-13 12:41:52.044378 | fa163e77-2d70-a5ac-1a4b-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:30.302372 | 0.26s 2026-03-13 12:41:52.053988 | fa163e77-2d70-a5ac-1a4b-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:30.311998 | 0.27s 2026-03-13 12:41:52.072069 | fa163e77-2d70-a5ac-1a4b-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2026-03-13 12:41:52.333827 | fa163e77-2d70-a5ac-1a4b-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2026-03-13 12:41:52.335261 | fa163e77-2d70-a5ac-1a4b-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:30.593266 | 0.26s 2026-03-13 12:41:52.353214 | fa163e77-2d70-a5ac-1a4b-000000002882 | TASK | get the list of enabled services on the overcloud 2026-03-13 12:41:52.425143 | fa163e77-2d70-a5ac-1a4b-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2026-03-13 12:41:52.426338 | fa163e77-2d70-a5ac-1a4b-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:30.684344 | 0.07s 2026-03-13 12:41:52.447223 | fa163e77-2d70-a5ac-1a4b-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2026-03-13 12:41:52.500000 | fa163e77-2d70-a5ac-1a4b-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2026-03-13 12:41:52.501267 | fa163e77-2d70-a5ac-1a4b-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:30.759273 | 0.05s 2026-03-13 12:41:52.570428 | fa163e77-2d70-a5ac-1a4b-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:30.828430 | 0.05s 2026-03-13 12:41:52.659314 | fa163e77-2d70-a5ac-1a4b-000000002908 | TASK | set basic user fact 2026-03-13 12:41:52.772490 | fa163e77-2d70-a5ac-1a4b-000000002908 | SKIPPED | set basic user fact | undercloud 2026-03-13 12:41:52.773760 | fa163e77-2d70-a5ac-1a4b-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:31.031763 | 0.11s 2026-03-13 12:41:52.795763 | fa163e77-2d70-a5ac-1a4b-000000002909 | TASK | set basic home fact 2026-03-13 12:41:52.884444 | fa163e77-2d70-a5ac-1a4b-000000002909 | OK | set basic home fact | undercloud 2026-03-13 12:41:52.885800 | fa163e77-2d70-a5ac-1a4b-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:31.143804 | 0.09s 2026-03-13 12:41:52.904521 | fa163e77-2d70-a5ac-1a4b-00000000290a | TASK | set calling_ansible_environment_variables fact 2026-03-13 12:41:52.988147 | fa163e77-2d70-a5ac-1a4b-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2026-03-13 12:41:52.989351 | fa163e77-2d70-a5ac-1a4b-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:31.247357 | 0.08s 2026-03-13 12:41:53.012225 | fa163e77-2d70-a5ac-1a4b-00000000290c | TASK | get all ansible environment variables 2026-03-13 12:41:53.084258 | fa163e77-2d70-a5ac-1a4b-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2026-03-13 12:41:53.085333 | fa163e77-2d70-a5ac-1a4b-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:31.343336 | 0.07s 2026-03-13 12:41:53.103564 | fa163e77-2d70-a5ac-1a4b-00000000290d | TASK | set calling_ansible_environment_variables 2026-03-13 12:41:53.177688 | fa163e77-2d70-a5ac-1a4b-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2026-03-13 12:41:53.178989 | fa163e77-2d70-a5ac-1a4b-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:31.436992 | 0.07s 2026-03-13 12:41:53.197585 | fa163e77-2d70-a5ac-1a4b-00000000290f | TASK | Set common fact 2026-03-13 12:41:53.258006 | fa163e77-2d70-a5ac-1a4b-00000000290f | OK | Set common fact | undercloud 2026-03-13 12:41:53.259443 | fa163e77-2d70-a5ac-1a4b-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:31.517446 | 0.06s 2026-03-13 12:41:53.278239 | fa163e77-2d70-a5ac-1a4b-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2026-03-13 12:41:53.318482 | fa163e77-2d70-a5ac-1a4b-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2026-03-13 12:41:53.319774 | fa163e77-2d70-a5ac-1a4b-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:31.577778 | 0.04s 2026-03-13 12:41:53.355250 | fa163e77-2d70-a5ac-1a4b-000000002912 | TASK | build filter list 2026-03-13 12:41:53.382902 | fa163e77-2d70-a5ac-1a4b-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:31.640899 | 0.03s 2026-03-13 12:41:53.401366 | fa163e77-2d70-a5ac-1a4b-000000002913 | TASK | add images pool 2026-03-13 12:41:53.472980 | fa163e77-2d70-a5ac-1a4b-000000002913 | OK | add images pool | undercloud 2026-03-13 12:41:53.474459 | fa163e77-2d70-a5ac-1a4b-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:31.732464 | 0.07s 2026-03-13 12:41:53.493612 | fa163e77-2d70-a5ac-1a4b-000000002914 | TASK | add volumes pool 2026-03-13 12:41:53.575453 | fa163e77-2d70-a5ac-1a4b-000000002914 | OK | add volumes pool | undercloud 2026-03-13 12:41:53.576852 | fa163e77-2d70-a5ac-1a4b-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:31.834858 | 0.08s 2026-03-13 12:41:53.595595 | fa163e77-2d70-a5ac-1a4b-000000002915 | TASK | add vms pool 2026-03-13 12:41:53.679917 | fa163e77-2d70-a5ac-1a4b-000000002915 | OK | add vms pool | undercloud 2026-03-13 12:41:53.681311 | fa163e77-2d70-a5ac-1a4b-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:31.939316 | 0.08s 2026-03-13 12:41:53.700989 | fa163e77-2d70-a5ac-1a4b-000000002916 | TASK | add gnocchi pool 2026-03-13 12:41:53.751186 | fa163e77-2d70-a5ac-1a4b-000000002916 | SKIPPED | add gnocchi pool | undercloud 2026-03-13 12:41:53.752526 | fa163e77-2d70-a5ac-1a4b-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:32.010522 | 0.05s 2026-03-13 12:41:53.771017 | fa163e77-2d70-a5ac-1a4b-000000002917 | TASK | add cinder backup pool 2026-03-13 12:41:53.863998 | fa163e77-2d70-a5ac-1a4b-000000002917 | OK | add cinder backup pool | undercloud 2026-03-13 12:41:53.865278 | fa163e77-2d70-a5ac-1a4b-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:32.123283 | 0.09s 2026-03-13 12:41:53.883852 | fa163e77-2d70-a5ac-1a4b-000000002918 | TASK | add cinder extra pools 2026-03-13 12:41:53.914883 | fa163e77-2d70-a5ac-1a4b-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:32.172876 | 0.03s 2026-03-13 12:41:53.933370 | fa163e77-2d70-a5ac-1a4b-000000002919 | TASK | build resulting pool list 2026-03-13 12:41:54.102047 | fa163e77-2d70-a5ac-1a4b-000000002919 | OK | build resulting pool list | undercloud 2026-03-13 12:41:54.103487 | fa163e77-2d70-a5ac-1a4b-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:32.361487 | 0.17s 2026-03-13 12:41:54.121901 | fa163e77-2d70-a5ac-1a4b-00000000291b | TASK | add manila data pool 2026-03-13 12:41:54.194649 | fa163e77-2d70-a5ac-1a4b-00000000291b | OK | add manila data pool | undercloud 2026-03-13 12:41:54.196039 | fa163e77-2d70-a5ac-1a4b-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:32.454046 | 0.07s 2026-03-13 12:41:54.215023 | fa163e77-2d70-a5ac-1a4b-00000000291c | TASK | add manila metadata pool 2026-03-13 12:41:54.279472 | fa163e77-2d70-a5ac-1a4b-00000000291c | OK | add manila metadata pool | undercloud 2026-03-13 12:41:54.280881 | fa163e77-2d70-a5ac-1a4b-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:32.538886 | 0.06s 2026-03-13 12:41:54.366695 | fa163e77-2d70-a5ac-1a4b-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:32.624697 | 0.05s 2026-03-13 12:41:54.497732 | fa163e77-2d70-a5ac-1a4b-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2026-03-13 12:41:54.555269 | fa163e77-2d70-a5ac-1a4b-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2026-03-13 12:41:54.556042 | fa163e77-2d70-a5ac-1a4b-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:32.814054 | 0.06s 2026-03-13 12:41:54.571159 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | TASK | build openstack client profiles per pool 2026-03-13 12:41:54.655440 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-13 12:41:54.657917 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:32.915917 | 0.09s 2026-03-13 12:41:54.684209 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-13 12:41:54.684900 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:32.942912 | 0.11s 2026-03-13 12:41:54.712208 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-13 12:41:54.713583 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:32.971595 | 0.14s 2026-03-13 12:41:54.730601 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-13 12:41:54.731312 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:32.989324 | 0.16s 2026-03-13 12:41:54.737341 | fa163e77-2d70-a5ac-1a4b-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:32.995342 | 0.17s 2026-03-13 12:41:54.760953 | fa163e77-2d70-a5ac-1a4b-000000002ab1 | TASK | set openstack client caps 2026-03-13 12:41:54.824064 | fa163e77-2d70-a5ac-1a4b-000000002ab1 | OK | set openstack client caps | undercloud 2026-03-13 12:41:54.825657 | fa163e77-2d70-a5ac-1a4b-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:33.083632 | 0.06s 2026-03-13 12:41:54.844823 | fa163e77-2d70-a5ac-1a4b-000000002ab2 | TASK | set openstack client osd(s) caps 2026-03-13 12:41:54.916729 | fa163e77-2d70-a5ac-1a4b-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2026-03-13 12:41:54.917868 | fa163e77-2d70-a5ac-1a4b-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:33.175873 | 0.07s 2026-03-13 12:41:54.935756 | fa163e77-2d70-a5ac-1a4b-000000002ab3 | TASK | Combine caps 2026-03-13 12:41:54.999030 | fa163e77-2d70-a5ac-1a4b-000000002ab3 | OK | Combine caps | undercloud 2026-03-13 12:41:55.000376 | fa163e77-2d70-a5ac-1a4b-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:33.258382 | 0.06s 2026-03-13 12:41:55.018830 | fa163e77-2d70-a5ac-1a4b-000000002ab4 | TASK | set openstack client key 2026-03-13 12:41:55.082182 | fa163e77-2d70-a5ac-1a4b-000000002ab4 | OK | set openstack client key | undercloud 2026-03-13 12:41:55.083385 | fa163e77-2d70-a5ac-1a4b-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:33.341386 | 0.06s 2026-03-13 12:41:55.101900 | fa163e77-2d70-a5ac-1a4b-000000002ab6 | TASK | build manila key for openstack 2026-03-13 12:41:55.167758 | fa163e77-2d70-a5ac-1a4b-000000002ab6 | OK | build manila key for openstack | undercloud 2026-03-13 12:41:55.169149 | fa163e77-2d70-a5ac-1a4b-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:33.427154 | 0.07s 2026-03-13 12:41:55.188075 | fa163e77-2d70-a5ac-1a4b-000000002ab7 | TASK | build radosgw key for openstack 2026-03-13 12:41:55.238182 | fa163e77-2d70-a5ac-1a4b-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2026-03-13 12:41:55.239519 | fa163e77-2d70-a5ac-1a4b-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:33.497522 | 0.05s 2026-03-13 12:41:55.258317 | fa163e77-2d70-a5ac-1a4b-000000002ab8 | TASK | build the resulting keys 2026-03-13 12:41:55.388184 | fa163e77-2d70-a5ac-1a4b-000000002ab8 | OK | build the resulting keys | undercloud 2026-03-13 12:41:55.389613 | fa163e77-2d70-a5ac-1a4b-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:33.647618 | 0.13s 2026-03-13 12:41:55.478494 | fa163e77-2d70-a5ac-1a4b-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:33.736491 | 0.05s 2026-03-13 12:41:55.702316 | fa163e77-2d70-a5ac-1a4b-000000002dd3 | TASK | build ceph orphan set 2026-03-13 12:41:55.783657 | fa163e77-2d70-a5ac-1a4b-000000002dd3 | OK | build ceph orphan set | undercloud 2026-03-13 12:41:55.784937 | fa163e77-2d70-a5ac-1a4b-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:34.042938 | 0.08s 2026-03-13 12:41:55.802929 | fa163e77-2d70-a5ac-1a4b-000000002dd4 | TASK | clean ceph_config_overrides list 2026-03-13 12:41:55.846288 | fa163e77-2d70-a5ac-1a4b-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:34.104285 | 0.04s 2026-03-13 12:41:55.867143 | fa163e77-2d70-a5ac-1a4b-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2026-03-13 12:41:55.929107 | fa163e77-2d70-a5ac-1a4b-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2026-03-13 12:41:55.930097 | fa163e77-2d70-a5ac-1a4b-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:34.188090 | 0.06s 2026-03-13 12:41:55.946003 | fa163e77-2d70-a5ac-1a4b-000000002dd6 | TASK | build ceph config overrides 2026-03-13 12:41:56.062435 | fa163e77-2d70-a5ac-1a4b-000000002dd6 | OK | build ceph config overrides | undercloud 2026-03-13 12:41:56.063828 | fa163e77-2d70-a5ac-1a4b-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:34.321834 | 0.12s 2026-03-13 12:41:56.106463 | fa163e77-2d70-a5ac-1a4b-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2026-03-13 12:41:56.820162 | fa163e77-2d70-a5ac-1a4b-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-03-13 12:41:56.821894 | fa163e77-2d70-a5ac-1a4b-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:35.079901 | 0.71s 2026-03-13 12:41:56.837728 | fa163e77-2d70-a5ac-1a4b-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-13 12:41:56.937213 | fa163e77-2d70-a5ac-1a4b-000000002889 | OK | Set bootstrap host | undercloud 2026-03-13 12:41:56.937800 | fa163e77-2d70-a5ac-1a4b-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:35.195813 | 0.10s 2026-03-13 12:41:56.952534 | fa163e77-2d70-a5ac-1a4b-00000000288a | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-13 12:41:57.064127 | fa163e77-2d70-a5ac-1a4b-00000000288a | OK | Set first monitor IP | undercloud 2026-03-13 12:41:57.064751 | fa163e77-2d70-a5ac-1a4b-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:35.322762 | 0.11s 2026-03-13 12:41:57.079638 | fa163e77-2d70-a5ac-1a4b-00000000288b | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-13 12:41:57.180973 | fa163e77-2d70-a5ac-1a4b-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2026-03-13 12:41:57.181864 | fa163e77-2d70-a5ac-1a4b-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:35.439869 | 0.10s 2026-03-13 12:41:57.199862 | fa163e77-2d70-a5ac-1a4b-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2026-03-13 12:41:57.732037 | fa163e77-2d70-a5ac-1a4b-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-03-13 12:41:57.733408 | fa163e77-2d70-a5ac-1a4b-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:35.991414 | 0.53s 2026-03-13 12:41:57.800832 | fa163e77-2d70-a5ac-1a4b-000000002859 | TASK | Prepare cephadm user and keys 2026-03-13 12:41:58.338988 | fa163e77-2d70-a5ac-1a4b-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2026-03-13 12:41:58.340340 | fa163e77-2d70-a5ac-1a4b-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:36.598344 | 0.54s 2026-03-13 12:41:58.357859 | fa163e77-2d70-a5ac-1a4b-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2026-03-13 12:41:58.483309 | fa163e77-2d70-a5ac-1a4b-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:36.741303 | 0.12s 2026-03-13 12:41:58.568872 | fa163e77-2d70-a5ac-1a4b-00000000304f | TASK | set cephadm playbook 2026-03-13 12:41:58.628692 | fa163e77-2d70-a5ac-1a4b-00000000304f | OK | set cephadm playbook | undercloud 2026-03-13 12:41:58.629965 | fa163e77-2d70-a5ac-1a4b-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:36.887970 | 0.06s 2026-03-13 12:41:58.647616 | fa163e77-2d70-a5ac-1a4b-000000003050 | TASK | Setup the log path 2026-03-13 12:41:58.698165 | fa163e77-2d70-a5ac-1a4b-000000003050 | OK | Setup the log path | undercloud 2026-03-13 12:41:58.699394 | fa163e77-2d70-a5ac-1a4b-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:36.957398 | 0.05s 2026-03-13 12:41:58.717202 | fa163e77-2d70-a5ac-1a4b-000000003051 | TASK | Setup the cephadm playbook command 2026-03-13 12:41:58.778713 | fa163e77-2d70-a5ac-1a4b-000000003051 | OK | Setup the cephadm playbook command | undercloud 2026-03-13 12:41:58.779781 | fa163e77-2d70-a5ac-1a4b-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:37.037789 | 0.06s 2026-03-13 12:41:58.797049 | fa163e77-2d70-a5ac-1a4b-000000003052 | TASK | rotate cephadm_command.log 2026-03-13 12:41:59.062996 | fa163e77-2d70-a5ac-1a4b-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2026-03-13 12:41:59.064526 | fa163e77-2d70-a5ac-1a4b-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:37.322529 | 0.27s 2026-03-13 12:41:59.082917 | fa163e77-2d70-a5ac-1a4b-000000003053 | TASK | save cephadm playbook command to shell script 2026-03-13 12:41:59.604996 | fa163e77-2d70-a5ac-1a4b-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2026-03-13 12:41:59.606430 | fa163e77-2d70-a5ac-1a4b-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:37.864435 | 0.52s 2026-03-13 12:41:59.624392 | fa163e77-2d70-a5ac-1a4b-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2026-03-13 12:41:59.707517 | fa163e77-2d70-a5ac-1a4b-000000003054 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-3co2r250/cephadm/cephadm_command.log)" } 2026-03-13 12:41:59.708809 | fa163e77-2d70-a5ac-1a4b-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:37.966814 | 0.08s 2026-03-13 12:41:59.726475 | fa163e77-2d70-a5ac-1a4b-000000003055 | TASK | run cephadm playbook 2026-03-13 12:43:01.770935 | fa163e77-2d70-a5ac-1a4b-000000003055 | CHANGED | run cephadm playbook | undercloud 2026-03-13 12:43:01.773998 | fa163e77-2d70-a5ac-1a4b-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:40.032001 | 62.05s 2026-03-13 12:43:01.797122 | fa163e77-2d70-a5ac-1a4b-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2026-03-13 12:43:01.860197 | fa163e77-2d70-a5ac-1a4b-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2026-03-13 12:43:01.861496 | fa163e77-2d70-a5ac-1a4b-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:40.119498 | 0.06s 2026-03-13 12:43:01.880183 | fa163e77-2d70-a5ac-1a4b-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2026-03-13 12:43:01.930064 | fa163e77-2d70-a5ac-1a4b-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2026-03-13 12:43:01.931377 | fa163e77-2d70-a5ac-1a4b-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:40.189381 | 0.05s 2026-03-13 12:43:01.965712 | fa163e77-2d70-a5ac-1a4b-00000000285c | TASK | Check if the input variable file exists 2026-03-13 12:43:02.238297 | fa163e77-2d70-a5ac-1a4b-00000000285c | OK | Check if the input variable file exists | undercloud 2026-03-13 12:43:02.239712 | fa163e77-2d70-a5ac-1a4b-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:13:40.497719 | 0.27s 2026-03-13 12:43:02.257306 | fa163e77-2d70-a5ac-1a4b-00000000285d | TASK | Populate CephClientConfigVars from THT 2026-03-13 12:43:02.308002 | fa163e77-2d70-a5ac-1a4b-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2026-03-13 12:43:02.309150 | fa163e77-2d70-a5ac-1a4b-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:40.567155 | 0.05s 2026-03-13 12:43:02.326711 | fa163e77-2d70-a5ac-1a4b-00000000285e | TASK | configure ceph clients 2026-03-13 12:43:02.377054 | fa163e77-2d70-a5ac-1a4b-00000000285e | TIMING | configure ceph clients | undercloud | 0:13:40.635052 | 0.05s 2026-03-13 12:43:02.433990 | fa163e77-2d70-a5ac-1a4b-000000003119 | TASK | get the list of enabled services on the overcloud 2026-03-13 12:43:02.506330 | fa163e77-2d70-a5ac-1a4b-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2026-03-13 12:43:02.507551 | fa163e77-2d70-a5ac-1a4b-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:40.765555 | 0.07s 2026-03-13 12:43:02.525878 | fa163e77-2d70-a5ac-1a4b-00000000311a | TASK | Create ceph_client_fetch_dir 2026-03-13 12:43:02.576388 | fa163e77-2d70-a5ac-1a4b-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:40.834388 | 0.05s 2026-03-13 12:43:02.589568 | ce2cd492-40ff-4911-afa8-e1fb9973e00f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-03-13 12:43:02.621148 | fa163e77-2d70-a5ac-1a4b-00000000315d | TASK | Clean any old fetch directory path 2026-03-13 12:43:02.894533 | fa163e77-2d70-a5ac-1a4b-00000000315d | OK | Clean any old fetch directory path | undercloud 2026-03-13 12:43:02.895426 | fa163e77-2d70-a5ac-1a4b-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:41.153438 | 0.27s 2026-03-13 12:43:02.909890 | fa163e77-2d70-a5ac-1a4b-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2026-03-13 12:43:03.145174 | fa163e77-2d70-a5ac-1a4b-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-03-13 12:43:03.146379 | fa163e77-2d70-a5ac-1a4b-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:41.404389 | 0.24s 2026-03-13 12:43:03.162060 | fa163e77-2d70-a5ac-1a4b-00000000311b | TASK | Check if the input variables exist 2026-03-13 12:43:03.474837 | fa163e77-2d70-a5ac-1a4b-00000000311b | OK | Check if the input variables exist | undercloud 2026-03-13 12:43:03.476266 | fa163e77-2d70-a5ac-1a4b-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:41.734271 | 0.31s 2026-03-13 12:43:03.494528 | fa163e77-2d70-a5ac-1a4b-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2026-03-13 12:43:03.565270 | fa163e77-2d70-a5ac-1a4b-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2026-03-13 12:43:03.566447 | fa163e77-2d70-a5ac-1a4b-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:41.824454 | 0.07s 2026-03-13 12:43:03.585970 | fa163e77-2d70-a5ac-1a4b-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2026-03-13 12:43:03.651521 | fa163e77-2d70-a5ac-1a4b-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2026-03-13 12:43:03.652849 | fa163e77-2d70-a5ac-1a4b-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:41.910851 | 0.07s 2026-03-13 12:43:03.671174 | fa163e77-2d70-a5ac-1a4b-00000000311e | TASK | Configure multiple external ceph clusters 2026-03-13 12:43:03.751738 | fa163e77-2d70-a5ac-1a4b-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2026-03-13 12:43:03.752804 | fa163e77-2d70-a5ac-1a4b-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:42.010809 | 0.08s 2026-03-13 12:43:03.770758 | fa163e77-2d70-a5ac-1a4b-00000000311f | TASK | Render keys provided for the Ceph cluster 2026-03-13 12:43:03.843814 | fa163e77-2d70-a5ac-1a4b-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:42.101816 | 0.07s 2026-03-13 12:43:03.853578 | dab68ade-df3d-4b91-91c1-947d08f6fce4 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2026-03-13 12:43:03.889010 | fa163e77-2d70-a5ac-1a4b-0000000031b1 | TASK | create cephx key(s) 2026-03-13 12:43:04.426852 | fa163e77-2d70-a5ac-1a4b-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQBCAbRpAAAAABAAnI1HFKBtcNX6ULjAxIapeg==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2026-03-13 12:43:04.428683 | fa163e77-2d70-a5ac-1a4b-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:42.686680 | 0.54s 2026-03-13 12:43:04.906914 | fa163e77-2d70-a5ac-1a4b-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQBCAbRpAAAAABAAIKpQWxUF8jpzbQoAgTNnVw==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2026-03-13 12:43:04.908642 | fa163e77-2d70-a5ac-1a4b-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:43.166650 | 1.02s 2026-03-13 12:43:04.919622 | fa163e77-2d70-a5ac-1a4b-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:43.177624 | 1.03s 2026-03-13 12:43:04.939001 | fa163e77-2d70-a5ac-1a4b-000000003120 | TASK | Render ceph config for the Ceph Clients 2026-03-13 12:43:04.988466 | fa163e77-2d70-a5ac-1a4b-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:43.246464 | 0.05s 2026-03-13 12:43:04.999172 | 1515777a-1bb6-4187-a6cf-dd9bf2b7a4ae | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2026-03-13 12:43:05.036501 | fa163e77-2d70-a5ac-1a4b-000000003215 | TASK | create ceph.conf 2026-03-13 12:43:05.593439 | fa163e77-2d70-a5ac-1a4b-000000003215 | CHANGED | create ceph.conf | undercloud 2026-03-13 12:43:05.594960 | fa163e77-2d70-a5ac-1a4b-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:43.852963 | 0.56s 2026-03-13 12:43:05.613516 | fa163e77-2d70-a5ac-1a4b-000000003121 | TASK | Configure Ceph Clients 2026-03-13 12:43:05.662855 | fa163e77-2d70-a5ac-1a4b-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:43.920858 | 0.05s 2026-03-13 12:43:05.681491 | 22ffd304-3a96-4778-8597-6bc644f38b9a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2026-03-13 12:43:05.721663 | fa163e77-2d70-a5ac-1a4b-000000003284 | TASK | set effective ceph_clients without limit 2026-03-13 12:43:05.866568 | fa163e77-2d70-a5ac-1a4b-000000003284 | OK | set effective ceph_clients without limit | undercloud 2026-03-13 12:43:05.867678 | fa163e77-2d70-a5ac-1a4b-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:44.125683 | 0.15s 2026-03-13 12:43:05.885907 | fa163e77-2d70-a5ac-1a4b-000000003285 | TASK | set effective ceph_clients with limit 2026-03-13 12:43:05.958508 | fa163e77-2d70-a5ac-1a4b-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2026-03-13 12:43:05.959549 | fa163e77-2d70-a5ac-1a4b-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:44.217555 | 0.07s 2026-03-13 12:43:05.977440 | fa163e77-2d70-a5ac-1a4b-000000003286 | TASK | set distribution list from cross product of files and effective clients 2026-03-13 12:43:06.092041 | fa163e77-2d70-a5ac-1a4b-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2026-03-13 12:43:06.093280 | fa163e77-2d70-a5ac-1a4b-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:44.351287 | 0.11s 2026-03-13 12:43:06.134288 | fa163e77-2d70-a5ac-1a4b-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2026-03-13 12:43:06.402304 | fa163e77-2d70-a5ac-1a4b-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-3co2r250/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-000000003287') missing from stats 2026-03-13 12:43:06.644922 | fa163e77-2d70-a5ac-1a4b-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-3co2r250/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-03-13 12:43:06.825499 | fa163e77-2d70-a5ac-1a4b-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-3co2r250/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-03-13 12:43:06.833503 | fa163e77-2d70-a5ac-1a4b-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:45.091503 | 0.70s 2026-03-13 12:43:06.873620 | fa163e77-2d70-a5ac-1a4b-000000003288 | TASK | push files to the other nodes of cluster 2026-03-13 12:43:07.409693 | fa163e77-2d70-a5ac-1a4b-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-3co2r250/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-000000003288') missing from stats 2026-03-13 12:43:07.895824 | fa163e77-2d70-a5ac-1a4b-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-3co2r250/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-03-13 12:43:08.395348 | fa163e77-2d70-a5ac-1a4b-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-3co2r250/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-03-13 12:43:08.403395 | fa163e77-2d70-a5ac-1a4b-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:46.661395 | 1.53s 2026-03-13 12:43:08.422577 | fa163e77-2d70-a5ac-1a4b-000000003122 | TASK | Clean ceph_client_fetch_dir 2026-03-13 12:43:08.474797 | fa163e77-2d70-a5ac-1a4b-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:46.732798 | 0.05s 2026-03-13 12:43:08.486291 | 293aadca-5f05-4303-820d-a4efda2d7916 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-03-13 12:43:08.533584 | fa163e77-2d70-a5ac-1a4b-00000000331c | TASK | Clean any old fetch directory path 2026-03-13 12:43:08.794164 | fa163e77-2d70-a5ac-1a4b-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2026-03-13 12:43:08.795370 | fa163e77-2d70-a5ac-1a4b-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:47.053375 | 0.26s 2026-03-13 12:43:08.813679 | fa163e77-2d70-a5ac-1a4b-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2026-03-13 12:43:08.866267 | fa163e77-2d70-a5ac-1a4b-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-03-13 12:43:08.867346 | fa163e77-2d70-a5ac-1a4b-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:47.125354 | 0.05s 2026-03-13 12:43:08.901133 | fa163e77-2d70-a5ac-1a4b-00000000285f | TASK | tripleo client role 2026-03-13 12:43:08.931981 | fa163e77-2d70-a5ac-1a4b-00000000285f | TIMING | tripleo client role | undercloud | 0:13:47.189983 | 0.03s 2026-03-13 12:43:08.949050 | fa163e77-2d70-a5ac-1a4b-000000002860 | TASK | Load variables for standalone ganesha 2026-03-13 12:43:09.023751 | fa163e77-2d70-a5ac-1a4b-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2026-03-13 12:43:09.025133 | fa163e77-2d70-a5ac-1a4b-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:13:47.283104 | 0.07s 2026-03-13 12:43:09.046432 | fa163e77-2d70-a5ac-1a4b-000000002861 | TASK | Config Standalone Ganesha 2026-03-13 12:43:09.131463 | fa163e77-2d70-a5ac-1a4b-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2026-03-13 12:43:09.132432 | fa163e77-2d70-a5ac-1a4b-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:13:47.390443 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2026-03-13 12:43:09.233718 | fa163e77-2d70-a5ac-1a4b-0000000000ca | TASK | Deploy step tasks for 2 2026-03-13 12:43:09.263069 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000ca') missing from stats 2026-03-13 12:43:09.282138 | fa163e77-2d70-a5ac-1a4b-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-13 12:43:09.744363 | fa163e77-2d70-a5ac-1a4b-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-13 12:43:09.745816 | fa163e77-2d70-a5ac-1a4b-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:48.003820 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-13 12:43:09.825006 | fa163e77-2d70-a5ac-1a4b-0000000000cc | TIMING | include_tasks | standalone | 0:13:48.083003 | 0.05s 2026-03-13 12:43:09.922323 | e7fee583-8f1f-40e6-bfe8-5037c0654e08 | INCLUDED | /root/standalone-ansible-3co2r250/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-13 12:43:09.957813 | fa163e77-2d70-a5ac-1a4b-0000000033e3 | TASK | Push script 2026-03-13 12:43:10.497303 | fa163e77-2d70-a5ac-1a4b-0000000033e3 | CHANGED | Push script | standalone 2026-03-13 12:43:10.498894 | fa163e77-2d70-a5ac-1a4b-0000000033e3 | TIMING | Push script | standalone | 0:13:48.756898 | 0.54s 2026-03-13 12:43:10.530584 | fa163e77-2d70-a5ac-1a4b-0000000033e4 | TASK | Insert cronjob in root crontab 2026-03-13 12:43:10.990668 | fa163e77-2d70-a5ac-1a4b-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-13 12:43:10.992208 | fa163e77-2d70-a5ac-1a4b-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:13:49.250214 | 0.46s 2026-03-13 12:43:11.023895 | fa163e77-2d70-a5ac-1a4b-0000000033eb | TASK | Gather variables for each operating system 2026-03-13 12:43:11.149951 | fa163e77-2d70-a5ac-1a4b-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:49.407948 | 0.12s 2026-03-13 12:43:11.180314 | fa163e77-2d70-a5ac-1a4b-0000000033ec | TASK | Detect if resource is being created or already exists 2026-03-13 12:43:11.929760 | fa163e77-2d70-a5ac-1a4b-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-13 12:43:11.931285 | fa163e77-2d70-a5ac-1a4b-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:50.189288 | 0.75s 2026-03-13 12:43:11.962730 | fa163e77-2d70-a5ac-1a4b-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2026-03-13 12:44:57.420220 | fa163e77-2d70-a5ac-1a4b-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-13 12:44:57.422145 | fa163e77-2d70-a5ac-1a4b-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:35.680148 | 105.46s 2026-03-13 12:44:57.458555 | fa163e77-2d70-a5ac-1a4b-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-13 12:44:57.737513 | fa163e77-2d70-a5ac-1a4b-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-13 12:44:57.738997 | fa163e77-2d70-a5ac-1a4b-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:35.997002 | 0.28s 2026-03-13 12:44:57.769437 | fa163e77-2d70-a5ac-1a4b-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2026-03-13 12:44:58.491236 | fa163e77-2d70-a5ac-1a4b-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-13 12:44:58.492518 | fa163e77-2d70-a5ac-1a4b-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:36.750523 | 0.72s 2026-03-13 12:44:58.524431 | fa163e77-2d70-a5ac-1a4b-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-13 12:44:58.778005 | fa163e77-2d70-a5ac-1a4b-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-13 12:44:58.779328 | fa163e77-2d70-a5ac-1a4b-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:37.037333 | 0.25s 2026-03-13 12:44:58.811384 | fa163e77-2d70-a5ac-1a4b-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-13 12:44:58.865004 | fa163e77-2d70-a5ac-1a4b-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-13 12:44:58.866216 | fa163e77-2d70-a5ac-1a4b-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:37.124221 | 0.05s 2026-03-13 12:44:58.897833 | fa163e77-2d70-a5ac-1a4b-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-13 12:44:58.949687 | fa163e77-2d70-a5ac-1a4b-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-13 12:44:58.950829 | fa163e77-2d70-a5ac-1a4b-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:37.208833 | 0.05s 2026-03-13 12:44:58.983202 | fa163e77-2d70-a5ac-1a4b-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-13 12:44:59.044597 | fa163e77-2d70-a5ac-1a4b-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-13 12:44:59.046032 | fa163e77-2d70-a5ac-1a4b-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:37.304038 | 0.06s 2026-03-13 12:44:59.078657 | fa163e77-2d70-a5ac-1a4b-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-13 12:44:59.133412 | fa163e77-2d70-a5ac-1a4b-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-13 12:44:59.135390 | fa163e77-2d70-a5ac-1a4b-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:37.393395 | 0.06s 2026-03-13 12:44:59.167528 | fa163e77-2d70-a5ac-1a4b-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2026-03-13 12:44:59.221300 | fa163e77-2d70-a5ac-1a4b-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-13 12:44:59.222469 | fa163e77-2d70-a5ac-1a4b-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:37.480474 | 0.05s 2026-03-13 12:44:59.278458 | fa163e77-2d70-a5ac-1a4b-000000003417 | TASK | Gather variables for each operating system 2026-03-13 12:44:59.395075 | fa163e77-2d70-a5ac-1a4b-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:37.653076 | 0.12s 2026-03-13 12:44:59.425343 | fa163e77-2d70-a5ac-1a4b-000000003418 | TASK | Detect if resource is being created or already exists 2026-03-13 12:45:00.222671 | fa163e77-2d70-a5ac-1a4b-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-13 12:45:00.224043 | fa163e77-2d70-a5ac-1a4b-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:38.482049 | 0.80s 2026-03-13 12:45:00.255715 | fa163e77-2d70-a5ac-1a4b-000000003419 | TASK | Run init bundle puppet on the host for mysql 2026-03-13 12:45:27.283541 | fa163e77-2d70-a5ac-1a4b-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-13 12:45:27.284796 | fa163e77-2d70-a5ac-1a4b-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:16:05.542808 | 27.03s 2026-03-13 12:45:27.310428 | fa163e77-2d70-a5ac-1a4b-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-13 12:45:27.561638 | fa163e77-2d70-a5ac-1a4b-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-13 12:45:27.563223 | fa163e77-2d70-a5ac-1a4b-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:16:05.821228 | 0.25s 2026-03-13 12:45:27.593900 | fa163e77-2d70-a5ac-1a4b-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2026-03-13 12:45:28.057902 | fa163e77-2d70-a5ac-1a4b-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-13 12:45:28.059214 | fa163e77-2d70-a5ac-1a4b-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:06.317220 | 0.46s 2026-03-13 12:45:28.090280 | fa163e77-2d70-a5ac-1a4b-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-13 12:45:28.333618 | fa163e77-2d70-a5ac-1a4b-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-13 12:45:28.334952 | fa163e77-2d70-a5ac-1a4b-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:16:06.592958 | 0.24s 2026-03-13 12:45:28.367201 | fa163e77-2d70-a5ac-1a4b-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-13 12:45:28.423625 | fa163e77-2d70-a5ac-1a4b-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-13 12:45:28.424929 | fa163e77-2d70-a5ac-1a4b-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:16:06.682933 | 0.06s 2026-03-13 12:45:28.457231 | fa163e77-2d70-a5ac-1a4b-00000000341f | TASK | Get container image tag from bundle galera-bundle 2026-03-13 12:45:28.518505 | fa163e77-2d70-a5ac-1a4b-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-13 12:45:28.519733 | fa163e77-2d70-a5ac-1a4b-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:16:06.777737 | 0.06s 2026-03-13 12:45:28.551118 | fa163e77-2d70-a5ac-1a4b-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-13 12:45:28.606173 | fa163e77-2d70-a5ac-1a4b-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-13 12:45:28.607276 | fa163e77-2d70-a5ac-1a4b-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:16:06.865282 | 0.05s 2026-03-13 12:45:28.639606 | fa163e77-2d70-a5ac-1a4b-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-13 12:45:28.693683 | fa163e77-2d70-a5ac-1a4b-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-13 12:45:28.694863 | fa163e77-2d70-a5ac-1a4b-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:06.952868 | 0.05s 2026-03-13 12:45:28.726981 | fa163e77-2d70-a5ac-1a4b-000000003422 | TASK | Remove update marker for bundle galera-bundle 2026-03-13 12:45:28.780001 | fa163e77-2d70-a5ac-1a4b-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-13 12:45:28.781156 | fa163e77-2d70-a5ac-1a4b-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:16:07.039161 | 0.05s 2026-03-13 12:45:28.837448 | fa163e77-2d70-a5ac-1a4b-000000003443 | TASK | Gather variables for each operating system 2026-03-13 12:45:28.953185 | fa163e77-2d70-a5ac-1a4b-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:07.211185 | 0.11s 2026-03-13 12:45:28.983569 | fa163e77-2d70-a5ac-1a4b-000000003444 | TASK | Detect if resource is being created or already exists 2026-03-13 12:45:29.733119 | fa163e77-2d70-a5ac-1a4b-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-13 12:45:29.735472 | fa163e77-2d70-a5ac-1a4b-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:07.993467 | 0.75s 2026-03-13 12:45:29.766920 | fa163e77-2d70-a5ac-1a4b-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-13 12:45:55.251741 | fa163e77-2d70-a5ac-1a4b-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-13 12:45:55.253359 | fa163e77-2d70-a5ac-1a4b-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:33.511364 | 25.48s 2026-03-13 12:45:55.285582 | fa163e77-2d70-a5ac-1a4b-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-13 12:45:55.549945 | fa163e77-2d70-a5ac-1a4b-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-13 12:45:55.551295 | fa163e77-2d70-a5ac-1a4b-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:33.809302 | 0.26s 2026-03-13 12:45:55.581328 | fa163e77-2d70-a5ac-1a4b-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-13 12:45:56.017968 | fa163e77-2d70-a5ac-1a4b-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-13 12:45:56.019576 | fa163e77-2d70-a5ac-1a4b-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:34.277583 | 0.44s 2026-03-13 12:45:56.052634 | fa163e77-2d70-a5ac-1a4b-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-13 12:45:56.294873 | fa163e77-2d70-a5ac-1a4b-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-13 12:45:56.296227 | fa163e77-2d70-a5ac-1a4b-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:34.554235 | 0.24s 2026-03-13 12:45:56.327427 | fa163e77-2d70-a5ac-1a4b-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-13 12:45:56.388651 | fa163e77-2d70-a5ac-1a4b-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-13 12:45:56.390572 | fa163e77-2d70-a5ac-1a4b-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:34.647906 | 0.06s 2026-03-13 12:45:56.422167 | fa163e77-2d70-a5ac-1a4b-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-13 12:45:56.475231 | fa163e77-2d70-a5ac-1a4b-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-13 12:45:56.476680 | fa163e77-2d70-a5ac-1a4b-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:34.734685 | 0.05s 2026-03-13 12:45:56.508004 | fa163e77-2d70-a5ac-1a4b-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-13 12:45:56.547663 | fa163e77-2d70-a5ac-1a4b-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-13 12:45:56.549177 | fa163e77-2d70-a5ac-1a4b-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:34.807182 | 0.04s 2026-03-13 12:45:56.583578 | fa163e77-2d70-a5ac-1a4b-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-13 12:45:56.635047 | fa163e77-2d70-a5ac-1a4b-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-13 12:45:56.638962 | fa163e77-2d70-a5ac-1a4b-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:34.896883 | 0.05s 2026-03-13 12:45:56.674221 | fa163e77-2d70-a5ac-1a4b-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-13 12:45:56.728952 | fa163e77-2d70-a5ac-1a4b-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-13 12:45:56.730129 | fa163e77-2d70-a5ac-1a4b-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:34.988136 | 0.05s 2026-03-13 12:45:56.786260 | fa163e77-2d70-a5ac-1a4b-00000000346f | TASK | Gather variables for each operating system 2026-03-13 12:45:56.903808 | fa163e77-2d70-a5ac-1a4b-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:35.161803 | 0.12s 2026-03-13 12:45:56.935596 | fa163e77-2d70-a5ac-1a4b-000000003470 | TASK | Detect if resource is being created or already exists 2026-03-13 12:45:57.671546 | fa163e77-2d70-a5ac-1a4b-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-13 12:45:57.672955 | fa163e77-2d70-a5ac-1a4b-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:35.930960 | 0.74s 2026-03-13 12:45:57.704072 | fa163e77-2d70-a5ac-1a4b-000000003471 | TASK | Run init bundle puppet on the host for redis 2026-03-13 12:46:23.722618 | fa163e77-2d70-a5ac-1a4b-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-13 12:46:23.724531 | fa163e77-2d70-a5ac-1a4b-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:17:01.982532 | 26.02s 2026-03-13 12:46:23.759728 | fa163e77-2d70-a5ac-1a4b-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-13 12:46:24.035976 | fa163e77-2d70-a5ac-1a4b-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-13 12:46:24.036814 | fa163e77-2d70-a5ac-1a4b-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:17:02.294829 | 0.28s 2026-03-13 12:46:24.056626 | fa163e77-2d70-a5ac-1a4b-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-13 12:46:24.404463 | fa163e77-2d70-a5ac-1a4b-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-13 12:46:24.405534 | fa163e77-2d70-a5ac-1a4b-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:02.663547 | 0.35s 2026-03-13 12:46:24.429243 | fa163e77-2d70-a5ac-1a4b-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-13 12:46:24.630402 | fa163e77-2d70-a5ac-1a4b-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-13 12:46:24.631720 | fa163e77-2d70-a5ac-1a4b-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:17:02.889727 | 0.20s 2026-03-13 12:46:24.663030 | fa163e77-2d70-a5ac-1a4b-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-13 12:46:24.702127 | fa163e77-2d70-a5ac-1a4b-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-13 12:46:24.703392 | fa163e77-2d70-a5ac-1a4b-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:17:02.961396 | 0.04s 2026-03-13 12:46:24.740019 | fa163e77-2d70-a5ac-1a4b-000000003477 | TASK | Get container image tag from bundle redis-bundle 2026-03-13 12:46:24.770792 | fa163e77-2d70-a5ac-1a4b-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-13 12:46:24.771688 | fa163e77-2d70-a5ac-1a4b-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:17:03.029697 | 0.03s 2026-03-13 12:46:24.793181 | fa163e77-2d70-a5ac-1a4b-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2026-03-13 12:46:24.831304 | fa163e77-2d70-a5ac-1a4b-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-13 12:46:24.832163 | fa163e77-2d70-a5ac-1a4b-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:17:03.090177 | 0.04s 2026-03-13 12:46:24.853705 | fa163e77-2d70-a5ac-1a4b-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-13 12:46:24.900785 | fa163e77-2d70-a5ac-1a4b-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-13 12:46:24.901494 | fa163e77-2d70-a5ac-1a4b-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:03.159509 | 0.05s 2026-03-13 12:46:24.921793 | fa163e77-2d70-a5ac-1a4b-00000000347a | TASK | Remove update marker for bundle redis-bundle 2026-03-13 12:46:24.961966 | fa163e77-2d70-a5ac-1a4b-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-13 12:46:24.962840 | fa163e77-2d70-a5ac-1a4b-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:17:03.220853 | 0.04s 2026-03-13 12:46:25.010035 | fa163e77-2d70-a5ac-1a4b-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-13 12:46:25.189228 | fa163e77-2d70-a5ac-1a4b-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-13 12:46:25.190011 | fa163e77-2d70-a5ac-1a4b-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:17:03.448028 | 0.18s 2026-03-13 12:46:25.264808 | fa163e77-2d70-a5ac-1a4b-0000000000cf | TIMING | include_tasks | standalone | 0:17:03.522815 | 0.06s 2026-03-13 12:46:25.283788 | 00edc3d1-2d39-4b1e-aa50-301f2b8d3513 | INCLUDED | /root/standalone-ansible-3co2r250/common_deploy_steps_tasks.yaml | standalone 2026-03-13 12:46:25.305136 | fa163e77-2d70-a5ac-1a4b-00000000350f | TASK | Write the config_step hieradata 2026-03-13 12:46:25.811753 | fa163e77-2d70-a5ac-1a4b-00000000350f | OK | Write the config_step hieradata | standalone 2026-03-13 12:46:25.813178 | fa163e77-2d70-a5ac-1a4b-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:17:04.071182 | 0.51s 2026-03-13 12:46:25.843311 | fa163e77-2d70-a5ac-1a4b-000000003510 | TASK | Run puppet host configuration for step 2 2026-03-13 12:46:26.200724 | fa163e77-2d70-a5ac-1a4b-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-13 12:46:26.202169 | fa163e77-2d70-a5ac-1a4b-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:17:04.460173 | 0.36s 2026-03-13 12:46:26.231020 | fa163e77-2d70-a5ac-1a4b-000000003511 | TASK | Wait for puppet host configuration to finish 2026-03-13 12:46:26.486747 | fa163e77-2d70-a5ac-1a4b-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-13 12:46:36.725792 | fa163e77-2d70-a5ac-1a4b-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-13 12:46:46.942184 | fa163e77-2d70-a5ac-1a4b-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-13 12:46:46.943520 | fa163e77-2d70-a5ac-1a4b-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:25.201526 | 20.71s 2026-03-13 12:46:46.975721 | fa163e77-2d70-a5ac-1a4b-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-13 12:46:47.061248 | fa163e77-2d70-a5ac-1a4b-000000003512 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 13 12:46:26 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 13 12:46:30 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 13 12:46:30 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 13 12:46:30 puppet-user: (file & line not available)", "<13>Mar 13 12:46:30 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 13 12:46:30 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 13 12:46:30 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 13 12:46:30 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Mar 13 12:46:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 13 12:46:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 13 12:46:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 13 12:46:41 puppet-user: Notice: Applied catalog in 10.20 seconds", "<13>Mar 13 12:46:41 puppet-user: Application:", "<13>Mar 13 12:46:41 puppet-user: Initial environment: production", "<13>Mar 13 12:46:41 puppet-user: Converged environment: production", "<13>Mar 13 12:46:41 puppet-user: Run mode: user", "<13>Mar 13 12:46:41 puppet-user: Changes:", "<13>Mar 13 12:46:41 puppet-user: Total: 2", "<13>Mar 13 12:46:41 puppet-user: Events:", "<13>Mar 13 12:46:41 puppet-user: Success: 2", "<13>Mar 13 12:46:41 puppet-user: Resources:", "<13>Mar 13 12:46:41 puppet-user: Changed: 2", "<13>Mar 13 12:46:41 puppet-user: Out of sync: 2", "<13>Mar 13 12:46:41 puppet-user: Total: 28", "<13>Mar 13 12:46:41 puppet-user: Time:", "<13>Mar 13 12:46:41 puppet-user: Filebucket: 0.00", "<13>Mar 13 12:46:41 puppet-user: Schedule: 0.00", "<13>Mar 13 12:46:41 puppet-user: File line: 0.00", "<13>Mar 13 12:46:41 puppet-user: Package: 0.00", "<13>Mar 13 12:46:41 puppet-user: File: 0.00", "<13>Mar 13 12:46:41 puppet-user: Augeas: 0.01", "<13>Mar 13 12:46:41 puppet-user: User: 0.01", "<13>Mar 13 12:46:41 puppet-user: Service: 0.07", "<13>Mar 13 12:46:41 puppet-user: Config retrieval: 0.47", "<13>Mar 13 12:46:41 puppet-user: Pcmk property: 1.58", "<13>Mar 13 12:46:41 puppet-user: Exec: 1.95", "<13>Mar 13 12:46:41 puppet-user: Transaction evaluation: 10.19", "<13>Mar 13 12:46:41 puppet-user: Catalog application: 10.20", "<13>Mar 13 12:46:41 puppet-user: Last run: 1773406001", "<13>Mar 13 12:46:41 puppet-user: Pcmk resource default: 3.12", "<13>Mar 13 12:46:41 puppet-user: Pcmk resource op default: 3.19", "<13>Mar 13 12:46:41 puppet-user: Total: 10.21", "<13>Mar 13 12:46:41 puppet-user: Version:", "<13>Mar 13 12:46:41 puppet-user: Config: 1773405990", "<13>Mar 13 12:46:41 puppet-user: Puppet: 7.10.0" ] } 2026-03-13 12:46:47.062502 | fa163e77-2d70-a5ac-1a4b-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:25.320510 | 0.08s 2026-03-13 12:46:47.093242 | fa163e77-2d70-a5ac-1a4b-000000003513 | TASK | Pre-cache facts for puppet containers 2026-03-13 12:46:47.122655 | fa163e77-2d70-a5ac-1a4b-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:25.380659 | 0.03s 2026-03-13 12:46:47.189345 | fa163e77-2d70-a5ac-1a4b-000000003552 | TASK | Gather variables for each operating system 2026-03-13 12:46:47.306111 | fa163e77-2d70-a5ac-1a4b-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:25.564092 | 0.12s 2026-03-13 12:46:47.326791 | fa163e77-2d70-a5ac-1a4b-000000003553 | TASK | Create puppet caching structures 2026-03-13 12:46:47.595643 | fa163e77-2d70-a5ac-1a4b-000000003553 | CHANGED | Create puppet caching structures | standalone 2026-03-13 12:46:47.597040 | fa163e77-2d70-a5ac-1a4b-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:25.855048 | 0.27s 2026-03-13 12:46:47.627053 | fa163e77-2d70-a5ac-1a4b-000000003554 | TASK | Check for facter.conf 2026-03-13 12:46:47.880791 | fa163e77-2d70-a5ac-1a4b-000000003554 | OK | Check for facter.conf | standalone 2026-03-13 12:46:47.882333 | fa163e77-2d70-a5ac-1a4b-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:26.140338 | 0.25s 2026-03-13 12:46:47.912835 | fa163e77-2d70-a5ac-1a4b-000000003555 | TASK | Remove facter.conf if directory 2026-03-13 12:46:47.963768 | fa163e77-2d70-a5ac-1a4b-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-13 12:46:47.964844 | fa163e77-2d70-a5ac-1a4b-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:26.222849 | 0.05s 2026-03-13 12:46:47.994617 | fa163e77-2d70-a5ac-1a4b-000000003556 | TASK | Write facter cache config 2026-03-13 12:46:48.483174 | fa163e77-2d70-a5ac-1a4b-000000003556 | CHANGED | Write facter cache config | standalone 2026-03-13 12:46:48.484620 | fa163e77-2d70-a5ac-1a4b-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:26.742621 | 0.49s 2026-03-13 12:46:48.514191 | fa163e77-2d70-a5ac-1a4b-000000003557 | TASK | Cleanup facter cache if exists 2026-03-13 12:46:48.745997 | fa163e77-2d70-a5ac-1a4b-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-13 12:46:48.747328 | fa163e77-2d70-a5ac-1a4b-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:27.005335 | 0.23s 2026-03-13 12:46:48.776656 | fa163e77-2d70-a5ac-1a4b-000000003558 | TASK | Pre-cache facts 2026-03-13 12:46:49.389853 | fa163e77-2d70-a5ac-1a4b-000000003558 | CHANGED | Pre-cache facts | standalone 2026-03-13 12:46:49.391362 | fa163e77-2d70-a5ac-1a4b-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:27.649365 | 0.61s 2026-03-13 12:46:49.422412 | fa163e77-2d70-a5ac-1a4b-000000003559 | TASK | Failed deployment if facter fails 2026-03-13 12:46:49.455567 | fa163e77-2d70-a5ac-1a4b-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-13 12:46:49.456604 | fa163e77-2d70-a5ac-1a4b-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:27.714610 | 0.03s 2026-03-13 12:46:49.502921 | fa163e77-2d70-a5ac-1a4b-00000000355a | TASK | Sync cached facts 2026-03-13 12:46:49.816311 | fa163e77-2d70-a5ac-1a4b-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-00000000355a') missing from stats 2026-03-13 12:46:49.873414 | fa163e77-2d70-a5ac-1a4b-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-13 12:46:49.904599 | fa163e77-2d70-a5ac-1a4b-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-13 12:46:49.905738 | fa163e77-2d70-a5ac-1a4b-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:28.163740 | 0.03s 2026-03-13 12:46:49.936235 | fa163e77-2d70-a5ac-1a4b-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-13 12:46:49.965154 | fa163e77-2d70-a5ac-1a4b-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:28.223148 | 0.03s 2026-03-13 12:46:50.034317 | fa163e77-2d70-a5ac-1a4b-0000000035b1 | TASK | Gather variables for each operating system 2026-03-13 12:46:50.151811 | fa163e77-2d70-a5ac-1a4b-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:28.409802 | 0.12s 2026-03-13 12:46:50.183590 | fa163e77-2d70-a5ac-1a4b-0000000035b2 | TASK | Create container logs path 2026-03-13 12:46:50.431749 | fa163e77-2d70-a5ac-1a4b-0000000035b2 | OK | Create container logs path | standalone 2026-03-13 12:46:50.432603 | fa163e77-2d70-a5ac-1a4b-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:28.690617 | 0.25s 2026-03-13 12:46:50.453703 | fa163e77-2d70-a5ac-1a4b-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-13 12:46:50.731519 | fa163e77-2d70-a5ac-1a4b-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-13 12:46:50.732455 | fa163e77-2d70-a5ac-1a4b-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:28.990466 | 0.28s 2026-03-13 12:46:50.755913 | fa163e77-2d70-a5ac-1a4b-0000000035b5 | TASK | Finalise hashes for all containers 2026-03-13 12:46:50.814221 | fa163e77-2d70-a5ac-1a4b-0000000035b5 | OK | Finalise hashes for all containers | standalone 2026-03-13 12:46:50.814960 | fa163e77-2d70-a5ac-1a4b-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:29.072973 | 0.06s 2026-03-13 12:46:50.837237 | fa163e77-2d70-a5ac-1a4b-0000000035b7 | TASK | Manage systemd shutdown files 2026-03-13 12:46:50.863829 | fa163e77-2d70-a5ac-1a4b-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:29.121840 | 0.03s 2026-03-13 12:46:50.885105 | acea9663-3331-4812-8106-d856ad83b23c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-13 12:46:50.913997 | fa163e77-2d70-a5ac-1a4b-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-13 12:46:51.180811 | fa163e77-2d70-a5ac-1a4b-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-13 12:46:51.181829 | fa163e77-2d70-a5ac-1a4b-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:29.439841 | 0.27s 2026-03-13 12:46:51.205377 | fa163e77-2d70-a5ac-1a4b-0000000035eb | TASK | Set podman_drop_in fact 2026-03-13 12:46:51.237992 | fa163e77-2d70-a5ac-1a4b-0000000035eb | OK | Set podman_drop_in fact | standalone 2026-03-13 12:46:51.240165 | fa163e77-2d70-a5ac-1a4b-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:29.498162 | 0.03s 2026-03-13 12:46:51.276059 | fa163e77-2d70-a5ac-1a4b-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-13 12:46:51.755887 | fa163e77-2d70-a5ac-1a4b-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-13 12:46:51.757526 | fa163e77-2d70-a5ac-1a4b-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:30.015527 | 0.48s 2026-03-13 12:46:52.269213 | fa163e77-2d70-a5ac-1a4b-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-13 12:46:52.270790 | fa163e77-2d70-a5ac-1a4b-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:30.528797 | 0.99s 2026-03-13 12:46:52.280611 | fa163e77-2d70-a5ac-1a4b-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:30.538623 | 1.00s 2026-03-13 12:46:52.304044 | fa163e77-2d70-a5ac-1a4b-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-13 12:46:52.839199 | fa163e77-2d70-a5ac-1a4b-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-13 12:46:52.842519 | fa163e77-2d70-a5ac-1a4b-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:31.100507 | 0.54s 2026-03-13 12:46:52.872863 | fa163e77-2d70-a5ac-1a4b-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-13 12:46:53.387753 | fa163e77-2d70-a5ac-1a4b-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-13 12:46:53.389266 | fa163e77-2d70-a5ac-1a4b-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:31.647271 | 0.51s 2026-03-13 12:46:53.421686 | fa163e77-2d70-a5ac-1a4b-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2026-03-13 12:46:54.124112 | fa163e77-2d70-a5ac-1a4b-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-13 12:46:54.126168 | fa163e77-2d70-a5ac-1a4b-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:32.384174 | 0.70s 2026-03-13 12:46:54.157018 | fa163e77-2d70-a5ac-1a4b-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-13 12:46:54.659872 | fa163e77-2d70-a5ac-1a4b-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-13 12:46:54.661354 | fa163e77-2d70-a5ac-1a4b-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:32.919360 | 0.50s 2026-03-13 12:46:54.690910 | fa163e77-2d70-a5ac-1a4b-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-13 12:46:55.143412 | fa163e77-2d70-a5ac-1a4b-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-13 12:46:55.144777 | fa163e77-2d70-a5ac-1a4b-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:33.402783 | 0.45s 2026-03-13 12:46:55.174827 | fa163e77-2d70-a5ac-1a4b-0000000035f3 | TASK | Enable and start netns-placeholder 2026-03-13 12:46:55.924178 | fa163e77-2d70-a5ac-1a4b-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-13 12:46:55.926177 | fa163e77-2d70-a5ac-1a4b-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:34.184183 | 0.75s 2026-03-13 12:46:55.956764 | fa163e77-2d70-a5ac-1a4b-0000000035b9 | TASK | Update container configs with new config hashes 2026-03-13 12:46:56.011611 | fa163e77-2d70-a5ac-1a4b-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:34.269614 | 0.05s 2026-03-13 12:46:56.034442 | 9a4ba595-075d-418e-a068-9fa3dbb36890 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-13 12:46:56.069357 | fa163e77-2d70-a5ac-1a4b-00000000361b | TASK | Update config hashes for container startup configs 2026-03-13 12:46:56.365043 | fa163e77-2d70-a5ac-1a4b-00000000361b | OK | Update config hashes for container startup configs | standalone 2026-03-13 12:46:56.366473 | fa163e77-2d70-a5ac-1a4b-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:34.624475 | 0.30s 2026-03-13 12:46:56.398636 | fa163e77-2d70-a5ac-1a4b-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-13 12:46:56.458343 | fa163e77-2d70-a5ac-1a4b-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:34.716341 | 0.06s 2026-03-13 12:46:56.482119 | 90495222-71cd-4336-aec4-41a82b50d95b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:46:56.519277 | fa163e77-2d70-a5ac-1a4b-00000000363a | TASK | Gather podman infos 2026-03-13 12:46:57.606264 | fa163e77-2d70-a5ac-1a4b-00000000363a | OK | Gather podman infos | standalone 2026-03-13 12:46:57.607523 | fa163e77-2d70-a5ac-1a4b-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:35.865529 | 1.09s 2026-03-13 12:46:57.680569 | fa163e77-2d70-a5ac-1a4b-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-13 12:46:57.746759 | fa163e77-2d70-a5ac-1a4b-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:36.004754 | 0.06s 2026-03-13 12:46:57.883770 | fa163e77-2d70-a5ac-1a4b-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:36.141761 | 0.07s 2026-03-13 12:46:57.945942 | fa163e77-2d70-a5ac-1a4b-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-13 12:46:57.999852 | fa163e77-2d70-a5ac-1a4b-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:36.257847 | 0.05s 2026-03-13 12:46:58.025506 | b5c15820-b2d7-441f-9d8f-a9305091b9fa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:46:58.070424 | fa163e77-2d70-a5ac-1a4b-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-13 12:47:16.392395 | fa163e77-2d70-a5ac-1a4b-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-13 12:47:16.394330 | fa163e77-2d70-a5ac-1a4b-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:54.652318 | 18.32s 2026-03-13 12:47:16.430022 | fa163e77-2d70-a5ac-1a4b-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-13 12:47:19.310782 | fa163e77-2d70-a5ac-1a4b-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-13 12:47:19.312527 | fa163e77-2d70-a5ac-1a4b-0000000036ab | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:57.570533 | 2.88s 2026-03-13 12:47:19.388715 | fa163e77-2d70-a5ac-1a4b-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-13 12:47:19.632052 | fa163e77-2d70-a5ac-1a4b-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-13 12:47:19.633551 | fa163e77-2d70-a5ac-1a4b-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:57.891554 | 0.24s 2026-03-13 12:47:19.685099 | fa163e77-2d70-a5ac-1a4b-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-13 12:47:19.747929 | fa163e77-2d70-a5ac-1a4b-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:58.005921 | 0.06s 2026-03-13 12:47:19.779335 | fa163e77-2d70-a5ac-1a4b-00000000351a | TASK | Include container-puppet tasks for step 2 2026-03-13 12:47:19.826783 | fa163e77-2d70-a5ac-1a4b-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:58.084770 | 0.05s 2026-03-13 12:47:19.857082 | 87ddfb6a-7a52-4677-b340-eca0d7260d6e | INCLUDED | /root/standalone-ansible-3co2r250/host-container-puppet-tasks.yaml | standalone 2026-03-13 12:47:19.894052 | fa163e77-2d70-a5ac-1a4b-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-13 12:47:20.451582 | fa163e77-2d70-a5ac-1a4b-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-13 12:47:20.453469 | fa163e77-2d70-a5ac-1a4b-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:58.711472 | 0.56s 2026-03-13 12:47:20.484857 | fa163e77-2d70-a5ac-1a4b-0000000036f8 | TASK | Generate container puppet configs for step 2 2026-03-13 12:47:20.776514 | fa163e77-2d70-a5ac-1a4b-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2026-03-13 12:47:20.777335 | fa163e77-2d70-a5ac-1a4b-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:59.035349 | 0.29s 2026-03-13 12:47:20.802479 | fa163e77-2d70-a5ac-1a4b-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-13 12:47:20.835084 | fa163e77-2d70-a5ac-1a4b-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:59.093071 | 0.03s 2026-03-13 12:47:20.906749 | fa163e77-2d70-a5ac-1a4b-000000003728 | TASK | Gather variables for each operating system 2026-03-13 12:47:21.011173 | fa163e77-2d70-a5ac-1a4b-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:59.269162 | 0.10s 2026-03-13 12:47:21.043813 | fa163e77-2d70-a5ac-1a4b-000000003729 | TASK | Create container logs path 2026-03-13 12:47:21.315993 | fa163e77-2d70-a5ac-1a4b-000000003729 | OK | Create container logs path | standalone 2026-03-13 12:47:21.317981 | fa163e77-2d70-a5ac-1a4b-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:59.575977 | 0.27s 2026-03-13 12:47:21.360591 | fa163e77-2d70-a5ac-1a4b-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-13 12:47:21.631181 | fa163e77-2d70-a5ac-1a4b-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-13 12:47:21.632866 | fa163e77-2d70-a5ac-1a4b-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:59.890869 | 0.27s 2026-03-13 12:47:21.663322 | fa163e77-2d70-a5ac-1a4b-00000000372c | TASK | Finalise hashes for all containers 2026-03-13 12:47:21.718618 | fa163e77-2d70-a5ac-1a4b-00000000372c | OK | Finalise hashes for all containers | standalone 2026-03-13 12:47:21.719695 | fa163e77-2d70-a5ac-1a4b-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:59.977701 | 0.05s 2026-03-13 12:47:21.750176 | fa163e77-2d70-a5ac-1a4b-00000000372e | TASK | Manage systemd shutdown files 2026-03-13 12:47:21.792478 | fa163e77-2d70-a5ac-1a4b-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:47:21.793612 | fa163e77-2d70-a5ac-1a4b-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:00.051610 | 0.04s 2026-03-13 12:47:21.825000 | fa163e77-2d70-a5ac-1a4b-000000003730 | TASK | Update container configs with new config hashes 2026-03-13 12:47:21.881451 | fa163e77-2d70-a5ac-1a4b-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:47:21.882975 | fa163e77-2d70-a5ac-1a4b-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:00.140977 | 0.06s 2026-03-13 12:47:21.918546 | fa163e77-2d70-a5ac-1a4b-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-13 12:47:21.972499 | fa163e77-2d70-a5ac-1a4b-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-13 12:47:21.973845 | fa163e77-2d70-a5ac-1a4b-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:00.231848 | 0.05s 2026-03-13 12:47:22.007701 | fa163e77-2d70-a5ac-1a4b-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-13 12:47:22.062161 | fa163e77-2d70-a5ac-1a4b-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-13 12:47:22.063518 | fa163e77-2d70-a5ac-1a4b-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:00.321518 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-13 12:47:22.235079 | fa163e77-2d70-a5ac-1a4b-0000000000d2 | TASK | External deployment step 3 2026-03-13 12:47:22.265835 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000d2') missing from stats 2026-03-13 12:47:22.318979 | fa163e77-2d70-a5ac-1a4b-0000000000d3 | TIMING | include_tasks | undercloud | 0:18:00.576985 | 0.04s 2026-03-13 12:47:22.325759 | 323bc45c-77cb-4471-87a4-b709805f7e70 | INCLUDED | /root/standalone-ansible-3co2r250/external_deploy_steps_tasks_step3.yaml | undercloud 2026-03-13 12:47:22.342037 | fa163e77-2d70-a5ac-1a4b-000000003781 | TASK | Pause cephadm 2026-03-13 12:47:22.393372 | fa163e77-2d70-a5ac-1a4b-000000003781 | SKIPPED | Pause cephadm | undercloud 2026-03-13 12:47:22.394557 | fa163e77-2d70-a5ac-1a4b-000000003781 | TIMING | Pause cephadm | undercloud | 0:18:00.652560 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2026-03-13 12:47:22.533317 | fa163e77-2d70-a5ac-1a4b-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-13 12:47:22.563315 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000d6') missing from stats 2026-03-13 12:47:22.586865 | fa163e77-2d70-a5ac-1a4b-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-13 12:47:23.149623 | fa163e77-2d70-a5ac-1a4b-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-13 12:47:23.151049 | fa163e77-2d70-a5ac-1a4b-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:18:01.409053 | 0.56s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-13 12:47:23.253502 | fa163e77-2d70-a5ac-1a4b-0000000000d8 | TIMING | include_tasks | standalone | 0:18:01.511500 | 0.07s 2026-03-13 12:47:23.280900 | f756533f-c1df-4563-a9b1-5ddb0e26f4b9 | INCLUDED | /root/standalone-ansible-3co2r250/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-13 12:47:23.312483 | fa163e77-2d70-a5ac-1a4b-0000000037a0 | TASK | Start OVN container 2026-03-13 12:47:23.396520 | fa163e77-2d70-a5ac-1a4b-0000000037a0 | TIMING | Start OVN container | standalone | 0:18:01.654501 | 0.08s 2026-03-13 12:47:23.429139 | fa163e77-2d70-a5ac-1a4b-0000000037a0 | TIMING | Start OVN container | standalone | 0:18:01.687143 | 0.11s 2026-03-13 12:47:23.454294 | fa163e77-2d70-a5ac-1a4b-0000000037a0 | TIMING | Start OVN container | standalone | 0:18:01.712303 | 0.14s 2026-03-13 12:47:23.460978 | fa163e77-2d70-a5ac-1a4b-0000000037a0 | TIMING | Start OVN container | standalone | 0:18:01.718988 | 0.15s 2026-03-13 12:47:23.558958 | fa163e77-2d70-a5ac-1a4b-0000000037d8 | TASK | Gather variables for each operating system 2026-03-13 12:47:23.681614 | fa163e77-2d70-a5ac-1a4b-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:01.939614 | 0.12s 2026-03-13 12:47:23.705194 | fa163e77-2d70-a5ac-1a4b-0000000037d9 | TASK | Create container logs path 2026-03-13 12:47:23.980588 | fa163e77-2d70-a5ac-1a4b-0000000037d9 | OK | Create container logs path | standalone 2026-03-13 12:47:23.982059 | fa163e77-2d70-a5ac-1a4b-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:02.240063 | 0.28s 2026-03-13 12:47:24.014404 | fa163e77-2d70-a5ac-1a4b-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:24.316032 | fa163e77-2d70-a5ac-1a4b-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:24.317524 | fa163e77-2d70-a5ac-1a4b-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:02.575527 | 0.30s 2026-03-13 12:47:24.348008 | fa163e77-2d70-a5ac-1a4b-0000000037dc | TASK | Finalise hashes for all containers 2026-03-13 12:47:24.455549 | fa163e77-2d70-a5ac-1a4b-0000000037dc | OK | Finalise hashes for all containers | standalone 2026-03-13 12:47:24.456987 | fa163e77-2d70-a5ac-1a4b-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:02.714991 | 0.11s 2026-03-13 12:47:24.488403 | fa163e77-2d70-a5ac-1a4b-0000000037de | TASK | Manage systemd shutdown files 2026-03-13 12:47:24.540538 | fa163e77-2d70-a5ac-1a4b-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:47:24.541826 | fa163e77-2d70-a5ac-1a4b-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:02.799830 | 0.05s 2026-03-13 12:47:24.575282 | fa163e77-2d70-a5ac-1a4b-0000000037e0 | TASK | Update container configs with new config hashes 2026-03-13 12:47:24.649483 | fa163e77-2d70-a5ac-1a4b-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:47:24.650939 | fa163e77-2d70-a5ac-1a4b-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:02.908942 | 0.07s 2026-03-13 12:47:24.684959 | fa163e77-2d70-a5ac-1a4b-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:24.758543 | fa163e77-2d70-a5ac-1a4b-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:03.016537 | 0.07s 2026-03-13 12:47:24.784186 | bac5f308-58c2-4265-bd10-ca1315f63b6d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:47:24.822137 | fa163e77-2d70-a5ac-1a4b-00000000386d | TASK | Gather podman infos 2026-03-13 12:47:25.992427 | fa163e77-2d70-a5ac-1a4b-00000000386d | OK | Gather podman infos | standalone 2026-03-13 12:47:25.995057 | fa163e77-2d70-a5ac-1a4b-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:04.253060 | 1.17s 2026-03-13 12:47:26.052574 | fa163e77-2d70-a5ac-1a4b-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:26.111783 | fa163e77-2d70-a5ac-1a4b-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:04.369759 | 0.06s 2026-03-13 12:47:26.267118 | fa163e77-2d70-a5ac-1a4b-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:04.525086 | 0.08s 2026-03-13 12:47:26.308905 | fa163e77-2d70-a5ac-1a4b-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:26.385692 | fa163e77-2d70-a5ac-1a4b-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:04.643632 | 0.07s 2026-03-13 12:47:26.399277 | f26857c0-d501-41b3-8eef-fb07821fd087 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:47:26.425122 | fa163e77-2d70-a5ac-1a4b-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:27.410701 | fa163e77-2d70-a5ac-1a4b-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:27.412846 | fa163e77-2d70-a5ac-1a4b-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:05.670847 | 0.99s 2026-03-13 12:47:27.444977 | fa163e77-2d70-a5ac-1a4b-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:30.516433 | fa163e77-2d70-a5ac-1a4b-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:30.518297 | fa163e77-2d70-a5ac-1a4b-0000000038d9 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:08.776300 | 3.07s 2026-03-13 12:47:30.576784 | fa163e77-2d70-a5ac-1a4b-000000003803 | TASK | Gather variables for each operating system 2026-03-13 12:47:30.718632 | fa163e77-2d70-a5ac-1a4b-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:08.976612 | 0.14s 2026-03-13 12:47:30.754846 | fa163e77-2d70-a5ac-1a4b-000000003804 | TASK | Create container logs path 2026-03-13 12:47:31.019640 | fa163e77-2d70-a5ac-1a4b-000000003804 | OK | Create container logs path | standalone 2026-03-13 12:47:31.021016 | fa163e77-2d70-a5ac-1a4b-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:09.279020 | 0.26s 2026-03-13 12:47:31.052591 | fa163e77-2d70-a5ac-1a4b-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:31.351145 | fa163e77-2d70-a5ac-1a4b-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:31.352451 | fa163e77-2d70-a5ac-1a4b-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:09.610454 | 0.30s 2026-03-13 12:47:31.387329 | fa163e77-2d70-a5ac-1a4b-000000003807 | TASK | Finalise hashes for all containers 2026-03-13 12:47:31.470801 | fa163e77-2d70-a5ac-1a4b-000000003807 | OK | Finalise hashes for all containers | standalone 2026-03-13 12:47:31.471826 | fa163e77-2d70-a5ac-1a4b-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:09.729831 | 0.08s 2026-03-13 12:47:31.501200 | fa163e77-2d70-a5ac-1a4b-000000003809 | TASK | Manage systemd shutdown files 2026-03-13 12:47:31.540989 | fa163e77-2d70-a5ac-1a4b-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:47:31.542015 | fa163e77-2d70-a5ac-1a4b-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:09.800023 | 0.04s 2026-03-13 12:47:31.571291 | fa163e77-2d70-a5ac-1a4b-00000000380b | TASK | Update container configs with new config hashes 2026-03-13 12:47:31.623367 | fa163e77-2d70-a5ac-1a4b-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:47:31.624795 | fa163e77-2d70-a5ac-1a4b-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:09.882797 | 0.05s 2026-03-13 12:47:31.659170 | fa163e77-2d70-a5ac-1a4b-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:31.713501 | fa163e77-2d70-a5ac-1a4b-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:09.971497 | 0.05s 2026-03-13 12:47:31.739677 | 7a922e09-16bc-408c-a18e-87a2da3875e7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:47:31.776506 | fa163e77-2d70-a5ac-1a4b-000000003924 | TASK | Gather podman infos 2026-03-13 12:47:33.070223 | fa163e77-2d70-a5ac-1a4b-000000003924 | OK | Gather podman infos | standalone 2026-03-13 12:47:33.071359 | fa163e77-2d70-a5ac-1a4b-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:11.329363 | 1.29s 2026-03-13 12:47:33.161256 | fa163e77-2d70-a5ac-1a4b-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:33.253243 | fa163e77-2d70-a5ac-1a4b-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:11.511244 | 0.09s 2026-03-13 12:47:33.381650 | fa163e77-2d70-a5ac-1a4b-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:11.639641 | 0.08s 2026-03-13 12:47:33.442397 | fa163e77-2d70-a5ac-1a4b-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:33.516983 | fa163e77-2d70-a5ac-1a4b-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:11.774983 | 0.07s 2026-03-13 12:47:33.540251 | e1ce43b8-f273-433e-a8ea-2ef783dcd427 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:47:33.574610 | fa163e77-2d70-a5ac-1a4b-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:34.419425 | fa163e77-2d70-a5ac-1a4b-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:34.421069 | fa163e77-2d70-a5ac-1a4b-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:12.679072 | 0.85s 2026-03-13 12:47:34.453877 | fa163e77-2d70-a5ac-1a4b-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:37.387265 | fa163e77-2d70-a5ac-1a4b-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:37.388717 | fa163e77-2d70-a5ac-1a4b-00000000398b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:15.646723 | 2.93s 2026-03-13 12:47:37.444876 | fa163e77-2d70-a5ac-1a4b-00000000382e | TASK | Gather variables for each operating system 2026-03-13 12:47:37.563756 | fa163e77-2d70-a5ac-1a4b-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:15.821755 | 0.12s 2026-03-13 12:47:37.594072 | fa163e77-2d70-a5ac-1a4b-00000000382f | TASK | Create container logs path 2026-03-13 12:47:37.861654 | fa163e77-2d70-a5ac-1a4b-00000000382f | OK | Create container logs path | standalone 2026-03-13 12:47:37.863156 | fa163e77-2d70-a5ac-1a4b-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:16.121105 | 0.27s 2026-03-13 12:47:37.892323 | fa163e77-2d70-a5ac-1a4b-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:38.214636 | fa163e77-2d70-a5ac-1a4b-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:38.216277 | fa163e77-2d70-a5ac-1a4b-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:16.474279 | 0.32s 2026-03-13 12:47:38.247049 | fa163e77-2d70-a5ac-1a4b-000000003832 | TASK | Finalise hashes for all containers 2026-03-13 12:47:38.395633 | fa163e77-2d70-a5ac-1a4b-000000003832 | OK | Finalise hashes for all containers | standalone 2026-03-13 12:47:38.397448 | fa163e77-2d70-a5ac-1a4b-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:16.655450 | 0.15s 2026-03-13 12:47:38.432184 | fa163e77-2d70-a5ac-1a4b-000000003834 | TASK | Manage systemd shutdown files 2026-03-13 12:47:38.486656 | fa163e77-2d70-a5ac-1a4b-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:47:38.487811 | fa163e77-2d70-a5ac-1a4b-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:16.745816 | 0.05s 2026-03-13 12:47:38.517988 | fa163e77-2d70-a5ac-1a4b-000000003836 | TASK | Update container configs with new config hashes 2026-03-13 12:47:38.593263 | fa163e77-2d70-a5ac-1a4b-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:47:38.594466 | fa163e77-2d70-a5ac-1a4b-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:16.852470 | 0.08s 2026-03-13 12:47:38.619210 | fa163e77-2d70-a5ac-1a4b-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:38.687249 | fa163e77-2d70-a5ac-1a4b-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:16.945251 | 0.07s 2026-03-13 12:47:38.700332 | bfdc57cc-ddb5-4d2b-b82d-74772ec35139 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:47:38.721837 | fa163e77-2d70-a5ac-1a4b-0000000039d6 | TASK | Gather podman infos 2026-03-13 12:47:39.834063 | fa163e77-2d70-a5ac-1a4b-0000000039d6 | OK | Gather podman infos | standalone 2026-03-13 12:47:39.834873 | fa163e77-2d70-a5ac-1a4b-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:18.092885 | 1.11s 2026-03-13 12:47:39.891547 | fa163e77-2d70-a5ac-1a4b-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:39.979286 | fa163e77-2d70-a5ac-1a4b-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:18.237293 | 0.08s 2026-03-13 12:47:40.181562 | fa163e77-2d70-a5ac-1a4b-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:18.439553 | 0.15s 2026-03-13 12:47:40.240623 | fa163e77-2d70-a5ac-1a4b-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:40.315132 | fa163e77-2d70-a5ac-1a4b-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:18.573107 | 0.07s 2026-03-13 12:47:40.341567 | a613121a-4851-4eea-91ee-a1be46efd37e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:47:40.376166 | fa163e77-2d70-a5ac-1a4b-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:41.344173 | fa163e77-2d70-a5ac-1a4b-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:41.345602 | fa163e77-2d70-a5ac-1a4b-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:19.603611 | 0.97s 2026-03-13 12:47:41.377035 | fa163e77-2d70-a5ac-1a4b-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-13 12:47:45.397637 | fa163e77-2d70-a5ac-1a4b-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-13 12:47:45.398726 | fa163e77-2d70-a5ac-1a4b-000000003a3d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:23.656742 | 4.02s 2026-03-13 12:47:45.434862 | fa163e77-2d70-a5ac-1a4b-0000000037a2 | TASK | Set NB connection 2026-03-13 12:47:45.915452 | fa163e77-2d70-a5ac-1a4b-0000000037a2 | CHANGED | Set NB connection | standalone 2026-03-13 12:47:45.920396 | fa163e77-2d70-a5ac-1a4b-0000000037a2 | TIMING | Set NB connection | standalone | 0:18:24.178395 | 0.48s 2026-03-13 12:47:45.949534 | fa163e77-2d70-a5ac-1a4b-0000000037a3 | TASK | Set SB connection 2026-03-13 12:47:46.431027 | fa163e77-2d70-a5ac-1a4b-0000000037a3 | CHANGED | Set SB connection | standalone 2026-03-13 12:47:46.432560 | fa163e77-2d70-a5ac-1a4b-0000000037a3 | TIMING | Set SB connection | standalone | 0:18:24.690564 | 0.48s 2026-03-13 12:47:46.463059 | fa163e77-2d70-a5ac-1a4b-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-13 12:47:46.754390 | fa163e77-2d70-a5ac-1a4b-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-13 12:47:46.755760 | fa163e77-2d70-a5ac-1a4b-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:25.013766 | 0.29s 2026-03-13 12:47:46.871657 | fa163e77-2d70-a5ac-1a4b-0000000000db | TIMING | include_tasks | standalone | 0:18:25.129646 | 0.09s 2026-03-13 12:47:46.911827 | 4cf82fa1-d02c-4bf3-90af-de7556e655d9 | INCLUDED | /root/standalone-ansible-3co2r250/common_deploy_steps_tasks.yaml | standalone 2026-03-13 12:47:46.945160 | fa163e77-2d70-a5ac-1a4b-000000003a82 | TASK | Write the config_step hieradata 2026-03-13 12:47:47.450794 | fa163e77-2d70-a5ac-1a4b-000000003a82 | OK | Write the config_step hieradata | standalone 2026-03-13 12:47:47.452188 | fa163e77-2d70-a5ac-1a4b-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:18:25.710190 | 0.51s 2026-03-13 12:47:47.483029 | fa163e77-2d70-a5ac-1a4b-000000003a83 | TASK | Run puppet host configuration for step 3 2026-03-13 12:47:47.824039 | fa163e77-2d70-a5ac-1a4b-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-13 12:47:47.825381 | fa163e77-2d70-a5ac-1a4b-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:26.083385 | 0.34s 2026-03-13 12:47:47.854047 | fa163e77-2d70-a5ac-1a4b-000000003a84 | TASK | Wait for puppet host configuration to finish 2026-03-13 12:47:48.120053 | fa163e77-2d70-a5ac-1a4b-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-13 12:47:58.339772 | fa163e77-2d70-a5ac-1a4b-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-13 12:48:08.569900 | fa163e77-2d70-a5ac-1a4b-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-13 12:48:08.572223 | fa163e77-2d70-a5ac-1a4b-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:46.830225 | 20.72s 2026-03-13 12:48:08.593570 | fa163e77-2d70-a5ac-1a4b-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-13 12:48:08.698441 | fa163e77-2d70-a5ac-1a4b-000000003a85 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 13 12:47:47 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 13 12:47:52 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 13 12:47:52 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 13 12:47:52 puppet-user: (file & line not available)", "<13>Mar 13 12:47:52 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 13 12:47:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 13 12:47:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 13 12:47:52 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Mar 13 12:47:57 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 13 12:47:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 13 12:48:00 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 13 12:48:00 puppet-user: Notice: Applied catalog in 8.13 seconds", "<13>Mar 13 12:48:00 puppet-user: Application:", "<13>Mar 13 12:48:00 puppet-user: Initial environment: production", "<13>Mar 13 12:48:00 puppet-user: Converged environment: production", "<13>Mar 13 12:48:00 puppet-user: Run mode: user", "<13>Mar 13 12:48:00 puppet-user: Changes:", "<13>Mar 13 12:48:00 puppet-user: Total: 2", "<13>Mar 13 12:48:00 puppet-user: Events:", "<13>Mar 13 12:48:00 puppet-user: Success: 2", "<13>Mar 13 12:48:00 puppet-user: Resources:", "<13>Mar 13 12:48:00 puppet-user: Changed: 2", "<13>Mar 13 12:48:00 puppet-user: Out of sync: 2", "<13>Mar 13 12:48:00 puppet-user: Total: 28", "<13>Mar 13 12:48:00 puppet-user: Time:", "<13>Mar 13 12:48:00 puppet-user: Filebucket: 0.00", "<13>Mar 13 12:48:00 puppet-user: Package: 0.00", "<13>Mar 13 12:48:00 puppet-user: Schedule: 0.00", "<13>Mar 13 12:48:00 puppet-user: File line: 0.00", "<13>Mar 13 12:48:00 puppet-user: File: 0.00", "<13>Mar 13 12:48:00 puppet-user: Augeas: 0.01", "<13>Mar 13 12:48:00 puppet-user: User: 0.01", "<13>Mar 13 12:48:00 puppet-user: Service: 0.08", "<13>Mar 13 12:48:00 puppet-user: Config retrieval: 0.45", "<13>Mar 13 12:48:00 puppet-user: Pcmk property: 1.51", "<13>Mar 13 12:48:00 puppet-user: Last run: 1773406080", "<13>Mar 13 12:48:00 puppet-user: Exec: 2.05", "<13>Mar 13 12:48:00 puppet-user: Pcmk resource default: 2.14", "<13>Mar 13 12:48:00 puppet-user: Pcmk resource op default: 2.15", "<13>Mar 13 12:48:00 puppet-user: Transaction evaluation: 8.11", "<13>Mar 13 12:48:00 puppet-user: Catalog application: 8.13", "<13>Mar 13 12:48:00 puppet-user: Total: 8.13", "<13>Mar 13 12:48:00 puppet-user: Version:", "<13>Mar 13 12:48:00 puppet-user: Config: 1773406072", "<13>Mar 13 12:48:00 puppet-user: Puppet: 7.10.0" ] } 2026-03-13 12:48:08.699514 | fa163e77-2d70-a5ac-1a4b-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:46.957526 | 0.10s 2026-03-13 12:48:08.719408 | fa163e77-2d70-a5ac-1a4b-000000003a86 | TASK | Pre-cache facts for puppet containers 2026-03-13 12:48:08.746078 | fa163e77-2d70-a5ac-1a4b-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:47.004085 | 0.03s 2026-03-13 12:48:08.790596 | fa163e77-2d70-a5ac-1a4b-000000003ac5 | TASK | Gather variables for each operating system 2026-03-13 12:48:08.902466 | fa163e77-2d70-a5ac-1a4b-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:47.160450 | 0.11s 2026-03-13 12:48:08.934191 | fa163e77-2d70-a5ac-1a4b-000000003ac6 | TASK | Create puppet caching structures 2026-03-13 12:48:09.216367 | fa163e77-2d70-a5ac-1a4b-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2026-03-13 12:48:09.217882 | fa163e77-2d70-a5ac-1a4b-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:47.475886 | 0.28s 2026-03-13 12:48:09.247898 | fa163e77-2d70-a5ac-1a4b-000000003ac7 | TASK | Check for facter.conf 2026-03-13 12:48:09.490608 | fa163e77-2d70-a5ac-1a4b-000000003ac7 | OK | Check for facter.conf | standalone 2026-03-13 12:48:09.492022 | fa163e77-2d70-a5ac-1a4b-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:47.750026 | 0.24s 2026-03-13 12:48:09.521647 | fa163e77-2d70-a5ac-1a4b-000000003ac8 | TASK | Remove facter.conf if directory 2026-03-13 12:48:09.571921 | fa163e77-2d70-a5ac-1a4b-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-13 12:48:09.573051 | fa163e77-2d70-a5ac-1a4b-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:47.831054 | 0.05s 2026-03-13 12:48:09.602330 | fa163e77-2d70-a5ac-1a4b-000000003ac9 | TASK | Write facter cache config 2026-03-13 12:48:10.067005 | fa163e77-2d70-a5ac-1a4b-000000003ac9 | CHANGED | Write facter cache config | standalone 2026-03-13 12:48:10.068488 | fa163e77-2d70-a5ac-1a4b-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:48.326495 | 0.46s 2026-03-13 12:48:10.097708 | fa163e77-2d70-a5ac-1a4b-000000003aca | TASK | Cleanup facter cache if exists 2026-03-13 12:48:10.331979 | fa163e77-2d70-a5ac-1a4b-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2026-03-13 12:48:10.333120 | fa163e77-2d70-a5ac-1a4b-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:48.591106 | 0.23s 2026-03-13 12:48:10.361020 | fa163e77-2d70-a5ac-1a4b-000000003acb | TASK | Pre-cache facts 2026-03-13 12:48:10.975381 | fa163e77-2d70-a5ac-1a4b-000000003acb | CHANGED | Pre-cache facts | standalone 2026-03-13 12:48:10.976714 | fa163e77-2d70-a5ac-1a4b-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:49.234719 | 0.61s 2026-03-13 12:48:11.009486 | fa163e77-2d70-a5ac-1a4b-000000003acc | TASK | Failed deployment if facter fails 2026-03-13 12:48:11.055472 | fa163e77-2d70-a5ac-1a4b-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2026-03-13 12:48:11.056542 | fa163e77-2d70-a5ac-1a4b-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:49.314547 | 0.05s 2026-03-13 12:48:11.105344 | fa163e77-2d70-a5ac-1a4b-000000003acd | TASK | Sync cached facts 2026-03-13 12:48:11.438675 | fa163e77-2d70-a5ac-1a4b-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-000000003acd') missing from stats 2026-03-13 12:48:11.495489 | fa163e77-2d70-a5ac-1a4b-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-13 12:48:11.550969 | fa163e77-2d70-a5ac-1a4b-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-13 12:48:11.552365 | fa163e77-2d70-a5ac-1a4b-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:49.810366 | 0.06s 2026-03-13 12:48:11.582956 | fa163e77-2d70-a5ac-1a4b-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-13 12:48:11.614678 | fa163e77-2d70-a5ac-1a4b-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:49.872679 | 0.03s 2026-03-13 12:48:11.686525 | fa163e77-2d70-a5ac-1a4b-000000003b24 | TASK | Gather variables for each operating system 2026-03-13 12:48:11.811619 | fa163e77-2d70-a5ac-1a4b-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:50.069612 | 0.12s 2026-03-13 12:48:11.843414 | fa163e77-2d70-a5ac-1a4b-000000003b25 | TASK | Create container logs path 2026-03-13 12:48:12.101162 | fa163e77-2d70-a5ac-1a4b-000000003b25 | OK | Create container logs path | standalone 2026-03-13 12:48:12.103159 | fa163e77-2d70-a5ac-1a4b-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:50.361157 | 0.26s 2026-03-13 12:48:12.136771 | fa163e77-2d70-a5ac-1a4b-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-13 12:48:12.436355 | fa163e77-2d70-a5ac-1a4b-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-13 12:48:12.437975 | fa163e77-2d70-a5ac-1a4b-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:50.695979 | 0.30s 2026-03-13 12:48:12.470130 | fa163e77-2d70-a5ac-1a4b-000000003b28 | TASK | Finalise hashes for all containers 2026-03-13 12:48:12.570905 | fa163e77-2d70-a5ac-1a4b-000000003b28 | OK | Finalise hashes for all containers | standalone 2026-03-13 12:48:12.571859 | fa163e77-2d70-a5ac-1a4b-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:50.829870 | 0.10s 2026-03-13 12:48:12.594473 | fa163e77-2d70-a5ac-1a4b-000000003b2a | TASK | Manage systemd shutdown files 2026-03-13 12:48:12.631407 | fa163e77-2d70-a5ac-1a4b-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:50.889412 | 0.04s 2026-03-13 12:48:12.660917 | 9ea24198-87ff-410f-b169-7262b617f0ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-13 12:48:12.688380 | fa163e77-2d70-a5ac-1a4b-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-13 12:48:12.964157 | fa163e77-2d70-a5ac-1a4b-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-13 12:48:12.965767 | fa163e77-2d70-a5ac-1a4b-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:51.223770 | 0.28s 2026-03-13 12:48:12.995778 | fa163e77-2d70-a5ac-1a4b-000000003b5e | TASK | Set podman_drop_in fact 2026-03-13 12:48:13.060276 | fa163e77-2d70-a5ac-1a4b-000000003b5e | OK | Set podman_drop_in fact | standalone 2026-03-13 12:48:13.061550 | fa163e77-2d70-a5ac-1a4b-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:51.319555 | 0.06s 2026-03-13 12:48:13.091285 | fa163e77-2d70-a5ac-1a4b-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-13 12:48:13.601814 | fa163e77-2d70-a5ac-1a4b-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-13 12:48:13.604207 | fa163e77-2d70-a5ac-1a4b-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:51.862208 | 0.51s 2026-03-13 12:48:14.160569 | fa163e77-2d70-a5ac-1a4b-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-13 12:48:14.162788 | fa163e77-2d70-a5ac-1a4b-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:52.420795 | 1.07s 2026-03-13 12:48:14.173069 | fa163e77-2d70-a5ac-1a4b-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:52.431072 | 1.08s 2026-03-13 12:48:14.203805 | fa163e77-2d70-a5ac-1a4b-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-13 12:48:14.736574 | fa163e77-2d70-a5ac-1a4b-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-13 12:48:14.737468 | fa163e77-2d70-a5ac-1a4b-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:52.995482 | 0.53s 2026-03-13 12:48:14.759935 | fa163e77-2d70-a5ac-1a4b-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-13 12:48:15.266869 | fa163e77-2d70-a5ac-1a4b-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-13 12:48:15.268353 | fa163e77-2d70-a5ac-1a4b-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:53.526358 | 0.51s 2026-03-13 12:48:15.298886 | fa163e77-2d70-a5ac-1a4b-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2026-03-13 12:48:16.067293 | fa163e77-2d70-a5ac-1a4b-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-13 12:48:16.069230 | fa163e77-2d70-a5ac-1a4b-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:54.327235 | 0.77s 2026-03-13 12:48:16.100427 | fa163e77-2d70-a5ac-1a4b-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-13 12:48:16.645288 | fa163e77-2d70-a5ac-1a4b-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-13 12:48:16.646760 | fa163e77-2d70-a5ac-1a4b-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:54.904765 | 0.54s 2026-03-13 12:48:16.677319 | fa163e77-2d70-a5ac-1a4b-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-13 12:48:17.134730 | fa163e77-2d70-a5ac-1a4b-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-13 12:48:17.136477 | fa163e77-2d70-a5ac-1a4b-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:55.394476 | 0.46s 2026-03-13 12:48:17.157653 | fa163e77-2d70-a5ac-1a4b-000000003b66 | TASK | Enable and start netns-placeholder 2026-03-13 12:48:17.933684 | fa163e77-2d70-a5ac-1a4b-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-13 12:48:17.935396 | fa163e77-2d70-a5ac-1a4b-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:56.193404 | 0.78s 2026-03-13 12:48:17.962183 | fa163e77-2d70-a5ac-1a4b-000000003b2c | TASK | Update container configs with new config hashes 2026-03-13 12:48:18.023432 | fa163e77-2d70-a5ac-1a4b-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:56.281430 | 0.06s 2026-03-13 12:48:18.046363 | 4da13354-da75-463f-945d-63068e8d21ef | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-13 12:48:18.083304 | fa163e77-2d70-a5ac-1a4b-000000003b8e | TASK | Update config hashes for container startup configs 2026-03-13 12:48:18.406493 | fa163e77-2d70-a5ac-1a4b-000000003b8e | OK | Update config hashes for container startup configs | standalone 2026-03-13 12:48:18.407763 | fa163e77-2d70-a5ac-1a4b-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:56.665767 | 0.32s 2026-03-13 12:48:18.440800 | fa163e77-2d70-a5ac-1a4b-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-13 12:48:18.502762 | fa163e77-2d70-a5ac-1a4b-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:56.760759 | 0.06s 2026-03-13 12:48:18.527211 | 328a58f4-a64f-4ea3-8062-acd0278af925 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:48:18.564957 | fa163e77-2d70-a5ac-1a4b-000000003bad | TASK | Gather podman infos 2026-03-13 12:48:19.788876 | fa163e77-2d70-a5ac-1a4b-000000003bad | OK | Gather podman infos | standalone 2026-03-13 12:48:19.789467 | fa163e77-2d70-a5ac-1a4b-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:58.047484 | 1.22s 2026-03-13 12:48:19.860232 | fa163e77-2d70-a5ac-1a4b-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-13 12:48:19.928162 | fa163e77-2d70-a5ac-1a4b-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:58.186157 | 0.06s 2026-03-13 12:48:20.090138 | fa163e77-2d70-a5ac-1a4b-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:58.348106 | 0.09s 2026-03-13 12:48:20.150671 | fa163e77-2d70-a5ac-1a4b-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-13 12:48:20.206662 | fa163e77-2d70-a5ac-1a4b-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:58.464653 | 0.05s 2026-03-13 12:48:20.233841 | 73fb3393-6088-4477-9ca9-92ad0d0c6411 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:48:20.279998 | fa163e77-2d70-a5ac-1a4b-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-13 12:49:13.672579 | fa163e77-2d70-a5ac-1a4b-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-13 12:49:13.675810 | fa163e77-2d70-a5ac-1a4b-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:51.933812 | 53.39s 2026-03-13 12:49:13.709356 | fa163e77-2d70-a5ac-1a4b-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-13 12:49:49.038046 | fa163e77-2d70-a5ac-1a4b-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-13 12:49:49.039813 | fa163e77-2d70-a5ac-1a4b-000000003c19 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:27.297817 | 35.33s 2026-03-13 12:49:49.114152 | fa163e77-2d70-a5ac-1a4b-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-13 12:49:49.353237 | fa163e77-2d70-a5ac-1a4b-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-13 12:49:49.354595 | fa163e77-2d70-a5ac-1a4b-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:27.612601 | 0.24s 2026-03-13 12:49:49.400486 | fa163e77-2d70-a5ac-1a4b-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-13 12:49:49.440434 | fa163e77-2d70-a5ac-1a4b-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:27.698427 | 0.04s 2026-03-13 12:49:49.472773 | fa163e77-2d70-a5ac-1a4b-000000003a8d | TASK | Include container-puppet tasks for step 3 2026-03-13 12:49:49.523686 | fa163e77-2d70-a5ac-1a4b-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:27.781687 | 0.05s 2026-03-13 12:49:49.549460 | 310a0c77-882f-4ed2-bd34-fef3382e81ee | INCLUDED | /root/standalone-ansible-3co2r250/host-container-puppet-tasks.yaml | standalone 2026-03-13 12:49:49.597161 | fa163e77-2d70-a5ac-1a4b-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-13 12:49:50.126948 | fa163e77-2d70-a5ac-1a4b-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-13 12:49:50.128282 | fa163e77-2d70-a5ac-1a4b-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:28.386287 | 0.53s 2026-03-13 12:49:50.159284 | fa163e77-2d70-a5ac-1a4b-000000003c66 | TASK | Generate container puppet configs for step 3 2026-03-13 12:49:50.459982 | fa163e77-2d70-a5ac-1a4b-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2026-03-13 12:49:50.461490 | fa163e77-2d70-a5ac-1a4b-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:28.719495 | 0.30s 2026-03-13 12:49:50.494030 | fa163e77-2d70-a5ac-1a4b-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-13 12:49:50.525195 | fa163e77-2d70-a5ac-1a4b-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:28.783184 | 0.03s 2026-03-13 12:49:50.598812 | fa163e77-2d70-a5ac-1a4b-000000003c96 | TASK | Gather variables for each operating system 2026-03-13 12:49:50.720998 | fa163e77-2d70-a5ac-1a4b-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:28.978986 | 0.12s 2026-03-13 12:49:50.752741 | fa163e77-2d70-a5ac-1a4b-000000003c97 | TASK | Create container logs path 2026-03-13 12:49:51.002269 | fa163e77-2d70-a5ac-1a4b-000000003c97 | OK | Create container logs path | standalone 2026-03-13 12:49:51.003761 | fa163e77-2d70-a5ac-1a4b-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:29.261764 | 0.25s 2026-03-13 12:49:51.036412 | fa163e77-2d70-a5ac-1a4b-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-13 12:49:51.284739 | fa163e77-2d70-a5ac-1a4b-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-13 12:49:51.286054 | fa163e77-2d70-a5ac-1a4b-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:29.544060 | 0.25s 2026-03-13 12:49:51.315835 | fa163e77-2d70-a5ac-1a4b-000000003c9a | TASK | Finalise hashes for all containers 2026-03-13 12:49:51.362851 | fa163e77-2d70-a5ac-1a4b-000000003c9a | OK | Finalise hashes for all containers | standalone 2026-03-13 12:49:51.364216 | fa163e77-2d70-a5ac-1a4b-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:29.622221 | 0.05s 2026-03-13 12:49:51.397694 | fa163e77-2d70-a5ac-1a4b-000000003c9c | TASK | Manage systemd shutdown files 2026-03-13 12:49:51.433072 | fa163e77-2d70-a5ac-1a4b-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:49:51.434413 | fa163e77-2d70-a5ac-1a4b-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:29.692418 | 0.03s 2026-03-13 12:49:51.465145 | fa163e77-2d70-a5ac-1a4b-000000003c9e | TASK | Update container configs with new config hashes 2026-03-13 12:49:51.516389 | fa163e77-2d70-a5ac-1a4b-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:49:51.517610 | fa163e77-2d70-a5ac-1a4b-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:29.775613 | 0.05s 2026-03-13 12:49:51.551291 | fa163e77-2d70-a5ac-1a4b-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-13 12:49:51.602859 | fa163e77-2d70-a5ac-1a4b-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-13 12:49:51.604240 | fa163e77-2d70-a5ac-1a4b-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:29.862243 | 0.05s 2026-03-13 12:49:51.637245 | fa163e77-2d70-a5ac-1a4b-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-13 12:49:51.690997 | fa163e77-2d70-a5ac-1a4b-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-13 12:49:51.692427 | fa163e77-2d70-a5ac-1a4b-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:29.950431 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-03-13 12:49:51.863810 | fa163e77-2d70-a5ac-1a4b-0000000000de | TASK | External deployment step 4 2026-03-13 12:49:51.892658 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000de') missing from stats 2026-03-13 12:49:51.947486 | fa163e77-2d70-a5ac-1a4b-0000000000df | TIMING | include_tasks | undercloud | 0:20:30.205476 | 0.04s 2026-03-13 12:49:51.981731 | 1d6c9a99-5045-4ca5-b1f5-b0f12bab215c | INCLUDED | /root/standalone-ansible-3co2r250/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-13 12:49:52.002623 | fa163e77-2d70-a5ac-1a4b-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-13 12:49:53.601470 | fa163e77-2d70-a5ac-1a4b-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-13 12:49:53.602469 | fa163e77-2d70-a5ac-1a4b-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:31.860475 | 1.60s 2026-03-13 12:49:54.670263 | fa163e77-2d70-a5ac-1a4b-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-13 12:49:54.671348 | fa163e77-2d70-a5ac-1a4b-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:32.929354 | 2.67s 2026-03-13 12:49:54.683611 | fa163e77-2d70-a5ac-1a4b-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:32.941604 | 2.68s 2026-03-13 12:49:54.702564 | fa163e77-2d70-a5ac-1a4b-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2026-03-13 12:49:54.754768 | fa163e77-2d70-a5ac-1a4b-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:33.012766 | 0.05s 2026-03-13 12:49:54.822444 | fa163e77-2d70-a5ac-1a4b-000000003d1e | TASK | Create Keystone Admin resources 2026-03-13 12:49:54.862924 | fa163e77-2d70-a5ac-1a4b-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:33.120908 | 0.04s 2026-03-13 12:49:54.901446 | 7e5f248f-bc13-465a-b0e1-84f19b11698d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-13 12:49:54.930076 | fa163e77-2d70-a5ac-1a4b-000000003d5f | TASK | Create admin and service projects 2026-03-13 12:49:54.992278 | fa163e77-2d70-a5ac-1a4b-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:33.250272 | 0.06s 2026-03-13 12:49:55.007855 | 234251e7-75c7-4afa-8492-1fae637e6f31 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-13 12:49:55.045864 | fa163e77-2d70-a5ac-1a4b-000000003db0 | TASK | Async creation of Keystone project 2026-03-13 12:49:55.538409 | fa163e77-2d70-a5ac-1a4b-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-13 12:49:55.540389 | fa163e77-2d70-a5ac-1a4b-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:33.798386 | 0.49s 2026-03-13 12:49:55.853018 | fa163e77-2d70-a5ac-1a4b-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-13 12:49:55.854826 | fa163e77-2d70-a5ac-1a4b-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:34.112833 | 0.81s 2026-03-13 12:49:55.865122 | fa163e77-2d70-a5ac-1a4b-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:34.123104 | 0.82s 2026-03-13 12:49:55.884766 | fa163e77-2d70-a5ac-1a4b-000000003db2 | TASK | Check Keystone project status 2026-03-13 12:49:56.211472 | fa163e77-2d70-a5ac-1a4b-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-13 12:50:01.477987 | fa163e77-2d70-a5ac-1a4b-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2026-03-13 12:50:01.480744 | fa163e77-2d70-a5ac-1a4b-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:39.738746 | 5.59s 2026-03-13 12:50:01.736259 | fa163e77-2d70-a5ac-1a4b-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-13 12:50:01.737489 | fa163e77-2d70-a5ac-1a4b-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:39.995496 | 5.85s 2026-03-13 12:50:01.744783 | fa163e77-2d70-a5ac-1a4b-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:40.002779 | 5.86s 2026-03-13 12:50:01.765772 | fa163e77-2d70-a5ac-1a4b-000000003d60 | TASK | Create admin role 2026-03-13 12:50:03.028437 | fa163e77-2d70-a5ac-1a4b-000000003d60 | OK | Create admin role | undercloud 2026-03-13 12:50:03.029853 | fa163e77-2d70-a5ac-1a4b-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:41.287858 | 1.26s 2026-03-13 12:50:03.048802 | fa163e77-2d70-a5ac-1a4b-000000003d61 | TASK | Create _member_ role 2026-03-13 12:50:03.112049 | fa163e77-2d70-a5ac-1a4b-000000003d61 | SKIPPED | Create _member_ role | undercloud 2026-03-13 12:50:03.113835 | fa163e77-2d70-a5ac-1a4b-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:41.371830 | 0.06s 2026-03-13 12:50:03.135676 | fa163e77-2d70-a5ac-1a4b-000000003d62 | TASK | Check admin password 2026-03-13 12:50:04.464678 | fa163e77-2d70-a5ac-1a4b-000000003d62 | OK | Check admin password | undercloud 2026-03-13 12:50:04.466127 | fa163e77-2d70-a5ac-1a4b-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:42.724105 | 1.33s 2026-03-13 12:50:04.485192 | fa163e77-2d70-a5ac-1a4b-000000003d63 | TASK | Create admin user 2026-03-13 12:50:06.205477 | fa163e77-2d70-a5ac-1a4b-000000003d63 | CHANGED | Create admin user | undercloud 2026-03-13 12:50:06.206850 | fa163e77-2d70-a5ac-1a4b-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:44.464855 | 1.72s 2026-03-13 12:50:06.229047 | fa163e77-2d70-a5ac-1a4b-000000003d64 | TASK | Assign admin role to admin project for admin user 2026-03-13 12:50:07.670847 | fa163e77-2d70-a5ac-1a4b-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2026-03-13 12:50:07.671944 | fa163e77-2d70-a5ac-1a4b-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:45.929953 | 1.44s 2026-03-13 12:50:07.688020 | fa163e77-2d70-a5ac-1a4b-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2026-03-13 12:50:07.736054 | fa163e77-2d70-a5ac-1a4b-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-13 12:50:07.736912 | fa163e77-2d70-a5ac-1a4b-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:45.994923 | 0.05s 2026-03-13 12:50:07.752864 | fa163e77-2d70-a5ac-1a4b-000000003d66 | TASK | Create identity service 2026-03-13 12:50:08.976415 | fa163e77-2d70-a5ac-1a4b-000000003d66 | OK | Create identity service | undercloud 2026-03-13 12:50:08.977717 | fa163e77-2d70-a5ac-1a4b-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:47.235722 | 1.22s 2026-03-13 12:50:08.996525 | fa163e77-2d70-a5ac-1a4b-000000003d67 | TASK | Create identity public endpoint 2026-03-13 12:50:10.291865 | fa163e77-2d70-a5ac-1a4b-000000003d67 | OK | Create identity public endpoint | undercloud 2026-03-13 12:50:10.293188 | fa163e77-2d70-a5ac-1a4b-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:48.551193 | 1.29s 2026-03-13 12:50:10.312325 | fa163e77-2d70-a5ac-1a4b-000000003d68 | TASK | Create identity internal endpoint 2026-03-13 12:50:11.499698 | fa163e77-2d70-a5ac-1a4b-000000003d68 | OK | Create identity internal endpoint | undercloud 2026-03-13 12:50:11.501217 | fa163e77-2d70-a5ac-1a4b-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:49.759221 | 1.19s 2026-03-13 12:50:11.520639 | fa163e77-2d70-a5ac-1a4b-000000003d69 | TASK | Create identity admin endpoint 2026-03-13 12:50:12.721738 | fa163e77-2d70-a5ac-1a4b-000000003d69 | OK | Create identity admin endpoint | undercloud 2026-03-13 12:50:12.723755 | fa163e77-2d70-a5ac-1a4b-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:50.981758 | 1.20s 2026-03-13 12:50:12.743083 | fa163e77-2d70-a5ac-1a4b-000000003d1f | TASK | Create Keystone Projects 2026-03-13 12:50:12.849628 | fa163e77-2d70-a5ac-1a4b-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:51.107621 | 0.11s 2026-03-13 12:50:12.861557 | fa163e77-2d70-a5ac-1a4b-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:51.119559 | 0.12s 2026-03-13 12:50:12.874443 | 779cf431-854f-408d-9f15-a0f8d768b536 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-13 12:50:12.923427 | fa163e77-2d70-a5ac-1a4b-000000003e3c | TASK | Async creation of Keystone project 2026-03-13 12:50:13.261920 | fa163e77-2d70-a5ac-1a4b-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-13 12:50:13.264216 | fa163e77-2d70-a5ac-1a4b-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:51.522214 | 0.34s 2026-03-13 12:50:13.273774 | fa163e77-2d70-a5ac-1a4b-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:51.531780 | 0.35s 2026-03-13 12:50:13.289683 | fa163e77-2d70-a5ac-1a4b-000000003e3e | TASK | Check Keystone project status 2026-03-13 12:50:13.557255 | fa163e77-2d70-a5ac-1a4b-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-13 12:50:18.766926 | fa163e77-2d70-a5ac-1a4b-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2026-03-13 12:50:18.768838 | fa163e77-2d70-a5ac-1a4b-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:57.026851 | 5.48s 2026-03-13 12:50:18.779125 | fa163e77-2d70-a5ac-1a4b-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:57.037103 | 5.49s 2026-03-13 12:50:18.798438 | fa163e77-2d70-a5ac-1a4b-000000003d21 | TASK | Create Keystone Domains 2026-03-13 12:50:18.897774 | fa163e77-2d70-a5ac-1a4b-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:57.155759 | 0.10s 2026-03-13 12:50:18.904532 | fa163e77-2d70-a5ac-1a4b-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:57.162530 | 0.10s 2026-03-13 12:50:18.920410 | 0ed654b2-0305-4eb0-abe5-f2bb5b1f9a8d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-13 12:50:18.967068 | fa163e77-2d70-a5ac-1a4b-000000003ef1 | TASK | Async creation of Keystone domains 2026-03-13 12:50:19.366730 | fa163e77-2d70-a5ac-1a4b-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-13 12:50:19.367726 | fa163e77-2d70-a5ac-1a4b-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:57.625737 | 0.40s 2026-03-13 12:50:19.379252 | fa163e77-2d70-a5ac-1a4b-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:57.637263 | 0.41s 2026-03-13 12:50:19.397123 | fa163e77-2d70-a5ac-1a4b-000000003ef3 | TASK | Check Keystone domain status 2026-03-13 12:50:19.679692 | fa163e77-2d70-a5ac-1a4b-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-13 12:50:24.893698 | fa163e77-2d70-a5ac-1a4b-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-13 12:50:24.894428 | fa163e77-2d70-a5ac-1a4b-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:03.152442 | 5.49s 2026-03-13 12:50:24.902787 | fa163e77-2d70-a5ac-1a4b-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:03.160797 | 5.50s 2026-03-13 12:50:24.921130 | fa163e77-2d70-a5ac-1a4b-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-13 12:50:24.973983 | fa163e77-2d70-a5ac-1a4b-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:21:03.231983 | 0.05s 2026-03-13 12:50:24.987546 | fc282c25-037a-46a5-97ff-353b6dede0ff | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-13 12:50:25.039651 | fa163e77-2d70-a5ac-1a4b-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2026-03-13 12:50:26.350142 | fa163e77-2d70-a5ac-1a4b-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-13 12:50:26.352298 | fa163e77-2d70-a5ac-1a4b-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:21:04.610293 | 1.31s 2026-03-13 12:50:26.373201 | fa163e77-2d70-a5ac-1a4b-000000003fbc | TASK | Set openstack_domains fact 2026-03-13 12:50:26.439805 | fa163e77-2d70-a5ac-1a4b-000000003fbc | OK | Set openstack_domains fact | undercloud 2026-03-13 12:50:26.441192 | fa163e77-2d70-a5ac-1a4b-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:21:04.699194 | 0.07s 2026-03-13 12:50:26.459772 | fa163e77-2d70-a5ac-1a4b-000000003d24 | TASK | Create Keystone Services 2026-03-13 12:50:26.574787 | fa163e77-2d70-a5ac-1a4b-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:04.832764 | 0.11s 2026-03-13 12:50:26.589884 | fa163e77-2d70-a5ac-1a4b-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:04.847893 | 0.13s 2026-03-13 12:50:26.600151 | fa163e77-2d70-a5ac-1a4b-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:04.858135 | 0.14s 2026-03-13 12:50:26.621014 | 56281cf4-9b31-471a-963b-05f7fdc7a8f6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-13 12:50:26.630444 | c87b0ad0-d85f-461c-888d-9d4cd09c5b1a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-13 12:50:26.681072 | fa163e77-2d70-a5ac-1a4b-000000004098 | TASK | Async creation of Keystone service 2026-03-13 12:50:27.113783 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-13 12:50:27.116018 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:05.374007 | 0.43s 2026-03-13 12:50:27.436973 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2026-03-13 12:50:27.437873 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:05.695886 | 0.76s 2026-03-13 12:50:27.735997 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-13 12:50:27.737849 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:05.995856 | 1.06s 2026-03-13 12:50:28.053016 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-13 12:50:28.054407 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:06.312419 | 1.37s 2026-03-13 12:50:28.355976 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-13 12:50:28.357131 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:06.615146 | 1.67s 2026-03-13 12:50:28.663735 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-13 12:50:28.665143 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:06.923151 | 1.98s 2026-03-13 12:50:28.962017 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-13 12:50:28.962656 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:07.220671 | 2.28s 2026-03-13 12:50:29.200042 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-13 12:50:29.200719 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:07.458734 | 2.52s 2026-03-13 12:50:29.480948 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-13 12:50:29.482491 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:07.740497 | 2.80s 2026-03-13 12:50:29.759990 | fa163e77-2d70-a5ac-1a4b-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-13 12:50:29.762692 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:08.020696 | 3.08s 2026-03-13 12:50:29.775653 | fa163e77-2d70-a5ac-1a4b-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:08.033662 | 3.09s 2026-03-13 12:50:29.791004 | fa163e77-2d70-a5ac-1a4b-00000000409a | TASK | Check Keystone service status 2026-03-13 12:50:30.014442 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-13 12:50:30.015371 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:08.273383 | 0.22s 2026-03-13 12:50:30.226729 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2026-03-13 12:50:30.228255 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:08.486267 | 0.44s 2026-03-13 12:50:30.486683 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-13 12:50:30.488341 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:08.746350 | 0.70s 2026-03-13 12:50:30.709587 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-13 12:50:30.710753 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:08.968760 | 0.92s 2026-03-13 12:50:30.983338 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-13 12:50:30.985215 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:09.243220 | 1.19s 2026-03-13 12:50:31.265356 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-13 12:50:31.266047 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:09.524062 | 1.47s 2026-03-13 12:50:31.528460 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-13 12:50:31.529755 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:09.787762 | 1.74s 2026-03-13 12:50:31.778466 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-13 12:50:31.780426 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:10.038434 | 1.99s 2026-03-13 12:50:32.029917 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-13 12:50:32.030617 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:10.288632 | 2.24s 2026-03-13 12:50:32.273366 | fa163e77-2d70-a5ac-1a4b-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-13 12:50:32.275209 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:10.533217 | 2.48s 2026-03-13 12:50:32.287173 | fa163e77-2d70-a5ac-1a4b-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:10.545182 | 2.50s 2026-03-13 12:50:32.304345 | fa163e77-2d70-a5ac-1a4b-00000000409f | TASK | Async creation of Keystone service 2026-03-13 12:50:32.644171 | fa163e77-2d70-a5ac-1a4b-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-13 12:50:32.645049 | fa163e77-2d70-a5ac-1a4b-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:10.903061 | 0.34s 2026-03-13 12:50:32.953465 | fa163e77-2d70-a5ac-1a4b-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-13 12:50:32.954913 | fa163e77-2d70-a5ac-1a4b-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.212920 | 0.65s 2026-03-13 12:50:33.237827 | fa163e77-2d70-a5ac-1a4b-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-13 12:50:33.238976 | fa163e77-2d70-a5ac-1a4b-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.496989 | 0.93s 2026-03-13 12:50:33.503984 | fa163e77-2d70-a5ac-1a4b-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-13 12:50:33.505061 | fa163e77-2d70-a5ac-1a4b-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.763068 | 1.20s 2026-03-13 12:50:33.511605 | fa163e77-2d70-a5ac-1a4b-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.769607 | 1.21s 2026-03-13 12:50:33.532215 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | TASK | Check Keystone service status 2026-03-13 12:50:33.853230 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-13 12:50:39.079147 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-13 12:50:39.081636 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:17.339633 | 5.55s 2026-03-13 12:50:39.272665 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-13 12:50:39.274486 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:17.532495 | 5.74s 2026-03-13 12:50:39.491663 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-13 12:50:39.492803 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:17.750811 | 5.96s 2026-03-13 12:50:39.757433 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-13 12:50:39.758195 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:18.016209 | 6.22s 2026-03-13 12:50:39.766341 | fa163e77-2d70-a5ac-1a4b-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:18.024341 | 6.23s 2026-03-13 12:50:39.787769 | fa163e77-2d70-a5ac-1a4b-000000003d26 | TASK | Create Keystone Endpoints 2026-03-13 12:50:39.867184 | fa163e77-2d70-a5ac-1a4b-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:18.125177 | 0.08s 2026-03-13 12:50:39.899493 | fa163e77-2d70-a5ac-1a4b-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:18.157503 | 0.11s 2026-03-13 12:50:39.924333 | fa163e77-2d70-a5ac-1a4b-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:18.182344 | 0.13s 2026-03-13 12:50:39.930144 | fa163e77-2d70-a5ac-1a4b-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:18.188152 | 0.14s 2026-03-13 12:50:39.937113 | 03363924-2d45-406a-8d81-67064bcae9b0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-13 12:50:39.940280 | 3153e624-c7db-4d76-a827-57f8c04778a9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-13 12:50:39.942753 | 42b0835e-e44c-4b17-8cfb-86d45f24d895 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-13 12:50:39.981519 | fa163e77-2d70-a5ac-1a4b-0000000041d5 | TASK | Create Keystone public endpoints 2026-03-13 12:50:40.090276 | fa163e77-2d70-a5ac-1a4b-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:18.348263 | 0.11s 2026-03-13 12:50:40.107334 | fa163e77-2d70-a5ac-1a4b-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:18.365344 | 0.13s 2026-03-13 12:50:40.122596 | fa163e77-2d70-a5ac-1a4b-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:18.380599 | 0.14s 2026-03-13 12:50:40.144440 | 11547f82-68aa-4a3f-a359-dbd2937b8f8e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-13 12:50:40.154410 | 19e60328-bb19-414e-a3b5-88eecdac0b04 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-13 12:50:40.179915 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TASK | Async creation of Keystone public endpoint 2026-03-13 12:50:40.523277 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-13 12:50:40.524692 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:18.782692 | 0.34s 2026-03-13 12:50:40.828710 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2026-03-13 12:50:40.830002 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:19.088008 | 0.65s 2026-03-13 12:50:41.110516 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-13 12:50:41.111359 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:19.369371 | 0.93s 2026-03-13 12:50:41.366566 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-13 12:50:41.367251 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:19.625265 | 1.19s 2026-03-13 12:50:41.624947 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-13 12:50:41.626230 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:19.884245 | 1.44s 2026-03-13 12:50:41.930999 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-13 12:50:41.931654 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:20.189669 | 1.75s 2026-03-13 12:50:42.173548 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-13 12:50:42.175181 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:20.433192 | 1.99s 2026-03-13 12:50:42.403523 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-13 12:50:42.405707 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:20.663714 | 2.22s 2026-03-13 12:50:42.642166 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-13 12:50:42.644524 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:20.902530 | 2.46s 2026-03-13 12:50:42.922242 | fa163e77-2d70-a5ac-1a4b-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-13 12:50:42.923395 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:21.181410 | 2.74s 2026-03-13 12:50:42.934566 | fa163e77-2d70-a5ac-1a4b-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:21.192573 | 2.75s 2026-03-13 12:50:42.952837 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TASK | Check Keystone public endpoint status 2026-03-13 12:50:43.236777 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-13 12:50:43.238063 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:21.496072 | 0.28s 2026-03-13 12:50:43.668864 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2026-03-13 12:50:43.670327 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:21.928334 | 0.72s 2026-03-13 12:50:43.928823 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-13 12:50:43.929561 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:22.187575 | 0.98s 2026-03-13 12:50:44.187208 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-13 12:50:44.189535 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:22.447539 | 1.24s 2026-03-13 12:50:44.446477 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-13 12:50:44.448751 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:22.706756 | 1.49s 2026-03-13 12:50:44.707444 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-13 12:50:44.709799 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:22.967803 | 1.76s 2026-03-13 12:50:44.916859 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-13 12:50:44.917793 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:23.175806 | 1.96s 2026-03-13 12:50:45.161340 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-13 12:50:45.161977 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:23.419992 | 2.21s 2026-03-13 12:50:45.440931 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-13 12:50:45.441749 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:23.699762 | 2.49s 2026-03-13 12:50:45.712111 | fa163e77-2d70-a5ac-1a4b-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-13 12:50:45.712855 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:23.970870 | 2.76s 2026-03-13 12:50:45.724670 | fa163e77-2d70-a5ac-1a4b-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:23.982674 | 2.77s 2026-03-13 12:50:45.753627 | fa163e77-2d70-a5ac-1a4b-000000004304 | TASK | Async creation of Keystone public endpoint 2026-03-13 12:50:46.055802 | fa163e77-2d70-a5ac-1a4b-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-13 12:50:46.058685 | fa163e77-2d70-a5ac-1a4b-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:24.316687 | 0.30s 2026-03-13 12:50:46.324007 | fa163e77-2d70-a5ac-1a4b-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-13 12:50:46.329266 | fa163e77-2d70-a5ac-1a4b-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:24.587271 | 0.57s 2026-03-13 12:50:46.612015 | fa163e77-2d70-a5ac-1a4b-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-13 12:50:46.614644 | fa163e77-2d70-a5ac-1a4b-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:24.872649 | 0.86s 2026-03-13 12:50:46.855556 | fa163e77-2d70-a5ac-1a4b-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-13 12:50:46.857154 | fa163e77-2d70-a5ac-1a4b-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:25.115166 | 1.10s 2026-03-13 12:50:46.868343 | fa163e77-2d70-a5ac-1a4b-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:25.126344 | 1.11s 2026-03-13 12:50:46.887300 | fa163e77-2d70-a5ac-1a4b-000000004306 | TASK | Check Keystone public endpoint status 2026-03-13 12:50:47.141646 | fa163e77-2d70-a5ac-1a4b-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-13 12:50:52.366917 | fa163e77-2d70-a5ac-1a4b-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-13 12:50:52.368538 | fa163e77-2d70-a5ac-1a4b-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:30.626541 | 5.48s 2026-03-13 12:50:52.627570 | fa163e77-2d70-a5ac-1a4b-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-13 12:50:52.628728 | fa163e77-2d70-a5ac-1a4b-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:30.886735 | 5.74s 2026-03-13 12:50:52.860520 | fa163e77-2d70-a5ac-1a4b-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-13 12:50:52.861403 | fa163e77-2d70-a5ac-1a4b-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:31.119416 | 5.97s 2026-03-13 12:50:53.117044 | fa163e77-2d70-a5ac-1a4b-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-13 12:50:53.118288 | fa163e77-2d70-a5ac-1a4b-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:31.376295 | 6.23s 2026-03-13 12:50:53.126864 | fa163e77-2d70-a5ac-1a4b-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:31.384871 | 6.24s 2026-03-13 12:50:53.150559 | fa163e77-2d70-a5ac-1a4b-0000000041da | TASK | Create Keystone admin endpoints 2026-03-13 12:50:53.266703 | fa163e77-2d70-a5ac-1a4b-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:31.524692 | 0.11s 2026-03-13 12:50:53.284830 | fa163e77-2d70-a5ac-1a4b-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:31.542832 | 0.13s 2026-03-13 12:50:53.294869 | fa163e77-2d70-a5ac-1a4b-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:31.552878 | 0.14s 2026-03-13 12:50:53.313057 | 09537624-ca1f-4001-8550-026da498f20e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-13 12:50:53.323003 | 747262b9-ae72-4a69-9ce8-33e9bc11004a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-13 12:50:53.347926 | fa163e77-2d70-a5ac-1a4b-000000004362 | TASK | Async creation of Keystone admin endpoint 2026-03-13 12:50:53.677492 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-13 12:50:53.679893 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:31.937881 | 0.33s 2026-03-13 12:50:53.963315 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2026-03-13 12:50:53.963955 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:32.221971 | 0.61s 2026-03-13 12:50:54.286791 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-13 12:50:54.287902 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:32.545905 | 0.94s 2026-03-13 12:50:54.593497 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-13 12:50:54.594721 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:32.852733 | 1.25s 2026-03-13 12:50:54.891344 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-13 12:50:54.892452 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:33.150460 | 1.54s 2026-03-13 12:50:55.187645 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-13 12:50:55.189351 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:33.447360 | 1.84s 2026-03-13 12:50:55.489949 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-13 12:50:55.491055 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:33.749063 | 2.14s 2026-03-13 12:50:55.809778 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-13 12:50:55.810361 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:34.068376 | 2.46s 2026-03-13 12:50:56.063507 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-13 12:50:56.064621 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:34.322628 | 2.72s 2026-03-13 12:50:56.396973 | fa163e77-2d70-a5ac-1a4b-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-13 12:50:56.397633 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:34.655647 | 3.05s 2026-03-13 12:50:56.404204 | fa163e77-2d70-a5ac-1a4b-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:34.662212 | 3.05s 2026-03-13 12:50:56.420751 | fa163e77-2d70-a5ac-1a4b-000000004364 | TASK | Check Keystone admin endpoint status 2026-03-13 12:50:56.750471 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-13 12:50:56.752288 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:35.010288 | 0.33s 2026-03-13 12:50:57.006399 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2026-03-13 12:50:57.007819 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:35.265829 | 0.59s 2026-03-13 12:50:57.266398 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-13 12:50:57.268510 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:35.526516 | 0.85s 2026-03-13 12:50:57.481152 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-13 12:50:57.482378 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:35.740385 | 1.06s 2026-03-13 12:50:57.743065 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-13 12:50:57.744799 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:36.002808 | 1.32s 2026-03-13 12:50:57.997157 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-13 12:50:57.998565 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:36.256571 | 1.58s 2026-03-13 12:50:58.267652 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-13 12:50:58.268417 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:36.526432 | 1.85s 2026-03-13 12:50:58.520756 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-13 12:50:58.522200 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:36.780206 | 2.10s 2026-03-13 12:50:58.806853 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-13 12:50:58.809028 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:37.067034 | 2.39s 2026-03-13 12:50:59.031703 | fa163e77-2d70-a5ac-1a4b-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-13 12:50:59.032652 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:37.290662 | 2.61s 2026-03-13 12:50:59.047343 | fa163e77-2d70-a5ac-1a4b-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:37.305347 | 2.63s 2026-03-13 12:50:59.073693 | fa163e77-2d70-a5ac-1a4b-000000004369 | TASK | Async creation of Keystone admin endpoint 2026-03-13 12:50:59.436823 | fa163e77-2d70-a5ac-1a4b-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-13 12:50:59.439068 | fa163e77-2d70-a5ac-1a4b-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:37.697063 | 0.36s 2026-03-13 12:50:59.750289 | fa163e77-2d70-a5ac-1a4b-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-13 12:50:59.751048 | fa163e77-2d70-a5ac-1a4b-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:38.009061 | 0.68s 2026-03-13 12:51:00.046746 | fa163e77-2d70-a5ac-1a4b-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-13 12:51:00.047908 | fa163e77-2d70-a5ac-1a4b-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:38.305914 | 0.97s 2026-03-13 12:51:00.268651 | fa163e77-2d70-a5ac-1a4b-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-13 12:51:00.270638 | fa163e77-2d70-a5ac-1a4b-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:38.528644 | 1.19s 2026-03-13 12:51:00.281200 | fa163e77-2d70-a5ac-1a4b-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:38.539201 | 1.21s 2026-03-13 12:51:00.300812 | fa163e77-2d70-a5ac-1a4b-00000000436b | TASK | Check Keystone admin endpoint status 2026-03-13 12:51:00.538256 | fa163e77-2d70-a5ac-1a4b-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-13 12:51:05.736001 | fa163e77-2d70-a5ac-1a4b-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-13 12:51:05.736949 | fa163e77-2d70-a5ac-1a4b-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.994961 | 5.44s 2026-03-13 12:51:05.928680 | fa163e77-2d70-a5ac-1a4b-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-13 12:51:05.930618 | fa163e77-2d70-a5ac-1a4b-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.188625 | 5.63s 2026-03-13 12:51:06.166795 | fa163e77-2d70-a5ac-1a4b-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-13 12:51:06.167997 | fa163e77-2d70-a5ac-1a4b-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.426004 | 5.87s 2026-03-13 12:51:06.387945 | fa163e77-2d70-a5ac-1a4b-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-13 12:51:06.390668 | fa163e77-2d70-a5ac-1a4b-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.648670 | 6.09s 2026-03-13 12:51:06.402275 | fa163e77-2d70-a5ac-1a4b-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.660272 | 6.10s 2026-03-13 12:51:06.426752 | fa163e77-2d70-a5ac-1a4b-0000000041df | TASK | Create Keystone internal endpoints 2026-03-13 12:51:06.534674 | fa163e77-2d70-a5ac-1a4b-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:44.792664 | 0.10s 2026-03-13 12:51:06.552266 | fa163e77-2d70-a5ac-1a4b-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:44.810272 | 0.12s 2026-03-13 12:51:06.566080 | fa163e77-2d70-a5ac-1a4b-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:44.824076 | 0.14s 2026-03-13 12:51:06.586975 | 71484aa8-a682-416a-96a6-d2b90787f636 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-13 12:51:06.598360 | f21675ed-3d9d-4204-a13c-ebcac3801ed7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-13 12:51:06.625297 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2026-03-13 12:51:06.964455 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-13 12:51:06.967307 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:45.225298 | 0.34s 2026-03-13 12:51:07.267655 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2026-03-13 12:51:07.269815 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:45.527817 | 0.64s 2026-03-13 12:51:07.526237 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-13 12:51:07.527671 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:45.785673 | 0.90s 2026-03-13 12:51:07.837849 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-13 12:51:07.839252 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:46.097252 | 1.21s 2026-03-13 12:51:08.145763 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-13 12:51:08.147827 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:46.405831 | 1.52s 2026-03-13 12:51:08.484300 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-13 12:51:08.485454 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:46.743460 | 1.86s 2026-03-13 12:51:08.781889 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-13 12:51:08.783159 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:47.041163 | 2.16s 2026-03-13 12:51:09.026613 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-13 12:51:09.027253 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:47.285269 | 2.40s 2026-03-13 12:51:09.261871 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-13 12:51:09.262674 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:47.520689 | 2.64s 2026-03-13 12:51:09.517713 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-13 12:51:09.519269 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:47.777274 | 2.89s 2026-03-13 12:51:09.529949 | fa163e77-2d70-a5ac-1a4b-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:47.787958 | 2.90s 2026-03-13 12:51:09.547866 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TASK | Check Keystone internal endpoint status 2026-03-13 12:51:09.805328 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-13 12:51:09.807024 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:48.065015 | 0.26s 2026-03-13 12:51:10.032518 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2026-03-13 12:51:10.033716 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:48.291724 | 0.48s 2026-03-13 12:51:10.281631 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-13 12:51:10.285379 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:48.543379 | 0.74s 2026-03-13 12:51:10.504264 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-13 12:51:10.505408 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:48.763415 | 0.96s 2026-03-13 12:51:10.728177 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-13 12:51:10.730052 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:48.988061 | 1.18s 2026-03-13 12:51:10.927575 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-13 12:51:10.929317 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:49.187324 | 1.38s 2026-03-13 12:51:11.141454 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-13 12:51:11.142860 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:49.400876 | 1.59s 2026-03-13 12:51:11.404358 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-13 12:51:11.405754 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:49.663770 | 1.86s 2026-03-13 12:51:11.626508 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-13 12:51:11.627375 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:49.885389 | 2.08s 2026-03-13 12:51:11.855380 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-13 12:51:11.857528 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:50.115535 | 2.31s 2026-03-13 12:51:11.871729 | fa163e77-2d70-a5ac-1a4b-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:50.129728 | 2.32s 2026-03-13 12:51:11.899843 | fa163e77-2d70-a5ac-1a4b-0000000043ce | TASK | Async creation of Keystone internal endpoint 2026-03-13 12:51:12.255352 | fa163e77-2d70-a5ac-1a4b-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-13 12:51:12.256477 | fa163e77-2d70-a5ac-1a4b-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:50.514486 | 0.35s 2026-03-13 12:51:12.593458 | fa163e77-2d70-a5ac-1a4b-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-13 12:51:12.596366 | fa163e77-2d70-a5ac-1a4b-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:50.854370 | 0.69s 2026-03-13 12:51:12.959835 | fa163e77-2d70-a5ac-1a4b-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-13 12:51:12.960664 | fa163e77-2d70-a5ac-1a4b-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:51.218677 | 1.06s 2026-03-13 12:51:13.270125 | fa163e77-2d70-a5ac-1a4b-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-13 12:51:13.270727 | fa163e77-2d70-a5ac-1a4b-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:51.528744 | 1.37s 2026-03-13 12:51:13.279651 | fa163e77-2d70-a5ac-1a4b-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:51.537658 | 1.38s 2026-03-13 12:51:13.301402 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | TASK | Check Keystone internal endpoint status 2026-03-13 12:51:13.523719 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-13 12:51:18.748624 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-13 12:51:18.751219 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.009216 | 5.45s 2026-03-13 12:51:19.024310 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-13 12:51:19.025939 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.283948 | 5.72s 2026-03-13 12:51:19.247962 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-13 12:51:19.248952 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.506963 | 5.95s 2026-03-13 12:51:19.471787 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-13 12:51:19.473031 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.731038 | 6.17s 2026-03-13 12:51:19.487421 | fa163e77-2d70-a5ac-1a4b-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.745418 | 6.18s 2026-03-13 12:51:19.508875 | fa163e77-2d70-a5ac-1a4b-000000003d28 | TASK | Run cleanup tasks 2026-03-13 12:51:19.549162 | fa163e77-2d70-a5ac-1a4b-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:57.807155 | 0.04s 2026-03-13 12:51:19.565753 | ab1d42d1-8ad4-4745-bc18-1dd622135b7f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-13 12:51:19.628644 | fa163e77-2d70-a5ac-1a4b-000000004428 | TASK | Get list of enabled services 2026-03-13 12:51:22.127870 | fa163e77-2d70-a5ac-1a4b-000000004428 | CHANGED | Get list of enabled services | undercloud 2026-03-13 12:51:22.129491 | fa163e77-2d70-a5ac-1a4b-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:22:00.387493 | 2.50s 2026-03-13 12:51:22.148299 | fa163e77-2d70-a5ac-1a4b-000000004429 | TASK | List services to be disabled 2026-03-13 12:51:22.232557 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-13 12:51:22.267807 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-13 12:51:22.297372 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2026-03-13 12:51:22.322740 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-13 12:51:22.347516 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-13 12:51:22.372393 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-13 12:51:22.397380 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-13 12:51:22.422633 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-13 12:51:22.448477 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-13 12:51:22.473533 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-13 12:51:22.499018 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-13 12:51:22.523459 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-13 12:51:22.548258 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-13 12:51:22.573325 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-13 12:51:22.595938 | fa163e77-2d70-a5ac-1a4b-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-13 12:51:22.609293 | fa163e77-2d70-a5ac-1a4b-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:22:00.867282 | 0.46s 2026-03-13 12:51:22.629681 | fa163e77-2d70-a5ac-1a4b-00000000442a | TASK | Delete keystone services not enabled 2026-03-13 12:51:22.659999 | fa163e77-2d70-a5ac-1a4b-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:22:00.917996 | 0.03s 2026-03-13 12:51:22.675943 | fa163e77-2d70-a5ac-1a4b-000000003d29 | TASK | Create Keystone Roles 2026-03-13 12:51:22.772009 | fa163e77-2d70-a5ac-1a4b-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:01.029985 | 0.10s 2026-03-13 12:51:22.793159 | fa163e77-2d70-a5ac-1a4b-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:01.051105 | 0.12s 2026-03-13 12:51:22.804646 | fa163e77-2d70-a5ac-1a4b-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:01.062643 | 0.13s 2026-03-13 12:51:22.820232 | 5f73db4d-3a92-4731-a948-51ee84d4ffd9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-13 12:51:22.829190 | 3dd54692-94e6-47ef-b9a6-b3b85496970d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-13 12:51:22.892871 | fa163e77-2d70-a5ac-1a4b-000000004598 | TASK | Async creation of Keystone role 2026-03-13 12:51:23.228415 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-13 12:51:23.230751 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:01.488747 | 0.34s 2026-03-13 12:51:23.517490 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2026-03-13 12:51:23.519243 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:01.777243 | 0.63s 2026-03-13 12:51:23.818931 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2026-03-13 12:51:23.820213 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:02.078223 | 0.93s 2026-03-13 12:51:24.096321 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2026-03-13 12:51:24.096914 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:02.354929 | 1.20s 2026-03-13 12:51:24.366304 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2026-03-13 12:51:24.366973 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:02.624988 | 1.47s 2026-03-13 12:51:24.680421 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-13 12:51:24.681406 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:02.939420 | 1.79s 2026-03-13 12:51:24.920271 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-13 12:51:24.921443 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:03.179454 | 2.03s 2026-03-13 12:51:25.179218 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-13 12:51:25.179894 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:03.437909 | 2.29s 2026-03-13 12:51:25.425396 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-13 12:51:25.426144 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:03.684156 | 2.53s 2026-03-13 12:51:25.670106 | fa163e77-2d70-a5ac-1a4b-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-13 12:51:25.671130 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:03.929147 | 2.78s 2026-03-13 12:51:25.681470 | fa163e77-2d70-a5ac-1a4b-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:03.939487 | 2.79s 2026-03-13 12:51:25.695935 | fa163e77-2d70-a5ac-1a4b-00000000459a | TASK | Check Keystone role status 2026-03-13 12:51:25.916710 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-13 12:51:25.917568 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:04.175583 | 0.22s 2026-03-13 12:51:26.203082 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2026-03-13 12:51:26.203898 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:04.461912 | 0.51s 2026-03-13 12:51:26.469381 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2026-03-13 12:51:26.470509 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:04.728518 | 0.77s 2026-03-13 12:51:26.714146 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2026-03-13 12:51:26.715575 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:04.973582 | 1.02s 2026-03-13 12:51:26.976567 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2026-03-13 12:51:26.978766 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:05.236774 | 1.28s 2026-03-13 12:51:27.204826 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-13 12:51:27.206742 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:05.464748 | 1.51s 2026-03-13 12:51:27.456513 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-13 12:51:27.457640 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:05.715647 | 1.76s 2026-03-13 12:51:27.710898 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-13 12:51:27.712714 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:05.970720 | 2.02s 2026-03-13 12:51:27.957050 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-13 12:51:27.958912 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:06.216918 | 2.26s 2026-03-13 12:51:28.201915 | fa163e77-2d70-a5ac-1a4b-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-13 12:51:28.203045 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:06.461050 | 2.51s 2026-03-13 12:51:28.218199 | fa163e77-2d70-a5ac-1a4b-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:06.476199 | 2.52s 2026-03-13 12:51:28.241947 | fa163e77-2d70-a5ac-1a4b-00000000459f | TASK | Async creation of Keystone role 2026-03-13 12:51:28.589326 | fa163e77-2d70-a5ac-1a4b-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-13 12:51:28.590884 | fa163e77-2d70-a5ac-1a4b-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:06.848885 | 0.35s 2026-03-13 12:51:28.889451 | fa163e77-2d70-a5ac-1a4b-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-13 12:51:28.890601 | fa163e77-2d70-a5ac-1a4b-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:07.148608 | 0.65s 2026-03-13 12:51:29.134918 | fa163e77-2d70-a5ac-1a4b-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-13 12:51:29.135862 | fa163e77-2d70-a5ac-1a4b-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:07.393870 | 0.89s 2026-03-13 12:51:29.141557 | fa163e77-2d70-a5ac-1a4b-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:07.399557 | 0.90s 2026-03-13 12:51:29.159080 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | TASK | Check Keystone role status 2026-03-13 12:51:29.443541 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2026-03-13 12:51:34.669179 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-13 12:51:34.671385 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:12.929387 | 5.51s 2026-03-13 12:51:34.907059 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-13 12:51:34.909088 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.167087 | 5.75s 2026-03-13 12:51:35.165648 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-13 12:51:35.166788 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.424796 | 6.01s 2026-03-13 12:51:35.173924 | fa163e77-2d70-a5ac-1a4b-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.431933 | 6.01s 2026-03-13 12:51:35.193742 | fa163e77-2d70-a5ac-1a4b-000000003d2b | TASK | Create Keystone Users 2026-03-13 12:51:35.295070 | fa163e77-2d70-a5ac-1a4b-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:13.553063 | 0.10s 2026-03-13 12:51:35.313821 | fa163e77-2d70-a5ac-1a4b-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:13.571831 | 0.12s 2026-03-13 12:51:35.326751 | fa163e77-2d70-a5ac-1a4b-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:13.584760 | 0.13s 2026-03-13 12:51:35.348950 | 352cf97a-4620-45f4-a1f9-f13846733bb1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-13 12:51:35.362604 | 82231682-21fa-4c25-be0c-c98ab7a4f3d2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-13 12:51:35.428170 | fa163e77-2d70-a5ac-1a4b-000000004749 | TASK | Check password of Keystone user 2026-03-13 12:51:36.386777 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:36.389309 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:14.647306 | 0.96s 2026-03-13 12:51:37.294001 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:37.295771 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:15.553776 | 1.87s 2026-03-13 12:51:38.152750 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:38.154423 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:16.412428 | 2.73s 2026-03-13 12:51:39.275357 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:39.276763 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:17.534774 | 3.85s 2026-03-13 12:51:40.176900 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:40.178127 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:18.436141 | 4.75s 2026-03-13 12:51:41.093690 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:41.095504 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:19.353510 | 5.67s 2026-03-13 12:51:42.034255 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:42.034912 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:20.292926 | 6.61s 2026-03-13 12:51:42.960891 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:42.961857 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:21.219864 | 7.53s 2026-03-13 12:51:43.858674 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:43.859527 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:22.117539 | 8.43s 2026-03-13 12:51:44.735578 | fa163e77-2d70-a5ac-1a4b-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:44.737412 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:22.995419 | 9.31s 2026-03-13 12:51:44.747715 | fa163e77-2d70-a5ac-1a4b-000000004749 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:44.749678 | fa163e77-2d70-a5ac-1a4b-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:23.007681 | 9.32s 2026-03-13 12:51:44.770553 | fa163e77-2d70-a5ac-1a4b-00000000474b | TASK | Async creation of Keystone user 2026-03-13 12:51:45.214576 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:45.216073 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:23.474074 | 0.44s 2026-03-13 12:51:45.559504 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:45.560465 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:23.818472 | 0.79s 2026-03-13 12:51:45.901414 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:45.902840 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:24.160853 | 1.13s 2026-03-13 12:51:46.246414 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:46.247417 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:24.505428 | 1.47s 2026-03-13 12:51:46.558193 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:46.558824 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:24.816839 | 1.79s 2026-03-13 12:51:46.884900 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:46.885493 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:25.143509 | 2.11s 2026-03-13 12:51:47.206054 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:47.206970 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:25.464978 | 2.43s 2026-03-13 12:51:47.570374 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:47.571054 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:25.829069 | 2.80s 2026-03-13 12:51:47.934028 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:47.934555 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:26.192571 | 3.16s 2026-03-13 12:51:48.322415 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:48.323156 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:26.581171 | 3.55s 2026-03-13 12:51:48.326292 | fa163e77-2d70-a5ac-1a4b-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:51:48.326996 | fa163e77-2d70-a5ac-1a4b-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:26.585009 | 3.55s 2026-03-13 12:51:48.343170 | fa163e77-2d70-a5ac-1a4b-00000000474d | TASK | Check Keystone user status 2026-03-13 12:51:48.621112 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:48.623183 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:26.881195 | 0.28s 2026-03-13 12:51:48.902838 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:48.904524 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:27.162531 | 0.56s 2026-03-13 12:51:49.158905 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:49.160323 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:27.418329 | 0.82s 2026-03-13 12:51:49.429643 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:49.430614 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:27.688619 | 1.09s 2026-03-13 12:51:49.667036 | fa163e77-2d70-a5ac-1a4b-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-13 12:51:54.894410 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:54.895202 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:33.153215 | 6.55s 2026-03-13 12:51:55.199585 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:55.200652 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:33.458658 | 6.86s 2026-03-13 12:51:55.474748 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:55.476466 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:33.734472 | 7.13s 2026-03-13 12:51:55.750334 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:55.751470 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:34.009478 | 7.41s 2026-03-13 12:51:56.018626 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:56.019931 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:34.277946 | 7.68s 2026-03-13 12:51:56.298674 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:56.300387 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:34.558391 | 7.96s 2026-03-13 12:51:56.310554 | fa163e77-2d70-a5ac-1a4b-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:51:56.311569 | fa163e77-2d70-a5ac-1a4b-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:34.569577 | 7.97s 2026-03-13 12:51:56.333219 | fa163e77-2d70-a5ac-1a4b-000000004752 | TASK | Check password of Keystone user 2026-03-13 12:51:57.256941 | fa163e77-2d70-a5ac-1a4b-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:57.258588 | fa163e77-2d70-a5ac-1a4b-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:35.516588 | 0.92s 2026-03-13 12:51:58.158484 | fa163e77-2d70-a5ac-1a4b-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:58.160246 | fa163e77-2d70-a5ac-1a4b-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:36.418251 | 1.83s 2026-03-13 12:51:59.053304 | fa163e77-2d70-a5ac-1a4b-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:51:59.055461 | fa163e77-2d70-a5ac-1a4b-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:37.313467 | 2.72s 2026-03-13 12:52:00.041495 | fa163e77-2d70-a5ac-1a4b-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:52:00.043202 | fa163e77-2d70-a5ac-1a4b-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:38.301209 | 3.71s 2026-03-13 12:52:00.963443 | fa163e77-2d70-a5ac-1a4b-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:52:00.964633 | fa163e77-2d70-a5ac-1a4b-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:39.222640 | 4.63s 2026-03-13 12:52:01.839655 | fa163e77-2d70-a5ac-1a4b-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:52:01.840905 | fa163e77-2d70-a5ac-1a4b-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:40.098905 | 5.51s 2026-03-13 12:52:02.782897 | fa163e77-2d70-a5ac-1a4b-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:52:02.784412 | fa163e77-2d70-a5ac-1a4b-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:41.042418 | 6.45s 2026-03-13 12:52:02.794300 | fa163e77-2d70-a5ac-1a4b-000000004752 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-13 12:52:02.795044 | fa163e77-2d70-a5ac-1a4b-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:41.053052 | 6.46s 2026-03-13 12:52:02.811835 | fa163e77-2d70-a5ac-1a4b-000000004754 | TASK | Async creation of Keystone user 2026-03-13 12:52:03.194418 | fa163e77-2d70-a5ac-1a4b-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:52:03.195238 | fa163e77-2d70-a5ac-1a4b-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:41.453251 | 0.38s 2026-03-13 12:52:03.562504 | fa163e77-2d70-a5ac-1a4b-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:52:03.563337 | fa163e77-2d70-a5ac-1a4b-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:41.821346 | 0.75s 2026-03-13 12:52:03.932473 | fa163e77-2d70-a5ac-1a4b-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:52:03.933109 | fa163e77-2d70-a5ac-1a4b-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:42.191106 | 1.12s 2026-03-13 12:52:04.248208 | fa163e77-2d70-a5ac-1a4b-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:52:04.248861 | fa163e77-2d70-a5ac-1a4b-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:42.506875 | 1.44s 2026-03-13 12:52:04.528023 | fa163e77-2d70-a5ac-1a4b-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:52:04.529376 | fa163e77-2d70-a5ac-1a4b-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:42.787392 | 1.72s 2026-03-13 12:52:04.832367 | fa163e77-2d70-a5ac-1a4b-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:52:04.833424 | fa163e77-2d70-a5ac-1a4b-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:43.091437 | 2.02s 2026-03-13 12:52:05.125718 | fa163e77-2d70-a5ac-1a4b-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:52:05.126323 | fa163e77-2d70-a5ac-1a4b-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:43.384338 | 2.31s 2026-03-13 12:52:05.129720 | fa163e77-2d70-a5ac-1a4b-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-13 12:52:05.130904 | fa163e77-2d70-a5ac-1a4b-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:43.388911 | 2.32s 2026-03-13 12:52:05.149709 | fa163e77-2d70-a5ac-1a4b-000000004756 | TASK | Check Keystone user status 2026-03-13 12:52:05.426736 | fa163e77-2d70-a5ac-1a4b-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:52:05.428189 | fa163e77-2d70-a5ac-1a4b-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:43.686190 | 0.28s 2026-03-13 12:52:05.747171 | fa163e77-2d70-a5ac-1a4b-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:52:05.748146 | fa163e77-2d70-a5ac-1a4b-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:44.006153 | 0.60s 2026-03-13 12:52:06.022473 | fa163e77-2d70-a5ac-1a4b-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:52:06.023467 | fa163e77-2d70-a5ac-1a4b-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:44.281474 | 0.87s 2026-03-13 12:52:06.286943 | fa163e77-2d70-a5ac-1a4b-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-13 12:52:11.516759 | fa163e77-2d70-a5ac-1a4b-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:52:11.518402 | fa163e77-2d70-a5ac-1a4b-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:49.776409 | 6.37s 2026-03-13 12:52:11.836304 | fa163e77-2d70-a5ac-1a4b-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:52:11.836950 | fa163e77-2d70-a5ac-1a4b-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:50.094965 | 6.69s 2026-03-13 12:52:12.122908 | fa163e77-2d70-a5ac-1a4b-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:52:12.124006 | fa163e77-2d70-a5ac-1a4b-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:50.382011 | 6.97s 2026-03-13 12:52:12.390596 | fa163e77-2d70-a5ac-1a4b-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:52:12.391663 | fa163e77-2d70-a5ac-1a4b-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:50.649669 | 7.24s 2026-03-13 12:52:12.398193 | fa163e77-2d70-a5ac-1a4b-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-13 12:52:12.399236 | fa163e77-2d70-a5ac-1a4b-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:50.657238 | 7.25s 2026-03-13 12:52:12.420824 | fa163e77-2d70-a5ac-1a4b-000000003d2d | TASK | Assign Keystone Users to Roles 2026-03-13 12:52:12.508788 | fa163e77-2d70-a5ac-1a4b-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:50.766776 | 0.09s 2026-03-13 12:52:12.536421 | fa163e77-2d70-a5ac-1a4b-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:50.794430 | 0.11s 2026-03-13 12:52:12.560371 | fa163e77-2d70-a5ac-1a4b-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:50.818382 | 0.14s 2026-03-13 12:52:12.568022 | fa163e77-2d70-a5ac-1a4b-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:50.826021 | 0.15s 2026-03-13 12:52:12.582900 | a2074946-79ef-4631-9c78-98258279fa7f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-13 12:52:12.589061 | 1ff09e9b-cee1-4096-9957-e87b19c7dd6d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-13 12:52:12.594516 | b26b3efe-bf5f-4fe0-a623-8990bc6c19f4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-13 12:52:12.667923 | fa163e77-2d70-a5ac-1a4b-000000004966 | TASK | Async assignment of Keystone user per role 2026-03-13 12:52:12.744436 | fa163e77-2d70-a5ac-1a4b-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:51.002417 | 0.08s 2026-03-13 12:52:12.761651 | fa163e77-2d70-a5ac-1a4b-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:51.019661 | 0.09s 2026-03-13 12:52:12.774898 | fa163e77-2d70-a5ac-1a4b-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:51.032900 | 0.11s 2026-03-13 12:52:12.791777 | 2671987e-b234-4451-9941-37b4af1361e0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-13 12:52:12.801222 | bc585cdd-7d56-439a-80fa-dbffad9fdbb8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-13 12:52:12.824320 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TASK | Async assignment of Keystone user to roles 2026-03-13 12:52:13.153132 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-13 12:52:13.156586 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.414583 | 0.33s 2026-03-13 12:52:13.498349 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2026-03-13 12:52:13.498961 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.756978 | 0.67s 2026-03-13 12:52:13.800420 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-13 12:52:13.802779 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.060785 | 0.98s 2026-03-13 12:52:14.099709 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-13 12:52:14.100354 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.358370 | 1.27s 2026-03-13 12:52:14.377602 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-13 12:52:14.378240 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.636255 | 1.55s 2026-03-13 12:52:14.713113 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-13 12:52:14.713740 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.971755 | 1.89s 2026-03-13 12:52:15.068160 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-13 12:52:15.069215 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.327221 | 2.24s 2026-03-13 12:52:15.362016 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-13 12:52:15.362613 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.620629 | 2.54s 2026-03-13 12:52:15.697277 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-13 12:52:15.697858 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.955874 | 2.87s 2026-03-13 12:52:15.990257 | fa163e77-2d70-a5ac-1a4b-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-13 12:52:15.990814 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:54.248831 | 3.17s 2026-03-13 12:52:15.995903 | fa163e77-2d70-a5ac-1a4b-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:54.253902 | 3.17s 2026-03-13 12:52:16.016630 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TASK | Check Keystone user assignment to roles status 2026-03-13 12:52:16.267414 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-13 12:52:16.268314 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:54.526328 | 0.25s 2026-03-13 12:52:16.508366 | fa163e77-2d70-a5ac-1a4b-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-13 12:52:21.737286 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2026-03-13 12:52:21.738471 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.996478 | 5.72s 2026-03-13 12:52:21.993365 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-13 12:52:21.995246 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.253253 | 5.98s 2026-03-13 12:52:22.248900 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-13 12:52:22.249994 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.508001 | 6.23s 2026-03-13 12:52:22.505897 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-13 12:52:22.506960 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.764966 | 6.49s 2026-03-13 12:52:22.769164 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-13 12:52:22.770989 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.028991 | 6.75s 2026-03-13 12:52:22.982874 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-13 12:52:22.984679 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.242684 | 6.97s 2026-03-13 12:52:23.206974 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-13 12:52:23.208859 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.466865 | 7.19s 2026-03-13 12:52:23.458894 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-13 12:52:23.459688 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.717701 | 7.44s 2026-03-13 12:52:23.708942 | fa163e77-2d70-a5ac-1a4b-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-13 12:52:23.710044 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.968051 | 7.69s 2026-03-13 12:52:23.719673 | fa163e77-2d70-a5ac-1a4b-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.977675 | 7.70s 2026-03-13 12:52:23.744334 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TASK | Async assignment of Keystone user to roles 2026-03-13 12:52:24.155763 | fa163e77-2d70-a5ac-1a4b-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-13 12:52:24.157269 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:02.415271 | 0.41s 2026-03-13 12:52:24.482386 | fa163e77-2d70-a5ac-1a4b-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-13 12:52:24.484199 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:02.742204 | 0.74s 2026-03-13 12:52:24.835921 | fa163e77-2d70-a5ac-1a4b-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-13 12:52:24.836919 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:03.094926 | 1.09s 2026-03-13 12:52:25.165485 | fa163e77-2d70-a5ac-1a4b-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-13 12:52:25.167268 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:03.425275 | 1.42s 2026-03-13 12:52:25.474064 | fa163e77-2d70-a5ac-1a4b-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-13 12:52:25.474666 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:03.732682 | 1.73s 2026-03-13 12:52:25.761489 | fa163e77-2d70-a5ac-1a4b-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-13 12:52:25.762197 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:04.020212 | 2.02s 2026-03-13 12:52:26.076499 | fa163e77-2d70-a5ac-1a4b-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-13 12:52:26.077852 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:04.335868 | 2.33s 2026-03-13 12:52:26.089274 | fa163e77-2d70-a5ac-1a4b-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:04.347276 | 2.34s 2026-03-13 12:52:26.109205 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TASK | Check Keystone user assignment to roles status 2026-03-13 12:52:26.388634 | fa163e77-2d70-a5ac-1a4b-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-13 12:52:31.610408 | fa163e77-2d70-a5ac-1a4b-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-13 12:52:31.611189 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.869201 | 5.50s 2026-03-13 12:52:31.857916 | fa163e77-2d70-a5ac-1a4b-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-13 12:52:31.858567 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.116583 | 5.75s 2026-03-13 12:52:32.118067 | fa163e77-2d70-a5ac-1a4b-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-13 12:52:32.119207 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.377214 | 6.01s 2026-03-13 12:52:32.376298 | fa163e77-2d70-a5ac-1a4b-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-13 12:52:32.377357 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.635365 | 6.27s 2026-03-13 12:52:32.639648 | fa163e77-2d70-a5ac-1a4b-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-13 12:52:32.640765 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.898772 | 6.53s 2026-03-13 12:52:32.897216 | fa163e77-2d70-a5ac-1a4b-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-13 12:52:32.898188 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:11.156196 | 6.79s 2026-03-13 12:52:33.148225 | fa163e77-2d70-a5ac-1a4b-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-13 12:52:33.150012 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:11.408020 | 7.04s 2026-03-13 12:52:33.162186 | fa163e77-2d70-a5ac-1a4b-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:11.420185 | 7.05s 2026-03-13 12:52:33.184740 | fa163e77-2d70-a5ac-1a4b-00000000496b | TASK | Async assignment of Keystone user per role 2026-03-13 12:52:33.265604 | fa163e77-2d70-a5ac-1a4b-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:11.523600 | 0.08s 2026-03-13 12:52:33.272460 | fa163e77-2d70-a5ac-1a4b-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:11.530463 | 0.09s 2026-03-13 12:52:33.285902 | 03154773-97bd-437b-a4ef-068f0cf6c1cc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-13 12:52:33.310787 | fa163e77-2d70-a5ac-1a4b-000000004bb7 | TASK | Async assignment of Keystone user to roles 2026-03-13 12:52:33.659288 | fa163e77-2d70-a5ac-1a4b-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-13 12:52:33.660533 | fa163e77-2d70-a5ac-1a4b-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:11.918537 | 0.35s 2026-03-13 12:52:33.666072 | fa163e77-2d70-a5ac-1a4b-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:11.924078 | 0.35s 2026-03-13 12:52:33.685049 | fa163e77-2d70-a5ac-1a4b-000000004bb9 | TASK | Check Keystone user assignment to roles status 2026-03-13 12:52:33.962927 | fa163e77-2d70-a5ac-1a4b-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-13 12:52:39.173921 | fa163e77-2d70-a5ac-1a4b-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-13 12:52:39.175691 | fa163e77-2d70-a5ac-1a4b-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:17.433696 | 5.49s 2026-03-13 12:52:39.185222 | fa163e77-2d70-a5ac-1a4b-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:17.443241 | 5.50s 2026-03-13 12:52:39.199718 | fa163e77-2d70-a5ac-1a4b-000000004970 | TASK | Async assignment of Keystone user per role 2026-03-13 12:52:39.292595 | fa163e77-2d70-a5ac-1a4b-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:17.550591 | 0.09s 2026-03-13 12:52:39.305322 | fa163e77-2d70-a5ac-1a4b-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:17.563331 | 0.10s 2026-03-13 12:52:39.320757 | 7def6ff3-015f-463a-9ab8-1c1e66905a98 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-13 12:52:39.346790 | fa163e77-2d70-a5ac-1a4b-000000004bdb | TASK | Async assignment of Keystone user to roles 2026-03-13 12:52:39.693053 | fa163e77-2d70-a5ac-1a4b-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-13 12:52:39.695613 | fa163e77-2d70-a5ac-1a4b-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:17.953609 | 0.35s 2026-03-13 12:52:40.015564 | fa163e77-2d70-a5ac-1a4b-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-13 12:52:40.016516 | fa163e77-2d70-a5ac-1a4b-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:18.274524 | 0.67s 2026-03-13 12:52:40.325539 | fa163e77-2d70-a5ac-1a4b-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-13 12:52:40.326130 | fa163e77-2d70-a5ac-1a4b-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:18.584147 | 0.98s 2026-03-13 12:52:40.331328 | fa163e77-2d70-a5ac-1a4b-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:18.589328 | 0.98s 2026-03-13 12:52:40.350679 | fa163e77-2d70-a5ac-1a4b-000000004bdd | TASK | Check Keystone user assignment to roles status 2026-03-13 12:52:40.590450 | fa163e77-2d70-a5ac-1a4b-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-13 12:52:45.830699 | fa163e77-2d70-a5ac-1a4b-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-13 12:52:45.834631 | fa163e77-2d70-a5ac-1a4b-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.092630 | 5.48s 2026-03-13 12:52:46.089783 | fa163e77-2d70-a5ac-1a4b-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-13 12:52:46.092229 | fa163e77-2d70-a5ac-1a4b-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.350233 | 5.74s 2026-03-13 12:52:46.346881 | fa163e77-2d70-a5ac-1a4b-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-13 12:52:46.350344 | fa163e77-2d70-a5ac-1a4b-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.608347 | 6.00s 2026-03-13 12:52:46.360181 | fa163e77-2d70-a5ac-1a4b-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.618181 | 6.01s 2026-03-13 12:52:46.395913 | fa163e77-2d70-a5ac-1a4b-000000003cf3 | TASK | is Keystone LDAP enabled 2026-03-13 12:52:46.456365 | fa163e77-2d70-a5ac-1a4b-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2026-03-13 12:52:46.457524 | fa163e77-2d70-a5ac-1a4b-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:23:24.715529 | 0.06s 2026-03-13 12:52:46.474796 | fa163e77-2d70-a5ac-1a4b-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-13 12:52:46.526657 | fa163e77-2d70-a5ac-1a4b-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-13 12:52:46.527923 | fa163e77-2d70-a5ac-1a4b-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:24.785928 | 0.05s 2026-03-13 12:52:46.546383 | fa163e77-2d70-a5ac-1a4b-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2026-03-13 12:52:46.586607 | fa163e77-2d70-a5ac-1a4b-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-13 12:52:46.587728 | fa163e77-2d70-a5ac-1a4b-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:24.845732 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-13 12:52:46.723764 | fa163e77-2d70-a5ac-1a4b-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-13 12:52:46.754239 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000e2') missing from stats 2026-03-13 12:52:46.776406 | fa163e77-2d70-a5ac-1a4b-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-13 12:52:47.249470 | fa163e77-2d70-a5ac-1a4b-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-13 12:52:47.251648 | fa163e77-2d70-a5ac-1a4b-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:25.509651 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-13 12:52:47.323153 | fa163e77-2d70-a5ac-1a4b-0000000000e4 | TIMING | include_tasks | standalone | 0:23:25.581147 | 0.04s 2026-03-13 12:52:47.371886 | d1f199da-47a0-4304-afb3-27571fe134c2 | INCLUDED | /root/standalone-ansible-3co2r250/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-13 12:52:47.399831 | fa163e77-2d70-a5ac-1a4b-000000004c1f | TASK | Create virtqemud recovery script 2026-03-13 12:52:47.955337 | fa163e77-2d70-a5ac-1a4b-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2026-03-13 12:52:47.956721 | fa163e77-2d70-a5ac-1a4b-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:23:26.214724 | 0.56s 2026-03-13 12:52:47.993391 | fa163e77-2d70-a5ac-1a4b-000000004c20 | TASK | Create virtqemud recovery trigger service 2026-03-13 12:52:48.468256 | fa163e77-2d70-a5ac-1a4b-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-13 12:52:48.469870 | fa163e77-2d70-a5ac-1a4b-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:26.727868 | 0.48s 2026-03-13 12:52:48.500009 | fa163e77-2d70-a5ac-1a4b-000000004c21 | TASK | Create virtqemud recovery trigger timer 2026-03-13 12:52:49.012536 | fa163e77-2d70-a5ac-1a4b-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-13 12:52:49.013972 | fa163e77-2d70-a5ac-1a4b-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:27.271975 | 0.51s 2026-03-13 12:52:49.043893 | fa163e77-2d70-a5ac-1a4b-000000004c22 | TASK | Enable virtqemud recovery trigger service 2026-03-13 12:52:50.096183 | fa163e77-2d70-a5ac-1a4b-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-13 12:52:50.098142 | fa163e77-2d70-a5ac-1a4b-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:28.356147 | 1.05s 2026-03-13 12:52:50.128115 | fa163e77-2d70-a5ac-1a4b-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2026-03-13 12:52:51.296335 | fa163e77-2d70-a5ac-1a4b-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-13 12:52:51.298645 | fa163e77-2d70-a5ac-1a4b-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:29.556648 | 1.17s 2026-03-13 12:52:51.329274 | fa163e77-2d70-a5ac-1a4b-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2026-03-13 12:52:51.990038 | fa163e77-2d70-a5ac-1a4b-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-13 12:52:51.991461 | fa163e77-2d70-a5ac-1a4b-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:30.249467 | 0.66s 2026-03-13 12:52:52.021649 | fa163e77-2d70-a5ac-1a4b-000000004c26 | TASK | Create systemd file 2026-03-13 12:52:52.511867 | fa163e77-2d70-a5ac-1a4b-000000004c26 | CHANGED | Create systemd file | standalone 2026-03-13 12:52:52.513536 | fa163e77-2d70-a5ac-1a4b-000000004c26 | TIMING | Create systemd file | standalone | 0:23:30.771540 | 0.49s 2026-03-13 12:52:52.542268 | fa163e77-2d70-a5ac-1a4b-000000004c27 | TASK | Reload systemd 2026-03-13 12:52:53.354393 | fa163e77-2d70-a5ac-1a4b-000000004c27 | CHANGED | Reload systemd | standalone 2026-03-13 12:52:53.355972 | fa163e77-2d70-a5ac-1a4b-000000004c27 | TIMING | Reload systemd | standalone | 0:23:31.613978 | 0.81s 2026-03-13 12:52:53.387831 | fa163e77-2d70-a5ac-1a4b-000000004c2a | TASK | Start OVN container 2026-03-13 12:52:53.439993 | fa163e77-2d70-a5ac-1a4b-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-13 12:52:53.458927 | fa163e77-2d70-a5ac-1a4b-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-13 12:52:53.473858 | fa163e77-2d70-a5ac-1a4b-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-13 12:52:53.485542 | fa163e77-2d70-a5ac-1a4b-000000004c2a | TIMING | Start OVN container | standalone | 0:23:31.743544 | 0.10s 2026-03-13 12:52:53.508740 | fa163e77-2d70-a5ac-1a4b-000000004c2c | TASK | Set NB connection 2026-03-13 12:52:53.546119 | fa163e77-2d70-a5ac-1a4b-000000004c2c | SKIPPED | Set NB connection | standalone 2026-03-13 12:52:53.546876 | fa163e77-2d70-a5ac-1a4b-000000004c2c | TIMING | Set NB connection | standalone | 0:23:31.804888 | 0.04s 2026-03-13 12:52:53.570017 | fa163e77-2d70-a5ac-1a4b-000000004c2d | TASK | Set SB connection 2026-03-13 12:52:53.623002 | fa163e77-2d70-a5ac-1a4b-000000004c2d | SKIPPED | Set SB connection | standalone 2026-03-13 12:52:53.623983 | fa163e77-2d70-a5ac-1a4b-000000004c2d | TIMING | Set SB connection | standalone | 0:23:31.881993 | 0.05s 2026-03-13 12:52:53.650898 | fa163e77-2d70-a5ac-1a4b-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-13 12:52:53.889815 | fa163e77-2d70-a5ac-1a4b-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-13 12:52:53.890957 | fa163e77-2d70-a5ac-1a4b-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:32.148969 | 0.24s 2026-03-13 12:52:53.997880 | fa163e77-2d70-a5ac-1a4b-0000000000e7 | TIMING | include_tasks | standalone | 0:23:32.255873 | 0.08s 2026-03-13 12:52:54.036131 | a6141ab7-e503-4e2e-a3ee-39e62965ddca | INCLUDED | /root/standalone-ansible-3co2r250/common_deploy_steps_tasks.yaml | standalone 2026-03-13 12:52:54.061710 | fa163e77-2d70-a5ac-1a4b-000000004c5c | TASK | Write the config_step hieradata 2026-03-13 12:52:54.555593 | fa163e77-2d70-a5ac-1a4b-000000004c5c | OK | Write the config_step hieradata | standalone 2026-03-13 12:52:54.556966 | fa163e77-2d70-a5ac-1a4b-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:23:32.814970 | 0.49s 2026-03-13 12:52:54.587034 | fa163e77-2d70-a5ac-1a4b-000000004c5d | TASK | Run puppet host configuration for step 4 2026-03-13 12:52:54.891149 | fa163e77-2d70-a5ac-1a4b-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-13 12:52:54.892381 | fa163e77-2d70-a5ac-1a4b-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:33.150387 | 0.30s 2026-03-13 12:52:54.920768 | fa163e77-2d70-a5ac-1a4b-000000004c5e | TASK | Wait for puppet host configuration to finish 2026-03-13 12:52:55.179728 | fa163e77-2d70-a5ac-1a4b-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-13 12:53:05.404003 | fa163e77-2d70-a5ac-1a4b-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-13 12:53:15.636084 | fa163e77-2d70-a5ac-1a4b-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-13 12:53:25.887977 | fa163e77-2d70-a5ac-1a4b-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-13 12:53:25.889429 | fa163e77-2d70-a5ac-1a4b-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:04.147435 | 30.97s 2026-03-13 12:53:25.919713 | fa163e77-2d70-a5ac-1a4b-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-13 12:53:26.013439 | fa163e77-2d70-a5ac-1a4b-000000004c5f | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 13 12:52:55 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 13 12:52:59 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 13 12:52:59 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 13 12:52:59 puppet-user: (file & line not available)", "<13>Mar 13 12:52:59 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 13 12:52:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 13 12:53:00 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:53:00 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 13 12:53:00 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 13 12:53:00 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:53:00 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:53:00 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:53:00 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:53:00 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:53:00 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 13 12:53:00 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.62 seconds", "<13>Mar 13 12:53:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 13 12:53:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 13 12:53:12 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 13 12:53:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}38080d0186b2c5b97d248a0b326bb6af055936eb8266fff0f9ebd5bbfbf61166'", "<13>Mar 13 12:53:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 13 12:53:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 13 12:53:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 13 12:53:12 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 13 12:53:13 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 13 12:53:19 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Mar 13 12:53:20 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 13 12:53:20 puppet-user: Notice: Applied catalog in 20.03 seconds", "<13>Mar 13 12:53:20 puppet-user: Application:", "<13>Mar 13 12:53:20 puppet-user: Initial environment: production", "<13>Mar 13 12:53:20 puppet-user: Converged environment: production", "<13>Mar 13 12:53:20 puppet-user: Run mode: user", "<13>Mar 13 12:53:20 puppet-user: Changes:", "<13>Mar 13 12:53:20 puppet-user: Total: 10", "<13>Mar 13 12:53:20 puppet-user: Events:", "<13>Mar 13 12:53:20 puppet-user: Success: 10", "<13>Mar 13 12:53:20 puppet-user: Resources:", "<13>Mar 13 12:53:20 puppet-user: Restarted: 1", "<13>Mar 13 12:53:20 puppet-user: Changed: 10", "<13>Mar 13 12:53:20 puppet-user: Out of sync: 10", "<13>Mar 13 12:53:20 puppet-user: Total: 37", "<13>Mar 13 12:53:20 puppet-user: Time:", "<13>Mar 13 12:53:20 puppet-user: Filebucket: 0.00", "<13>Mar 13 12:53:20 puppet-user: Schedule: 0.00", "<13>Mar 13 12:53:20 puppet-user: File line: 0.00", "<13>Mar 13 12:53:20 puppet-user: User: 0.01", "<13>Mar 13 12:53:20 puppet-user: Augeas: 0.02", "<13>Mar 13 12:53:20 puppet-user: File: 0.09", "<13>Mar 13 12:53:20 puppet-user: Config retrieval: 0.69", "<13>Mar 13 12:53:20 puppet-user: Pcmk property: 1.40", "<13>Mar 13 12:53:20 puppet-user: Service: 1.43", "<13>Mar 13 12:53:20 puppet-user: Last run: 1773406400", "<13>Mar 13 12:53:20 puppet-user: Pcmk resource op default: 2.07", "<13>Mar 13 12:53:20 puppet-user: Pcmk resource default: 2.12", "<13>Mar 13 12:53:20 puppet-user: Transaction evaluation: 20.01", "<13>Mar 13 12:53:20 puppet-user: Catalog application: 20.03", "<13>Mar 13 12:53:20 puppet-user: Package: 5.52", "<13>Mar 13 12:53:20 puppet-user: Exec: 7.07", "<13>Mar 13 12:53:20 puppet-user: Total: 20.04", "<13>Mar 13 12:53:20 puppet-user: Version:", "<13>Mar 13 12:53:20 puppet-user: Config: 1773406379", "<13>Mar 13 12:53:20 puppet-user: Puppet: 7.10.0" ] } 2026-03-13 12:53:26.014953 | fa163e77-2d70-a5ac-1a4b-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:04.272957 | 0.09s 2026-03-13 12:53:26.045514 | fa163e77-2d70-a5ac-1a4b-000000004c60 | TASK | Pre-cache facts for puppet containers 2026-03-13 12:53:26.080543 | fa163e77-2d70-a5ac-1a4b-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:04.338543 | 0.03s 2026-03-13 12:53:26.150237 | fa163e77-2d70-a5ac-1a4b-000000004ca1 | TASK | Gather variables for each operating system 2026-03-13 12:53:26.272301 | fa163e77-2d70-a5ac-1a4b-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:04.530298 | 0.12s 2026-03-13 12:53:26.297195 | fa163e77-2d70-a5ac-1a4b-000000004ca2 | TASK | Create puppet caching structures 2026-03-13 12:53:26.538025 | fa163e77-2d70-a5ac-1a4b-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2026-03-13 12:53:26.539244 | fa163e77-2d70-a5ac-1a4b-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:04.797254 | 0.24s 2026-03-13 12:53:26.563141 | fa163e77-2d70-a5ac-1a4b-000000004ca3 | TASK | Check for facter.conf 2026-03-13 12:53:26.814993 | fa163e77-2d70-a5ac-1a4b-000000004ca3 | OK | Check for facter.conf | standalone 2026-03-13 12:53:26.816407 | fa163e77-2d70-a5ac-1a4b-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:05.074412 | 0.25s 2026-03-13 12:53:26.846674 | fa163e77-2d70-a5ac-1a4b-000000004ca4 | TASK | Remove facter.conf if directory 2026-03-13 12:53:26.897495 | fa163e77-2d70-a5ac-1a4b-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-13 12:53:26.898639 | fa163e77-2d70-a5ac-1a4b-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:05.156642 | 0.05s 2026-03-13 12:53:26.927905 | fa163e77-2d70-a5ac-1a4b-000000004ca5 | TASK | Write facter cache config 2026-03-13 12:53:27.439906 | fa163e77-2d70-a5ac-1a4b-000000004ca5 | CHANGED | Write facter cache config | standalone 2026-03-13 12:53:27.441379 | fa163e77-2d70-a5ac-1a4b-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:05.699385 | 0.51s 2026-03-13 12:53:27.470759 | fa163e77-2d70-a5ac-1a4b-000000004ca6 | TASK | Cleanup facter cache if exists 2026-03-13 12:53:27.702402 | fa163e77-2d70-a5ac-1a4b-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-13 12:53:27.703745 | fa163e77-2d70-a5ac-1a4b-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:05.961751 | 0.23s 2026-03-13 12:53:27.733207 | fa163e77-2d70-a5ac-1a4b-000000004ca7 | TASK | Pre-cache facts 2026-03-13 12:53:28.411442 | fa163e77-2d70-a5ac-1a4b-000000004ca7 | CHANGED | Pre-cache facts | standalone 2026-03-13 12:53:28.413006 | fa163e77-2d70-a5ac-1a4b-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:06.671007 | 0.68s 2026-03-13 12:53:28.446623 | fa163e77-2d70-a5ac-1a4b-000000004ca8 | TASK | Failed deployment if facter fails 2026-03-13 12:53:28.488379 | fa163e77-2d70-a5ac-1a4b-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-13 12:53:28.489779 | fa163e77-2d70-a5ac-1a4b-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:06.747780 | 0.04s 2026-03-13 12:53:28.537254 | fa163e77-2d70-a5ac-1a4b-000000004ca9 | TASK | Sync cached facts 2026-03-13 12:53:28.871870 | fa163e77-2d70-a5ac-1a4b-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-000000004ca9') missing from stats 2026-03-13 12:53:28.929340 | fa163e77-2d70-a5ac-1a4b-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-13 12:53:28.979925 | fa163e77-2d70-a5ac-1a4b-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-13 12:53:28.981059 | fa163e77-2d70-a5ac-1a4b-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:07.239064 | 0.05s 2026-03-13 12:53:29.010941 | fa163e77-2d70-a5ac-1a4b-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-13 12:53:29.032912 | fa163e77-2d70-a5ac-1a4b-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:24:07.290912 | 0.02s 2026-03-13 12:53:29.096505 | fa163e77-2d70-a5ac-1a4b-000000004d00 | TASK | Gather variables for each operating system 2026-03-13 12:53:29.211921 | fa163e77-2d70-a5ac-1a4b-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:07.469918 | 0.11s 2026-03-13 12:53:29.242179 | fa163e77-2d70-a5ac-1a4b-000000004d01 | TASK | Create container logs path 2026-03-13 12:53:29.495500 | fa163e77-2d70-a5ac-1a4b-000000004d01 | OK | Create container logs path | standalone 2026-03-13 12:53:29.497015 | fa163e77-2d70-a5ac-1a4b-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:07.755020 | 0.25s 2026-03-13 12:53:29.529805 | fa163e77-2d70-a5ac-1a4b-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-13 12:53:29.829152 | fa163e77-2d70-a5ac-1a4b-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-13 12:53:29.830526 | fa163e77-2d70-a5ac-1a4b-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:08.088529 | 0.30s 2026-03-13 12:53:29.863664 | fa163e77-2d70-a5ac-1a4b-000000004d04 | TASK | Finalise hashes for all containers 2026-03-13 12:53:30.046627 | fa163e77-2d70-a5ac-1a4b-000000004d04 | OK | Finalise hashes for all containers | standalone 2026-03-13 12:53:30.047952 | fa163e77-2d70-a5ac-1a4b-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:08.305955 | 0.18s 2026-03-13 12:53:30.077276 | fa163e77-2d70-a5ac-1a4b-000000004d06 | TASK | Manage systemd shutdown files 2026-03-13 12:53:30.110599 | fa163e77-2d70-a5ac-1a4b-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:08.368598 | 0.03s 2026-03-13 12:53:30.144911 | 6e5ba254-f683-4ac9-8f24-5bdc6dbf7f4a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-13 12:53:30.174074 | fa163e77-2d70-a5ac-1a4b-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-13 12:53:30.438561 | fa163e77-2d70-a5ac-1a4b-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-13 12:53:30.439999 | fa163e77-2d70-a5ac-1a4b-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:08.698003 | 0.26s 2026-03-13 12:53:30.556489 | fa163e77-2d70-a5ac-1a4b-000000004d3a | TASK | Set podman_drop_in fact 2026-03-13 12:53:30.614947 | fa163e77-2d70-a5ac-1a4b-000000004d3a | OK | Set podman_drop_in fact | standalone 2026-03-13 12:53:30.616213 | fa163e77-2d70-a5ac-1a4b-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:08.874219 | 0.06s 2026-03-13 12:53:30.645622 | fa163e77-2d70-a5ac-1a4b-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-13 12:53:31.165683 | fa163e77-2d70-a5ac-1a4b-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-13 12:53:31.167805 | fa163e77-2d70-a5ac-1a4b-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:09.425813 | 0.52s 2026-03-13 12:53:31.716309 | fa163e77-2d70-a5ac-1a4b-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-13 12:53:31.717582 | fa163e77-2d70-a5ac-1a4b-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:09.975588 | 1.07s 2026-03-13 12:53:31.724151 | fa163e77-2d70-a5ac-1a4b-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:09.982148 | 1.08s 2026-03-13 12:53:31.754259 | fa163e77-2d70-a5ac-1a4b-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-13 12:53:32.242131 | fa163e77-2d70-a5ac-1a4b-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-13 12:53:32.243733 | fa163e77-2d70-a5ac-1a4b-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:10.501731 | 0.49s 2026-03-13 12:53:32.274390 | fa163e77-2d70-a5ac-1a4b-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-13 12:53:32.832250 | fa163e77-2d70-a5ac-1a4b-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-13 12:53:32.833704 | fa163e77-2d70-a5ac-1a4b-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:11.091708 | 0.56s 2026-03-13 12:53:32.863512 | fa163e77-2d70-a5ac-1a4b-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2026-03-13 12:53:33.779246 | fa163e77-2d70-a5ac-1a4b-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-13 12:53:33.781207 | fa163e77-2d70-a5ac-1a4b-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:12.039211 | 0.92s 2026-03-13 12:53:33.812735 | fa163e77-2d70-a5ac-1a4b-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-13 12:53:34.303354 | fa163e77-2d70-a5ac-1a4b-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-13 12:53:34.304875 | fa163e77-2d70-a5ac-1a4b-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:12.562880 | 0.49s 2026-03-13 12:53:34.334624 | fa163e77-2d70-a5ac-1a4b-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-13 12:53:34.791381 | fa163e77-2d70-a5ac-1a4b-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-13 12:53:34.792721 | fa163e77-2d70-a5ac-1a4b-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:13.050727 | 0.46s 2026-03-13 12:53:34.822402 | fa163e77-2d70-a5ac-1a4b-000000004d42 | TASK | Enable and start netns-placeholder 2026-03-13 12:53:35.692035 | fa163e77-2d70-a5ac-1a4b-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-13 12:53:35.693152 | fa163e77-2d70-a5ac-1a4b-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:13.951167 | 0.87s 2026-03-13 12:53:35.713336 | fa163e77-2d70-a5ac-1a4b-000000004d08 | TASK | Update container configs with new config hashes 2026-03-13 12:53:35.771500 | fa163e77-2d70-a5ac-1a4b-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:14.029499 | 0.06s 2026-03-13 12:53:35.792077 | 1c3d6c65-bc81-449b-a7bf-64303576fdf6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-13 12:53:35.825459 | fa163e77-2d70-a5ac-1a4b-000000004d6a | TASK | Update config hashes for container startup configs 2026-03-13 12:53:36.120008 | fa163e77-2d70-a5ac-1a4b-000000004d6a | OK | Update config hashes for container startup configs | standalone 2026-03-13 12:53:36.121597 | fa163e77-2d70-a5ac-1a4b-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:14.379601 | 0.29s 2026-03-13 12:53:36.154677 | fa163e77-2d70-a5ac-1a4b-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-13 12:53:36.216912 | fa163e77-2d70-a5ac-1a4b-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:14.474906 | 0.06s 2026-03-13 12:53:36.241554 | 454cb2c9-4f61-4726-b7af-060eb0d59234 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:53:36.280406 | fa163e77-2d70-a5ac-1a4b-000000004d89 | TASK | Gather podman infos 2026-03-13 12:53:37.847397 | fa163e77-2d70-a5ac-1a4b-000000004d89 | OK | Gather podman infos | standalone 2026-03-13 12:53:37.849028 | fa163e77-2d70-a5ac-1a4b-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:16.107038 | 1.57s 2026-03-13 12:53:37.950799 | fa163e77-2d70-a5ac-1a4b-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-13 12:53:38.007989 | fa163e77-2d70-a5ac-1a4b-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:16.265997 | 0.05s 2026-03-13 12:53:38.129066 | fa163e77-2d70-a5ac-1a4b-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:16.387069 | 0.08s 2026-03-13 12:53:38.171615 | fa163e77-2d70-a5ac-1a4b-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-13 12:53:38.230717 | fa163e77-2d70-a5ac-1a4b-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:16.488720 | 0.06s 2026-03-13 12:53:38.246376 | 84149b0b-5836-4211-8e3c-5a0d4653f398 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:53:38.278166 | fa163e77-2d70-a5ac-1a4b-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-13 12:53:58.866717 | fa163e77-2d70-a5ac-1a4b-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-13 12:53:58.867885 | fa163e77-2d70-a5ac-1a4b-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:37.125896 | 20.59s 2026-03-13 12:53:58.894618 | fa163e77-2d70-a5ac-1a4b-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-13 12:56:00.754400 | fa163e77-2d70-a5ac-1a4b-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-13 12:56:00.756577 | fa163e77-2d70-a5ac-1a4b-000000004dfa | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:39.014575 | 121.86s 2026-03-13 12:56:00.821018 | fa163e77-2d70-a5ac-1a4b-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-13 12:56:01.061129 | fa163e77-2d70-a5ac-1a4b-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-13 12:56:01.062407 | fa163e77-2d70-a5ac-1a4b-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:39.320413 | 0.24s 2026-03-13 12:56:01.110458 | fa163e77-2d70-a5ac-1a4b-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-13 12:56:01.142808 | fa163e77-2d70-a5ac-1a4b-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:39.400803 | 0.03s 2026-03-13 12:56:01.175199 | fa163e77-2d70-a5ac-1a4b-000000004c67 | TASK | Include container-puppet tasks for step 4 2026-03-13 12:56:01.217640 | fa163e77-2d70-a5ac-1a4b-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:39.475641 | 0.04s 2026-03-13 12:56:01.243576 | 1d40f0c2-8334-4d9b-b494-bac6b836deff | INCLUDED | /root/standalone-ansible-3co2r250/host-container-puppet-tasks.yaml | standalone 2026-03-13 12:56:01.282378 | fa163e77-2d70-a5ac-1a4b-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-13 12:56:01.779591 | fa163e77-2d70-a5ac-1a4b-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-13 12:56:01.780894 | fa163e77-2d70-a5ac-1a4b-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:40.038897 | 0.50s 2026-03-13 12:56:01.814255 | fa163e77-2d70-a5ac-1a4b-000000004e47 | TASK | Generate container puppet configs for step 4 2026-03-13 12:56:02.134485 | fa163e77-2d70-a5ac-1a4b-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2026-03-13 12:56:02.136001 | fa163e77-2d70-a5ac-1a4b-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:40.394006 | 0.32s 2026-03-13 12:56:02.167180 | fa163e77-2d70-a5ac-1a4b-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-13 12:56:02.198176 | fa163e77-2d70-a5ac-1a4b-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:40.456175 | 0.03s 2026-03-13 12:56:02.268172 | fa163e77-2d70-a5ac-1a4b-000000004e77 | TASK | Gather variables for each operating system 2026-03-13 12:56:02.391427 | fa163e77-2d70-a5ac-1a4b-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:40.649420 | 0.12s 2026-03-13 12:56:02.424735 | fa163e77-2d70-a5ac-1a4b-000000004e78 | TASK | Create container logs path 2026-03-13 12:56:02.702038 | fa163e77-2d70-a5ac-1a4b-000000004e78 | OK | Create container logs path | standalone 2026-03-13 12:56:02.703431 | fa163e77-2d70-a5ac-1a4b-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:40.961436 | 0.28s 2026-03-13 12:56:02.735802 | fa163e77-2d70-a5ac-1a4b-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-13 12:56:03.000732 | fa163e77-2d70-a5ac-1a4b-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-13 12:56:03.001842 | fa163e77-2d70-a5ac-1a4b-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:41.259848 | 0.26s 2026-03-13 12:56:03.032137 | fa163e77-2d70-a5ac-1a4b-000000004e7b | TASK | Finalise hashes for all containers 2026-03-13 12:56:03.084597 | fa163e77-2d70-a5ac-1a4b-000000004e7b | OK | Finalise hashes for all containers | standalone 2026-03-13 12:56:03.085793 | fa163e77-2d70-a5ac-1a4b-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:41.343799 | 0.05s 2026-03-13 12:56:03.116158 | fa163e77-2d70-a5ac-1a4b-000000004e7d | TASK | Manage systemd shutdown files 2026-03-13 12:56:03.151754 | fa163e77-2d70-a5ac-1a4b-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:56:03.153148 | fa163e77-2d70-a5ac-1a4b-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:41.411153 | 0.03s 2026-03-13 12:56:03.183018 | fa163e77-2d70-a5ac-1a4b-000000004e7f | TASK | Update container configs with new config hashes 2026-03-13 12:56:03.234987 | fa163e77-2d70-a5ac-1a4b-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:56:03.236196 | fa163e77-2d70-a5ac-1a4b-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:41.494200 | 0.05s 2026-03-13 12:56:03.269357 | fa163e77-2d70-a5ac-1a4b-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-13 12:56:03.321079 | fa163e77-2d70-a5ac-1a4b-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-13 12:56:03.322177 | fa163e77-2d70-a5ac-1a4b-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:41.580185 | 0.05s 2026-03-13 12:56:03.354058 | fa163e77-2d70-a5ac-1a4b-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-13 12:56:03.407754 | fa163e77-2d70-a5ac-1a4b-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-13 12:56:03.409392 | fa163e77-2d70-a5ac-1a4b-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:41.667391 | 0.05s PLAY [External deployment step 5] ********************************************** 2026-03-13 12:56:03.567267 | fa163e77-2d70-a5ac-1a4b-0000000000ea | TASK | External deployment step 5 2026-03-13 12:56:03.597302 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000ea') missing from stats 2026-03-13 12:56:03.651015 | fa163e77-2d70-a5ac-1a4b-0000000000eb | TIMING | include_tasks | undercloud | 0:26:41.909022 | 0.04s 2026-03-13 12:56:03.659001 | 84a1e25d-8bfb-4f6f-8f71-2a5c7734e9c0 | INCLUDED | /root/standalone-ansible-3co2r250/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-13 12:56:03.674791 | fa163e77-2d70-a5ac-1a4b-000000004ed0 | TASK | Manage Cinder's default volume type 2026-03-13 12:56:13.286268 | fa163e77-2d70-a5ac-1a4b-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2026-03-13 12:56:13.287319 | fa163e77-2d70-a5ac-1a4b-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:26:51.545334 | 9.61s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-13 12:56:13.400962 | fa163e77-2d70-a5ac-1a4b-0000000000ee | TASK | Deploy step tasks for 5 2026-03-13 12:56:13.434645 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000ee') missing from stats 2026-03-13 12:56:13.458501 | fa163e77-2d70-a5ac-1a4b-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-13 12:56:14.001682 | fa163e77-2d70-a5ac-1a4b-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-13 12:56:14.003269 | fa163e77-2d70-a5ac-1a4b-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:52.261273 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-13 12:56:14.067418 | fa163e77-2d70-a5ac-1a4b-0000000000f0 | TIMING | include_tasks | standalone | 0:26:52.325421 | 0.03s 2026-03-13 12:56:14.186842 | 1de06c9e-9383-43b2-96cf-3709dacda3c7 | INCLUDED | /root/standalone-ansible-3co2r250/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-13 12:56:14.220896 | fa163e77-2d70-a5ac-1a4b-000000004ef3 | TASK | Gather variables for each operating system 2026-03-13 12:56:14.373746 | fa163e77-2d70-a5ac-1a4b-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:52.631732 | 0.15s 2026-03-13 12:56:14.410342 | fa163e77-2d70-a5ac-1a4b-000000004ef4 | TASK | Detect if resource is being created or already exists 2026-03-13 12:56:15.192883 | fa163e77-2d70-a5ac-1a4b-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-13 12:56:15.194351 | fa163e77-2d70-a5ac-1a4b-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:53.452356 | 0.78s 2026-03-13 12:56:15.226965 | fa163e77-2d70-a5ac-1a4b-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-13 12:56:37.510899 | fa163e77-2d70-a5ac-1a4b-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-13 12:56:37.513728 | fa163e77-2d70-a5ac-1a4b-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:15.771734 | 22.29s 2026-03-13 12:56:37.550200 | fa163e77-2d70-a5ac-1a4b-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-13 12:56:37.796362 | fa163e77-2d70-a5ac-1a4b-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-13 12:56:37.798013 | fa163e77-2d70-a5ac-1a4b-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:16.056017 | 0.25s 2026-03-13 12:56:37.829692 | fa163e77-2d70-a5ac-1a4b-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-13 12:56:38.242015 | fa163e77-2d70-a5ac-1a4b-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-13 12:56:38.243210 | fa163e77-2d70-a5ac-1a4b-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:16.501220 | 0.41s 2026-03-13 12:56:38.267839 | fa163e77-2d70-a5ac-1a4b-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-13 12:56:38.469673 | fa163e77-2d70-a5ac-1a4b-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-13 12:56:38.471007 | fa163e77-2d70-a5ac-1a4b-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:16.729011 | 0.20s 2026-03-13 12:56:38.502791 | fa163e77-2d70-a5ac-1a4b-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-13 12:56:38.539972 | fa163e77-2d70-a5ac-1a4b-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-13 12:56:38.540733 | fa163e77-2d70-a5ac-1a4b-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:16.798745 | 0.04s 2026-03-13 12:56:38.565027 | fa163e77-2d70-a5ac-1a4b-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-13 12:56:38.623697 | fa163e77-2d70-a5ac-1a4b-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-13 12:56:38.624965 | fa163e77-2d70-a5ac-1a4b-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:16.882969 | 0.06s 2026-03-13 12:56:38.656220 | fa163e77-2d70-a5ac-1a4b-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-13 12:56:38.708531 | fa163e77-2d70-a5ac-1a4b-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-13 12:56:38.709867 | fa163e77-2d70-a5ac-1a4b-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:16.967871 | 0.05s 2026-03-13 12:56:38.747659 | fa163e77-2d70-a5ac-1a4b-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-13 12:56:38.803316 | fa163e77-2d70-a5ac-1a4b-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-13 12:56:38.804182 | fa163e77-2d70-a5ac-1a4b-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:17.062193 | 0.05s 2026-03-13 12:56:38.828586 | fa163e77-2d70-a5ac-1a4b-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-13 12:56:38.883444 | fa163e77-2d70-a5ac-1a4b-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-13 12:56:38.884494 | fa163e77-2d70-a5ac-1a4b-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:17.142505 | 0.05s 2026-03-13 12:56:38.929674 | fa163e77-2d70-a5ac-1a4b-000000004f1f | TASK | Gather variables for each operating system 2026-03-13 12:56:39.032040 | fa163e77-2d70-a5ac-1a4b-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:17.290042 | 0.10s 2026-03-13 12:56:39.055961 | fa163e77-2d70-a5ac-1a4b-000000004f20 | TASK | Detect if resource is being created or already exists 2026-03-13 12:56:39.794793 | fa163e77-2d70-a5ac-1a4b-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-13 12:56:39.796375 | fa163e77-2d70-a5ac-1a4b-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:18.054377 | 0.74s 2026-03-13 12:56:39.828699 | fa163e77-2d70-a5ac-1a4b-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-13 12:57:02.011253 | fa163e77-2d70-a5ac-1a4b-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-13 12:57:02.012592 | fa163e77-2d70-a5ac-1a4b-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:40.270604 | 22.18s 2026-03-13 12:57:02.040894 | fa163e77-2d70-a5ac-1a4b-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-13 12:57:02.306579 | fa163e77-2d70-a5ac-1a4b-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-13 12:57:02.308448 | fa163e77-2d70-a5ac-1a4b-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:40.566452 | 0.27s 2026-03-13 12:57:02.339859 | fa163e77-2d70-a5ac-1a4b-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-13 12:57:02.725053 | fa163e77-2d70-a5ac-1a4b-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-13 12:57:02.726006 | fa163e77-2d70-a5ac-1a4b-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:40.984017 | 0.38s 2026-03-13 12:57:02.752082 | fa163e77-2d70-a5ac-1a4b-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-13 12:57:02.941520 | fa163e77-2d70-a5ac-1a4b-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-13 12:57:02.942544 | fa163e77-2d70-a5ac-1a4b-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:41.200555 | 0.19s 2026-03-13 12:57:02.967991 | fa163e77-2d70-a5ac-1a4b-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-13 12:57:02.998243 | fa163e77-2d70-a5ac-1a4b-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-13 12:57:02.999311 | fa163e77-2d70-a5ac-1a4b-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:41.257321 | 0.03s 2026-03-13 12:57:03.023994 | fa163e77-2d70-a5ac-1a4b-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-13 12:57:03.062073 | fa163e77-2d70-a5ac-1a4b-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-13 12:57:03.063229 | fa163e77-2d70-a5ac-1a4b-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:41.321239 | 0.04s 2026-03-13 12:57:03.094078 | fa163e77-2d70-a5ac-1a4b-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-13 12:57:03.173598 | fa163e77-2d70-a5ac-1a4b-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-13 12:57:03.174562 | fa163e77-2d70-a5ac-1a4b-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:41.432573 | 0.08s 2026-03-13 12:57:03.200044 | fa163e77-2d70-a5ac-1a4b-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-13 12:57:03.232278 | fa163e77-2d70-a5ac-1a4b-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-13 12:57:03.233235 | fa163e77-2d70-a5ac-1a4b-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:41.491246 | 0.03s 2026-03-13 12:57:03.257880 | fa163e77-2d70-a5ac-1a4b-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-13 12:57:03.297012 | fa163e77-2d70-a5ac-1a4b-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-13 12:57:03.297788 | fa163e77-2d70-a5ac-1a4b-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:41.555799 | 0.04s 2026-03-13 12:57:03.340486 | fa163e77-2d70-a5ac-1a4b-000000004f4b | TASK | Gather variables for each operating system 2026-03-13 12:57:03.451555 | fa163e77-2d70-a5ac-1a4b-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:41.709557 | 0.11s 2026-03-13 12:57:03.475352 | fa163e77-2d70-a5ac-1a4b-000000004f4c | TASK | Detect if resource is being created or already exists 2026-03-13 12:57:04.148484 | fa163e77-2d70-a5ac-1a4b-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-13 12:57:04.149742 | fa163e77-2d70-a5ac-1a4b-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:42.407748 | 0.67s 2026-03-13 12:57:04.181522 | fa163e77-2d70-a5ac-1a4b-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2026-03-13 12:57:26.170976 | fa163e77-2d70-a5ac-1a4b-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-13 12:57:26.172723 | fa163e77-2d70-a5ac-1a4b-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:28:04.430727 | 21.99s 2026-03-13 12:57:26.209684 | fa163e77-2d70-a5ac-1a4b-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-13 12:57:26.455839 | fa163e77-2d70-a5ac-1a4b-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-13 12:57:26.457325 | fa163e77-2d70-a5ac-1a4b-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:28:04.715329 | 0.25s 2026-03-13 12:57:26.487552 | fa163e77-2d70-a5ac-1a4b-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2026-03-13 12:57:26.933012 | fa163e77-2d70-a5ac-1a4b-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-13 12:57:26.934712 | fa163e77-2d70-a5ac-1a4b-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:05.192716 | 0.45s 2026-03-13 12:57:26.965542 | fa163e77-2d70-a5ac-1a4b-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-13 12:57:27.159295 | fa163e77-2d70-a5ac-1a4b-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-13 12:57:27.160276 | fa163e77-2d70-a5ac-1a4b-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:28:05.418285 | 0.19s 2026-03-13 12:57:27.187297 | fa163e77-2d70-a5ac-1a4b-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-13 12:57:27.238165 | fa163e77-2d70-a5ac-1a4b-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-13 12:57:27.239819 | fa163e77-2d70-a5ac-1a4b-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:28:05.497822 | 0.05s 2026-03-13 12:57:27.269039 | fa163e77-2d70-a5ac-1a4b-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-13 12:57:27.300714 | fa163e77-2d70-a5ac-1a4b-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-13 12:57:27.302328 | fa163e77-2d70-a5ac-1a4b-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:28:05.560334 | 0.03s 2026-03-13 12:57:27.327507 | fa163e77-2d70-a5ac-1a4b-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-13 12:57:27.377143 | fa163e77-2d70-a5ac-1a4b-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-13 12:57:27.378480 | fa163e77-2d70-a5ac-1a4b-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:28:05.636484 | 0.05s 2026-03-13 12:57:27.411777 | fa163e77-2d70-a5ac-1a4b-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-13 12:57:27.462425 | fa163e77-2d70-a5ac-1a4b-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-13 12:57:27.463548 | fa163e77-2d70-a5ac-1a4b-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:05.721559 | 0.05s 2026-03-13 12:57:27.487686 | fa163e77-2d70-a5ac-1a4b-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-13 12:57:27.536738 | fa163e77-2d70-a5ac-1a4b-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-13 12:57:27.537693 | fa163e77-2d70-a5ac-1a4b-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:28:05.795704 | 0.05s 2026-03-13 12:57:27.582391 | fa163e77-2d70-a5ac-1a4b-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2026-03-13 12:57:28.135212 | fa163e77-2d70-a5ac-1a4b-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-13 12:57:28.138644 | fa163e77-2d70-a5ac-1a4b-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.396650 | 0.56s 2026-03-13 12:57:28.150053 | fa163e77-2d70-a5ac-1a4b-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.408048 | 0.57s 2026-03-13 12:57:28.183784 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2026-03-13 12:57:28.550465 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-13 12:57:28.552986 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.810988 | 0.37s 2026-03-13 12:57:28.970796 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-13 12:57:28.971701 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.229714 | 0.79s 2026-03-13 12:57:29.209654 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-13 12:57:29.210989 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.468993 | 1.03s 2026-03-13 12:57:29.665237 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-13 12:57:29.666838 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.924844 | 1.48s 2026-03-13 12:57:29.975387 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-13 12:57:29.976677 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:08.234689 | 1.79s 2026-03-13 12:57:30.261268 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-13 12:57:30.261888 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:08.519903 | 2.08s 2026-03-13 12:57:30.733557 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-13 12:57:30.735259 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:08.993266 | 2.55s 2026-03-13 12:57:31.154767 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-13 12:57:31.156589 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:09.414595 | 2.97s 2026-03-13 12:57:31.467246 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-13 12:57:31.469002 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:09.727007 | 3.28s 2026-03-13 12:57:31.877905 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-13 12:57:31.879839 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:10.137846 | 3.69s 2026-03-13 12:57:32.235676 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-13 12:57:32.237170 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:10.495183 | 4.05s 2026-03-13 12:57:32.615754 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-13 12:57:32.616853 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:10.874861 | 4.43s 2026-03-13 12:57:33.049902 | fa163e77-2d70-a5ac-1a4b-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-13 12:57:33.051759 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:11.309767 | 4.87s 2026-03-13 12:57:33.065915 | fa163e77-2d70-a5ac-1a4b-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:11.323913 | 4.88s 2026-03-13 12:57:33.101843 | fa163e77-2d70-a5ac-1a4b-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-13 12:57:33.342762 | fa163e77-2d70-a5ac-1a4b-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-13 12:57:33.344403 | fa163e77-2d70-a5ac-1a4b-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:11.602405 | 0.24s 2026-03-13 12:57:33.454610 | fa163e77-2d70-a5ac-1a4b-0000000000f3 | TIMING | include_tasks | standalone | 0:28:11.712601 | 0.08s 2026-03-13 12:57:33.495514 | a8aa45f9-63b1-4f3a-ad28-01fc5986c78e | INCLUDED | /root/standalone-ansible-3co2r250/common_deploy_steps_tasks.yaml | standalone 2026-03-13 12:57:33.524036 | fa163e77-2d70-a5ac-1a4b-000000004ff5 | TASK | Write the config_step hieradata 2026-03-13 12:57:33.990482 | fa163e77-2d70-a5ac-1a4b-000000004ff5 | OK | Write the config_step hieradata | standalone 2026-03-13 12:57:33.991831 | fa163e77-2d70-a5ac-1a4b-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:28:12.249836 | 0.47s 2026-03-13 12:57:34.023445 | fa163e77-2d70-a5ac-1a4b-000000004ff6 | TASK | Run puppet host configuration for step 5 2026-03-13 12:57:34.300433 | fa163e77-2d70-a5ac-1a4b-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-13 12:57:34.301705 | fa163e77-2d70-a5ac-1a4b-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:12.559711 | 0.28s 2026-03-13 12:57:34.331556 | fa163e77-2d70-a5ac-1a4b-000000004ff7 | TASK | Wait for puppet host configuration to finish 2026-03-13 12:57:34.579663 | fa163e77-2d70-a5ac-1a4b-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-13 12:57:44.793835 | fa163e77-2d70-a5ac-1a4b-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-13 12:57:55.035052 | fa163e77-2d70-a5ac-1a4b-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-13 12:57:55.036670 | fa163e77-2d70-a5ac-1a4b-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:33.294676 | 20.70s 2026-03-13 12:57:55.067933 | fa163e77-2d70-a5ac-1a4b-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-13 12:57:55.121913 | fa163e77-2d70-a5ac-1a4b-000000004ff8 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 13 12:57:34 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 13 12:57:40 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 13 12:57:40 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 13 12:57:40 puppet-user: (file & line not available)", "<13>Mar 13 12:57:40 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 13 12:57:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 13 12:57:41 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:57:41 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 13 12:57:41 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 13 12:57:41 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:57:41 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:57:41 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:57:41 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:57:41 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Mar 13 12:57:41 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 13 12:57:41 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.58 seconds", "<13>Mar 13 12:57:45 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 13 12:57:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 13 12:57:49 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 13 12:57:49 puppet-user: Notice: Applied catalog in 8.49 seconds", "<13>Mar 13 12:57:49 puppet-user: Application:", "<13>Mar 13 12:57:49 puppet-user: Initial environment: production", "<13>Mar 13 12:57:49 puppet-user: Converged environment: production", "<13>Mar 13 12:57:49 puppet-user: Run mode: user", "<13>Mar 13 12:57:49 puppet-user: Changes:", "<13>Mar 13 12:57:49 puppet-user: Total: 2", "<13>Mar 13 12:57:49 puppet-user: Events:", "<13>Mar 13 12:57:49 puppet-user: Success: 2", "<13>Mar 13 12:57:49 puppet-user: Resources:", "<13>Mar 13 12:57:49 puppet-user: Changed: 2", "<13>Mar 13 12:57:49 puppet-user: Out of sync: 2", "<13>Mar 13 12:57:49 puppet-user: Total: 37", "<13>Mar 13 12:57:49 puppet-user: Time:", "<13>Mar 13 12:57:49 puppet-user: Filebucket: 0.00", "<13>Mar 13 12:57:49 puppet-user: File line: 0.00", "<13>Mar 13 12:57:49 puppet-user: Schedule: 0.00", "<13>Mar 13 12:57:49 puppet-user: Package: 0.00", "<13>Mar 13 12:57:49 puppet-user: User: 0.01", "<13>Mar 13 12:57:49 puppet-user: Augeas: 0.01", "<13>Mar 13 12:57:49 puppet-user: File: 0.07", "<13>Mar 13 12:57:49 puppet-user: Service: 0.20", "<13>Mar 13 12:57:49 puppet-user: Config retrieval: 0.72", "<13>Mar 13 12:57:49 puppet-user: Pcmk property: 1.56", "<13>Mar 13 12:57:49 puppet-user: Last run: 1773406669", "<13>Mar 13 12:57:49 puppet-user: Exec: 2.05", "<13>Mar 13 12:57:49 puppet-user: Pcmk resource op default: 2.15", "<13>Mar 13 12:57:49 puppet-user: Pcmk resource default: 2.17", "<13>Mar 13 12:57:49 puppet-user: Transaction evaluation: 8.41", "<13>Mar 13 12:57:49 puppet-user: Catalog application: 8.49", "<13>Mar 13 12:57:49 puppet-user: Total: 8.50", "<13>Mar 13 12:57:49 puppet-user: Version:", "<13>Mar 13 12:57:49 puppet-user: Config: 1773406660", "<13>Mar 13 12:57:49 puppet-user: Puppet: 7.10.0" ] } 2026-03-13 12:57:55.123506 | fa163e77-2d70-a5ac-1a4b-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:33.381509 | 0.05s 2026-03-13 12:57:55.155912 | fa163e77-2d70-a5ac-1a4b-000000004ff9 | TASK | Pre-cache facts for puppet containers 2026-03-13 12:57:55.187168 | fa163e77-2d70-a5ac-1a4b-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:33.445162 | 0.03s 2026-03-13 12:57:55.258235 | fa163e77-2d70-a5ac-1a4b-000000005038 | TASK | Gather variables for each operating system 2026-03-13 12:57:55.350581 | fa163e77-2d70-a5ac-1a4b-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:33.608577 | 0.09s 2026-03-13 12:57:55.374277 | fa163e77-2d70-a5ac-1a4b-000000005039 | TASK | Create puppet caching structures 2026-03-13 12:57:55.666409 | fa163e77-2d70-a5ac-1a4b-000000005039 | CHANGED | Create puppet caching structures | standalone 2026-03-13 12:57:55.667893 | fa163e77-2d70-a5ac-1a4b-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:33.925897 | 0.29s 2026-03-13 12:57:55.698172 | fa163e77-2d70-a5ac-1a4b-00000000503a | TASK | Check for facter.conf 2026-03-13 12:57:55.921326 | fa163e77-2d70-a5ac-1a4b-00000000503a | OK | Check for facter.conf | standalone 2026-03-13 12:57:55.922780 | fa163e77-2d70-a5ac-1a4b-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:34.180786 | 0.22s 2026-03-13 12:57:55.953057 | fa163e77-2d70-a5ac-1a4b-00000000503b | TASK | Remove facter.conf if directory 2026-03-13 12:57:56.004446 | fa163e77-2d70-a5ac-1a4b-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2026-03-13 12:57:56.005615 | fa163e77-2d70-a5ac-1a4b-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:34.263619 | 0.05s 2026-03-13 12:57:56.040004 | fa163e77-2d70-a5ac-1a4b-00000000503c | TASK | Write facter cache config 2026-03-13 12:57:56.529231 | fa163e77-2d70-a5ac-1a4b-00000000503c | CHANGED | Write facter cache config | standalone 2026-03-13 12:57:56.530738 | fa163e77-2d70-a5ac-1a4b-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:34.788744 | 0.49s 2026-03-13 12:57:56.560870 | fa163e77-2d70-a5ac-1a4b-00000000503d | TASK | Cleanup facter cache if exists 2026-03-13 12:57:56.784559 | fa163e77-2d70-a5ac-1a4b-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2026-03-13 12:57:56.786398 | fa163e77-2d70-a5ac-1a4b-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:35.044397 | 0.22s 2026-03-13 12:57:56.817181 | fa163e77-2d70-a5ac-1a4b-00000000503e | TASK | Pre-cache facts 2026-03-13 12:57:57.511215 | fa163e77-2d70-a5ac-1a4b-00000000503e | CHANGED | Pre-cache facts | standalone 2026-03-13 12:57:57.512800 | fa163e77-2d70-a5ac-1a4b-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:35.770796 | 0.69s 2026-03-13 12:57:57.551124 | fa163e77-2d70-a5ac-1a4b-00000000503f | TASK | Failed deployment if facter fails 2026-03-13 12:57:57.594403 | fa163e77-2d70-a5ac-1a4b-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2026-03-13 12:57:57.595699 | fa163e77-2d70-a5ac-1a4b-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:35.853703 | 0.04s 2026-03-13 12:57:57.643335 | fa163e77-2d70-a5ac-1a4b-000000005040 | TASK | Sync cached facts 2026-03-13 12:57:57.961381 | fa163e77-2d70-a5ac-1a4b-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-000000005040') missing from stats 2026-03-13 12:57:58.020468 | fa163e77-2d70-a5ac-1a4b-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-13 12:57:58.058124 | fa163e77-2d70-a5ac-1a4b-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-13 12:57:58.059019 | fa163e77-2d70-a5ac-1a4b-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:36.317029 | 0.04s 2026-03-13 12:57:58.083359 | fa163e77-2d70-a5ac-1a4b-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-13 12:57:58.116173 | fa163e77-2d70-a5ac-1a4b-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:36.374175 | 0.03s 2026-03-13 12:57:58.173765 | fa163e77-2d70-a5ac-1a4b-000000005097 | TASK | Gather variables for each operating system 2026-03-13 12:57:58.258520 | fa163e77-2d70-a5ac-1a4b-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:36.516508 | 0.08s 2026-03-13 12:57:58.290391 | fa163e77-2d70-a5ac-1a4b-000000005098 | TASK | Create container logs path 2026-03-13 12:57:58.528413 | fa163e77-2d70-a5ac-1a4b-000000005098 | OK | Create container logs path | standalone 2026-03-13 12:57:58.529771 | fa163e77-2d70-a5ac-1a4b-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:36.787776 | 0.24s 2026-03-13 12:57:58.565859 | fa163e77-2d70-a5ac-1a4b-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-13 12:57:58.831631 | fa163e77-2d70-a5ac-1a4b-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-13 12:57:58.833122 | fa163e77-2d70-a5ac-1a4b-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:37.091083 | 0.27s 2026-03-13 12:57:58.864242 | fa163e77-2d70-a5ac-1a4b-00000000509b | TASK | Finalise hashes for all containers 2026-03-13 12:57:58.936843 | fa163e77-2d70-a5ac-1a4b-00000000509b | OK | Finalise hashes for all containers | standalone 2026-03-13 12:57:58.938047 | fa163e77-2d70-a5ac-1a4b-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:37.196052 | 0.07s 2026-03-13 12:57:58.968354 | fa163e77-2d70-a5ac-1a4b-00000000509d | TASK | Manage systemd shutdown files 2026-03-13 12:57:59.005122 | fa163e77-2d70-a5ac-1a4b-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:37.263059 | 0.04s 2026-03-13 12:57:59.041306 | 24f64ae1-c4da-4919-8ed0-2316d22bdc9d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-13 12:57:59.074263 | fa163e77-2d70-a5ac-1a4b-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-13 12:57:59.339393 | fa163e77-2d70-a5ac-1a4b-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-13 12:57:59.342139 | fa163e77-2d70-a5ac-1a4b-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:37.600138 | 0.27s 2026-03-13 12:57:59.379706 | fa163e77-2d70-a5ac-1a4b-0000000050d1 | TASK | Set podman_drop_in fact 2026-03-13 12:57:59.426243 | fa163e77-2d70-a5ac-1a4b-0000000050d1 | OK | Set podman_drop_in fact | standalone 2026-03-13 12:57:59.428029 | fa163e77-2d70-a5ac-1a4b-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:37.686024 | 0.04s 2026-03-13 12:57:59.458325 | fa163e77-2d70-a5ac-1a4b-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-13 12:57:59.927336 | fa163e77-2d70-a5ac-1a4b-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-13 12:57:59.928204 | fa163e77-2d70-a5ac-1a4b-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:38.186217 | 0.47s 2026-03-13 12:58:00.451383 | fa163e77-2d70-a5ac-1a4b-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-13 12:58:00.452490 | fa163e77-2d70-a5ac-1a4b-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:38.710497 | 0.99s 2026-03-13 12:58:00.458972 | fa163e77-2d70-a5ac-1a4b-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:38.716973 | 1.00s 2026-03-13 12:58:00.489125 | fa163e77-2d70-a5ac-1a4b-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-13 12:58:00.970143 | fa163e77-2d70-a5ac-1a4b-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-13 12:58:00.971719 | fa163e77-2d70-a5ac-1a4b-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:39.229724 | 0.48s 2026-03-13 12:58:01.001804 | fa163e77-2d70-a5ac-1a4b-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-13 12:58:01.532547 | fa163e77-2d70-a5ac-1a4b-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-13 12:58:01.533937 | fa163e77-2d70-a5ac-1a4b-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:39.791942 | 0.53s 2026-03-13 12:58:01.565661 | fa163e77-2d70-a5ac-1a4b-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2026-03-13 12:58:02.618257 | fa163e77-2d70-a5ac-1a4b-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-13 12:58:02.620495 | fa163e77-2d70-a5ac-1a4b-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:40.878497 | 1.05s 2026-03-13 12:58:02.645468 | fa163e77-2d70-a5ac-1a4b-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-13 12:58:03.146956 | fa163e77-2d70-a5ac-1a4b-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-13 12:58:03.148673 | fa163e77-2d70-a5ac-1a4b-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:41.406676 | 0.50s 2026-03-13 12:58:03.178735 | fa163e77-2d70-a5ac-1a4b-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-13 12:58:03.713661 | fa163e77-2d70-a5ac-1a4b-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-13 12:58:03.715156 | fa163e77-2d70-a5ac-1a4b-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:41.973159 | 0.53s 2026-03-13 12:58:03.746420 | fa163e77-2d70-a5ac-1a4b-0000000050d9 | TASK | Enable and start netns-placeholder 2026-03-13 12:58:04.778777 | fa163e77-2d70-a5ac-1a4b-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-13 12:58:04.780730 | fa163e77-2d70-a5ac-1a4b-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:43.038734 | 1.03s 2026-03-13 12:58:04.816065 | fa163e77-2d70-a5ac-1a4b-00000000509f | TASK | Update container configs with new config hashes 2026-03-13 12:58:04.885783 | fa163e77-2d70-a5ac-1a4b-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:43.143777 | 0.07s 2026-03-13 12:58:04.907782 | 959764a2-81be-4632-8f6d-e21def23b726 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-13 12:58:04.942934 | fa163e77-2d70-a5ac-1a4b-000000005101 | TASK | Update config hashes for container startup configs 2026-03-13 12:58:05.335649 | fa163e77-2d70-a5ac-1a4b-000000005101 | OK | Update config hashes for container startup configs | standalone 2026-03-13 12:58:05.337269 | fa163e77-2d70-a5ac-1a4b-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:43.595271 | 0.39s 2026-03-13 12:58:05.370062 | fa163e77-2d70-a5ac-1a4b-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-13 12:58:05.432517 | fa163e77-2d70-a5ac-1a4b-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:43.690512 | 0.06s 2026-03-13 12:58:05.458283 | b3ced8b2-8507-47be-9db1-9838514fda1e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-13 12:58:05.496822 | fa163e77-2d70-a5ac-1a4b-000000005120 | TASK | Gather podman infos 2026-03-13 12:58:07.600281 | fa163e77-2d70-a5ac-1a4b-000000005120 | OK | Gather podman infos | standalone 2026-03-13 12:58:07.601361 | fa163e77-2d70-a5ac-1a4b-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:45.859368 | 2.10s 2026-03-13 12:58:07.747460 | fa163e77-2d70-a5ac-1a4b-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-13 12:58:07.807903 | fa163e77-2d70-a5ac-1a4b-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:46.065912 | 0.05s 2026-03-13 12:58:07.958208 | fa163e77-2d70-a5ac-1a4b-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:46.216209 | 0.11s 2026-03-13 12:58:08.008602 | fa163e77-2d70-a5ac-1a4b-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-13 12:58:08.049907 | fa163e77-2d70-a5ac-1a4b-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:46.307916 | 0.04s 2026-03-13 12:58:08.061442 | 1efc385c-4957-4216-bdcd-e615bdd9af19 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-13 12:58:08.087157 | fa163e77-2d70-a5ac-1a4b-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-13 12:58:32.598989 | fa163e77-2d70-a5ac-1a4b-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-13 12:58:32.601587 | fa163e77-2d70-a5ac-1a4b-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:10.859589 | 24.51s 2026-03-13 12:58:32.628529 | fa163e77-2d70-a5ac-1a4b-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-13 12:58:58.300728 | fa163e77-2d70-a5ac-1a4b-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-13 12:58:58.302500 | fa163e77-2d70-a5ac-1a4b-000000005191 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:36.560504 | 25.67s 2026-03-13 12:58:58.380357 | fa163e77-2d70-a5ac-1a4b-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-13 12:58:58.612809 | fa163e77-2d70-a5ac-1a4b-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-13 12:58:58.613909 | fa163e77-2d70-a5ac-1a4b-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:36.871920 | 0.23s 2026-03-13 12:58:58.649231 | fa163e77-2d70-a5ac-1a4b-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-13 12:58:58.708545 | fa163e77-2d70-a5ac-1a4b-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:36.966542 | 0.06s 2026-03-13 12:58:58.739504 | fa163e77-2d70-a5ac-1a4b-000000005000 | TASK | Include container-puppet tasks for step 5 2026-03-13 12:58:58.784367 | fa163e77-2d70-a5ac-1a4b-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:37.042359 | 0.04s 2026-03-13 12:58:58.810577 | d0e8356f-6f1c-4649-85c1-b7cd4af1cc8d | INCLUDED | /root/standalone-ansible-3co2r250/host-container-puppet-tasks.yaml | standalone 2026-03-13 12:58:58.861715 | fa163e77-2d70-a5ac-1a4b-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-13 12:58:59.367744 | fa163e77-2d70-a5ac-1a4b-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-13 12:58:59.368957 | fa163e77-2d70-a5ac-1a4b-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:37.626970 | 0.51s 2026-03-13 12:58:59.389339 | fa163e77-2d70-a5ac-1a4b-0000000051de | TASK | Generate container puppet configs for step 5 2026-03-13 12:58:59.625330 | fa163e77-2d70-a5ac-1a4b-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2026-03-13 12:58:59.626751 | fa163e77-2d70-a5ac-1a4b-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:37.884764 | 0.24s 2026-03-13 12:58:59.646979 | fa163e77-2d70-a5ac-1a4b-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-13 12:58:59.663705 | fa163e77-2d70-a5ac-1a4b-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:37.921706 | 0.02s 2026-03-13 12:58:59.717275 | fa163e77-2d70-a5ac-1a4b-00000000520e | TASK | Gather variables for each operating system 2026-03-13 12:58:59.808436 | fa163e77-2d70-a5ac-1a4b-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:38.066441 | 0.09s 2026-03-13 12:58:59.829186 | fa163e77-2d70-a5ac-1a4b-00000000520f | TASK | Create container logs path 2026-03-13 12:59:00.050119 | fa163e77-2d70-a5ac-1a4b-00000000520f | OK | Create container logs path | standalone 2026-03-13 12:59:00.050921 | fa163e77-2d70-a5ac-1a4b-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:38.308936 | 0.22s 2026-03-13 12:59:00.072242 | fa163e77-2d70-a5ac-1a4b-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-13 12:59:00.277703 | fa163e77-2d70-a5ac-1a4b-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-13 12:59:00.278697 | fa163e77-2d70-a5ac-1a4b-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:38.536710 | 0.21s 2026-03-13 12:59:00.298151 | fa163e77-2d70-a5ac-1a4b-000000005212 | TASK | Finalise hashes for all containers 2026-03-13 12:59:00.335001 | fa163e77-2d70-a5ac-1a4b-000000005212 | OK | Finalise hashes for all containers | standalone 2026-03-13 12:59:00.335771 | fa163e77-2d70-a5ac-1a4b-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:38.593787 | 0.04s 2026-03-13 12:59:00.356001 | fa163e77-2d70-a5ac-1a4b-000000005214 | TASK | Manage systemd shutdown files 2026-03-13 12:59:00.395098 | fa163e77-2d70-a5ac-1a4b-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-13 12:59:00.395925 | fa163e77-2d70-a5ac-1a4b-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:38.653937 | 0.04s 2026-03-13 12:59:00.416286 | fa163e77-2d70-a5ac-1a4b-000000005216 | TASK | Update container configs with new config hashes 2026-03-13 12:59:00.447106 | fa163e77-2d70-a5ac-1a4b-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-13 12:59:00.447934 | fa163e77-2d70-a5ac-1a4b-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:38.705948 | 0.03s 2026-03-13 12:59:00.469721 | fa163e77-2d70-a5ac-1a4b-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-13 12:59:00.497007 | fa163e77-2d70-a5ac-1a4b-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-13 12:59:00.497713 | fa163e77-2d70-a5ac-1a4b-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:38.755727 | 0.03s 2026-03-13 12:59:00.518679 | fa163e77-2d70-a5ac-1a4b-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-13 12:59:00.552645 | fa163e77-2d70-a5ac-1a4b-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-13 12:59:00.553403 | fa163e77-2d70-a5ac-1a4b-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:38.811417 | 0.03s PLAY [Server Post Deployments] ************************************************* 2026-03-13 12:59:00.686720 | fa163e77-2d70-a5ac-1a4b-0000000000f7 | TASK | Server Post Deployments 2026-03-13 12:59:00.716739 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000f7') missing from stats 2026-03-13 12:59:00.774125 | fa163e77-2d70-a5ac-1a4b-0000000000f8 | TIMING | include_tasks | standalone | 0:29:39.032131 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-13 12:59:00.883556 | fa163e77-2d70-a5ac-1a4b-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-13 12:59:00.920766 | fa163e77-2d70-a5ac-1a4b-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', 'fa163e77-2d70-a5ac-1a4b-0000000000fc') missing from stats 2026-03-13 12:59:00.936743 | fa163e77-2d70-a5ac-1a4b-000000000100 | TASK | is additonal Cell? 2026-03-13 12:59:00.972862 | fa163e77-2d70-a5ac-1a4b-000000000100 | OK | is additonal Cell? | undercloud 2026-03-13 12:59:00.973451 | fa163e77-2d70-a5ac-1a4b-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:39.231464 | 0.04s 2026-03-13 12:59:00.987015 | fa163e77-2d70-a5ac-1a4b-000000000102 | TASK | discover via nova_manager? 2026-03-13 12:59:01.057699 | fa163e77-2d70-a5ac-1a4b-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-13 12:59:01.058788 | fa163e77-2d70-a5ac-1a4b-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:39.316792 | 0.07s 2026-03-13 12:59:01.076314 | fa163e77-2d70-a5ac-1a4b-000000000103 | TASK | discover via nova_api? 2026-03-13 12:59:01.140784 | fa163e77-2d70-a5ac-1a4b-000000000103 | OK | discover via nova_api? | undercloud 2026-03-13 12:59:01.142113 | fa163e77-2d70-a5ac-1a4b-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:39.400091 | 0.06s 2026-03-13 12:59:01.159569 | fa163e77-2d70-a5ac-1a4b-000000000104 | TASK | Warn if no discovery host available 2026-03-13 12:59:01.198447 | fa163e77-2d70-a5ac-1a4b-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-13 12:59:01.199707 | fa163e77-2d70-a5ac-1a4b-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:39.457706 | 0.04s 2026-03-13 12:59:01.234790 | fa163e77-2d70-a5ac-1a4b-000000000105 | TASK | Discovering nova hosts 2026-03-13 12:59:04.150454 | fa163e77-2d70-a5ac-1a4b-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-000000000105') missing from stats 2026-03-13 12:59:04.203015 | fa163e77-2d70-a5ac-1a4b-000000000106 | OK | set_fact | undercloud 2026-03-13 12:59:04.203843 | fa163e77-2d70-a5ac-1a4b-000000000106 | TIMING | set_fact | undercloud | 0:29:42.461853 | 0.04s 2026-03-13 12:59:04.218473 | fa163e77-2d70-a5ac-1a4b-000000000108 | TASK | Set up group_vars 2026-03-13 12:59:04.252167 | fa163e77-2d70-a5ac-1a4b-000000000108 | OK | Set up group_vars | undercloud 2026-03-13 12:59:04.252995 | fa163e77-2d70-a5ac-1a4b-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:42.511007 | 0.03s 2026-03-13 12:59:04.267652 | fa163e77-2d70-a5ac-1a4b-000000000109 | TASK | Make needed directories on the undercloud 2026-03-13 12:59:04.493057 | fa163e77-2d70-a5ac-1a4b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-3co2r250/octavia-ansible 2026-03-13 12:59:04.494577 | fa163e77-2d70-a5ac-1a4b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:42.752576 | 0.23s 2026-03-13 12:59:04.704962 | fa163e77-2d70-a5ac-1a4b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-3co2r250/octavia-ansible/local_dir 2026-03-13 12:59:04.706340 | fa163e77-2d70-a5ac-1a4b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:42.964348 | 0.44s 2026-03-13 12:59:04.915658 | fa163e77-2d70-a5ac-1a4b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-3co2r250/octavia-ansible/group_vars 2026-03-13 12:59:04.916713 | fa163e77-2d70-a5ac-1a4b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:43.174720 | 0.65s 2026-03-13 12:59:04.922951 | fa163e77-2d70-a5ac-1a4b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:43.180952 | 0.65s 2026-03-13 12:59:04.938774 | fa163e77-2d70-a5ac-1a4b-00000000010a | TASK | Write group_vars file 2026-03-13 12:59:05.482557 | fa163e77-2d70-a5ac-1a4b-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-13 12:59:05.484122 | fa163e77-2d70-a5ac-1a4b-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:43.742101 | 0.54s 2026-03-13 12:59:05.524501 | fa163e77-2d70-a5ac-1a4b-00000000010b | TASK | Gather missing facts 2026-03-13 12:59:05.878848 | fa163e77-2d70-a5ac-1a4b-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e77-2d70-a5ac-1a4b-00000000010b') missing from stats 2026-03-13 12:59:05.898426 | fa163e77-2d70-a5ac-1a4b-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:44.156424 | 0.37s 2026-03-13 12:59:05.917626 | fa163e77-2d70-a5ac-1a4b-00000000010c | TASK | Write octavia inventory 2026-03-13 12:59:06.513322 | fa163e77-2d70-a5ac-1a4b-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-13 12:59:06.515056 | fa163e77-2d70-a5ac-1a4b-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:44.773057 | 0.60s 2026-03-13 12:59:06.533352 | fa163e77-2d70-a5ac-1a4b-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-13 12:59:06.757851 | fa163e77-2d70-a5ac-1a4b-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-13 12:59:06.759521 | fa163e77-2d70-a5ac-1a4b-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:45.017519 | 0.22s 2026-03-13 12:59:06.777972 | fa163e77-2d70-a5ac-1a4b-00000000010e | TASK | Set private key location 2026-03-13 12:59:06.830512 | fa163e77-2d70-a5ac-1a4b-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-13 12:59:06.831957 | fa163e77-2d70-a5ac-1a4b-00000000010e | TIMING | Set private key location | undercloud | 0:29:45.089958 | 0.05s 2026-03-13 12:59:06.850312 | fa163e77-2d70-a5ac-1a4b-00000000010f | TASK | Configure octavia command 2026-03-13 12:59:06.923231 | fa163e77-2d70-a5ac-1a4b-00000000010f | OK | Configure octavia command | undercloud 2026-03-13 12:59:06.924537 | fa163e77-2d70-a5ac-1a4b-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:45.182537 | 0.07s 2026-03-13 12:59:06.981554 | fa163e77-2d70-a5ac-1a4b-000000000110 | OK | set_fact | undercloud 2026-03-13 12:59:06.982666 | fa163e77-2d70-a5ac-1a4b-000000000110 | TIMING | set_fact | undercloud | 0:29:45.240674 | 0.04s 2026-03-13 12:59:07.027598 | fa163e77-2d70-a5ac-1a4b-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-3co2r250/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-3co2r250/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-3co2r250/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-13 12:59:07.028618 | fa163e77-2d70-a5ac-1a4b-000000000111 | TIMING | debug | undercloud | 0:29:45.286628 | 0.03s 2026-03-13 12:59:07.044443 | fa163e77-2d70-a5ac-1a4b-000000000112 | TASK | Configure octavia on overcloud 2026-03-13 13:03:06.958381 | fa163e77-2d70-a5ac-1a4b-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-13 13:03:06.960760 | fa163e77-2d70-a5ac-1a4b-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:45.218767 | 239.92s 2026-03-13 13:03:06.978491 | fa163e77-2d70-a5ac-1a4b-000000000113 | TASK | Purge temp dirs 2026-03-13 13:03:07.189657 | fa163e77-2d70-a5ac-1a4b-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-3co2r250/octavia-ansible/local_dir 2026-03-13 13:03:07.192736 | fa163e77-2d70-a5ac-1a4b-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:45.450733 | 0.21s 2026-03-13 13:03:07.204563 | fa163e77-2d70-a5ac-1a4b-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:45.462567 | 0.23s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2026-03-13 13:03:07.260582 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 13:03:07.260905 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 13:03:07.261232 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:45.519251 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-13 13:03:07.261548 | UUID | Info | Host | Task Name | Run Time 2026-03-13 13:03:07.261851 | fa163e77-2d70-a5ac-1a4b-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 305.78s 2026-03-13 13:03:07.262173 | fa163e77-2d70-a5ac-1a4b-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 239.92s 2026-03-13 13:03:07.262475 | fa163e77-2d70-a5ac-1a4b-000000004dfa | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 121.86s 2026-03-13 13:03:07.262703 | fa163e77-2d70-a5ac-1a4b-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.46s 2026-03-13 13:03:07.262930 | fa163e77-2d70-a5ac-1a4b-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 62.05s 2026-03-13 13:03:07.263185 | fa163e77-2d70-a5ac-1a4b-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.71s 2026-03-13 13:03:07.263413 | fa163e77-2d70-a5ac-1a4b-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 53.39s 2026-03-13 13:03:07.263636 | fa163e77-2d70-a5ac-1a4b-000000003c19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 35.33s 2026-03-13 13:03:07.263933 | fa163e77-2d70-a5ac-1a4b-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 33.20s 2026-03-13 13:03:07.264264 | fa163e77-2d70-a5ac-1a4b-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.97s 2026-03-13 13:03:07.264562 | fa163e77-2d70-a5ac-1a4b-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.03s 2026-03-13 13:03:07.264863 | fa163e77-2d70-a5ac-1a4b-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 26.02s 2026-03-13 13:03:07.265190 | fa163e77-2d70-a5ac-1a4b-000000005191 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.67s 2026-03-13 13:03:07.265432 | fa163e77-2d70-a5ac-1a4b-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.48s 2026-03-13 13:03:07.265656 | fa163e77-2d70-a5ac-1a4b-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.51s 2026-03-13 13:03:07.265905 | fa163e77-2d70-a5ac-1a4b-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.29s 2026-03-13 13:03:07.266213 | fa163e77-2d70-a5ac-1a4b-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.18s 2026-03-13 13:03:07.266501 | fa163e77-2d70-a5ac-1a4b-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.99s 2026-03-13 13:03:07.266823 | fa163e77-2d70-a5ac-1a4b-000000003a84 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2026-03-13 13:03:07.267157 | fa163e77-2d70-a5ac-1a4b-000000003511 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2026-03-13 13:03:07.267444 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-3co2r250 Install artifact is located at /root/standalone-install-20260313130307.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.joJudlOZ5Y + exit 0 ~/ci-framework-data/artifacts