~/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.T6inItGQXK + 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.T6inItGQXK/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=False + 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.T6inItGQXK/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.T6inItGQXK + J2_VARS_FILE=/tmp/tmp.T6inItGQXK/tmp.JEvsyu9kRm.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.T6inItGQXK/tmp.JEvsyu9kRm.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.T6inItGQXK/tmp.JEvsyu9kRm.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.T6inItGQXK/tmp.JEvsyu9kRm.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.T6inItGQXK/tmp.JEvsyu9kRm.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.T6inItGQXK/tmp.JEvsyu9kRm.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.T6inItGQXK/tmp.JEvsyu9kRm.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.T6inItGQXK/tmp.JEvsyu9kRm.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.T6inItGQXK/tmp.JEvsyu9kRm.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.T6inItGQXK/tmp.JEvsyu9kRm.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.T6inItGQXK/tmp.JEvsyu9kRm.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.T6inItGQXK/tmp.JEvsyu9kRm.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.T6inItGQXK/tmp.JEvsyu9kRm.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.T6inItGQXK/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.T6inItGQXK/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.T6inItGQXK/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.T6inItGQXK/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.T6inItGQXK/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 /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 3.9 MB/s | 2.5 MB 00:00 Last metadata expiration check: 0:00:01 ago on Sat Dec 6 07:23:35 2025. 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-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 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.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 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.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 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.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 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.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 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): libaio-0.3.111-13.el9.x86_64.rpm 272 kB/s | 26 kB 00:00 (3/399): python3-openvswitch3.3-3.3.6-141.el9fd 1.3 MB/s | 383 kB 00:00 (4/399): device-mapper-persistent-data-0.9.0-13 2.6 MB/s | 786 kB 00:00 (5/399): krb5-workstation-1.20.1-8.el9.x86_64.r 5.3 MB/s | 542 kB 00:00 (6/399): glibc-langpack-en-2.34-60.el9.x86_64.r 3.7 MB/s | 675 kB 00:00 (7/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 379 kB/s | 62 kB 00:00 (8/399): pkgconf-1.7.3-10.el9.x86_64.rpm 502 kB/s | 45 kB 00:00 (9/399): libkadm5-1.20.1-8.el9.x86_64.rpm 541 kB/s | 81 kB 00:00 (10/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 250 kB/s | 37 kB 00:00 (11/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 149 kB/s | 16 kB 00:00 (12/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 408 kB/s | 36 kB 00:00 (13/399): python3-dns-2.2.1-2.el9.noarch.rpm 2.6 MB/s | 418 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 273 kB/s | 30 kB 00:00 (15/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 204 kB/s | 19 kB 00:00 (16/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 39 kB/s | 12 kB 00:00 (17/399): device-mapper-event-1.02.187-7.el9_2. 302 kB/s | 32 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 12 MB/s | 1.5 MB 00:00 (19/399): device-mapper-event-libs-1.02.187-7.e 206 kB/s | 31 kB 00:00 (20/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.3 MB/s | 223 kB 00:00 (21/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 6.3 MB/s | 1.0 MB 00:00 (22/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 711 kB/s | 64 kB 00:00 (23/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.0 MB/s | 98 kB 00:00 (24/399): boost-system-1.75.0-8.el9.x86_64.rpm 60 kB/s | 15 kB 00:00 (25/399): python3-urllib-gssapi-1.0.2-4.el9.noa 201 kB/s | 24 kB 00:00 (26/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.3 MB/s | 216 kB 00:00 (27/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 196 kB/s | 17 kB 00:00 (28/399): boost-thread-1.75.0-8.el9.x86_64.rpm 519 kB/s | 57 kB 00:00 (29/399): perl-Data-Dumper-2.174-462.el9.x86_64 398 kB/s | 59 kB 00:00 (30/399): perl-Exporter-5.74-461.el9.noarch.rpm 243 kB/s | 34 kB 00:00 (31/399): perl-File-Temp-0.231.100-4.el9.noarch 512 kB/s | 63 kB 00:00 (32/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 278 kB/s | 25 kB 00:00 (33/399): perl-parent-0.238-460.el9.noarch.rpm 116 kB/s | 16 kB 00:00 (34/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.0 MB/s | 321 kB 00:00 (35/399): python3-pyasn1-modules-0.4.8-6.el9.no 1.5 MB/s | 283 kB 00:00 (36/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.4 MB/s | 224 kB 00:00 (37/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 344 kB/s | 45 kB 00:00 (38/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 2.9 MB/s | 392 kB 00:00 (39/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.0 MB/s | 92 kB 00:00 (40/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.4 MB/s | 229 kB 00:00 (41/399): perl-Term-ANSIColor-5.01-461.el9.noar 434 kB/s | 51 kB 00:00 (42/399): perl-Text-ParseWords-3.30-460.el9.noa 139 kB/s | 18 kB 00:00 (43/399): perl-URI-5.09-3.el9.noarch.rpm 1.4 MB/s | 125 kB 00:00 (44/399): perl-libnet-3.13-4.el9.noarch.rpm 1.1 MB/s | 134 kB 00:00 (45/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 299 kB/s | 26 kB 00:00 (46/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (47/399): iptables-nft-services-1.8.8-6.el9_1.n 309 kB/s | 28 kB 00:00 (48/399): perl-Carp-1.50-460.el9.noarch.rpm 341 kB/s | 31 kB 00:00 (49/399): perl-Encode-3.08-462.el9.x86_64.rpm 11 MB/s | 1.7 MB 00:00 (50/399): perl-Mozilla-CA-20200520-6.el9.noarch 132 kB/s | 14 kB 00:00 (51/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 274 kB/s | 24 kB 00:00 (52/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.3 MB/s | 218 kB 00:00 (53/399): perl-Time-Local-1.300-7.el9.noarch.rp 367 kB/s | 37 kB 00:00 (54/399): python3-yubico-1.3.3-7.el9.noarch.rpm 545 kB/s | 73 kB 00:00 (55/399): perl-Pod-Escapes-1.07-460.el9.noarch. 225 kB/s | 22 kB 00:00 (56/399): sshpass-1.09-4.el9.x86_64.rpm 263 kB/s | 30 kB 00:00 (57/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 388 kB/s | 76 kB 00:00 (58/399): boost-filesystem-1.75.0-8.el9.x86_64. 574 kB/s | 59 kB 00:00 (59/399): boost-log-1.75.0-8.el9.x86_64.rpm 3.9 MB/s | 410 kB 00:00 (60/399): boost-program-options-1.75.0-8.el9.x8 1.1 MB/s | 108 kB 00:00 (61/399): libburn-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 175 kB 00:00 (62/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 359 kB/s | 39 kB 00:00 (63/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 382 kB/s | 34 kB 00:00 (64/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 160 kB/s | 19 kB 00:00 (65/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 419 kB 00:00 (66/399): perl-Digest-1.19-4.el9.noarch.rpm 248 kB/s | 29 kB 00:00 (67/399): perl-File-Path-2.18-4.el9.noarch.rpm 387 kB/s | 38 kB 00:00 (68/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (69/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 483 kB/s | 43 kB 00:00 (70/399): perl-Scalar-List-Utils-1.56-461.el9.x 831 kB/s | 77 kB 00:00 (71/399): perl-Socket-2.031-4.el9.x86_64.rpm 658 kB/s | 58 kB 00:00 (72/399): perl-podlators-4.14-460.el9.noarch.rp 1.1 MB/s | 118 kB 00:00 (73/399): perl-constant-1.33-461.el9.noarch.rpm 167 kB/s | 25 kB 00:00 (74/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 792 kB/s | 112 kB 00:00 (75/399): python3-appdirs-1.4.4-4.el9.noarch.rp 273 kB/s | 27 kB 00:00 (76/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 163 kB 00:00 (77/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 916 kB/s | 96 kB 00:00 (78/399): python3-qrcode-core-6.1-12.el9.noarch 554 kB/s | 61 kB 00:00 (79/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 279 kB 00:00 (80/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 400 kB/s | 48 kB 00:00 (81/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.8 MB/s | 221 kB 00:00 (82/399): python3-alembic-1.7.5-3.el9.noarch.rp 6.7 MB/s | 900 kB 00:00 (83/399): python3-augeas-0.5.0-25.el9.noarch.rp 235 kB/s | 31 kB 00:00 (84/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 2.5 MB/s | 489 kB 00:00 (85/399): jq-1.6-14.el9.x86_64.rpm 1.7 MB/s | 190 kB 00:00 (86/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 2.7 MB/s | 459 kB 00:00 (87/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 589 kB/s | 59 kB 00:00 (88/399): perl-AutoLoader-5.74-480.el9.noarch.r 217 kB/s | 23 kB 00:00 (89/399): perl-B-1.80-480.el9.x86_64.rpm 1.5 MB/s | 185 kB 00:00 (90/399): perl-Class-Struct-0.66-480.el9.noarch 191 kB/s | 24 kB 00:00 (91/399): perl-Errno-1.30-480.el9.x86_64.rpm 136 kB/s | 17 kB 00:00 (92/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 238 kB/s | 23 kB 00:00 (93/399): perl-File-Basename-2.85-480.el9.noarc 202 kB/s | 19 kB 00:00 (94/399): perl-File-stat-1.09-480.el9.noarch.rp 137 kB/s | 19 kB 00:00 (95/399): perl-FileHandle-2.03-480.el9.noarch.r 184 kB/s | 17 kB 00:00 (96/399): perl-Getopt-Std-1.12-480.el9.noarch.r 177 kB/s | 17 kB 00:00 (97/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 258 kB/s | 25 kB 00:00 (98/399): perl-POSIX-1.94-480.el9.x86_64.rpm 989 kB/s | 99 kB 00:00 (99/399): perl-interpreter-5.32.1-480.el9.x86_6 757 kB/s | 75 kB 00:00 (100/399): perl-Symbol-1.08-480.el9.noarch.rpm 117 kB/s | 16 kB 00:00 (101/399): perl-SelectSaver-1.02-480.el9.noarch 54 kB/s | 13 kB 00:00 (102/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (103/399): perl-overload-1.31-480.el9.noarch.rp 454 kB/s | 47 kB 00:00 (104/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.6 MB/s | 259 kB 00:00 (105/399): perl-overloading-0.02-480.el9.noarch 95 kB/s | 15 kB 00:00 (106/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 392 kB/s | 40 kB 00:00 (107/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 421 kB/s | 42 kB 00:00 (108/399): perl-IO-1.43-480.el9.x86_64.rpm 650 kB/s | 94 kB 00:00 (109/399): perl-NDBM_File-1.15-480.el9.x86_64.r 172 kB/s | 25 kB 00:00 (110/399): perl-base-2.27-480.el9.noarch.rpm 186 kB/s | 18 kB 00:00 (111/399): perl-mro-1.23-480.el9.x86_64.rpm 256 kB/s | 31 kB 00:00 (112/399): perl-if-0.60.800-480.el9.noarch.rpm 120 kB/s | 16 kB 00:00 (113/399): perl-subs-1.03-480.el9.noarch.rpm 133 kB/s | 13 kB 00:00 (114/399): perl-vars-1.05-480.el9.noarch.rpm 138 kB/s | 15 kB 00:00 (115/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.4 MB/s | 176 kB 00:00 (116/399): ansible-freeipa-1.9.2-3.el9_2.noarch 3.8 MB/s | 452 kB 00:00 (117/399): ipa-client-common-4.10.1-12.el9_2.2. 455 kB/s | 44 kB 00:00 (118/399): rhel-system-roles-1.21.2-1.el9_2.noa 16 MB/s | 2.4 MB 00:00 (119/399): ipa-common-4.10.1-12.el9_2.2.noarch. 5.2 MB/s | 656 kB 00:00 (120/399): python3-ipaclient-4.10.1-12.el9_2.2. 5.4 MB/s | 648 kB 00:00 (121/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.1 MB/s | 663 kB 00:00 (122/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 584 kB/s | 57 kB 00:00 (123/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 461 kB/s | 41 kB 00:00 (124/399): ruby-default-gems-3.0.4-161.el9_2.2. 430 kB/s | 46 kB 00:00 (125/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 37 MB/s | 7.9 MB 00:00 (126/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 551 kB/s | 55 kB 00:00 (127/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 20 MB/s | 3.3 MB 00:00 (128/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.6 MB/s | 456 kB 00:00 (129/399): rubygem-io-console-0.5.7-161.el9_2.2 262 kB/s | 26 kB 00:00 (130/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 603 kB/s | 59 kB 00:00 (131/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.4 MB/s | 441 kB 00:00 (132/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 458 kB/s | 60 kB 00:00 (133/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.0 MB/s | 110 kB 00:00 (134/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.9 MB/s | 306 kB 00:00 (135/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.1 MB/s | 245 kB 00:00 (136/399): buildah-1.29.5-1.el9_2.x86_64.rpm 38 MB/s | 8.6 MB 00:00 (137/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 13 MB/s | 2.2 MB 00:00 (138/399): ansible-collection-ansible-netcommon 1.4 MB/s | 181 kB 00:00 (139/399): ansible-collection-ansible-posix-1.2 1.2 MB/s | 124 kB 00:00 (140/399): ansible-collection-community-general 11 MB/s | 1.3 MB 00:00 (141/399): ansible-collection-ansible-utils-2.3 609 kB/s | 91 kB 00:00 (142/399): golang-github-vbatts-tar-split-0.11. 9.7 MB/s | 1.0 MB 00:00 (143/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 858 kB/s | 77 kB 00:00 (144/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.6 MB/s | 162 kB 00:00 (145/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 913 kB/s | 178 kB 00:00 (146/399): puppet-fdio-18.2-1.20220727113954.6f 162 kB/s | 25 kB 00:00 (147/399): python3-ansible-runner-2.0.0a1-3.el9 919 kB/s | 122 kB 00:00 (148/399): python3-croniter-0.3.35-2.el9ost.noa 499 kB/s | 49 kB 00:00 (149/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 400 kB/s | 44 kB 00:00 (150/399): python3-beautifulsoup4-4.9.3-2.el9os 1.6 MB/s | 204 kB 00:00 (151/399): python3-docutils-0.16-6.el9ost.noarc 13 MB/s | 1.5 MB 00:00 (152/399): python3-daemon-2.3.0-1.el9ost.noarch 320 kB/s | 39 kB 00:00 (153/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 391 kB/s | 44 kB 00:00 (154/399): python3-gevent-21.1.2-2.el9ost.x86_6 14 MB/s | 1.6 MB 00:00 (155/399): python3-gitdb-4.0.5-2.el9ost.noarch. 932 kB/s | 107 kB 00:00 (156/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.1 MB/s | 284 kB 00:00 (157/399): python3-lockfile-0.12.2-2.el9ost.noa 349 kB/s | 31 kB 00:00 (158/399): python3-jmespath-0.10.0-1.el9ost.noa 385 kB/s | 46 kB 00:00 (159/399): python3-logutils-0.3.5-15.el9ost.noa 523 kB/s | 47 kB 00:00 (160/399): python3-memcached-1.59-3.el9ost.noar 456 kB/s | 40 kB 00:00 (161/399): python3-migrate-0.13.0-1.el9ost.noar 1.5 MB/s | 224 kB 00:00 (162/399): python3-mimeparse-1.6.0-16.el9ost.no 111 kB/s | 16 kB 00:00 (163/399): python3-natsort-7.1.1-2.el9ost.noarc 625 kB/s | 59 kB 00:00 (164/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 991 kB/s | 90 kB 00:00 (165/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.5 MB/s | 273 kB 00:00 (166/399): python3-passlib-1.7.4-3.el9ost.noarc 4.7 MB/s | 712 kB 00:00 (167/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.2 MB/s | 111 kB 00:00 (168/399): python3-pyperclip-1.8.0-3.el9ost.noa 276 kB/s | 25 kB 00:00 (169/399): python3-setproctitle-1.2.2-1.el9ost. 153 kB/s | 23 kB 00:00 (170/399): python3-soupsieve-2.2-1.el9ost.noarc 632 kB/s | 67 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 300 kB/s | 47 kB 00:00 (172/399): python3-sqlalchemy13-1.3.24-3.el9ost 15 MB/s | 1.7 MB 00:00 (173/399): python3-tenacity-6.3.1-1.el9ost.noar 491 kB/s | 51 kB 00:00 (174/399): python3-zope-event-4.2.0-20.el9ost.n 2.2 MB/s | 205 kB 00:00 (175/399): python3-webtest-2.0.35-6.el9ost.noar 406 kB/s | 82 kB 00:00 (176/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 2.4 MB/s | 396 kB 00:00 (177/399): rubygem-deep_merge-1.2.1-7.el9ost.no 129 kB/s | 14 kB 00:00 (178/399): python3-zope-interface-5.4.0-1.el9os 899 kB/s | 202 kB 00:00 (179/399): rubygem-concurrent-ruby-1.1.5-2.el9o 1.2 MB/s | 243 kB 00:00 (180/399): rubygem-fast_gettext-1.2.0-9.el9ost. 327 kB/s | 34 kB 00:00 (181/399): rubygem-puppet-resource_api-1.8.13-1 236 kB/s | 34 kB 00:00 (182/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 416 kB/s | 90 kB 00:00 (183/399): rubygem-multi_json-1.15.0-2.el9ost.n 112 kB/s | 22 kB 00:00 (184/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 123 kB/s | 16 kB 00:00 (185/399): rubygem-semantic_puppet-1.0.4-2.el9o 122 kB/s | 21 kB 00:00 (186/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 2.3 MB/s | 433 kB 00:00 (187/399): ansible-config_template-2.0.1-17.1.2 182 kB/s | 29 kB 00:00 (188/399): ansible-role-atos-hsm-1.0.1-17.1.202 98 kB/s | 17 kB 00:00 (189/399): ansible-role-chrony-1.3.1-17.1.20230 103 kB/s | 22 kB 00:00 (190/399): ansible-role-collectd-config-0.0.3-1 359 kB/s | 53 kB 00:00 (191/399): ansible-role-container-registry-1.4. 244 kB/s | 24 kB 00:00 (192/399): ansible-role-openstack-operations-0. 316 kB/s | 30 kB 00:00 (193/399): ansible-role-redhat-subscription-1.3 171 kB/s | 28 kB 00:00 (194/399): ansible-role-qdr-config-0.0.2-17.1.2 107 kB/s | 21 kB 00:00 (195/399): ansible-role-thales-hsm-3.0.1-17.1.2 162 kB/s | 21 kB 00:00 (196/399): ansible-tripleo-ipsec-11.0.1-17.1.20 314 kB/s | 38 kB 00:00 (197/399): ansible-role-tripleo-modify-image-1. 162 kB/s | 27 kB 00:00 (198/399): ansible-tripleo-ipa-0.3.1-17.1.20230 163 kB/s | 36 kB 00:00 (199/399): dib-utils-0.0.11-17.1.20230620173328 115 kB/s | 12 kB 00:00 (200/399): openstack-heat-agents-2.2.1-17.1.202 58 kB/s | 9.6 kB 00:00 (201/399): os-collect-config-13.1.1-17.1.202310 570 kB/s | 50 kB 00:00 (202/399): os-apply-config-13.1.1-17.1.20231020 327 kB/s | 54 kB 00:00 (203/399): os-refresh-config-13.1.1-17.1.202310 242 kB/s | 21 kB 00:00 (204/399): puppet-aodh-18.4.2-17.1.202306201512 656 kB/s | 62 kB 00:00 (205/399): puppet-auditd-2.2.1-17.1.20230620192 310 kB/s | 28 kB 00:00 (206/399): puppet-ceilometer-18.4.3-17.1.202309 783 kB/s | 70 kB 00:00 (207/399): puppet-archive-4.6.1-17.1.2023062018 261 kB/s | 44 kB 00:00 (208/399): puppet-cinder-18.5.2-17.1.2023062105 1.2 MB/s | 120 kB 00:00 (209/399): puppet-certmonger-2.7.1-17.1.2023062 244 kB/s | 26 kB 00:00 (210/399): puppet-corosync-8.0.1-17.1.202306211 709 kB/s | 68 kB 00:00 (211/399): puppet-collectd-13.0.1-17.1.20230620 803 kB/s | 135 kB 00:00 (212/399): puppet-designate-18.6.1-17.1.2023062 604 kB/s | 69 kB 00:00 (213/399): puppet-dns-8.2.1-17.1.20230621002045 407 kB/s | 36 kB 00:00 (214/399): puppet-etcd-1.12.3-17.1.202306201932 272 kB/s | 25 kB 00:00 (215/399): puppet-heat-18.4.1-17.1.202306211116 777 kB/s | 70 kB 00:00 (216/399): puppet-kmod-2.5.0-17.1.2023062019064 239 kB/s | 21 kB 00:00 (217/399): puppet-gnocchi-18.4.3-17.1.202306210 345 kB/s | 58 kB 00:00 (218/399): puppet-memcached-6.0.0-17.1.20230620 254 kB/s | 23 kB 00:00 (219/399): puppet-manila-18.5.2-17.1.2023110219 803 kB/s | 81 kB 00:00 (220/399): puppet-mysql-10.6.1-17.1.20230621022 635 kB/s | 99 kB 00:00 (221/399): puppet-neutron-18.6.1-17.1.202306210 2.1 MB/s | 196 kB 00:00 (222/399): puppet-nova-18.6.1-17.1.202306210904 2.1 MB/s | 200 kB 00:00 (223/399): puppet-openstack_extras-18.5.1-17.1. 528 kB/s | 48 kB 00:00 (224/399): puppet-octavia-18.5.1-17.1.202306210 713 kB/s | 76 kB 00:00 (225/399): puppet-nssdb-1.0.2-17.1.202306201856 86 kB/s | 12 kB 00:00 (226/399): puppet-openstacklib-18.5.2-17.1.2023 691 kB/s | 62 kB 00:00 (227/399): puppet-placement-5.4.3-17.1.20230621 491 kB/s | 41 kB 00:00 (228/399): puppet-oslo-18.5.1-17.1.202306210523 366 kB/s | 48 kB 00:00 (229/399): puppet-qdr-7.4.1-17.1.20230620195605 349 kB/s | 31 kB 00:00 (230/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.5 MB/s | 266 kB 00:00 (231/399): puppet-rsyslog-4.0.1-17.1.2023062020 642 kB/s | 58 kB 00:00 (232/399): puppet-redis-6.1.1-17.1.202306201917 357 kB/s | 51 kB 00:00 (233/399): puppet-ssh-6.2.1-17.1.20230620190251 194 kB/s | 29 kB 00:00 (234/399): puppet-stdlib-6.3.1-17.1.20230621000 1.7 MB/s | 160 kB 00:00 (235/399): puppet-swift-18.6.1-17.1.20230621052 722 kB/s | 115 kB 00:00 (236/399): puppet-vswitch-14.4.3-17.1.202306210 461 kB/s | 41 kB 00:00 (237/399): puppet-systemd-2.12.1-17.1.202306201 412 kB/s | 42 kB 00:00 (238/399): python-oslo-log-lang-4.4.0-17.1.2023 167 kB/s | 14 kB 00:00 (239/399): puppet-xinetd-3.3.1-17.1.20230620185 260 kB/s | 26 kB 00:00 (240/399): python-oslo-cache-lang-2.7.1-17.1.20 189 kB/s | 19 kB 00:00 (241/399): python-oslo-middleware-lang-4.2.1-17 143 kB/s | 13 kB 00:00 (242/399): python-oslo-policy-lang-3.7.1-17.1.2 124 kB/s | 14 kB 00:00 (243/399): python-pycadf-common-3.1.1-17.1.2023 168 kB/s | 15 kB 00:00 (244/399): python3-GitPython-3.1.14-2.el9ost.no 2.5 MB/s | 238 kB 00:00 (245/399): python-oslo-versionedobjects-lang-2. 67 kB/s | 14 kB 00:00 (246/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (247/399): python3-aodhclient-2.2.0-17.1.202306 466 kB/s | 56 kB 00:00 (248/399): python3-cinderclient-7.4.1-17.1.2023 1.3 MB/s | 218 kB 00:00 (249/399): python3-cliff-3.7.0-17.1.20230620172 1.0 MB/s | 95 kB 00:00 (250/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (251/399): python3-futurist-2.3.0-17.1.20230621 694 kB/s | 64 kB 00:00 (252/399): python3-heat-agent-2.2.1-17.1.202306 215 kB/s | 19 kB 00:00 (253/399): python3-heat-agent-ansible-2.2.1-17. 124 kB/s | 11 kB 00:00 (254/399): python3-heat-agent-apply-config-2.2. 93 kB/s | 9.9 kB 00:00 (255/399): python3-heat-agent-hiera-2.2.1-17.1. 110 kB/s | 10 kB 00:00 (256/399): python3-heat-agent-docker-cmd-2.2.1- 70 kB/s | 12 kB 00:00 (257/399): python3-heat-agent-json-file-2.2.1-1 117 kB/s | 9.8 kB 00:00 (258/399): python3-heat-agent-puppet-2.2.1-17.1 126 kB/s | 11 kB 00:00 (259/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (260/399): python3-ironicclient-4.6.4-17.1.2023 3.5 MB/s | 342 kB 00:00 (261/399): python3-ironic-inspector-client-4.5. 571 kB/s | 67 kB 00:00 (262/399): python3-keystonemiddleware-9.2.0-17. 996 kB/s | 92 kB 00:00 (263/399): python3-keystoneclient-4.3.0-17.1.20 1.4 MB/s | 239 kB 00:00 (264/399): python3-magnumclient-3.4.1-17.1.2023 739 kB/s | 121 kB 00:00 (265/399): python3-mistralclient-4.2.0-17.1.202 1.7 MB/s | 166 kB 00:00 (266/399): python3-novaclient-17.4.1-17.1.20230 1.9 MB/s | 201 kB 00:00 (267/399): python3-neutronclient-7.3.1-17.1.202 1.9 MB/s | 298 kB 00:00 (268/399): python3-os-client-config-2.1.0-17.1. 409 kB/s | 55 kB 00:00 (269/399): python3-os-service-types-1.7.0-17.1. 428 kB/s | 38 kB 00:00 (270/399): python3-osc-lib-2.3.1-17.1.202306202 720 kB/s | 78 kB 00:00 (271/399): python3-os-traits-2.5.0-17.1.2023062 284 kB/s | 45 kB 00:00 (272/399): python3-oslo-cache-2.7.1-17.1.202306 578 kB/s | 56 kB 00:00 (273/399): python3-oslo-context-3.2.1-17.1.2023 215 kB/s | 27 kB 00:00 (274/399): python3-oslo-log-4.4.0-17.1.20230620 481 kB/s | 64 kB 00:00 (275/399): python3-oslo-middleware-4.2.1-17.1.2 431 kB/s | 55 kB 00:00 (276/399): python3-oslo-reports-2.2.0-17.1.2023 544 kB/s | 59 kB 00:00 (277/399): python3-oslo-policy-3.7.1-17.1.20230 526 kB/s | 76 kB 00:00 (278/399): python3-oslo-rootwrap-6.3.1-17.1.202 257 kB/s | 46 kB 00:00 (279/399): python3-oslo-serialization-4.1.1-17. 390 kB/s | 34 kB 00:00 (280/399): python3-oslo-upgradecheck-1.3.1-17.1 289 kB/s | 29 kB 00:00 (281/399): python3-oslo-versionedobjects-2.4.1- 879 kB/s | 79 kB 00:00 (282/399): python3-pycadf-3.1.1-17.1.2023062021 551 kB/s | 53 kB 00:00 (283/399): python3-requestsexceptions-1.4.0-17. 174 kB/s | 17 kB 00:00 (284/399): python3-osprofiler-3.4.0-17.1.202306 684 kB/s | 130 kB 00:00 (285/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (286/399): python3-shade-1.33.0-17.1.2023062022 5.3 MB/s | 523 kB 00:00 (287/399): python3-statsd-3.2.1-20.1.el9ost.noa 402 kB/s | 35 kB 00:00 (288/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 532 kB/s | 50 kB 00:00 (289/399): python3-swiftclient-3.11.1-17.1.2023 702 kB/s | 136 kB 00:00 (290/399): python3-troveclient-7.0.0-17.1.20230 2.7 MB/s | 344 kB 00:00 (291/399): python3-validations-libs-1.9.1-17.1. 1.3 MB/s | 137 kB 00:00 (292/399): validations-common-1.9.1-17.1.202310 988 kB/s | 111 kB 00:00 (293/399): python3-paramiko-2.11.0-2.el9ost.noa 2.7 MB/s | 299 kB 00:00 (294/399): python3-zaqarclient-2.4.0-17.1.20230 601 kB/s | 129 kB 00:00 (295/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.4 MB/s | 427 kB 00:00 (296/399): ansible-pacemaker-1.0.4-17.1.2023121 192 kB/s | 21 kB 00:00 (297/399): python3-manilaclient-2.6.4-17.1.2024 5.6 MB/s | 528 kB 00:00 (298/399): python3-sqlparse-0.4.1-2.el9ost.noar 627 kB/s | 83 kB 00:00 (299/399): ansible-role-metalsmith-deployment-1 242 kB/s | 21 kB 00:00 (300/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.9 MB/s | 230 kB 00:00 (301/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (302/399): openstack-selinux-0.8.37-17.1.202311 1.5 MB/s | 221 kB 00:00 (303/399): python-oslo-db-lang-8.5.2-17.1.20240 98 kB/s | 14 kB 00:00 (304/399): python3-glanceclient-3.3.0-17.1.2024 1.4 MB/s | 143 kB 00:00 (305/399): python3-keystoneauth1-4.4.0-17.1.202 3.8 MB/s | 409 kB 00:00 (306/399): python3-metalsmith-1.4.4-17.1.202405 775 kB/s | 65 kB 00:00 (307/399): python3-octaviaclient-2.3.1-17.1.202 936 kB/s | 91 kB 00:00 (308/399): python3-neutron-lib-2.10.3-17.1.2023 2.2 MB/s | 375 kB 00:00 (309/399): python3-oslo-db-8.5.2-17.1.202408201 1.0 MB/s | 144 kB 00:00 (310/399): python3-oslo-messaging-12.7.3-17.1.2 2.1 MB/s | 216 kB 00:00 (311/399): python3-rhosp-openvswitch-3.3-1.el9o 93 kB/s | 8.3 kB 00:00 (312/399): python3-oslo-service-2.5.1-17.1.2024 483 kB/s | 71 kB 00:00 (313/399): python3-waitress-2.0.0-4.el9ost.noar 1.1 MB/s | 109 kB 00:00 (314/399): openstack-ansible-core-2.14.2-4.7.el 15 MB/s | 2.3 MB 00:00 (315/399): puppet-glance-18.6.1-17.1.2025022015 867 kB/s | 87 kB 00:00 (316/399): openstack-tripleo-validations-14.3.2 1.3 MB/s | 204 kB 00:00 (317/399): puppet-ovn-18.6.1-17.1.2024092509490 198 kB/s | 29 kB 00:00 (318/399): puppet-pacemaker-1.5.1-17.1.20250214 979 kB/s | 158 kB 00:00 (319/399): python3-os-ken-1.4.1-17.1.2024120509 13 MB/s | 2.1 MB 00:00 (320/399): ansible-collection-containers-podman 2.5 MB/s | 243 kB 00:00 (321/399): puppet-tripleo-14.2.3-17.1.202503201 1.6 MB/s | 239 kB 00:00 (322/399): ansible-collections-openstack-1.9.1- 1.5 MB/s | 146 kB 00:00 (323/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.3 MB/s | 351 kB 00:00 (324/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.3 MB/s | 518 kB 00:00 (325/399): hiera-3.6.0-6.el9ost.noarch.rpm 308 kB/s | 33 kB 00:00 (326/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.2 MB/s | 405 kB 00:00 (327/399): puppet-headless-7.10.0-4.el9ost.noar 12 MB/s | 1.4 MB 00:00 (328/399): python3-amqp-5.0.6-5.el9ost.noarch.r 766 kB/s | 92 kB 00:00 (329/399): puppet-7.10.0-4.el9ost.noarch.rpm 53 kB/s | 11 kB 00:00 (330/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (331/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (332/399): python3-cachetools-4.2.2-3.el9ost.no 288 kB/s | 33 kB 00:00 (333/399): python3-colorama-0.4.4-4.el9ost.noar 242 kB/s | 35 kB 00:00 (334/399): python3-dogpile-cache-1.1.5-5.el9ost 832 kB/s | 89 kB 00:00 (335/399): python3-extras-1.0.0-17.el9ost.noarc 211 kB/s | 21 kB 00:00 (336/399): python3-keyring-21.8.0-4.el9ost.noar 832 kB/s | 77 kB 00:00 (337/399): python3-fixtures-3.0.0-24.el9ost.noa 857 kB/s | 93 kB 00:00 (338/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.1 MB/s | 313 kB 00:00 (339/399): python3-msgpack-1.0.2-4.el9ost.x86_6 982 kB/s | 87 kB 00:00 (340/399): python3-munch-2.5.0-6.el9ost.noarch. 270 kB/s | 25 kB 00:00 (341/399): python3-openstacksdk-0.55.1-17.1.202 6.7 MB/s | 735 kB 00:00 (342/399): python3-paste-deploy-2.1.1-4.el9ost. 371 kB/s | 41 kB 00:00 (343/399): python3-pystache-0.5.4-15.el9ost.noa 1.0 MB/s | 132 kB 00:00 (344/399): python3-paste-3.5.0-5.el9ost.noarch. 4.4 MB/s | 776 kB 00:00 (345/399): python3-repoze-lru-0.7-12.el9ost.noa 258 kB/s | 32 kB 00:00 (346/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 559 kB/s | 57 kB 00:00 (347/399): python3-routes-2.4.1-14.el9ost.noarc 1.4 MB/s | 188 kB 00:00 (348/399): python3-simplejson-3.17.5-3.el9ost.x 2.9 MB/s | 266 kB 00:00 (349/399): python3-tempita-0.5.1-27.el9ost.noar 288 kB/s | 36 kB 00:00 (350/399): python3-testtools-2.4.0-10.el9ost.no 3.4 MB/s | 333 kB 00:00 (351/399): python3-secretstorage-3.3.1-3.el9ost 149 kB/s | 36 kB 00:00 (352/399): python3-warlock-1.3.3-7.el9ost.noarc 247 kB/s | 21 kB 00:00 (353/399): python3-vine-5.0.0-5.el9ost.noarch.r 189 kB/s | 26 kB 00:00 (354/399): python3-yappi-1.3.1-5.el9ost.x86_64. 312 kB/s | 56 kB 00:00 (355/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 221 kB/s | 29 kB 00:00 (356/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.1 MB/s | 180 kB 00:00 (357/399): ruby-facter-3.14.19-3.el9ost.x86_64. 108 kB/s | 9.5 kB 00:00 (358/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 224 kB/s | 19 kB 00:00 (359/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 976 kB/s | 123 kB 00:00 (360/399): openstack-heat-api-16.1.1-17.1.20250 143 kB/s | 16 kB 00:00 (361/399): openstack-heat-common-16.1.1-17.1.20 12 MB/s | 1.6 MB 00:00 (362/399): openstack-heat-engine-16.1.1-17.1.20 126 kB/s | 15 kB 00:00 (363/399): openstack-heat-monolith-16.1.1-17.1. 177 kB/s | 16 kB 00:00 (364/399): puppet-barbican-18.4.2-17.1.20250625 588 kB/s | 57 kB 00:00 (365/399): python-openstackclient-lang-5.5.2-17 668 kB/s | 58 kB 00:00 (366/399): python3-openstackclient-5.5.2-17.1.2 7.5 MB/s | 1.1 MB 00:00 (367/399): openstack-tripleo-common-15.4.1-17.1 535 kB/s | 48 kB 00:00 (368/399): openstack-tripleo-common-containers- 748 kB/s | 74 kB 00:00 (369/399): puppet-apache-6.5.2-17.1.20250811150 2.7 MB/s | 253 kB 00:00 (370/399): puppet-firewall-3.4.1-17.1.202508041 800 kB/s | 73 kB 00:00 (371/399): puppet-concat-6.2.1-17.1.20250725131 375 kB/s | 44 kB 00:00 (372/399): puppet-git-0.5.0-17.1.20250725114148 293 kB/s | 26 kB 00:00 (373/399): puppet-haproxy-4.2.2-17.1.2025072511 584 kB/s | 55 kB 00:00 (374/399): puppet-inifile-4.2.1-17.1.2025080415 367 kB/s | 46 kB 00:00 (375/399): puppet-ipaclient-2.5.2-17.1.20250725 222 kB/s | 21 kB 00:00 (376/399): puppet-keepalived-0.0.2-17.1.2025072 195 kB/s | 17 kB 00:00 (377/399): puppet-module-data-0.5.1-17.1.202507 136 kB/s | 16 kB 00:00 (378/399): puppet-rsync-1.1.4-17.1.202508041515 316 kB/s | 28 kB 00:00 (379/399): puppet-remote-10.0.0-17.1.2025072511 139 kB/s | 19 kB 00:00 (380/399): puppet-snmp-3.9.1-17.1.2025072511575 363 kB/s | 38 kB 00:00 (381/399): puppet-sysctl-0.0.13-17.1.2025072511 224 kB/s | 19 kB 00:00 (382/399): puppet-vcsrepo-3.1.1-17.1.2025072511 492 kB/s | 53 kB 00:00 (383/399): python3-tripleo-common-15.4.1-17.1.2 2.0 MB/s | 198 kB 00:00 (384/399): python3-tripleoclient-16.5.1-17.1.20 5.2 MB/s | 552 kB 00:00 (385/399): tripleo-ansible-3.3.1-17.1.202508040 6.0 MB/s | 569 kB 00:00 (386/399): openstack-tripleo-heat-templates-14. 5.8 MB/s | 611 kB 00:00 (387/399): puppet-horizon-18.6.1-17.1.202510081 595 kB/s | 59 kB 00:00 (388/399): puppet-keystone-18.6.1-17.1.20251008 1.0 MB/s | 126 kB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 730 kB/s | 68 kB 00:00 (390/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.4 MB/s | 354 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 536 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 272 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.7 MB/s | 464 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.2 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.7 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.0 MB/s | 97 MB 00:16 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-dns-2.2.1-2.el9.noarch 119/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 169/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 170/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 171/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 172/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 173/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 174/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 175/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 176/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 177/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 178/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 179/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 180/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 181/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 182/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 184/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 185/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 186/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 187/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 188/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 189/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 190/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 191/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 192/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 193/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 194/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 195/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 196/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 197/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 198/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 199/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 200/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 201/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 202/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 203/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 204/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 205/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 206/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 207/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 208/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 209/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 210/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 211/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 212/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 213/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 214/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 215/408 Installing : python3-memcached-1.59-3.el9ost.noarch 216/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 217/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 218/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 219/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 220/408 Installing : python3-docutils-0.16-6.el9ost.noarch 221/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 222/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 223/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 224/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 225/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 226/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 227/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 228/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 229/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 230/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 231/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 232/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 233/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 234/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 235/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 236/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : libburn-1.5.4-4.el9.x86_64 267/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 268/408 Installing : sshpass-1.09-4.el9.x86_64 269/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 270/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 271/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 272/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 273/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 276/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 277/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 278/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 279/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 280/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 281/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 282/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 283/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 284/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 285/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 286/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 287/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 288/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 289/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 290/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 291/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 292/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 293/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 294/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 295/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 296/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 329/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 330/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 331/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 354/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 355/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 356/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 357/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 358/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 362/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 363/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 364/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 365/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 366/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 367/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.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.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 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.20250908140 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-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.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.6-141.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 : perl-IO-Socket-SSL-2.073-1.el9.noarch 21/408 Verifying : boost-system-1.75.0-8.el9.x86_64 22/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 23/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 24/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 25/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 26/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 27/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 28/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 29/408 Verifying : perl-Exporter-5.74-461.el9.noarch 30/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 31/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 32/408 Verifying : perl-parent-1:0.238-460.el9.noarch 33/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 34/408 Verifying : xorriso-1.5.4-4.el9.x86_64 35/408 Verifying : libisofs-1.5.4-4.el9.x86_64 36/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 37/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 38/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 39/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 40/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 41/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 42/408 Verifying : perl-URI-5.09-3.el9.noarch 43/408 Verifying : perl-libnet-3.13-4.el9.noarch 44/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 45/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 46/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 47/408 Verifying : perl-Carp-1.50-460.el9.noarch 48/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 49/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 50/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 51/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 52/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 53/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 54/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 55/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 56/408 Verifying : sshpass-1.09-4.el9.x86_64 57/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 58/408 Verifying : boost-log-1.75.0-8.el9.x86_64 59/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 60/408 Verifying : libburn-1.5.4-4.el9.x86_64 61/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 62/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 63/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 64/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 65/408 Verifying : perl-Digest-1.19-4.el9.noarch 66/408 Verifying : perl-File-Path-2.18-4.el9.noarch 67/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 70/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 71/408 Verifying : perl-constant-1.33-461.el9.noarch 72/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 73/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 74/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 75/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 76/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 77/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 78/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 79/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 80/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 81/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 82/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 83/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 84/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 85/408 Verifying : jq-1.6-14.el9.x86_64 86/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 87/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 88/408 Verifying : perl-B-1.80-480.el9.x86_64 89/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 90/408 Verifying : perl-Errno-1.30-480.el9.x86_64 91/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 92/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 93/408 Verifying : perl-File-stat-1.09-480.el9.noarch 94/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 95/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 96/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 97/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 98/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 99/408 Verifying : perl-Symbol-1.08-480.el9.noarch 100/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 101/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 102/408 Verifying : perl-overload-1.31-480.el9.noarch 103/408 Verifying : perl-overloading-0.02-480.el9.noarch 104/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 105/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 106/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 107/408 Verifying : perl-IO-1.43-480.el9.x86_64 108/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 109/408 Verifying : perl-base-2.27-480.el9.noarch 110/408 Verifying : perl-if-0.60.800-480.el9.noarch 111/408 Verifying : perl-mro-1.23-480.el9.x86_64 112/408 Verifying : perl-subs-1.03-480.el9.noarch 113/408 Verifying : perl-vars-1.05-480.el9.noarch 114/408 Verifying : python3-mako-1.1.4-6.el9.noarch 115/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 116/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 117/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 118/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 119/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 120/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 121/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 122/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 123/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 124/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 125/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 126/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 127/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 128/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 129/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 130/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 131/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 132/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 133/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 134/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 135/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 136/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 137/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 138/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 139/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 140/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 141/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 142/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 143/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 144/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 145/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 146/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 147/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 148/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 149/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 150/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 151/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 152/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 153/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 154/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 155/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 156/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 157/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 158/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 159/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 160/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 161/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 162/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 163/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 164/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 165/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 166/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 167/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 168/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 169/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 170/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 171/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 172/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 173/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 174/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 175/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 176/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 177/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 178/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 179/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 180/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 181/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 182/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 183/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 184/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 185/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 186/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 187/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 188/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 189/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 190/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 191/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 192/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 193/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 194/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 195/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 196/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 197/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 198/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 199/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 200/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 201/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 202/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 203/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 204/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 205/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 206/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 207/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 208/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 209/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 210/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 211/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 212/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 213/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 214/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 215/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 216/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 217/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 218/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 219/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 220/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 221/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 222/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 223/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 224/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 225/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 226/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 227/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 228/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 229/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 230/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 231/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 232/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 233/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 234/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 235/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 236/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 237/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 238/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 239/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 240/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 241/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 242/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 243/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 244/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 245/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 246/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 247/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 248/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 249/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 250/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 251/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 253/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 254/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 255/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 256/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 257/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 258/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 259/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 260/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 261/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 262/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 263/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 264/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 265/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 266/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 267/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 268/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 269/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 270/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 271/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 272/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 273/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 274/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 275/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 276/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 277/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 278/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 279/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 280/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 281/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 282/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 283/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 284/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 285/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 286/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 287/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 288/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 289/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 290/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 291/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 292/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 293/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 294/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 295/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 296/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 297/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 298/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 299/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 300/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 301/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 302/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 303/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 304/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 305/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 306/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 307/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 308/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 309/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 310/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 311/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 312/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 313/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 314/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 315/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 316/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 317/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 318/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 319/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 320/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 321/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 322/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 323/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 324/408 Verifying : hiera-3.6.0-6.el9ost.noarch 325/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 326/408 Verifying : puppet-7.10.0-4.el9ost.noarch 327/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 328/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 329/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 330/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 331/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 332/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 333/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 334/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 335/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 336/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 337/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 338/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 339/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 340/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 341/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 342/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 343/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 344/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 345/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 346/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 347/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 348/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 349/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 350/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 351/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 352/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 353/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 354/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 355/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 356/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 357/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 358/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 359/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 360/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 361/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 362/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 363/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 364/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 365/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 366/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 367/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 368/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 369/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 370/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 371/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 372/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 373/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 374/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 375/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 376/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 377/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 378/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 379/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 380/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 381/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 382/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 383/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 384/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 385/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 386/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 387/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-361.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-361.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.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.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.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250908140822.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.20250804050821.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=1500 + INTERFACE_MTU=1500 + 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=False + OCTAVIA_ENABLED=False + 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 2025-12-06T07:25:41.967759 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 5.1511e-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] ****************************** 2025-12-06 07:25:45.872498 | fa163e5d-0333-24e7-46a9-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-12-06 07:25:45.896492 | fa163e5d-0333-24e7-46a9-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-12-06 07:25:45.897315 | fa163e5d-0333-24e7-46a9-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.041581 | 0.02s 2025-12-06 07:25:45.901463 | fa163e5d-0333-24e7-46a9-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-12-06 07:25:45.940436 | fa163e5d-0333-24e7-46a9-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-12-06 07:25:45.941266 | fa163e5d-0333-24e7-46a9-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.085532 | 0.04s 2025-12-06 07:25:45.944600 | fa163e5d-0333-24e7-46a9-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-12-06 07:25:46.040606 | fa163e5d-0333-24e7-46a9-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-06 07:25:46.041580 | fa163e5d-0333-24e7-46a9-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.185846 | 0.10s 2025-12-06 07:25:46.046357 | fa163e5d-0333-24e7-46a9-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-12-06 07:25:46.419025 | fa163e5d-0333-24e7-46a9-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-12-06 07:25:46.419933 | fa163e5d-0333-24e7-46a9-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.564203 | 0.37s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-06 07:25:46.431952 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:25:46.432258 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:25:46.432491 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.576767 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:25:46.432770 | UUID | Info | Host | Task Name | Run Time 2025-12-06 07:25:46.433054 | fa163e5d-0333-24e7-46a9-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.37s 2025-12-06 07:25:46.433333 | fa163e5d-0333-24e7-46a9-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2025-12-06 07:25:46.433722 | fa163e5d-0333-24e7-46a9-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-12-06 07:25:46.433953 | fa163e5d-0333-24e7-46a9-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.02s 2025-12-06 07:25:46.434382 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] ************************************************************** 2025-12-06 07:25:48.850868 | fa163e5d-0333-07b6-a043-000000000005 | TASK | set ssh key path facts 2025-12-06 07:25:48.884649 | fa163e5d-0333-07b6-a043-000000000005 | OK | set ssh key path facts | undercloud 2025-12-06 07:25:48.885338 | fa163e5d-0333-07b6-a043-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.048985 | 0.03s 2025-12-06 07:25:48.888917 | fa163e5d-0333-07b6-a043-000000000006 | TASK | stat private key 2025-12-06 07:25:49.234725 | fa163e5d-0333-07b6-a043-000000000006 | OK | stat private key | undercloud 2025-12-06 07:25:49.235970 | fa163e5d-0333-07b6-a043-000000000006 | TIMING | stat private key | undercloud | 0:00:00.399606 | 0.35s 2025-12-06 07:25:49.242400 | fa163e5d-0333-07b6-a043-000000000007 | TASK | stat public key 2025-12-06 07:25:49.409899 | fa163e5d-0333-07b6-a043-000000000007 | OK | stat public key | undercloud 2025-12-06 07:25:49.410838 | fa163e5d-0333-07b6-a043-000000000007 | TIMING | stat public key | undercloud | 0:00:00.574481 | 0.17s 2025-12-06 07:25:49.415612 | fa163e5d-0333-07b6-a043-000000000008 | TASK | create private key if it does not exist 2025-12-06 07:25:50.768601 | fa163e5d-0333-07b6-a043-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-12-06 07:25:50.769860 | fa163e5d-0333-07b6-a043-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.933493 | 1.35s 2025-12-06 07:25:50.775833 | fa163e5d-0333-07b6-a043-000000000009 | TASK | create public key if it does not exist 2025-12-06 07:25:50.955600 | fa163e5d-0333-07b6-a043-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-12-06 07:25:50.956818 | fa163e5d-0333-07b6-a043-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.120455 | 0.18s PLAY [allovercloud] ************************************************************ 2025-12-06 07:25:51.006715 | fa163e5d-0333-07b6-a043-000000000023 | TASK | Get local private key 2025-12-06 07:25:51.347821 | fa163e5d-0333-07b6-a043-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e5d-0333-07b6-a043-000000000023') missing from stats 2025-12-06 07:25:51.364929 | fa163e5d-0333-07b6-a043-000000000024 | TASK | Get local public key 2025-12-06 07:25:51.555777 | fa163e5d-0333-07b6-a043-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e5d-0333-07b6-a043-000000000024') missing from stats 2025-12-06 07:25:51.580885 | fa163e5d-0333-07b6-a043-000000000012 | TASK | create user ceph-admin 2025-12-06 07:25:52.124484 | fa163e5d-0333-07b6-a043-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-12-06 07:25:52.125827 | fa163e5d-0333-07b6-a043-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.289459 | 0.54s 2025-12-06 07:25:52.136637 | fa163e5d-0333-07b6-a043-000000000013 | TASK | grant admin rights to user ceph-admin 2025-12-06 07:25:52.754120 | fa163e5d-0333-07b6-a043-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-12-06 07:25:52.755439 | fa163e5d-0333-07b6-a043-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.919072 | 0.62s 2025-12-06 07:25:52.764884 | fa163e5d-0333-07b6-a043-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-12-06 07:25:53.133327 | fa163e5d-0333-07b6-a043-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-12-06 07:25:53.134577 | fa163e5d-0333-07b6-a043-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.298212 | 0.37s 2025-12-06 07:25:53.144022 | fa163e5d-0333-07b6-a043-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-12-06 07:25:53.384672 | fa163e5d-0333-07b6-a043-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-12-06 07:25:53.386073 | fa163e5d-0333-07b6-a043-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.549705 | 0.24s 2025-12-06 07:25:53.396164 | fa163e5d-0333-07b6-a043-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-12-06 07:25:53.633152 | fa163e5d-0333-07b6-a043-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-12-06 07:25:53.634566 | fa163e5d-0333-07b6-a043-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.798198 | 0.24s 2025-12-06 07:25:53.644773 | fa163e5d-0333-07b6-a043-000000000017 | TASK | get remote ceph-admin public key 2025-12-06 07:25:53.710734 | fa163e5d-0333-07b6-a043-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-12-06 07:25:53.711732 | fa163e5d-0333-07b6-a043-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.875371 | 0.07s 2025-12-06 07:25:53.717686 | fa163e5d-0333-07b6-a043-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-12-06 07:25:53.774590 | fa163e5d-0333-07b6-a043-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-12-06 07:25:53.775881 | fa163e5d-0333-07b6-a043-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.939513 | 0.06s 2025-12-06 07:25:53.790571 | fa163e5d-0333-07b6-a043-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-12-06 07:25:54.127731 | fa163e5d-0333-07b6-a043-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-12-06 07:25:54.129027 | fa163e5d-0333-07b6-a043-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.292654 | 0.34s 2025-12-06 07:25:54.137931 | fa163e5d-0333-07b6-a043-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-12-06 07:25:54.563233 | fa163e5d-0333-07b6-a043-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-12-06 07:25:54.564369 | fa163e5d-0333-07b6-a043-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.728005 | 0.43s 2025-12-06 07:25:54.571776 | fa163e5d-0333-07b6-a043-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-12-06 07:25:55.006358 | fa163e5d-0333-07b6-a043-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-12-06 07:25:55.007672 | fa163e5d-0333-07b6-a043-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.171306 | 0.44s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-06 07:25:55.034976 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:25:55.035497 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:25:55.035972 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.199618 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:25:55.036494 | UUID | Info | Host | Task Name | Run Time 2025-12-06 07:25:55.036968 | fa163e5d-0333-07b6-a043-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.35s 2025-12-06 07:25:55.037505 | fa163e5d-0333-07b6-a043-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.62s 2025-12-06 07:25:55.037978 | fa163e5d-0333-07b6-a043-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.54s 2025-12-06 07:25:55.038516 | fa163e5d-0333-07b6-a043-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.44s 2025-12-06 07:25:55.039032 | fa163e5d-0333-07b6-a043-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.43s 2025-12-06 07:25:55.039597 | fa163e5d-0333-07b6-a043-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.37s 2025-12-06 07:25:55.040057 | fa163e5d-0333-07b6-a043-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-12-06 07:25:55.040564 | fa163e5d-0333-07b6-a043-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.34s 2025-12-06 07:25:55.041024 | fa163e5d-0333-07b6-a043-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.24s 2025-12-06 07:25:55.041527 | fa163e5d-0333-07b6-a043-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.24s 2025-12-06 07:25:55.041982 | fa163e5d-0333-07b6-a043-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.18s 2025-12-06 07:25:55.042482 | fa163e5d-0333-07b6-a043-000000000007 | SUMMARY | undercloud | stat public key | 0.17s 2025-12-06 07:25:55.042974 | fa163e5d-0333-07b6-a043-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.07s 2025-12-06 07:25:55.043460 | fa163e5d-0333-07b6-a043-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-12-06 07:25:55.043925 | fa163e5d-0333-07b6-a043-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-12-06 07:25:55.044468 | fa163e5d-0333-07b6-a043-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-12-06 07:25:55.044925 | fa163e5d-0333-07b6-a043-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-12-06 07:25:55.045426 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] ************************************************ 2025-12-06 07:25:57.566427 | fa163e5d-0333-585d-881b-000000000039 | TASK | Gathering Facts 2025-12-06 07:25:58.133859 | fa163e5d-0333-585d-881b-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-12-06 07:25:58.135444 | fa163e5d-0333-585d-881b-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.582984 | 0.57s 2025-12-06 07:25:58.138883 | fa163e5d-0333-585d-881b-000000000039 | OK | Gathering Facts | undercloud 2025-12-06 07:25:58.140293 | fa163e5d-0333-585d-881b-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.587843 | 0.57s 2025-12-06 07:25:58.172183 | fa163e5d-0333-585d-881b-00000000000a | TASK | Load distro-specific variables 2025-12-06 07:25:58.253299 | fa163e5d-0333-585d-881b-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.700829 | 0.07s 2025-12-06 07:25:58.254441 | fa163e5d-0333-585d-881b-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.701993 | 0.08s 2025-12-06 07:25:58.273824 | 59f33b28-f07e-47c8-b7df-c46079dbd50e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-06 07:25:58.274554 | 59f33b28-f07e-47c8-b7df-c46079dbd50e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-06 07:25:58.297895 | fa163e5d-0333-585d-881b-000000000052 | TASK | Load distro-specific variables 2025-12-06 07:25:58.385048 | fa163e5d-0333-585d-881b-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:25:58.386829 | fa163e5d-0333-585d-881b-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.834363 | 0.08s 2025-12-06 07:25:58.402867 | fa163e5d-0333-585d-881b-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:25:58.403960 | fa163e5d-0333-585d-881b-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.851511 | 0.10s 2025-12-06 07:25:58.409030 | fa163e5d-0333-585d-881b-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.856574 | 0.10s 2025-12-06 07:25:58.410257 | fa163e5d-0333-585d-881b-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.857810 | 0.11s 2025-12-06 07:25:58.418468 | fa163e5d-0333-585d-881b-00000000000b | TASK | Install chronyd 2025-12-06 07:25:58.488515 | fa163e5d-0333-585d-881b-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.936047 | 0.07s 2025-12-06 07:25:58.514840 | fa163e5d-0333-585d-881b-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.962391 | 0.08s 2025-12-06 07:25:58.536595 | 0666b2c2-481b-46ea-aecd-13736ad88a69 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-12-06 07:25:58.537360 | 0666b2c2-481b-46ea-aecd-13736ad88a69 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-12-06 07:25:58.563257 | fa163e5d-0333-585d-881b-0000000000a2 | TASK | Load distro-specific variables 2025-12-06 07:25:58.653416 | fa163e5d-0333-585d-881b-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.100952 | 0.09s 2025-12-06 07:25:58.654387 | fa163e5d-0333-585d-881b-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.101941 | 0.08s 2025-12-06 07:25:58.668862 | 2933c0ed-eb03-45b6-a23e-b63d0e663de6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-06 07:25:58.669541 | 2933c0ed-eb03-45b6-a23e-b63d0e663de6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-06 07:25:58.690028 | fa163e5d-0333-585d-881b-000000000102 | TASK | Load distro-specific variables 2025-12-06 07:25:58.791704 | fa163e5d-0333-585d-881b-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:25:58.793583 | fa163e5d-0333-585d-881b-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.241121 | 0.10s 2025-12-06 07:25:58.802477 | fa163e5d-0333-585d-881b-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:25:58.803663 | fa163e5d-0333-585d-881b-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.251216 | 0.10s 2025-12-06 07:25:58.810326 | fa163e5d-0333-585d-881b-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.257868 | 0.12s 2025-12-06 07:25:58.811556 | fa163e5d-0333-585d-881b-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.259110 | 0.11s 2025-12-06 07:25:58.820339 | fa163e5d-0333-585d-881b-0000000000a3 | TASK | Check for NTP service 2025-12-06 07:25:59.212646 | fa163e5d-0333-585d-881b-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-12-06 07:25:59.213863 | fa163e5d-0333-585d-881b-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.661408 | 0.39s 2025-12-06 07:25:59.214830 | fa163e5d-0333-585d-881b-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-12-06 07:25:59.215508 | fa163e5d-0333-585d-881b-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.663061 | 0.38s 2025-12-06 07:25:59.224131 | fa163e5d-0333-585d-881b-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-12-06 07:25:59.314743 | fa163e5d-0333-585d-881b-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-12-06 07:25:59.316307 | fa163e5d-0333-585d-881b-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.763842 | 0.09s 2025-12-06 07:25:59.327290 | fa163e5d-0333-585d-881b-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-12-06 07:25:59.327957 | fa163e5d-0333-585d-881b-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.775510 | 0.09s 2025-12-06 07:25:59.339814 | fa163e5d-0333-585d-881b-0000000000a5 | TASK | Install chronyd package 2025-12-06 07:26:02.334913 | fa163e5d-0333-585d-881b-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-12-06 07:26:02.335983 | fa163e5d-0333-585d-881b-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.783531 | 2.99s 2025-12-06 07:26:03.962132 | fa163e5d-0333-585d-881b-0000000000a5 | OK | Install chronyd package | undercloud 2025-12-06 07:26:03.963374 | fa163e5d-0333-585d-881b-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.410922 | 4.61s 2025-12-06 07:26:03.972590 | fa163e5d-0333-585d-881b-00000000000c | TASK | Upgrade chronyd 2025-12-06 07:26:04.056719 | fa163e5d-0333-585d-881b-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-12-06 07:26:04.057874 | fa163e5d-0333-585d-881b-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.505418 | 0.07s 2025-12-06 07:26:04.058523 | fa163e5d-0333-585d-881b-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-12-06 07:26:04.059141 | fa163e5d-0333-585d-881b-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.506687 | 0.09s 2025-12-06 07:26:04.067334 | fa163e5d-0333-585d-881b-00000000000d | TASK | Configure chronyd 2025-12-06 07:26:04.128289 | fa163e5d-0333-585d-881b-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.575815 | 0.06s 2025-12-06 07:26:04.160080 | fa163e5d-0333-585d-881b-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.607627 | 0.08s 2025-12-06 07:26:04.178842 | 3ddfa553-be80-4fd9-9eae-0d6436a0dfbd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-12-06 07:26:04.179566 | 3ddfa553-be80-4fd9-9eae-0d6436a0dfbd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-12-06 07:26:04.214382 | fa163e5d-0333-585d-881b-000000000162 | TASK | Load distro-specific variables 2025-12-06 07:26:04.288758 | fa163e5d-0333-585d-881b-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.736286 | 0.06s 2025-12-06 07:26:04.289857 | fa163e5d-0333-585d-881b-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.737410 | 0.07s 2025-12-06 07:26:04.305918 | 21e12733-bbaf-4fa7-9664-c67a2394ac6c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-06 07:26:04.306714 | 21e12733-bbaf-4fa7-9664-c67a2394ac6c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-06 07:26:04.323455 | fa163e5d-0333-585d-881b-0000000001fa | TASK | Load distro-specific variables 2025-12-06 07:26:04.403455 | fa163e5d-0333-585d-881b-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:26:04.404318 | fa163e5d-0333-585d-881b-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.851866 | 0.07s 2025-12-06 07:26:04.409167 | fa163e5d-0333-585d-881b-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.856717 | 0.07s 2025-12-06 07:26:04.427798 | fa163e5d-0333-585d-881b-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:26:04.428777 | fa163e5d-0333-585d-881b-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.876324 | 0.10s 2025-12-06 07:26:04.435757 | fa163e5d-0333-585d-881b-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.883311 | 0.11s 2025-12-06 07:26:04.440236 | fa163e5d-0333-585d-881b-000000000163 | TASK | Install chrony configuration file 2025-12-06 07:26:05.233401 | fa163e5d-0333-585d-881b-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-12-06 07:26:05.234104 | fa163e5d-0333-585d-881b-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.681644 | 0.79s 2025-12-06 07:26:05.275087 | fa163e5d-0333-585d-881b-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-12-06 07:26:05.275768 | fa163e5d-0333-585d-881b-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.723320 | 0.83s 2025-12-06 07:26:05.284124 | fa163e5d-0333-585d-881b-00000000000e | TASK | Run chronyd 2025-12-06 07:26:05.372408 | fa163e5d-0333-585d-881b-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.819943 | 0.09s 2025-12-06 07:26:05.385556 | fa163e5d-0333-585d-881b-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.833108 | 0.09s 2025-12-06 07:26:05.404495 | 08f7315c-1f23-4f11-a0d9-f9bb2a0f10f1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-12-06 07:26:05.405218 | 08f7315c-1f23-4f11-a0d9-f9bb2a0f10f1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-12-06 07:26:05.441214 | fa163e5d-0333-585d-881b-000000000233 | TASK | Load distro-specific variables 2025-12-06 07:26:05.524226 | fa163e5d-0333-585d-881b-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.971748 | 0.08s 2025-12-06 07:26:05.548748 | fa163e5d-0333-585d-881b-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.996296 | 0.10s 2025-12-06 07:26:05.562608 | ac4052c4-1e35-42e0-874b-18c4b30694ea | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-06 07:26:05.563307 | ac4052c4-1e35-42e0-874b-18c4b30694ea | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-06 07:26:05.581344 | fa163e5d-0333-585d-881b-0000000002ee | TASK | Load distro-specific variables 2025-12-06 07:26:05.683274 | fa163e5d-0333-585d-881b-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:26:05.684461 | fa163e5d-0333-585d-881b-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.132006 | 0.10s 2025-12-06 07:26:05.694968 | fa163e5d-0333-585d-881b-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:26:05.695974 | fa163e5d-0333-585d-881b-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.143527 | 0.10s 2025-12-06 07:26:05.701313 | fa163e5d-0333-585d-881b-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.148864 | 0.12s 2025-12-06 07:26:05.702379 | fa163e5d-0333-585d-881b-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.149932 | 0.11s 2025-12-06 07:26:05.711447 | fa163e5d-0333-585d-881b-000000000234 | TASK | Ensure chronyd is running 2025-12-06 07:26:06.314021 | fa163e5d-0333-585d-881b-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-12-06 07:26:06.316139 | fa163e5d-0333-585d-881b-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.763644 | 0.60s 2025-12-06 07:26:06.328958 | fa163e5d-0333-585d-881b-000000000234 | OK | Ensure chronyd is running | undercloud 2025-12-06 07:26:06.330246 | fa163e5d-0333-585d-881b-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.777799 | 0.60s 2025-12-06 07:26:06.339329 | fa163e5d-0333-585d-881b-000000000235 | TASK | Force chronyd restart 2025-12-06 07:26:06.427873 | fa163e5d-0333-585d-881b-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-12-06 07:26:06.429241 | fa163e5d-0333-585d-881b-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:08.876779 | 0.09s 2025-12-06 07:26:06.800143 | fa163e5d-0333-585d-881b-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-12-06 07:26:06.801750 | fa163e5d-0333-585d-881b-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.249299 | 0.45s 2025-12-06 07:26:06.811936 | fa163e5d-0333-585d-881b-00000000000f | TASK | Enable online service 2025-12-06 07:26:06.891636 | fa163e5d-0333-585d-881b-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.339157 | 0.08s 2025-12-06 07:26:06.913500 | fa163e5d-0333-585d-881b-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.361046 | 0.09s 2025-12-06 07:26:06.931019 | 0ca2dcef-88f4-491a-bf10-e56ed87280e8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-12-06 07:26:06.931796 | 0ca2dcef-88f4-491a-bf10-e56ed87280e8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-12-06 07:26:06.975479 | fa163e5d-0333-585d-881b-000000000338 | TASK | Create chrony-online.service unit file 2025-12-06 07:26:07.416734 | fa163e5d-0333-585d-881b-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-12-06 07:26:07.418087 | fa163e5d-0333-585d-881b-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.865624 | 0.44s 2025-12-06 07:26:07.500797 | fa163e5d-0333-585d-881b-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-12-06 07:26:07.501435 | fa163e5d-0333-585d-881b-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.948991 | 0.52s 2025-12-06 07:26:07.505794 | fa163e5d-0333-585d-881b-000000000339 | TASK | Enable chrony-online.service 2025-12-06 07:26:08.715894 | fa163e5d-0333-585d-881b-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-12-06 07:26:08.717572 | fa163e5d-0333-585d-881b-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.165110 | 1.21s 2025-12-06 07:26:08.729594 | fa163e5d-0333-585d-881b-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-12-06 07:26:08.730596 | fa163e5d-0333-585d-881b-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.178151 | 1.22s 2025-12-06 07:26:08.737389 | fa163e5d-0333-585d-881b-000000000010 | TASK | Sync chronyc 2025-12-06 07:26:08.819043 | fa163e5d-0333-585d-881b-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.266583 | 0.07s 2025-12-06 07:26:08.819834 | fa163e5d-0333-585d-881b-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.267393 | 0.08s 2025-12-06 07:26:08.831259 | 80d06c50-5cd6-4d7a-a3d4-d930112b74ec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-12-06 07:26:08.831705 | 80d06c50-5cd6-4d7a-a3d4-d930112b74ec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-12-06 07:26:08.864439 | fa163e5d-0333-585d-881b-00000000042a | TASK | Force NTP sync 2025-12-06 07:26:09.080342 | fa163e5d-0333-585d-881b-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-12-06 07:26:09.081742 | fa163e5d-0333-585d-881b-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.529277 | 0.22s 2025-12-06 07:26:09.103696 | fa163e5d-0333-585d-881b-00000000042a | CHANGED | Force NTP sync | undercloud 2025-12-06 07:26:09.104351 | fa163e5d-0333-585d-881b-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.551907 | 0.23s 2025-12-06 07:26:09.110566 | fa163e5d-0333-585d-881b-00000000042b | TASK | Ensure system is NTP time synced 2025-12-06 07:26:19.397493 | fa163e5d-0333-585d-881b-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-12-06 07:26:19.398754 | fa163e5d-0333-585d-881b-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:21.846297 | 10.29s 2025-12-06 07:26:19.399702 | fa163e5d-0333-585d-881b-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-12-06 07:26:19.400411 | fa163e5d-0333-585d-881b-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:21.847965 | 10.28s 2025-12-06 07:26:19.421921 | fa163e5d-0333-585d-881b-00000000002c | TASK | Set timezone 2025-12-06 07:26:19.923445 | fa163e5d-0333-585d-881b-00000000002c | OK | Set timezone | undercloud 2025-12-06 07:26:19.924889 | fa163e5d-0333-585d-881b-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.372429 | 0.49s 2025-12-06 07:26:20.918310 | fa163e5d-0333-585d-881b-00000000002c | OK | Set timezone | standalone.localdomain 2025-12-06 07:26:20.919360 | fa163e5d-0333-585d-881b-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.366908 | 1.50s 2025-12-06 07:26:20.927509 | fa163e5d-0333-585d-881b-00000000002d | TASK | Restart time services 2025-12-06 07:26:20.966222 | fa163e5d-0333-585d-881b-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-12-06 07:26:20.971998 | fa163e5d-0333-585d-881b-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-12-06 07:26:20.980979 | fa163e5d-0333-585d-881b-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-12-06 07:26:20.986763 | fa163e5d-0333-585d-881b-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.434296 | 0.06s 2025-12-06 07:26:20.987816 | fa163e5d-0333-585d-881b-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-12-06 07:26:20.998221 | fa163e5d-0333-585d-881b-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.445771 | 0.06s 2025-12-06 07:26:21.045256 | fa163e5d-0333-585d-881b-000000000012 | HANDLER | Restart chronyd 2025-12-06 07:26:21.526033 | fa163e5d-0333-585d-881b-000000000012 | CHANGED | Restart chronyd | undercloud 2025-12-06 07:26:21.527811 | fa163e5d-0333-585d-881b-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.975355 | 0.48s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-12-06 07:26:21.545398 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:26:21.546024 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:26:21.546585 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.994139 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:26:21.547160 | UUID | Info | Host | Task Name | Run Time 2025-12-06 07:26:21.547831 | fa163e5d-0333-585d-881b-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.29s 2025-12-06 07:26:21.548584 | fa163e5d-0333-585d-881b-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.28s 2025-12-06 07:26:21.549399 | fa163e5d-0333-585d-881b-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.61s 2025-12-06 07:26:21.549984 | fa163e5d-0333-585d-881b-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 2.99s 2025-12-06 07:26:21.550622 | fa163e5d-0333-585d-881b-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 1.50s 2025-12-06 07:26:21.551208 | fa163e5d-0333-585d-881b-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.22s 2025-12-06 07:26:21.551761 | fa163e5d-0333-585d-881b-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.21s 2025-12-06 07:26:21.552377 | fa163e5d-0333-585d-881b-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.83s 2025-12-06 07:26:21.552931 | fa163e5d-0333-585d-881b-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.79s 2025-12-06 07:26:21.553569 | fa163e5d-0333-585d-881b-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.60s 2025-12-06 07:26:21.554155 | fa163e5d-0333-585d-881b-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.60s 2025-12-06 07:26:21.554736 | fa163e5d-0333-585d-881b-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.57s 2025-12-06 07:26:21.555400 | fa163e5d-0333-585d-881b-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2025-12-06 07:26:21.555982 | fa163e5d-0333-585d-881b-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.52s 2025-12-06 07:26:21.556600 | fa163e5d-0333-585d-881b-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.49s 2025-12-06 07:26:21.557228 | fa163e5d-0333-585d-881b-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.48s 2025-12-06 07:26:21.557798 | fa163e5d-0333-585d-881b-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.45s 2025-12-06 07:26:21.558420 | fa163e5d-0333-585d-881b-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.44s 2025-12-06 07:26:21.559038 | fa163e5d-0333-585d-881b-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2025-12-06 07:26:21.559658 | fa163e5d-0333-585d-881b-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.38s 2025-12-06 07:26:21.560244 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] ******************************************************** 2025-12-06 07:26:22.446825 | fa163e5d-0333-127a-1d8c-000000000005 | SKIPPED | fail | undercloud 2025-12-06 07:26:22.447497 | fa163e5d-0333-127a-1d8c-000000000005 | TIMING | fail | undercloud | 0:00:00.069461 | 0.06s 2025-12-06 07:26:22.494678 | fa163e5d-0333-127a-1d8c-000000000006 | SKIPPED | fail | undercloud 2025-12-06 07:26:22.495277 | fa163e5d-0333-127a-1d8c-000000000006 | TIMING | fail | undercloud | 0:00:00.117244 | 0.04s 2025-12-06 07:26:22.498764 | fa163e5d-0333-127a-1d8c-000000000008 | TASK | Ensure working_dir is provided 2025-12-06 07:26:22.524018 | fa163e5d-0333-127a-1d8c-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-12-06 07:26:22.524592 | fa163e5d-0333-127a-1d8c-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.146558 | 0.03s 2025-12-06 07:26:22.533585 | fa163e5d-0333-127a-1d8c-00000000000a | TASK | ensure ceph_spec_path is defined 2025-12-06 07:26:22.558744 | fa163e5d-0333-127a-1d8c-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-12-06 07:26:22.559299 | fa163e5d-0333-127a-1d8c-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.181266 | 0.03s 2025-12-06 07:26:22.562840 | fa163e5d-0333-127a-1d8c-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-12-06 07:26:22.588852 | fa163e5d-0333-127a-1d8c-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-06 07:26:22.589506 | fa163e5d-0333-127a-1d8c-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.211473 | 0.03s 2025-12-06 07:26:22.593052 | fa163e5d-0333-127a-1d8c-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-12-06 07:26:22.617807 | fa163e5d-0333-127a-1d8c-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-12-06 07:26:22.618373 | fa163e5d-0333-127a-1d8c-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.240341 | 0.02s 2025-12-06 07:26:22.622073 | fa163e5d-0333-127a-1d8c-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-12-06 07:26:22.660305 | fa163e5d-0333-127a-1d8c-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-12-06 07:26:22.661442 | fa163e5d-0333-127a-1d8c-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.283353 | 0.04s 2025-12-06 07:26:22.669345 | fa163e5d-0333-127a-1d8c-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-12-06 07:26:22.750361 | fa163e5d-0333-127a-1d8c-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2025-12-06 07:26:22.751937 | fa163e5d-0333-127a-1d8c-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.373883 | 0.08s 2025-12-06 07:26:22.765496 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:26:22.779682 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:26:22.792118 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:26:22.803817 | fa163e5d-0333-127a-1d8c-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.425765 | 0.13s 2025-12-06 07:26:22.812907 | fa163e5d-0333-127a-1d8c-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-12-06 07:26:22.901719 | fa163e5d-0333-127a-1d8c-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2025-12-06 07:26:22.916632 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:26:22.932188 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:26:22.944529 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:26:22.952209 | fa163e5d-0333-127a-1d8c-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.574159 | 0.14s 2025-12-06 07:26:22.958047 | fa163e5d-0333-127a-1d8c-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-12-06 07:26:23.034397 | fa163e5d-0333-127a-1d8c-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-12-06 07:26:23.035386 | fa163e5d-0333-127a-1d8c-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.657347 | 0.08s 2025-12-06 07:26:23.041131 | fa163e5d-0333-127a-1d8c-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-12-06 07:26:23.067216 | fa163e5d-0333-127a-1d8c-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-12-06 07:26:23.068515 | fa163e5d-0333-127a-1d8c-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.690469 | 0.03s 2025-12-06 07:26:23.069519 | fa163e5d-0333-127a-1d8c-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.691484 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-12-06 07:26:23.129620 | fa163e5d-0333-127a-1d8c-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-12-06 07:26:23.166014 | fa163e5d-0333-127a-1d8c-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-12-06 07:26:23.167288 | fa163e5d-0333-127a-1d8c-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.789240 | 0.04s 2025-12-06 07:26:23.175483 | fa163e5d-0333-127a-1d8c-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-12-06 07:26:23.344254 | fa163e5d-0333-127a-1d8c-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-12-06 07:26:23.345260 | fa163e5d-0333-127a-1d8c-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:00.967220 | 0.17s 2025-12-06 07:26:23.350744 | fa163e5d-0333-127a-1d8c-000000000019 | TASK | Set IP address of first monitor 2025-12-06 07:26:23.388030 | fa163e5d-0333-127a-1d8c-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-12-06 07:26:23.389009 | fa163e5d-0333-127a-1d8c-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.010972 | 0.04s 2025-12-06 07:26:23.403247 | fa163e5d-0333-127a-1d8c-000000000020 | TASK | Gather distribution facts if they don't exist 2025-12-06 07:26:23.449059 | fa163e5d-0333-127a-1d8c-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-12-06 07:26:23.450113 | fa163e5d-0333-127a-1d8c-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.072059 | 0.05s 2025-12-06 07:26:23.457269 | fa163e5d-0333-127a-1d8c-000000000021 | TASK | Install cephadm package 2025-12-06 07:26:26.454165 | fa163e5d-0333-127a-1d8c-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-12-06 07:26:26.455562 | fa163e5d-0333-127a-1d8c-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.077516 | 3.00s 2025-12-06 07:26:26.464656 | fa163e5d-0333-127a-1d8c-000000000022 | TASK | Stat cephadm file 2025-12-06 07:26:26.841204 | fa163e5d-0333-127a-1d8c-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-12-06 07:26:26.842976 | fa163e5d-0333-127a-1d8c-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.464922 | 0.38s 2025-12-06 07:26:26.857790 | fa163e5d-0333-127a-1d8c-000000000023 | TASK | Fail if cephadm is not available 2025-12-06 07:26:26.892739 | fa163e5d-0333-127a-1d8c-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-12-06 07:26:26.893782 | fa163e5d-0333-127a-1d8c-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.515737 | 0.03s 2025-12-06 07:26:26.902889 | fa163e5d-0333-127a-1d8c-000000000024 | TASK | List Ceph daemon instances on this host 2025-12-06 07:26:27.745904 | fa163e5d-0333-127a-1d8c-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-12-06 07:26:27.747267 | fa163e5d-0333-127a-1d8c-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.369220 | 0.84s 2025-12-06 07:26:27.756609 | fa163e5d-0333-127a-1d8c-000000000026 | TASK | Set list of found FSIDs 2025-12-06 07:26:27.847312 | fa163e5d-0333-127a-1d8c-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-12-06 07:26:27.848429 | fa163e5d-0333-127a-1d8c-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.470384 | 0.09s 2025-12-06 07:26:27.857315 | fa163e5d-0333-127a-1d8c-000000000027 | TASK | Fail if >1 FSID was discovered 2025-12-06 07:26:27.964332 | fa163e5d-0333-127a-1d8c-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-12-06 07:26:27.965423 | fa163e5d-0333-127a-1d8c-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.587379 | 0.11s 2025-12-06 07:26:27.974021 | fa163e5d-0333-127a-1d8c-000000000028 | TASK | Set FSID to the discovered value 2025-12-06 07:26:28.049956 | fa163e5d-0333-127a-1d8c-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-12-06 07:26:28.051018 | fa163e5d-0333-127a-1d8c-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.672976 | 0.08s 2025-12-06 07:26:28.059698 | fa163e5d-0333-127a-1d8c-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-12-06 07:26:28.137585 | fa163e5d-0333-127a-1d8c-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-12-06 07:26:28.138958 | fa163e5d-0333-127a-1d8c-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.760913 | 0.08s 2025-12-06 07:26:28.147731 | fa163e5d-0333-127a-1d8c-00000000002b | TASK | Set first monitor IP if it was not passed 2025-12-06 07:26:28.216388 | fa163e5d-0333-127a-1d8c-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-12-06 07:26:28.217448 | fa163e5d-0333-127a-1d8c-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.839405 | 0.07s 2025-12-06 07:26:28.225840 | fa163e5d-0333-127a-1d8c-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-12-06 07:26:28.569456 | fa163e5d-0333-127a-1d8c-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-12-06 07:26:28.570868 | fa163e5d-0333-127a-1d8c-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.192821 | 0.34s 2025-12-06 07:26:28.580135 | fa163e5d-0333-127a-1d8c-00000000002d | TASK | Ensure specs directory exists 2025-12-06 07:26:28.801218 | fa163e5d-0333-127a-1d8c-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-12-06 07:26:28.802619 | fa163e5d-0333-127a-1d8c-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.424572 | 0.22s 2025-12-06 07:26:28.816836 | fa163e5d-0333-127a-1d8c-00000000002e | TASK | Stat spec file on ansible host 2025-12-06 07:26:29.049158 | fa163e5d-0333-127a-1d8c-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e5d-0333-127a-1d8c-00000000002e') missing from stats 2025-12-06 07:26:29.060744 | fa163e5d-0333-127a-1d8c-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-12-06 07:26:29.628726 | fa163e5d-0333-127a-1d8c-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-12-06 07:26:29.630287 | fa163e5d-0333-127a-1d8c-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.252239 | 0.57s 2025-12-06 07:26:29.644844 | fa163e5d-0333-127a-1d8c-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-12-06 07:26:29.917563 | fa163e5d-0333-127a-1d8c-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e5d-0333-127a-1d8c-000000000031') missing from stats 2025-12-06 07:26:29.929133 | fa163e5d-0333-127a-1d8c-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-06 07:26:30.437109 | fa163e5d-0333-127a-1d8c-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-06 07:26:30.438390 | fa163e5d-0333-127a-1d8c-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.060344 | 0.51s 2025-12-06 07:26:30.461128 | fa163e5d-0333-127a-1d8c-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-06 07:26:30.549636 | fa163e5d-0333-127a-1d8c-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-06 07:26:30.550515 | fa163e5d-0333-127a-1d8c-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.172477 | 0.09s 2025-12-06 07:26:30.561027 | fa163e5d-0333-127a-1d8c-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-12-06 07:26:30.625696 | fa163e5d-0333-127a-1d8c-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-12-06 07:26:30.626578 | fa163e5d-0333-127a-1d8c-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.248540 | 0.06s 2025-12-06 07:26:30.632743 | fa163e5d-0333-127a-1d8c-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-12-06 07:26:30.868241 | fa163e5d-0333-127a-1d8c-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-12-06 07:26:30.869809 | fa163e5d-0333-127a-1d8c-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.491755 | 0.24s 2025-12-06 07:26:31.082800 | fa163e5d-0333-127a-1d8c-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-12-06 07:26:31.083833 | fa163e5d-0333-127a-1d8c-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.705796 | 0.45s 2025-12-06 07:26:31.090491 | fa163e5d-0333-127a-1d8c-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.712452 | 0.46s 2025-12-06 07:26:31.100834 | fa163e5d-0333-127a-1d8c-000000000065 | TASK | Fail if necessary files are missing 2025-12-06 07:26:31.208120 | fa163e5d-0333-127a-1d8c-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': 276835869, 'dev': 64516, 'nlink': 1, 'atime': 1765005954.5316455, 'mtime': 1765005954.34564, 'ctime': 1765005954.5336456, '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': '626be8df1ed5aab07ae19f0c72665f617069be27', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2351526929', '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'} 2025-12-06 07:26:31.217184 | fa163e5d-0333-127a-1d8c-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': 302008199, 'dev': 64516, 'nlink': 1, 'atime': 1765005954.968659, 'mtime': 1765005954.8316548, 'ctime': 1765005954.970659, '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': 'baef5034239e60e5d55a002d502bfa8ce470095f', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1703263876', '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'} 2025-12-06 07:26:31.225560 | fa163e5d-0333-127a-1d8c-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.847513 | 0.12s 2025-12-06 07:26:31.232451 | fa163e5d-0333-127a-1d8c-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-12-06 07:26:31.452332 | fa163e5d-0333-127a-1d8c-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-12-06 07:26:31.453783 | fa163e5d-0333-127a-1d8c-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.075738 | 0.22s 2025-12-06 07:26:31.463306 | fa163e5d-0333-127a-1d8c-000000000068 | TASK | Run cephadm bootstrap 2025-12-06 07:27:40.369876 | fa163e5d-0333-127a-1d8c-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-12-06 07:27:40.372206 | fa163e5d-0333-127a-1d8c-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:17.994042 | 68.91s 2025-12-06 07:27:40.384177 | fa163e5d-0333-127a-1d8c-000000000069 | TASK | Show results of bootstrap 2025-12-06 07:27:40.449933 | fa163e5d-0333-127a-1d8c-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-12-06 07:27:40.451058 | fa163e5d-0333-127a-1d8c-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:18.073013 | 0.07s 2025-12-06 07:27:40.461963 | fa163e5d-0333-127a-1d8c-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-06 07:27:40.508782 | fa163e5d-0333-127a-1d8c-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:18.130734 | 0.05s 2025-12-06 07:27:40.517621 | 9bf6f862-1919-4bf6-8ae6-c526a02c86b4 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-06 07:27:40.527565 | fa163e5d-0333-127a-1d8c-00000000020b | TASK | Set ceph CLI 2025-12-06 07:27:40.713528 | fa163e5d-0333-127a-1d8c-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-12-06 07:27:40.715049 | fa163e5d-0333-127a-1d8c-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:18.337000 | 0.19s 2025-12-06 07:27:40.726487 | fa163e5d-0333-127a-1d8c-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-12-06 07:27:41.509370 | fa163e5d-0333-127a-1d8c-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-12-06 07:27:41.510767 | fa163e5d-0333-127a-1d8c-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:19.132723 | 0.78s 2025-12-06 07:27:41.520994 | fa163e5d-0333-127a-1d8c-00000000006c | TASK | Set the default container image in ceph configuration 2025-12-06 07:27:42.499422 | fa163e5d-0333-127a-1d8c-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-12-06 07:27:42.500241 | fa163e5d-0333-127a-1d8c-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:20.122207 | 0.98s 2025-12-06 07:27:42.505897 | fa163e5d-0333-127a-1d8c-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-12-06 07:27:42.551340 | fa163e5d-0333-127a-1d8c-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-12-06 07:27:42.552288 | fa163e5d-0333-127a-1d8c-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:20.174236 | 0.05s 2025-12-06 07:27:42.561598 | fa163e5d-0333-127a-1d8c-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-06 07:27:42.605632 | fa163e5d-0333-127a-1d8c-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-06 07:27:42.606611 | fa163e5d-0333-127a-1d8c-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:20.228572 | 0.04s 2025-12-06 07:27:42.613007 | fa163e5d-0333-127a-1d8c-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-12-06 07:27:42.640679 | fa163e5d-0333-127a-1d8c-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-12-06 07:27:42.641619 | fa163e5d-0333-127a-1d8c-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:20.263581 | 0.03s 2025-12-06 07:27:42.647831 | fa163e5d-0333-127a-1d8c-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-12-06 07:27:42.708828 | fa163e5d-0333-127a-1d8c-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-12-06 07:27:42.710520 | fa163e5d-0333-127a-1d8c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.332465 | 0.06s 2025-12-06 07:27:42.718060 | fa163e5d-0333-127a-1d8c-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-12-06 07:27:42.718818 | fa163e5d-0333-127a-1d8c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.340782 | 0.07s 2025-12-06 07:27:42.726666 | fa163e5d-0333-127a-1d8c-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-12-06 07:27:42.727389 | fa163e5d-0333-127a-1d8c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.349354 | 0.08s 2025-12-06 07:27:42.732153 | fa163e5d-0333-127a-1d8c-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-12-06 07:27:42.733038 | fa163e5d-0333-127a-1d8c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.355003 | 0.08s 2025-12-06 07:27:42.744471 | fa163e5d-0333-127a-1d8c-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.366423 | 0.10s 2025-12-06 07:27:42.765643 | fa163e5d-0333-127a-1d8c-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-12-06 07:27:42.874629 | fa163e5d-0333-127a-1d8c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-12-06 07:27:42.939649 | fa163e5d-0333-127a-1d8c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-12-06 07:27:43.008594 | fa163e5d-0333-127a-1d8c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-12-06 07:27:43.063664 | fa163e5d-0333-127a-1d8c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-12-06 07:27:43.131412 | fa163e5d-0333-127a-1d8c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-12-06 07:27:43.191581 | fa163e5d-0333-127a-1d8c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-12-06 07:27:43.251580 | fa163e5d-0333-127a-1d8c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-12-06 07:27:43.312532 | fa163e5d-0333-127a-1d8c-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-12-06 07:27:43.318929 | fa163e5d-0333-127a-1d8c-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:20.940876 | 0.55s 2025-12-06 07:27:43.329706 | fa163e5d-0333-127a-1d8c-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-12-06 07:27:44.303284 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:27:44.305181 | fa163e5d-0333-127a-1d8c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.927125 | 0.97s 2025-12-06 07:27:45.103830 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:27:45.105002 | fa163e5d-0333-127a-1d8c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.726967 | 1.77s 2025-12-06 07:27:45.955386 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:27:45.956368 | fa163e5d-0333-127a-1d8c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.578334 | 2.63s 2025-12-06 07:27:46.906276 | fa163e5d-0333-127a-1d8c-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'} 2025-12-06 07:27:46.907463 | fa163e5d-0333-127a-1d8c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:24.529425 | 3.58s 2025-12-06 07:27:46.918440 | fa163e5d-0333-127a-1d8c-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:24.540394 | 3.59s 2025-12-06 07:27:46.937968 | fa163e5d-0333-127a-1d8c-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-12-06 07:27:47.198062 | fa163e5d-0333-127a-1d8c-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-12-06 07:27:47.199612 | fa163e5d-0333-127a-1d8c-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.821568 | 0.26s 2025-12-06 07:27:47.207397 | fa163e5d-0333-127a-1d8c-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.829355 | 0.27s 2025-12-06 07:27:47.212565 | fa163e5d-0333-127a-1d8c-0000000000a7 | TASK | Fail if spec file is missing 2025-12-06 07:27:47.266710 | fa163e5d-0333-127a-1d8c-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': 914360722, 'dev': 64516, 'nlink': 1, 'atime': 1765005989.5912693, 'mtime': 1765005989.3052604, 'ctime': 1765005989.5942693, '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': '6ff552aaff9f807d630cbf2c3e4abc4bf2c16a1a', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '931623199', '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'} 2025-12-06 07:27:47.275662 | fa163e5d-0333-127a-1d8c-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:24.897611 | 0.06s 2025-12-06 07:27:47.288670 | fa163e5d-0333-127a-1d8c-0000000000a8 | TASK | Get ceph_cli 2025-12-06 07:27:47.308371 | fa163e5d-0333-127a-1d8c-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:24.930322 | 0.02s 2025-12-06 07:27:47.319403 | 9a3575bb-de01-4b7e-a1b7-202937ba812c | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-06 07:27:47.339240 | fa163e5d-0333-127a-1d8c-000000000270 | TASK | Set ceph CLI 2025-12-06 07:27:47.508081 | fa163e5d-0333-127a-1d8c-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-12-06 07:27:47.509192 | fa163e5d-0333-127a-1d8c-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:25.131154 | 0.17s 2025-12-06 07:27:47.519369 | fa163e5d-0333-127a-1d8c-0000000000a9 | TASK | Get the ceph orchestrator status 2025-12-06 07:27:48.438685 | fa163e5d-0333-127a-1d8c-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-06 07:27:48.439632 | fa163e5d-0333-127a-1d8c-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:26.061594 | 0.92s 2025-12-06 07:27:48.446252 | fa163e5d-0333-127a-1d8c-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-12-06 07:27:48.487815 | fa163e5d-0333-127a-1d8c-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-06 07:27:48.488634 | fa163e5d-0333-127a-1d8c-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:26.110597 | 0.04s 2025-12-06 07:27:48.494787 | fa163e5d-0333-127a-1d8c-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-12-06 07:27:48.511605 | fa163e5d-0333-127a-1d8c-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:26.133561 | 0.02s 2025-12-06 07:27:48.528690 | d2f5e9dc-7114-494e-9cb4-d47e66b37c6a | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-12-06 07:27:48.545439 | fa163e5d-0333-127a-1d8c-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-06 07:27:48.580431 | fa163e5d-0333-127a-1d8c-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-06 07:27:48.581434 | fa163e5d-0333-127a-1d8c-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:26.203390 | 0.03s 2025-12-06 07:27:48.589473 | fa163e5d-0333-127a-1d8c-0000000002a8 | TASK | set cephadm debug level 2025-12-06 07:27:48.647058 | fa163e5d-0333-127a-1d8c-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-12-06 07:27:48.647952 | fa163e5d-0333-127a-1d8c-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:26.269914 | 0.06s 2025-12-06 07:27:48.654246 | fa163e5d-0333-127a-1d8c-0000000002a9 | TASK | enforce minimum ceph clients version 2025-12-06 07:27:48.725544 | fa163e5d-0333-127a-1d8c-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-12-06 07:27:48.726820 | fa163e5d-0333-127a-1d8c-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:26.348773 | 0.07s 2025-12-06 07:27:48.737471 | fa163e5d-0333-127a-1d8c-0000000002aa | TASK | set container image base in ceph configuration 2025-12-06 07:27:49.686759 | fa163e5d-0333-127a-1d8c-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-12-06 07:27:49.688271 | fa163e5d-0333-127a-1d8c-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:27.310222 | 0.95s 2025-12-06 07:27:49.697942 | fa163e5d-0333-127a-1d8c-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-12-06 07:27:49.765907 | fa163e5d-0333-127a-1d8c-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-12-06 07:27:49.767232 | fa163e5d-0333-127a-1d8c-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:27.389185 | 0.07s 2025-12-06 07:27:49.776688 | fa163e5d-0333-127a-1d8c-0000000002ad | TASK | set grafana container image in ceph configuration 2025-12-06 07:27:49.816243 | fa163e5d-0333-127a-1d8c-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-12-06 07:27:49.817479 | fa163e5d-0333-127a-1d8c-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:27.439433 | 0.04s 2025-12-06 07:27:49.827073 | fa163e5d-0333-127a-1d8c-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-12-06 07:27:49.884552 | fa163e5d-0333-127a-1d8c-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-12-06 07:27:49.885752 | fa163e5d-0333-127a-1d8c-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:27.507706 | 0.06s 2025-12-06 07:27:49.895580 | fa163e5d-0333-127a-1d8c-0000000002af | TASK | set prometheus container image in ceph configuration 2025-12-06 07:27:49.954434 | fa163e5d-0333-127a-1d8c-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-12-06 07:27:49.955815 | fa163e5d-0333-127a-1d8c-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:27.577767 | 0.06s 2025-12-06 07:27:49.965385 | fa163e5d-0333-127a-1d8c-0000000000ac | TASK | Apply spec 2025-12-06 07:27:51.461353 | fa163e5d-0333-127a-1d8c-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-12-06 07:27:51.464486 | fa163e5d-0333-127a-1d8c-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:29.086432 | 1.50s 2025-12-06 07:27:51.475718 | fa163e5d-0333-127a-1d8c-0000000000ad | TASK | Show results of spec apply 2025-12-06 07:27:51.549731 | fa163e5d-0333-127a-1d8c-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-12-06 07:27:51.553687 | fa163e5d-0333-127a-1d8c-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:29.175625 | 0.07s 2025-12-06 07:27:51.567970 | fa163e5d-0333-127a-1d8c-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-12-06 07:27:51.633361 | fa163e5d-0333-127a-1d8c-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:29.255296 | 0.06s 2025-12-06 07:27:51.649045 | 83acd929-57e4-4029-913b-867877e0d61b | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-12-06 07:27:51.676992 | fa163e5d-0333-127a-1d8c-000000000307 | TASK | Wait for expected number of osds to be running 2025-12-06 07:27:52.607941 | fa163e5d-0333-127a-1d8c-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-12-06 07:28:23.606794 | fa163e5d-0333-127a-1d8c-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-12-06 07:28:23.608130 | fa163e5d-0333-127a-1d8c-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:01.230049 | 31.93s 2025-12-06 07:28:23.626402 | fa163e5d-0333-127a-1d8c-0000000000c9 | TASK | Get ceph_cli 2025-12-06 07:28:23.666523 | fa163e5d-0333-127a-1d8c-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-06 07:28:23.667674 | fa163e5d-0333-127a-1d8c-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.289628 | 0.04s 2025-12-06 07:28:23.676915 | fa163e5d-0333-127a-1d8c-0000000000ca | TASK | Collect ceph config dump 2025-12-06 07:28:23.718276 | fa163e5d-0333-127a-1d8c-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-12-06 07:28:23.719561 | fa163e5d-0333-127a-1d8c-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:01.341517 | 0.04s 2025-12-06 07:28:23.728589 | fa163e5d-0333-127a-1d8c-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-12-06 07:28:23.795876 | fa163e5d-0333-127a-1d8c-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-12-06 07:28:23.797198 | fa163e5d-0333-127a-1d8c-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:01.419152 | 0.07s 2025-12-06 07:28:23.806678 | fa163e5d-0333-127a-1d8c-0000000000cc | TASK | Create pool 2025-12-06 07:28:23.884391 | fa163e5d-0333-127a-1d8c-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:01.506334 | 0.08s 2025-12-06 07:28:23.895468 | fa163e5d-0333-127a-1d8c-0000000000cd | TASK | Enable application on Ceph pools 2025-12-06 07:28:23.964144 | fa163e5d-0333-127a-1d8c-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:01.586045 | 0.07s 2025-12-06 07:28:23.974826 | fa163e5d-0333-127a-1d8c-0000000000cf | TASK | Get the RBD ceph_cli 2025-12-06 07:28:24.014538 | fa163e5d-0333-127a-1d8c-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-12-06 07:28:24.015632 | fa163e5d-0333-127a-1d8c-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:01.637588 | 0.04s 2025-12-06 07:28:24.024320 | fa163e5d-0333-127a-1d8c-0000000000d0 | TASK | Set trash interval 2025-12-06 07:28:24.102735 | fa163e5d-0333-127a-1d8c-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-12-06 07:28:24.113904 | fa163e5d-0333-127a-1d8c-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:01.735846 | 0.09s 2025-12-06 07:28:24.131538 | fa163e5d-0333-127a-1d8c-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-12-06 07:28:24.200379 | fa163e5d-0333-127a-1d8c-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:01.822320 | 0.07s 2025-12-06 07:28:24.210704 | fa163e5d-0333-127a-1d8c-0000000000e9 | TASK | Get ceph_cli 2025-12-06 07:28:24.247520 | fa163e5d-0333-127a-1d8c-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-06 07:28:24.248603 | fa163e5d-0333-127a-1d8c-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.870559 | 0.04s 2025-12-06 07:28:24.257315 | fa163e5d-0333-127a-1d8c-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-12-06 07:28:24.306307 | fa163e5d-0333-127a-1d8c-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:01.928258 | 0.05s 2025-12-06 07:28:24.323621 | fa163e5d-0333-127a-1d8c-0000000000f9 | TASK | Get ceph_cli 2025-12-06 07:28:24.365623 | fa163e5d-0333-127a-1d8c-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-06 07:28:24.366924 | fa163e5d-0333-127a-1d8c-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.988878 | 0.04s 2025-12-06 07:28:24.377733 | fa163e5d-0333-127a-1d8c-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-12-06 07:28:24.408723 | fa163e5d-0333-127a-1d8c-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-12-06 07:28:24.409870 | fa163e5d-0333-127a-1d8c-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:02.031823 | 0.03s 2025-12-06 07:28:24.421330 | fa163e5d-0333-127a-1d8c-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-12-06 07:28:24.450657 | fa163e5d-0333-127a-1d8c-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-12-06 07:28:24.451737 | fa163e5d-0333-127a-1d8c-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:02.073692 | 0.03s 2025-12-06 07:28:24.461006 | fa163e5d-0333-127a-1d8c-0000000000fc | TASK | Extract mons_json 2025-12-06 07:28:24.500511 | fa163e5d-0333-127a-1d8c-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-12-06 07:28:24.501593 | fa163e5d-0333-127a-1d8c-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:02.123548 | 0.04s 2025-12-06 07:28:24.510503 | fa163e5d-0333-127a-1d8c-0000000000fd | TASK | Build mons_list 2025-12-06 07:28:24.552195 | fa163e5d-0333-127a-1d8c-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-12-06 07:28:24.553514 | fa163e5d-0333-127a-1d8c-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:02.175469 | 0.04s 2025-12-06 07:28:24.562676 | fa163e5d-0333-127a-1d8c-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-12-06 07:28:24.601772 | fa163e5d-0333-127a-1d8c-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-12-06 07:28:24.602879 | fa163e5d-0333-127a-1d8c-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:02.224834 | 0.04s 2025-12-06 07:28:24.612311 | fa163e5d-0333-127a-1d8c-0000000000ff | TASK | Verify the keyring 2025-12-06 07:28:24.672046 | fa163e5d-0333-127a-1d8c-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:02.293997 | 0.06s 2025-12-06 07:28:24.686057 | fa163e5d-0333-127a-1d8c-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-12-06 07:28:24.733555 | fa163e5d-0333-127a-1d8c-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-12-06 07:28:24.734833 | fa163e5d-0333-127a-1d8c-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:02.356787 | 0.05s 2025-12-06 07:28:24.749396 | fa163e5d-0333-127a-1d8c-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-12-06 07:28:24.790196 | fa163e5d-0333-127a-1d8c-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-12-06 07:28:24.791288 | fa163e5d-0333-127a-1d8c-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:02.413242 | 0.04s 2025-12-06 07:28:24.808956 | fa163e5d-0333-127a-1d8c-00000000011c | TASK | Get ceph_cli 2025-12-06 07:28:24.835825 | fa163e5d-0333-127a-1d8c-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:02.457772 | 0.03s 2025-12-06 07:28:24.846702 | 0ece8623-b24d-4bdc-8275-f84939ef31d9 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-06 07:28:24.859443 | fa163e5d-0333-127a-1d8c-0000000003c0 | TASK | Set ceph CLI 2025-12-06 07:28:25.029009 | fa163e5d-0333-127a-1d8c-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-12-06 07:28:25.030380 | fa163e5d-0333-127a-1d8c-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:02.652335 | 0.17s 2025-12-06 07:28:25.039498 | fa163e5d-0333-127a-1d8c-00000000011d | TASK | Get the ceph orchestrator status 2025-12-06 07:28:25.917900 | fa163e5d-0333-127a-1d8c-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-06 07:28:25.919423 | fa163e5d-0333-127a-1d8c-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:03.541377 | 0.88s 2025-12-06 07:28:25.928445 | fa163e5d-0333-127a-1d8c-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-12-06 07:28:25.985860 | fa163e5d-0333-127a-1d8c-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-06 07:28:25.987158 | fa163e5d-0333-127a-1d8c-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:03.609112 | 0.06s 2025-12-06 07:28:25.997544 | fa163e5d-0333-127a-1d8c-000000000120 | TASK | Show the deployed daemons 2025-12-06 07:28:26.955210 | fa163e5d-0333-127a-1d8c-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-12-06 07:28:26.956767 | fa163e5d-0333-127a-1d8c-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:04.578718 | 0.96s 2025-12-06 07:28:26.969543 | fa163e5d-0333-127a-1d8c-000000000121 | TASK | Deployed daemons 2025-12-06 07:28:27.028480 | fa163e5d-0333-127a-1d8c-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-12-06 07:28:27.029916 | fa163e5d-0333-127a-1d8c-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:04.651870 | 0.06s 2025-12-06 07:28:27.040713 | fa163e5d-0333-127a-1d8c-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-12-06 07:28:28.030695 | fa163e5d-0333-127a-1d8c-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-12-06 07:28:28.032239 | fa163e5d-0333-127a-1d8c-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:05.654192 | 0.99s 2025-12-06 07:28:28.042191 | fa163e5d-0333-127a-1d8c-000000000123 | TASK | Ceph cluster status 2025-12-06 07:28:28.082083 | fa163e5d-0333-127a-1d8c-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: e8875498-102f-5bb7-b677-daf412651781", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 83s)", " mgr: standalone.frevqb(active, since 67s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-12-06 07:28:28.083344 | fa163e5d-0333-127a-1d8c-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:05.705301 | 0.04s 2025-12-06 07:28:28.107135 | fa163e5d-0333-127a-1d8c-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-12-06 07:28:28.832283 | fa163e5d-0333-127a-1d8c-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e5d-0333-127a-1d8c-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 2025-12-06 07:28:28.874849 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:28:28.875450 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:28:28.875985 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:06.497945 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:28:28.876527 | UUID | Info | Host | Task Name | Run Time 2025-12-06 07:28:28.877063 | fa163e5d-0333-127a-1d8c-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 68.91s 2025-12-06 07:28:28.877600 | fa163e5d-0333-127a-1d8c-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.93s 2025-12-06 07:28:28.878143 | fa163e5d-0333-127a-1d8c-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.59s 2025-12-06 07:28:28.878659 | fa163e5d-0333-127a-1d8c-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.00s 2025-12-06 07:28:28.879210 | fa163e5d-0333-127a-1d8c-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.50s 2025-12-06 07:28:28.879727 | fa163e5d-0333-127a-1d8c-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.99s 2025-12-06 07:28:28.880284 | fa163e5d-0333-127a-1d8c-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.98s 2025-12-06 07:28:28.880781 | fa163e5d-0333-127a-1d8c-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.96s 2025-12-06 07:28:28.881422 | fa163e5d-0333-127a-1d8c-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.95s 2025-12-06 07:28:28.881915 | fa163e5d-0333-127a-1d8c-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.92s 2025-12-06 07:28:28.882482 | fa163e5d-0333-127a-1d8c-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.88s 2025-12-06 07:28:28.882983 | fa163e5d-0333-127a-1d8c-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.84s 2025-12-06 07:28:28.883529 | fa163e5d-0333-127a-1d8c-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.78s 2025-12-06 07:28:28.884043 | fa163e5d-0333-127a-1d8c-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.57s 2025-12-06 07:28:28.884584 | fa163e5d-0333-127a-1d8c-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.55s 2025-12-06 07:28:28.885147 | fa163e5d-0333-127a-1d8c-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.51s 2025-12-06 07:28:28.885645 | fa163e5d-0333-127a-1d8c-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.46s 2025-12-06 07:28:28.886183 | fa163e5d-0333-127a-1d8c-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.38s 2025-12-06 07:28:28.886718 | fa163e5d-0333-127a-1d8c-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.34s 2025-12-06 07:28:28.887258 | fa163e5d-0333-127a-1d8c-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.27s 2025-12-06 07:28:28.887743 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=True + OCTAVIA_ENABLED=False + 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' + '[' False = true ']' + '[' false = true ']' + '[' True = true ']' + '[' 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' + 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 /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 2025-12-06 07:28:32.098 40236 INFO migrate.versioning.api [-] 72 -> 73...  2025-12-06 07:28:32.121 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.121 40236 INFO migrate.versioning.api [-] 73 -> 74...  2025-12-06 07:28:32.123 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.123 40236 INFO migrate.versioning.api [-] 74 -> 75...  2025-12-06 07:28:32.125 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.125 40236 INFO migrate.versioning.api [-] 75 -> 76...  2025-12-06 07:28:32.126 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.126 40236 INFO migrate.versioning.api [-] 76 -> 77...  2025-12-06 07:28:32.128 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.128 40236 INFO migrate.versioning.api [-] 77 -> 78...  2025-12-06 07:28:32.130 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.130 40236 INFO migrate.versioning.api [-] 78 -> 79...  2025-12-06 07:28:32.153 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.153 40236 INFO migrate.versioning.api [-] 79 -> 80...  2025-12-06 07:28:32.170 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.170 40236 INFO migrate.versioning.api [-] 80 -> 81...  2025-12-06 07:28:32.172 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.172 40236 INFO migrate.versioning.api [-] 81 -> 82...  2025-12-06 07:28:32.173 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.173 40236 INFO migrate.versioning.api [-] 82 -> 83...  2025-12-06 07:28:32.175 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.175 40236 INFO migrate.versioning.api [-] 83 -> 84...  2025-12-06 07:28:32.177 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.177 40236 INFO migrate.versioning.api [-] 84 -> 85...  2025-12-06 07:28:32.179 40236 INFO migrate.versioning.api [-] done 2025-12-06 07:28:32.179 40236 INFO migrate.versioning.api [-] 85 -> 86...  2025-12-06 07:28:32.200 40236 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.. ** 2025-12-06 07:28:40Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:40Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:40Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:40Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:40Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-12-06 07:28:40Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:28:41Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:41Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-12-06 07:28:41Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-12-06 07:28:42Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:42Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:42Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:42Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-12-06 07:28:43Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:43Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:43Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:43Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:43Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-12-06 07:28:43Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-12-06 07:28:43Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:28:44Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:44Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-12-06 07:28:44Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:28:44Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:44Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:44Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-12-06 07:28:44Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-12-06 07:28:44Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:44Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-12-06 07:28:44Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:28:45Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:45Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-12-06 07:28:45Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-12-06 07:28:46Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:46Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:46Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-12-06 07:28:46Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:46Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:46Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:46Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-12-06 07:28:47Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:47Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-12-06 07:28:47Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:28:47Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-12-06 07:28:47Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:47Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:47Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:47Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-12-06 07:28:47Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-12-06 07:28:48Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:48Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-12-06 07:28:48Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:48Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-12-06 07:28:49Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:49Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-12-06 07:28:50Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:50Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-12-06 07:28:50Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:28:51Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-12-06 07:28:51Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:51Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:51Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:51Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:51Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:51Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:51Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-12-06 07:28:51Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-12-06 07:28:52Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-12-06 07:28:52Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:53Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-12-06 07:28:53Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-12-06 07:28:53Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-12-06 07:28:53Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-12-06 07:28:53Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:53Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:53Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:53Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-06 07:28:53Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:28:54Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-12-06 07:28:54Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:54Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-12-06 07:28:54Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:55Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-12-06 07:28:55Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:55Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-12-06 07:28:56Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:56Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:57Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:28:59Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-12-06 07:28:59Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:29:01Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:02Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:02Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:03Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:03Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_COMPLETE state changed 2025-12-06 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:06Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-12-06 07:29:06Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:07Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-12-06 07:29:07Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:08Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-12-06 07:29:09Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-06 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-06 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:12Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:12Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:13Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-12-06 07:29:13Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-06 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-12-06 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-06 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:17Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:17Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:18Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-12-06 07:29:18Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:18Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-06 07:29:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-06 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-06 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:21Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:21Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:21Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-12-06 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-06 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-06 07:29:23Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:23Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-06 07:29:23Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:24Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:24Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:25Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-12-06 07:29:26Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:26Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:26Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:27Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:27Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:28Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:28Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:29:29Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:29Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:29:29Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:31Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:31Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:31Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:31Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:29:31Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:29:32Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:33Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:33Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:34Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-12-06 07:29:34Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:34Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:34Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:34Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:29:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:29:37Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:29:38Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:38Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:39Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:29:40Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:40Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:29:40Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:40Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:41Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:41Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:29:41Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:42Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:43Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-12-06 07:29:44Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:44Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:44Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:45Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:45Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:45Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:47Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:29:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:29:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:48Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:48Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:48Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:49Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:49Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:29:49Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:49Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:49Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-12-06 07:29:50Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:50Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:50Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:50Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:29:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:52Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:52Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:29:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:53Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:29:54Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:55Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:55Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:29:55Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:29:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:29:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-06 07:29:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:29:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:29:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:00Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-12-06 07:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:03Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:04Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:04Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:04Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:04Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:05Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:06Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:06Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:06Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:07Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:07Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:08Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:08Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:08Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-12-06 07:30:09Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:10Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-12-06 07:30:10Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:10Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:11Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:11Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:12Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:13Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:14Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-12-06 07:30:14Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:15Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-12-06 07:30:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:15Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:16Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:17Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:17Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:30:17Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:18Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:19Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-06 07:30:19Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:20Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:30:20Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:20Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:21Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:21Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:21Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-12-06 07:30:22Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:22Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:22Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:22Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-06 07:30:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:25Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:30:26Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:26Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:30:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:30:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-06 07:30:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-12-06 07:30:31Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:32Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-12-06 07:30:33Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:33Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:33Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:34Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:34Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:35Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:35Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:35Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-06 07:30:36Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:36Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-06 07:30:37Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:37Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:37Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:38Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:38Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-06 07:30:38Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:39Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:40Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:40Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:40Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-06 07:30:41Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:42Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-12-06 07:30:42Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:43Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:43Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:44Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-12-06 07:30:45Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:45Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:45Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:46Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:46Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:46Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_COMPLETE state changed 2025-12-06 07:30:47Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:47Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:47Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:47Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:30:47Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:48Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:48Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:49Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:49Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:50Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:50Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:51Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-12-06 07:30:51Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:51Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:52Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:53Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:53Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:30:54Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:54Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:54Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-12-06 07:30:54Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:54Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:30:54Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:55Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:55Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:56Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:56Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:56Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_COMPLETE state changed 2025-12-06 07:30:56Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:57Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-12-06 07:30:57Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:57Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:57Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:58Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:58Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:30:58Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:30:58Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:58Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:30:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:30:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:30:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-12-06 07:31:00Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:00Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:01Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:02Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:02Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:03Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-12-06 07:31:04Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:04Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:04Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:05Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:05Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:05Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:05Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:06Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-12-06 07:31:06Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:06Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:06Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:06Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:07Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:08Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:08Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:09Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-12-06 07:31:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:10Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:10Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:11Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-12-06 07:31:11Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:11Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:11Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:12Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:12Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:31:12Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:12Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:12Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:12Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:13Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:13Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:13Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE state changed 2025-12-06 07:31:14Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:16Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:16Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:17Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-12-06 07:31:18Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:18Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:18Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:18Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:19Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:20Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:20Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:21Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:21Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:22Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:22Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:22Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:31:22Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:22Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:31:22Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:23Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:23Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:24Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-12-06 07:31:25Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:26Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-12-06 07:31:26Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:26Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:26Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:27Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:27Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:28Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:28Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:31:29Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:29Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:29Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:29Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:30Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-12-06 07:31:31Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:31Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:31Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:31Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:31Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:32Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:32Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:33Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:34Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:31:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:31:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:38Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:39Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-12-06 07:31:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:40Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:41Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:41Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:41Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:41Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:42Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-12-06 07:31:42Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:42Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:42Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:43Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:43Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:44Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:44Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:44Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:44Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:45Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-12-06 07:31:45Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:47Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-12-06 07:31:47Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:47Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:47Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:48Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:48Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:49Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:49Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:31:50Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:51Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:31:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:52Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:52Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:52Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-06 07:31:52Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:53Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-12-06 07:31:54Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:54Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:54Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:54Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:54Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:54Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:54Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:55Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:55Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:31:55Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:55Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:56Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-12-06 07:31:56Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:57Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE state changed 2025-12-06 07:31:57Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:31:58Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-12-06 07:31:58Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:58Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:31:58Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:59Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:31:59Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:00Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:00Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:00Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-06 07:32:01Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:02Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:02Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:03Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-12-06 07:32:04Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:04Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:04Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:05Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:05Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:05Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-06 07:32:06Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:07Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:07Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:08Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:08Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:09Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-12-06 07:32:09Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:09Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:10Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:11Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:11Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:12Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:12Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:12Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:13Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:13Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:13Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:13Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:32:13Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:14Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:16Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:16Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE state changed 2025-12-06 07:32:17Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:17Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:18Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:18Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:18Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-12-06 07:32:19Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:19Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:19Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:20Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:20Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:21Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:21Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:21Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:22Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:22Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:22Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:22Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:22Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:23Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:23Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:24Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:24Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-06 07:32:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE state changed 2025-12-06 07:32:26Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:27Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-12-06 07:32:28Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:28Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:28Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:30Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:30Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:32Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-12-06 07:32:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:32:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:34Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:35Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:35Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:35Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:35Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:36Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-12-06 07:32:37Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:37Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:38Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:38Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:39Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:39Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:40Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:40Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:41Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:41Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:41Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:41Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:41Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:41Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:41Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-06 07:32:42Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:42Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:42Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:42Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:43Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:32:43Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE state changed 2025-12-06 07:32:43Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:44Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-12-06 07:32:45Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:45Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-06 07:32:47Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:47Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:47Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:47Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE state changed 2025-12-06 07:32:49Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:50Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-06 07:32:50Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-12-06 07:32:51Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:52Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-12-06 07:32:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:54Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:54Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:54Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-12-06 07:32:55Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:56Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-12-06 07:32:57Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:32:58Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-12-06 07:32:58Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:58Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:32:58Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:59Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:32:59Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:32:59Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:00Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:01Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:01Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:02Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-12-06 07:33:03Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:03Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:03Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:04Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:33:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:06Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:06Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-06 07:33:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-06 07:33:07Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:08Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:08Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-12-06 07:33:08Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:09Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-12-06 07:33:09Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:09Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:10Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:11Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:11Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:11Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:12Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:12Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:12Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:13Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-12-06 07:33:13Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:13Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:13Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:14Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:14Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:14Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:14Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:15Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-12-06 07:33:15Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:16Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:16Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:17Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:17Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-06 07:33:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:20Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:21Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-12-06 07:33:21Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:22Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-12-06 07:33:22Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:23Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:24Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:24Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:25Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-12-06 07:33:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:26Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:26Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:26Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:26Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:27Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:28Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:28Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:28Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:28Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:29Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:29Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:30Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:30Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:31Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-12-06 07:33:31Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:33Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-12-06 07:33:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:33Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:33Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:33Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:33Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-06 07:33:33Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:34Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:34Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:35Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:35Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:35Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-12-06 07:33:36Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:37Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:37Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:37Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:37Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:37Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:37Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:38Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE state changed 2025-12-06 07:33:38Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:39Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-12-06 07:33:40Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:41Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-12-06 07:33:41Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:42Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-12-06 07:33:42Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:43Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-12-06 07:33:44Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:45Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-12-06 07:33:45Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:45Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:45Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:46Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:46Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:47Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:47Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:47Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:48Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:48Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:48Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-12-06 07:33:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:50Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:50Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:51Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-12-06 07:33:51Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:51Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:33:51Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:51Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:33:52Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:53Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:53Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_COMPLETE state changed 2025-12-06 07:33:54Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-06 07:33:54Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:33:55Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-12-06 07:33:56Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:57Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-12-06 07:33:57Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-12-06 07:33:58Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-12-06 07:33:58Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:00Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-12-06 07:34:00Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:00Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:00Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:00Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:34:00Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:01Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-12-06 07:34:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:01Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:01Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:34:02Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:03Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_COMPLETE state changed 2025-12-06 07:34:03Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:04Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-12-06 07:34:05Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:05Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-06 07:34:05Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:06Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-12-06 07:34:06Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:07Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-12-06 07:34:08Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:08Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:09Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:10Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-12-06 07:34:11Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:11Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:11Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:11Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:11Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:11Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:11Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:12Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:12Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:12Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:12Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:12Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:12Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:12Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:13Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:13Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-06 07:34:13Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:13Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:13Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:13Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:14Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:14Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-12-06 07:34:14Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:14Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:14Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:14Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:14Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:14Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:15Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:16Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:16Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:16Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-12-06 07:34:16Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:16Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:16Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-06 07:34:16Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-12-06 07:34:16Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:17Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-12-06 07:34:18Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:18Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-12-06 07:34:18Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:18Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:18Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:18Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-06 07:34:18Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:19Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-12-06 07:34:19Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:19Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-12-06 07:34:19Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:19Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:19Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-06 07:34:19Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:19Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:19Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:19Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-12-06 07:34:20Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-12-06 07:34:20Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:20Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:21Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:21Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:21Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:22Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:22Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-12-06 07:34:22Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:22Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-12-06 07:34:22Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-12-06 07:34:22Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:23Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:23Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:23Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:23Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:23Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:23Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:23Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:23Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:23Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:23Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:23Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:24Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:24Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:24Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:24Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-12-06 07:34:24Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-12-06 07:34:24Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-12-06 07:34:24Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:24Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:24Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:25Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:25Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-06 07:34:25Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:25Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:25Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-12-06 07:34:25Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:26Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-12-06 07:34:26Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-12-06 07:34:27Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:28Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-06 07:34:28Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-06 07:34:28Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:28Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:29Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:29Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-12-06 07:34:29Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:29Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:30Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-12-06 07:34:30Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:30Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:31Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-12-06 07:34:31Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:31Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-12-06 07:34:31Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:31Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-12-06 07:34:33Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:33Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:33Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:33Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:34Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:34Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:35Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-06 07:34:35Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-06 07:34:35Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-06 07:34:36Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-12-06 07:34:36Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/38f2577d-0205-4b37-8387-c85d77776cd7 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. 2025-12-06 07:34:57.959654 | fa163e5d-0333-97b6-5e49-000000000006 | TASK | External deployment step 0 2025-12-06 07:34:57.983993 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-000000000006') missing from stats 2025-12-06 07:34:58.027345 | fa163e5d-0333-97b6-5e49-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.118539 | 0.03s 2025-12-06 07:34:58.032529 | 928c343f-437b-4a73-8ddc-cfa5f3d2a825 | INCLUDED | /root/standalone-ansible-6pn5s7ug/external_deploy_steps_tasks_step0.yaml | undercloud 2025-12-06 07:34:58.047526 | fa163e5d-0333-97b6-5e49-00000000011a | TASK | create ovn mac address for Standalone role nodes 2025-12-06 07:34:58.852531 | fa163e5d-0333-97b6-5e49-00000000011a | OK | create ovn mac address for Standalone role nodes | undercloud 2025-12-06 07:34:58.853764 | fa163e5d-0333-97b6-5e49-00000000011a | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.944958 | 0.81s PLAY [Check if required variables are defined] ********************************* 2025-12-06 07:34:58.940348 | fa163e5d-0333-97b6-5e49-000000000126 | TASK | Gathering Facts 2025-12-06 07:34:59.511711 | fa163e5d-0333-97b6-5e49-000000000126 | OK | Gathering Facts | localhost 2025-12-06 07:34:59.513280 | fa163e5d-0333-97b6-5e49-000000000126 | TIMING | Gathering Facts | localhost | 0:00:01.604471 | 0.57s 2025-12-06 07:34:59.568425 | fa163e5d-0333-97b6-5e49-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-12-06 07:34:59.569652 | fa163e5d-0333-97b6-5e49-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:01.660844 | 0.04s 2025-12-06 07:34:59.611297 | fa163e5d-0333-97b6-5e49-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-12-06 07:34:59.612368 | fa163e5d-0333-97b6-5e49-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:01.703561 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-12-06 07:34:59.724315 | fa163e5d-0333-97b6-5e49-00000000014e | TASK | Gathering Facts 2025-12-06 07:34:59.733621 | fa163e5d-0333-97b6-5e49-00000000014e | TASK | Gathering Facts 2025-12-06 07:35:00.059373 | fa163e5d-0333-97b6-5e49-00000000014e | OK | Gathering Facts | undercloud 2025-12-06 07:35:00.062266 | fa163e5d-0333-97b6-5e49-00000000014e | TIMING | Gathering Facts | undercloud | 0:00:02.153456 | 0.34s 2025-12-06 07:35:00.087788 | fa163e5d-0333-97b6-5e49-00000000014e | OK | Gathering Facts | standalone 2025-12-06 07:35:00.089938 | fa163e5d-0333-97b6-5e49-00000000014e | TIMING | Gathering Facts | standalone | 0:00:02.181134 | 0.36s 2025-12-06 07:35:00.109062 | fa163e5d-0333-97b6-5e49-000000000012 | TASK | Set legacy facts 2025-12-06 07:35:00.146514 | fa163e5d-0333-97b6-5e49-000000000012 | OK | Set legacy facts | undercloud 2025-12-06 07:35:00.147773 | fa163e5d-0333-97b6-5e49-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:02.238965 | 0.04s 2025-12-06 07:35:00.181572 | fa163e5d-0333-97b6-5e49-000000000012 | TASK | Set legacy facts 2025-12-06 07:35:00.216810 | fa163e5d-0333-97b6-5e49-000000000012 | OK | Set legacy facts | standalone 2025-12-06 07:35:00.217609 | fa163e5d-0333-97b6-5e49-000000000012 | TIMING | Set legacy facts | standalone | 0:00:02.308808 | 0.03s PLAY [Load global variables] *************************************************** 2025-12-06 07:35:00.380281 | fa163e5d-0333-97b6-5e49-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-12-06 07:35:00.381335 | fa163e5d-0333-97b6-5e49-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:02.472533 | 0.06s 2025-12-06 07:35:00.381779 | fa163e5d-0333-97b6-5e49-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-12-06 07:35:00.382208 | fa163e5d-0333-97b6-5e49-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:02.473412 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-12-06 07:35:00.457266 | fa163e5d-0333-97b6-5e49-000000000018 | TASK | Include Service VIP vars 2025-12-06 07:35:00.497810 | fa163e5d-0333-97b6-5e49-000000000018 | IGNORED | Include Service VIP vars | undercloud | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-6pn5s7ug/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-12-06 07:35:00.498508 | fa163e5d-0333-97b6-5e49-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:02.589710 | 0.04s 2025-12-06 07:35:00.498842 | fa163e5d-0333-97b6-5e49-000000000018 | IGNORED | Include Service VIP vars | standalone | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-6pn5s7ug/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-12-06 07:35:00.499123 | fa163e5d-0333-97b6-5e49-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:02.590330 | 0.03s 2025-12-06 07:35:00.502365 | fa163e5d-0333-97b6-5e49-000000000019 | TASK | Include OVN bridge MAC address variables 2025-12-06 07:35:00.545281 | fa163e5d-0333-97b6-5e49-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-12-06 07:35:00.545945 | fa163e5d-0333-97b6-5e49-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:02.637147 | 0.04s 2025-12-06 07:35:00.546276 | fa163e5d-0333-97b6-5e49-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-12-06 07:35:00.546614 | fa163e5d-0333-97b6-5e49-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:02.637821 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-12-06 07:35:00.625839 | fa163e5d-0333-97b6-5e49-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-12-06 07:35:01.238014 | fa163e5d-0333-97b6-5e49-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e5d-0333-97b6-5e49-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-12-06 07:35:01.290082 | fa163e5d-0333-97b6-5e49-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-12-06 07:35:01.324675 | fa163e5d-0333-97b6-5e49-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-12-06 07:35:01.325316 | fa163e5d-0333-97b6-5e49-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:03.416516 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-12-06 07:35:01.383541 | fa163e5d-0333-97b6-5e49-000000000023 | TASK | Set selinux state 2025-12-06 07:35:01.955660 | fa163e5d-0333-97b6-5e49-000000000023 | OK | Set selinux state | standalone 2025-12-06 07:35:01.956967 | fa163e5d-0333-97b6-5e49-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.048158 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-12-06 07:35:02.091690 | fa163e5d-0333-97b6-5e49-000000000026 | TASK | Configure Hosts Entries 2025-12-06 07:35:02.118594 | fa163e5d-0333-97b6-5e49-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:04.209770 | 0.03s 2025-12-06 07:35:02.133353 | fa163e5d-0333-97b6-5e49-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:04.224556 | 0.02s 2025-12-06 07:35:02.175767 | fa163e5d-0333-97b6-5e49-0000000001df | TASK | Create temporary file for hosts 2025-12-06 07:35:02.491303 | fa163e5d-0333-97b6-5e49-0000000001df | CHANGED | Create temporary file for hosts | undercloud 2025-12-06 07:35:02.492070 | fa163e5d-0333-97b6-5e49-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:04.583269 | 0.32s 2025-12-06 07:35:02.543844 | fa163e5d-0333-97b6-5e49-0000000001df | CHANGED | Create temporary file for hosts | standalone 2025-12-06 07:35:02.544841 | fa163e5d-0333-97b6-5e49-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:04.636035 | 0.35s 2025-12-06 07:35:02.563889 | fa163e5d-0333-97b6-5e49-0000000001e0 | TASK | Prepare temporary /etc/hosts 2025-12-06 07:35:02.965870 | fa163e5d-0333-97b6-5e49-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-12-06 07:35:02.966635 | fa163e5d-0333-97b6-5e49-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.057835 | 0.40s 2025-12-06 07:35:02.967042 | fa163e5d-0333-97b6-5e49-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-12-06 07:35:02.967403 | fa163e5d-0333-97b6-5e49-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.058611 | 0.38s 2025-12-06 07:35:02.981502 | fa163e5d-0333-97b6-5e49-0000000001e1 | TASK | Remove old Heat hosts configuration (if present) 2025-12-06 07:35:03.310081 | fa163e5d-0333-97b6-5e49-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-12-06 07:35:03.311419 | fa163e5d-0333-97b6-5e49-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:05.402610 | 0.32s 2025-12-06 07:35:03.312639 | fa163e5d-0333-97b6-5e49-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-12-06 07:35:03.313125 | fa163e5d-0333-97b6-5e49-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:05.404330 | 0.33s 2025-12-06 07:35:03.326788 | fa163e5d-0333-97b6-5e49-0000000001e2 | TASK | Render out the hosts entries 2025-12-06 07:35:03.432076 | fa163e5d-0333-97b6-5e49-0000000001e2 | OK | Render out the hosts entries | undercloud 2025-12-06 07:35:03.432819 | fa163e5d-0333-97b6-5e49-0000000001e2 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:05.524021 | 0.11s 2025-12-06 07:35:03.446537 | fa163e5d-0333-97b6-5e49-0000000001e3 | TASK | Prepare new /etc/hosts 2025-12-06 07:35:03.704508 | fa163e5d-0333-97b6-5e49-0000000001e3 | CHANGED | Prepare new /etc/hosts | standalone 2025-12-06 07:35:03.706027 | fa163e5d-0333-97b6-5e49-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:05.797215 | 0.25s 2025-12-06 07:35:03.729373 | fa163e5d-0333-97b6-5e49-0000000001e3 | CHANGED | Prepare new /etc/hosts | undercloud 2025-12-06 07:35:03.730274 | fa163e5d-0333-97b6-5e49-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:05.821469 | 0.28s 2025-12-06 07:35:03.748996 | fa163e5d-0333-97b6-5e49-0000000001e4 | TASK | Update /etc/hosts contents (if changed) 2025-12-06 07:35:04.089194 | fa163e5d-0333-97b6-5e49-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-12-06 07:35:04.090705 | fa163e5d-0333-97b6-5e49-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:06.181892 | 0.34s 2025-12-06 07:35:04.103779 | fa163e5d-0333-97b6-5e49-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-12-06 07:35:04.104597 | fa163e5d-0333-97b6-5e49-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:06.195794 | 0.34s 2025-12-06 07:35:04.124995 | fa163e5d-0333-97b6-5e49-0000000001e5 | TASK | Clean up temporary hosts file 2025-12-06 07:35:04.456790 | fa163e5d-0333-97b6-5e49-0000000001e5 | CHANGED | Clean up temporary hosts file | undercloud 2025-12-06 07:35:04.458319 | fa163e5d-0333-97b6-5e49-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:06.549506 | 0.33s 2025-12-06 07:35:04.489807 | fa163e5d-0333-97b6-5e49-0000000001e5 | CHANGED | Clean up temporary hosts file | standalone 2025-12-06 07:35:04.490632 | fa163e5d-0333-97b6-5e49-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:06.581829 | 0.34s PLAY [Common roles for TripleO servers] **************************************** 2025-12-06 07:35:04.609633 | fa163e5d-0333-97b6-5e49-00000000002a | TASK | Common roles for TripleO servers 2025-12-06 07:35:04.635875 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-00000000002a') missing from stats 2025-12-06 07:35:04.710354 | fa163e5d-0333-97b6-5e49-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:06.801528 | 0.02s 2025-12-06 07:35:04.774809 | fa163e5d-0333-97b6-5e49-000000000242 | TASK | Gather variables for each operating system 2025-12-06 07:35:04.888881 | fa163e5d-0333-97b6-5e49-000000000242 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-06 07:35:04.890477 | fa163e5d-0333-97b6-5e49-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:06.981664 | 0.11s 2025-12-06 07:35:04.896008 | fa163e5d-0333-97b6-5e49-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:06.987199 | 0.12s 2025-12-06 07:35:04.920891 | fa163e5d-0333-97b6-5e49-000000000244 | TASK | Check release version package is installed 2025-12-06 07:35:05.214696 | fa163e5d-0333-97b6-5e49-000000000244 | CHANGED | Check release version package is installed | standalone 2025-12-06 07:35:05.216275 | fa163e5d-0333-97b6-5e49-000000000244 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:07.307462 | 0.29s 2025-12-06 07:35:05.242023 | fa163e5d-0333-97b6-5e49-000000000245 | TASK | Deploy release version package 2025-12-06 07:35:09.319464 | fa163e5d-0333-97b6-5e49-000000000245 | CHANGED | Deploy release version package | standalone 2025-12-06 07:35:09.320825 | fa163e5d-0333-97b6-5e49-000000000245 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:11.412014 | 4.08s 2025-12-06 07:35:09.344975 | fa163e5d-0333-97b6-5e49-000000000247 | TASK | Include packages tasks 2025-12-06 07:35:09.363315 | fa163e5d-0333-97b6-5e49-000000000247 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:11.454500 | 0.02s 2025-12-06 07:35:09.387588 | 0e1ef5ce-32c2-4c07-9082-922f5fd95895 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-12-06 07:35:09.414994 | fa163e5d-0333-97b6-5e49-00000000029b | TASK | Gather facts if they don't exist 2025-12-06 07:35:09.460226 | fa163e5d-0333-97b6-5e49-00000000029b | SKIPPED | Gather facts if they don't exist | standalone 2025-12-06 07:35:09.461645 | fa163e5d-0333-97b6-5e49-00000000029b | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:11.552833 | 0.05s 2025-12-06 07:35:09.486593 | fa163e5d-0333-97b6-5e49-00000000029c | TASK | Gather variables for each operating system 2025-12-06 07:35:09.601235 | fa163e5d-0333-97b6-5e49-00000000029c | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-06 07:35:09.612345 | fa163e5d-0333-97b6-5e49-00000000029c | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:11.703528 | 0.12s 2025-12-06 07:35:09.635926 | fa163e5d-0333-97b6-5e49-00000000029e | TASK | Check required packages to bootstrap TripleO is installed 2025-12-06 07:35:09.888878 | fa163e5d-0333-97b6-5e49-00000000029e | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-06 07:35:09.890431 | fa163e5d-0333-97b6-5e49-00000000029e | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:11.981621 | 0.25s 2025-12-06 07:35:09.915892 | fa163e5d-0333-97b6-5e49-00000000029f | TASK | Deploy required packages to bootstrap TripleO 2025-12-06 07:35:15.260509 | fa163e5d-0333-97b6-5e49-00000000029f | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-12-06 07:35:15.261624 | fa163e5d-0333-97b6-5e49-00000000029f | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:17.352814 | 5.34s 2025-12-06 07:35:15.280925 | fa163e5d-0333-97b6-5e49-0000000002a0 | TASK | Ensure packages are actually well installed 2025-12-06 07:35:16.324410 | fa163e5d-0333-97b6-5e49-0000000002a0 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-06 07:35:16.325533 | fa163e5d-0333-97b6-5e49-0000000002a0 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:18.416729 | 1.04s 2025-12-06 07:35:16.347955 | fa163e5d-0333-97b6-5e49-000000000248 | TASK | Enable openvswitch service if installed 2025-12-06 07:35:17.258210 | fa163e5d-0333-97b6-5e49-000000000248 | CHANGED | Enable openvswitch service if installed | standalone 2025-12-06 07:35:17.260134 | fa163e5d-0333-97b6-5e49-000000000248 | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:19.351292 | 0.91s 2025-12-06 07:35:17.285948 | fa163e5d-0333-97b6-5e49-000000000249 | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-12-06 07:35:17.517408 | fa163e5d-0333-97b6-5e49-000000000249 | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-12-06 07:35:17.518708 | fa163e5d-0333-97b6-5e49-000000000249 | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:19.609896 | 0.23s 2025-12-06 07:35:17.544315 | fa163e5d-0333-97b6-5e49-00000000024b | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-12-06 07:35:17.815825 | fa163e5d-0333-97b6-5e49-00000000024b | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-12-06 07:35:17.817256 | fa163e5d-0333-97b6-5e49-00000000024b | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:19.908444 | 0.27s 2025-12-06 07:35:17.841335 | fa163e5d-0333-97b6-5e49-00000000024c | TASK | Deploy network-scripts required for deprecated network service 2025-12-06 07:35:17.900282 | fa163e5d-0333-97b6-5e49-00000000024c | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-12-06 07:35:17.901569 | fa163e5d-0333-97b6-5e49-00000000024c | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:19.992758 | 0.06s 2025-12-06 07:35:17.926993 | fa163e5d-0333-97b6-5e49-00000000024d | TASK | Ensure network service is enabled 2025-12-06 07:35:18.332801 | fa163e5d-0333-97b6-5e49-00000000024d | OK | Ensure network service is enabled | standalone 2025-12-06 07:35:18.334589 | fa163e5d-0333-97b6-5e49-00000000024d | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:20.425779 | 0.40s 2025-12-06 07:35:18.360710 | fa163e5d-0333-97b6-5e49-00000000024f | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-12-06 07:35:18.694317 | fa163e5d-0333-97b6-5e49-00000000024f | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-06 07:35:18.695691 | fa163e5d-0333-97b6-5e49-00000000024f | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:20.786875 | 0.33s 2025-12-06 07:35:18.721134 | fa163e5d-0333-97b6-5e49-000000000250 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-12-06 07:35:18.966133 | fa163e5d-0333-97b6-5e49-000000000250 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-06 07:35:18.967556 | fa163e5d-0333-97b6-5e49-000000000250 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.058738 | 0.25s 2025-12-06 07:35:18.992909 | fa163e5d-0333-97b6-5e49-000000000251 | TASK | Reload NetworkManager 2025-12-06 07:35:19.421287 | fa163e5d-0333-97b6-5e49-000000000251 | CHANGED | Reload NetworkManager | standalone 2025-12-06 07:35:19.422607 | fa163e5d-0333-97b6-5e49-000000000251 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:21.513805 | 0.43s 2025-12-06 07:35:19.442921 | fa163e5d-0333-97b6-5e49-000000000253 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-12-06 07:35:19.687834 | fa163e5d-0333-97b6-5e49-000000000253 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-12-06 07:35:19.688619 | fa163e5d-0333-97b6-5e49-000000000253 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:21.779819 | 0.24s 2025-12-06 07:35:19.705244 | fa163e5d-0333-97b6-5e49-000000000254 | TASK | Check if /usr/bin/ansible-playbook exists 2025-12-06 07:35:20.076588 | fa163e5d-0333-97b6-5e49-000000000254 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-12-06 07:35:20.078271 | fa163e5d-0333-97b6-5e49-000000000254 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:22.169456 | 0.37s 2025-12-06 07:35:20.103533 | fa163e5d-0333-97b6-5e49-000000000255 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-12-06 07:35:20.278692 | fa163e5d-0333-97b6-5e49-000000000255 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-12-06 07:35:20.280116 | fa163e5d-0333-97b6-5e49-000000000255 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:22.371279 | 0.18s 2025-12-06 07:35:20.304655 | fa163e5d-0333-97b6-5e49-000000000256 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-12-06 07:35:20.516762 | fa163e5d-0333-97b6-5e49-000000000256 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-12-06 07:35:20.517875 | fa163e5d-0333-97b6-5e49-000000000256 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:22.609070 | 0.21s 2025-12-06 07:35:20.584202 | fa163e5d-0333-97b6-5e49-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:22.675385 | 0.03s 2025-12-06 07:35:20.650968 | fa163e5d-0333-97b6-5e49-00000000034f | TASK | Create temporary file for ssh_known_hosts 2025-12-06 07:35:20.853618 | fa163e5d-0333-97b6-5e49-00000000034f | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-12-06 07:35:20.854702 | fa163e5d-0333-97b6-5e49-00000000034f | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:22.945899 | 0.20s 2025-12-06 07:35:20.874035 | fa163e5d-0333-97b6-5e49-000000000350 | TASK | Check for ssh_known_hosts file 2025-12-06 07:35:21.095277 | fa163e5d-0333-97b6-5e49-000000000350 | OK | Check for ssh_known_hosts file | standalone 2025-12-06 07:35:21.096778 | fa163e5d-0333-97b6-5e49-000000000350 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:23.187966 | 0.22s 2025-12-06 07:35:21.121282 | fa163e5d-0333-97b6-5e49-000000000351 | TASK | Create a temporary copy of ssh_known_hosts 2025-12-06 07:35:21.149491 | fa163e5d-0333-97b6-5e49-000000000351 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-12-06 07:35:21.150793 | fa163e5d-0333-97b6-5e49-000000000351 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:23.241980 | 0.03s 2025-12-06 07:35:21.174645 | fa163e5d-0333-97b6-5e49-000000000352 | TASK | Write temporary file 2025-12-06 07:35:21.201781 | fa163e5d-0333-97b6-5e49-000000000352 | SKIPPED | Write temporary file | standalone 2025-12-06 07:35:21.202940 | fa163e5d-0333-97b6-5e49-000000000352 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:23.294129 | 0.03s 2025-12-06 07:35:21.226177 | fa163e5d-0333-97b6-5e49-000000000353 | TASK | Set ssh_known_hosts fact 2025-12-06 07:35:21.304816 | fa163e5d-0333-97b6-5e49-000000000353 | OK | Set ssh_known_hosts fact | standalone 2025-12-06 07:35:21.306203 | fa163e5d-0333-97b6-5e49-000000000353 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:23.397393 | 0.08s 2025-12-06 07:35:21.331243 | fa163e5d-0333-97b6-5e49-000000000354 | TASK | Add host keys to temporary ssh_known_hosts 2025-12-06 07:35:21.553557 | fa163e5d-0333-97b6-5e49-000000000354 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-12-06 07:35:21.554993 | fa163e5d-0333-97b6-5e49-000000000354 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:23.646185 | 0.22s 2025-12-06 07:35:21.578784 | fa163e5d-0333-97b6-5e49-000000000355 | TASK | In-place update of /etc/ssh_known_hosts 2025-12-06 07:35:21.769281 | fa163e5d-0333-97b6-5e49-000000000355 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-12-06 07:35:21.770597 | fa163e5d-0333-97b6-5e49-000000000355 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:23.861785 | 0.19s 2025-12-06 07:35:21.795172 | fa163e5d-0333-97b6-5e49-000000000356 | TASK | Remove temp file 2025-12-06 07:35:21.975642 | fa163e5d-0333-97b6-5e49-000000000356 | CHANGED | Remove temp file | standalone 2025-12-06 07:35:21.976992 | fa163e5d-0333-97b6-5e49-000000000356 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:24.068181 | 0.18s PLAY [Deploy step tasks for step 0] ******************************************** 2025-12-06 07:35:22.160767 | fa163e5d-0333-97b6-5e49-000000000034 | TASK | Deploy step tasks for step 0 2025-12-06 07:35:22.196769 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-000000000034') missing from stats 2025-12-06 07:35:22.218363 | fa163e5d-0333-97b6-5e49-000000000035 | TASK | Ensure /var/log/journal exists 2025-12-06 07:35:22.449428 | fa163e5d-0333-97b6-5e49-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-12-06 07:35:22.450238 | fa163e5d-0333-97b6-5e49-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:24.541439 | 0.23s 2025-12-06 07:35:22.466755 | fa163e5d-0333-97b6-5e49-000000000036 | TASK | Check cloud-init status 2025-12-06 07:35:22.708766 | fa163e5d-0333-97b6-5e49-000000000036 | CHANGED | Check cloud-init status | standalone 2025-12-06 07:35:22.709799 | fa163e5d-0333-97b6-5e49-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:24.800996 | 0.24s 2025-12-06 07:35:22.728926 | fa163e5d-0333-97b6-5e49-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-12-06 07:35:22.969344 | fa163e5d-0333-97b6-5e49-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-12-06 07:35:22.970336 | fa163e5d-0333-97b6-5e49-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:25.061534 | 0.24s 2025-12-06 07:35:22.989847 | fa163e5d-0333-97b6-5e49-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-12-06 07:35:23.350865 | fa163e5d-0333-97b6-5e49-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-12-06 07:35:23.351617 | fa163e5d-0333-97b6-5e49-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:25.442818 | 0.36s 2025-12-06 07:35:23.369566 | fa163e5d-0333-97b6-5e49-000000000039 | TASK | Create /var/lib/container-puppet 2025-12-06 07:35:23.604864 | fa163e5d-0333-97b6-5e49-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-12-06 07:35:23.605680 | fa163e5d-0333-97b6-5e49-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:25.696879 | 0.24s 2025-12-06 07:35:23.624113 | fa163e5d-0333-97b6-5e49-00000000003a | TASK | Write container-puppet.sh 2025-12-06 07:35:24.071501 | fa163e5d-0333-97b6-5e49-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-12-06 07:35:24.072802 | fa163e5d-0333-97b6-5e49-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:26.163996 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-06 07:35:24.129858 | fa163e5d-0333-97b6-5e49-00000000003b | TIMING | include_tasks | standalone | 0:00:26.221055 | 0.04s 2025-12-06 07:35:24.139693 | 164370e9-0e1c-4572-bcfa-0a19e9e1d9fe | INCLUDED | /root/standalone-ansible-6pn5s7ug/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-12-06 07:35:24.161327 | fa163e5d-0333-97b6-5e49-000000000404 | TASK | Configure tuned before reboot 2025-12-06 07:35:24.208494 | fa163e5d-0333-97b6-5e49-000000000404 | TIMING | Configure tuned before reboot | standalone | 0:00:26.299678 | 0.05s 2025-12-06 07:35:24.264073 | fa163e5d-0333-97b6-5e49-000000000443 | TASK | Gather variables for each operating system 2025-12-06 07:35:24.378169 | fa163e5d-0333-97b6-5e49-000000000443 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-06 07:35:24.380191 | fa163e5d-0333-97b6-5e49-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:26.471377 | 0.11s 2025-12-06 07:35:24.389749 | fa163e5d-0333-97b6-5e49-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:26.480941 | 0.12s 2025-12-06 07:35:24.469910 | fa163e5d-0333-97b6-5e49-000000000444 | TIMING | tuned : include_tasks | standalone | 0:00:26.561103 | 0.06s 2025-12-06 07:35:24.480856 | a5f27e85-6d58-4c2c-8276-5bf9524d043c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-06 07:35:24.504304 | fa163e5d-0333-97b6-5e49-00000000046d | TASK | Check tuned package is installed 2025-12-06 07:35:24.759276 | fa163e5d-0333-97b6-5e49-00000000046d | CHANGED | Check tuned package is installed | standalone 2025-12-06 07:35:24.760064 | fa163e5d-0333-97b6-5e49-00000000046d | TIMING | tuned : Check tuned package is installed | standalone | 0:00:26.851264 | 0.25s 2025-12-06 07:35:24.777690 | fa163e5d-0333-97b6-5e49-00000000046e | TASK | Install tuned 2025-12-06 07:35:31.520795 | fa163e5d-0333-97b6-5e49-00000000046e | CHANGED | Install tuned | standalone 2025-12-06 07:35:31.522606 | fa163e5d-0333-97b6-5e49-00000000046e | TIMING | tuned : Install tuned | standalone | 0:00:33.613795 | 6.74s 2025-12-06 07:35:31.549353 | fa163e5d-0333-97b6-5e49-00000000046f | TASK | Restart tuned 2025-12-06 07:35:33.310969 | fa163e5d-0333-97b6-5e49-00000000046f | CHANGED | Restart tuned | standalone 2025-12-06 07:35:33.313220 | fa163e5d-0333-97b6-5e49-00000000046f | TIMING | tuned : Restart tuned | standalone | 0:00:35.404403 | 1.76s 2025-12-06 07:35:33.340141 | fa163e5d-0333-97b6-5e49-000000000445 | TASK | Check for tuned-adm 2025-12-06 07:35:33.579134 | fa163e5d-0333-97b6-5e49-000000000445 | OK | Check for tuned-adm | standalone 2025-12-06 07:35:33.580894 | fa163e5d-0333-97b6-5e49-000000000445 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:35.672081 | 0.24s 2025-12-06 07:35:33.650836 | fa163e5d-0333-97b6-5e49-000000000446 | TIMING | tuned : include_tasks | standalone | 0:00:35.742009 | 0.04s 2025-12-06 07:35:33.683574 | ec7e4534-ff1f-477d-b9e8-fe63cddb6850 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-06 07:35:33.717612 | fa163e5d-0333-97b6-5e49-0000000004a4 | TASK | Ensure profile directory exists 2025-12-06 07:35:33.787764 | fa163e5d-0333-97b6-5e49-0000000004a4 | SKIPPED | Ensure profile directory exists | standalone 2025-12-06 07:35:33.789340 | fa163e5d-0333-97b6-5e49-0000000004a4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:35.880394 | 0.07s 2025-12-06 07:35:33.815293 | fa163e5d-0333-97b6-5e49-0000000004a5 | TASK | Create custom tuned profile 2025-12-06 07:35:33.877511 | fa163e5d-0333-97b6-5e49-0000000004a5 | SKIPPED | Create custom tuned profile | standalone 2025-12-06 07:35:33.878848 | fa163e5d-0333-97b6-5e49-0000000004a5 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:35.970041 | 0.06s 2025-12-06 07:35:33.903880 | fa163e5d-0333-97b6-5e49-0000000004a6 | TASK | Check tuned active profile 2025-12-06 07:35:34.232247 | fa163e5d-0333-97b6-5e49-0000000004a6 | OK | Check tuned active profile | standalone 2025-12-06 07:35:34.233985 | fa163e5d-0333-97b6-5e49-0000000004a6 | TIMING | tuned : Check tuned active profile | standalone | 0:00:36.325173 | 0.33s 2025-12-06 07:35:34.260453 | fa163e5d-0333-97b6-5e49-0000000004a7 | TASK | Check Tuned Configuration file exists 2025-12-06 07:35:34.551019 | fa163e5d-0333-97b6-5e49-0000000004a7 | OK | Check Tuned Configuration file exists | standalone 2025-12-06 07:35:34.552772 | fa163e5d-0333-97b6-5e49-0000000004a7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:36.643960 | 0.29s 2025-12-06 07:35:34.577782 | fa163e5d-0333-97b6-5e49-0000000004a8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-06 07:35:34.630035 | fa163e5d-0333-97b6-5e49-0000000004a8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-06 07:35:34.631149 | fa163e5d-0333-97b6-5e49-0000000004a8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:36.722346 | 0.05s 2025-12-06 07:35:34.650049 | fa163e5d-0333-97b6-5e49-0000000004a9 | TASK | Configure isolated cores for profile throughput-performance 2025-12-06 07:35:34.719933 | fa163e5d-0333-97b6-5e49-0000000004a9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-06 07:35:34.721487 | fa163e5d-0333-97b6-5e49-0000000004a9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:36.812675 | 0.07s 2025-12-06 07:35:34.746974 | fa163e5d-0333-97b6-5e49-0000000004aa | TASK | Enable tuned profile 2025-12-06 07:35:36.154820 | fa163e5d-0333-97b6-5e49-0000000004aa | CHANGED | Enable tuned profile | standalone 2025-12-06 07:35:36.156114 | fa163e5d-0333-97b6-5e49-0000000004aa | TIMING | tuned : Enable tuned profile | standalone | 0:00:38.247260 | 1.41s 2025-12-06 07:35:36.203303 | fa163e5d-0333-97b6-5e49-000000000405 | TASK | Configure kernel args and reboot 2025-12-06 07:35:36.256188 | fa163e5d-0333-97b6-5e49-000000000405 | TIMING | Configure kernel args and reboot | standalone | 0:00:38.347371 | 0.05s 2025-12-06 07:35:36.396074 | fa163e5d-0333-97b6-5e49-000000000557 | TASK | Get the command line args of the node 2025-12-06 07:35:36.635298 | fa163e5d-0333-97b6-5e49-000000000557 | CHANGED | Get the command line args of the node | standalone 2025-12-06 07:35:36.636571 | fa163e5d-0333-97b6-5e49-000000000557 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:38.727763 | 0.24s 2025-12-06 07:35:36.661540 | fa163e5d-0333-97b6-5e49-000000000559 | TASK | Check if node has a nova.conf 2025-12-06 07:35:36.894129 | fa163e5d-0333-97b6-5e49-000000000559 | OK | Check if node has a nova.conf | standalone 2025-12-06 07:35:36.895435 | fa163e5d-0333-97b6-5e49-000000000559 | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:38.986627 | 0.23s 2025-12-06 07:35:36.920845 | fa163e5d-0333-97b6-5e49-00000000055b | TASK | Warn operator about workload protection 2025-12-06 07:35:36.958489 | fa163e5d-0333-97b6-5e49-00000000055b | SKIPPED | Warn operator about workload protection | standalone 2025-12-06 07:35:36.959662 | fa163e5d-0333-97b6-5e49-00000000055b | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:39.050855 | 0.04s 2025-12-06 07:35:36.985973 | fa163e5d-0333-97b6-5e49-00000000055c | TASK | Setting defer reboot fact 2025-12-06 07:35:37.024163 | fa163e5d-0333-97b6-5e49-00000000055c | SKIPPED | Setting defer reboot fact | standalone 2025-12-06 07:35:37.025405 | fa163e5d-0333-97b6-5e49-00000000055c | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:39.116595 | 0.04s 2025-12-06 07:35:37.049947 | fa163e5d-0333-97b6-5e49-00000000055e | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-12-06 07:35:37.076930 | fa163e5d-0333-97b6-5e49-00000000055e | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:39.168116 | 0.03s 2025-12-06 07:35:37.102426 | fa163e5d-0333-97b6-5e49-000000000563 | TASK | Find hugepages in cmdline 2025-12-06 07:35:37.142921 | fa163e5d-0333-97b6-5e49-000000000563 | SKIPPED | Find hugepages in cmdline | standalone 2025-12-06 07:35:37.144121 | fa163e5d-0333-97b6-5e49-000000000563 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:39.235289 | 0.04s 2025-12-06 07:35:37.169733 | fa163e5d-0333-97b6-5e49-000000000564 | TASK | Finding human-readable hugepages in cmdline 2025-12-06 07:35:37.218322 | fa163e5d-0333-97b6-5e49-000000000564 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-12-06 07:35:37.219587 | fa163e5d-0333-97b6-5e49-000000000564 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:39.310779 | 0.05s 2025-12-06 07:35:37.244652 | fa163e5d-0333-97b6-5e49-000000000568 | TASK | Find desired default hugepage size 2025-12-06 07:35:37.294977 | fa163e5d-0333-97b6-5e49-000000000568 | SKIPPED | Find desired default hugepage size | standalone 2025-12-06 07:35:37.296327 | fa163e5d-0333-97b6-5e49-000000000568 | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:39.387518 | 0.05s 2025-12-06 07:35:37.321724 | fa163e5d-0333-97b6-5e49-00000000056a | TASK | Storing non-configured hugepages 2025-12-06 07:35:37.353808 | fa163e5d-0333-97b6-5e49-00000000056a | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:39.444991 | 0.03s 2025-12-06 07:35:37.380039 | fa163e5d-0333-97b6-5e49-00000000056c | TASK | Validating against hugepages config received from TripleO 2025-12-06 07:35:37.421284 | fa163e5d-0333-97b6-5e49-00000000056c | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-12-06 07:35:37.422478 | fa163e5d-0333-97b6-5e49-00000000056c | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:39.513670 | 0.04s 2025-12-06 07:35:37.448333 | fa163e5d-0333-97b6-5e49-00000000056d | TASK | Determining the default hugepagesz 2025-12-06 07:35:37.489434 | fa163e5d-0333-97b6-5e49-00000000056d | SKIPPED | Determining the default hugepagesz | standalone 2025-12-06 07:35:37.490543 | fa163e5d-0333-97b6-5e49-00000000056d | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:39.581737 | 0.04s 2025-12-06 07:35:37.516368 | fa163e5d-0333-97b6-5e49-00000000056e | TASK | Determining if any hugepage configuration needs to be re-written 2025-12-06 07:35:37.557230 | fa163e5d-0333-97b6-5e49-00000000056e | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-12-06 07:35:37.558416 | fa163e5d-0333-97b6-5e49-00000000056e | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:39.649609 | 0.04s 2025-12-06 07:35:37.584207 | fa163e5d-0333-97b6-5e49-00000000056f | TASK | Making sure that we have a default hugepagesz 2025-12-06 07:35:37.628749 | fa163e5d-0333-97b6-5e49-00000000056f | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-12-06 07:35:37.629935 | fa163e5d-0333-97b6-5e49-00000000056f | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:39.721126 | 0.04s 2025-12-06 07:35:37.654676 | fa163e5d-0333-97b6-5e49-000000000571 | TASK | Warn about possible modifications 2025-12-06 07:35:37.694647 | fa163e5d-0333-97b6-5e49-000000000571 | SKIPPED | Warn about possible modifications | standalone 2025-12-06 07:35:37.695532 | fa163e5d-0333-97b6-5e49-000000000571 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:39.786731 | 0.04s 2025-12-06 07:35:37.722763 | fa163e5d-0333-97b6-5e49-000000000572 | TASK | Remove hugepage settings from kernelargs 2025-12-06 07:35:37.765918 | fa163e5d-0333-97b6-5e49-000000000572 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-12-06 07:35:37.767535 | fa163e5d-0333-97b6-5e49-000000000572 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:39.858723 | 0.04s 2025-12-06 07:35:37.795220 | fa163e5d-0333-97b6-5e49-000000000573 | TASK | Cleaning up whitespaces 2025-12-06 07:35:37.827927 | fa163e5d-0333-97b6-5e49-000000000573 | SKIPPED | Cleaning up whitespaces | standalone 2025-12-06 07:35:37.829124 | fa163e5d-0333-97b6-5e49-000000000573 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:39.920284 | 0.03s 2025-12-06 07:35:37.853904 | fa163e5d-0333-97b6-5e49-000000000575 | TASK | Check if the kernelargs entry is already present in the file 2025-12-06 07:35:38.202858 | fa163e5d-0333-97b6-5e49-000000000575 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-12-06 07:35:38.203730 | fa163e5d-0333-97b6-5e49-000000000575 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:40.294933 | 0.35s 2025-12-06 07:35:38.221278 | fa163e5d-0333-97b6-5e49-000000000577 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-12-06 07:35:38.283458 | fa163e5d-0333-97b6-5e49-000000000577 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-12-06 07:35:38.284581 | fa163e5d-0333-97b6-5e49-000000000577 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:40.375773 | 0.06s 2025-12-06 07:35:38.311130 | fa163e5d-0333-97b6-5e49-000000000578 | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-12-06 07:35:38.373197 | fa163e5d-0333-97b6-5e49-000000000578 | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-12-06 07:35:38.374036 | fa163e5d-0333-97b6-5e49-000000000578 | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:40.465234 | 0.06s 2025-12-06 07:35:38.393528 | fa163e5d-0333-97b6-5e49-000000000579 | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-12-06 07:35:38.455185 | fa163e5d-0333-97b6-5e49-000000000579 | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-12-06 07:35:38.456279 | fa163e5d-0333-97b6-5e49-000000000579 | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:40.547473 | 0.06s 2025-12-06 07:35:38.479186 | fa163e5d-0333-97b6-5e49-00000000057a | TASK | Generate grub config 2025-12-06 07:35:38.537277 | fa163e5d-0333-97b6-5e49-00000000057a | SKIPPED | Generate grub config | standalone 2025-12-06 07:35:38.538201 | fa163e5d-0333-97b6-5e49-00000000057a | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:40.629397 | 0.06s 2025-12-06 07:35:38.559688 | fa163e5d-0333-97b6-5e49-00000000057e | TASK | Get the block device that /boot is on 2025-12-06 07:35:38.619722 | fa163e5d-0333-97b6-5e49-00000000057e | SKIPPED | Get the block device that /boot is on | standalone 2025-12-06 07:35:38.621961 | fa163e5d-0333-97b6-5e49-00000000057e | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:40.713153 | 0.06s 2025-12-06 07:35:38.649972 | fa163e5d-0333-97b6-5e49-00000000057f | TASK | Get the mount point that /boot is in 2025-12-06 07:35:38.714234 | fa163e5d-0333-97b6-5e49-00000000057f | SKIPPED | Get the mount point that /boot is in | standalone 2025-12-06 07:35:38.715479 | fa163e5d-0333-97b6-5e49-00000000057f | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:40.806670 | 0.06s 2025-12-06 07:35:38.742615 | fa163e5d-0333-97b6-5e49-000000000580 | TASK | Set facts for EFI grub.cfg generation 2025-12-06 07:35:38.804893 | fa163e5d-0333-97b6-5e49-000000000580 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-12-06 07:35:38.806181 | fa163e5d-0333-97b6-5e49-000000000580 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:40.897292 | 0.06s 2025-12-06 07:35:38.835561 | fa163e5d-0333-97b6-5e49-000000000581 | TASK | Executed script to fix grub-menu 2025-12-06 07:35:38.909901 | fa163e5d-0333-97b6-5e49-000000000581 | SKIPPED | Executed script to fix grub-menu | standalone 2025-12-06 07:35:38.910895 | fa163e5d-0333-97b6-5e49-000000000581 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:41.002093 | 0.07s 2025-12-06 07:35:38.938763 | fa163e5d-0333-97b6-5e49-000000000582 | TASK | Check grub config paths 2025-12-06 07:35:39.008741 | fa163e5d-0333-97b6-5e49-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-12-06 07:35:39.022997 | fa163e5d-0333-97b6-5e49-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-12-06 07:35:39.034411 | fa163e5d-0333-97b6-5e49-000000000582 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:41.125604 | 0.09s 2025-12-06 07:35:39.055376 | fa163e5d-0333-97b6-5e49-000000000583 | TASK | Write EFI grub.cfg 2025-12-06 07:35:39.111616 | fa163e5d-0333-97b6-5e49-000000000583 | 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'} 2025-12-06 07:35:39.128559 | fa163e5d-0333-97b6-5e49-000000000583 | 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'} 2025-12-06 07:35:39.135401 | fa163e5d-0333-97b6-5e49-000000000583 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:41.226588 | 0.08s 2025-12-06 07:35:39.162568 | fa163e5d-0333-97b6-5e49-000000000584 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-12-06 07:35:39.212379 | fa163e5d-0333-97b6-5e49-000000000584 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-12-06 07:35:39.213575 | fa163e5d-0333-97b6-5e49-000000000584 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:41.304767 | 0.05s 2025-12-06 07:35:39.241141 | fa163e5d-0333-97b6-5e49-000000000585 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-12-06 07:35:39.290984 | fa163e5d-0333-97b6-5e49-000000000585 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-12-06 07:35:39.292076 | fa163e5d-0333-97b6-5e49-000000000585 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:41.383269 | 0.05s 2025-12-06 07:35:39.318818 | fa163e5d-0333-97b6-5e49-000000000586 | TASK | Execute grub2-mkconfig 2025-12-06 07:35:39.380428 | fa163e5d-0333-97b6-5e49-000000000586 | SKIPPED | Execute grub2-mkconfig | standalone 2025-12-06 07:35:39.381526 | fa163e5d-0333-97b6-5e49-000000000586 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:41.472719 | 0.06s 2025-12-06 07:35:39.408074 | fa163e5d-0333-97b6-5e49-000000000587 | TASK | Check for active tuned profile 2025-12-06 07:35:39.470056 | fa163e5d-0333-97b6-5e49-000000000587 | SKIPPED | Check for active tuned profile | standalone 2025-12-06 07:35:39.471164 | fa163e5d-0333-97b6-5e49-000000000587 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:41.562357 | 0.06s 2025-12-06 07:35:39.496638 | fa163e5d-0333-97b6-5e49-000000000588 | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-12-06 07:35:39.556630 | fa163e5d-0333-97b6-5e49-000000000588 | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-12-06 07:35:39.557774 | fa163e5d-0333-97b6-5e49-000000000588 | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:41.648967 | 0.06s 2025-12-06 07:35:39.583535 | fa163e5d-0333-97b6-5e49-000000000589 | TASK | Set reboot required fact 2025-12-06 07:35:39.644793 | fa163e5d-0333-97b6-5e49-000000000589 | SKIPPED | Set reboot required fact | standalone 2025-12-06 07:35:39.645858 | fa163e5d-0333-97b6-5e49-000000000589 | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:41.737051 | 0.06s 2025-12-06 07:35:39.672417 | fa163e5d-0333-97b6-5e49-00000000058b | TASK | Apply DPDK workarounds 2025-12-06 07:35:39.722596 | fa163e5d-0333-97b6-5e49-00000000058b | SKIPPED | Apply DPDK workarounds | standalone 2025-12-06 07:35:39.723657 | fa163e5d-0333-97b6-5e49-00000000058b | TIMING | Apply DPDK workarounds | standalone | 0:00:41.814849 | 0.05s 2025-12-06 07:35:39.749259 | fa163e5d-0333-97b6-5e49-00000000058d | TASK | Ensure /etc/modules-load.d exists 2025-12-06 07:35:39.788827 | fa163e5d-0333-97b6-5e49-00000000058d | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-12-06 07:35:39.789922 | fa163e5d-0333-97b6-5e49-00000000058d | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:41.881114 | 0.04s 2025-12-06 07:35:39.815603 | fa163e5d-0333-97b6-5e49-00000000058e | TASK | Load modules 2025-12-06 07:35:39.862469 | fa163e5d-0333-97b6-5e49-00000000058e | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-12-06 07:35:39.870215 | fa163e5d-0333-97b6-5e49-00000000058e | TIMING | tripleo_kernel : Load modules | standalone | 0:00:41.961405 | 0.05s 2025-12-06 07:35:39.896298 | fa163e5d-0333-97b6-5e49-000000000590 | TASK | Persist modules via modules-load.d 2025-12-06 07:35:39.942035 | fa163e5d-0333-97b6-5e49-000000000590 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-12-06 07:35:39.948306 | fa163e5d-0333-97b6-5e49-000000000590 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:42.039493 | 0.05s 2025-12-06 07:35:39.976787 | fa163e5d-0333-97b6-5e49-000000000592 | TASK | Drop module persistence 2025-12-06 07:35:40.025545 | fa163e5d-0333-97b6-5e49-000000000592 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-12-06 07:35:40.037029 | fa163e5d-0333-97b6-5e49-000000000592 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:42.128224 | 0.06s 2025-12-06 07:35:40.054918 | fa163e5d-0333-97b6-5e49-000000000594 | TASK | Set modules persistence via /etc/modules 2025-12-06 07:35:40.087857 | fa163e5d-0333-97b6-5e49-000000000594 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-12-06 07:35:40.093572 | fa163e5d-0333-97b6-5e49-000000000594 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:42.184769 | 0.04s 2025-12-06 07:35:40.110828 | fa163e5d-0333-97b6-5e49-000000000596 | TASK | Modules reload 2025-12-06 07:35:40.138824 | fa163e5d-0333-97b6-5e49-000000000596 | SKIPPED | Modules reload | standalone 2025-12-06 07:35:40.139894 | fa163e5d-0333-97b6-5e49-000000000596 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:42.231085 | 0.03s 2025-12-06 07:35:40.167395 | fa163e5d-0333-97b6-5e49-000000000598 | TASK | Reboot tasks 2025-12-06 07:35:40.217503 | fa163e5d-0333-97b6-5e49-000000000598 | SKIPPED | Reboot tasks | standalone 2025-12-06 07:35:40.218659 | fa163e5d-0333-97b6-5e49-000000000598 | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:42.309850 | 0.05s 2025-12-06 07:35:40.245545 | fa163e5d-0333-97b6-5e49-000000000599 | TASK | Skipping reboot for deployed node 2025-12-06 07:35:40.297584 | fa163e5d-0333-97b6-5e49-000000000599 | SKIPPED | Skipping reboot for deployed node | standalone 2025-12-06 07:35:40.298855 | fa163e5d-0333-97b6-5e49-000000000599 | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:42.390045 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-12-06 07:35:40.487010 | fa163e5d-0333-97b6-5e49-00000000003f | TASK | Server pre-network deployments 2025-12-06 07:35:40.515593 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-00000000003f') missing from stats 2025-12-06 07:35:40.542409 | fa163e5d-0333-97b6-5e49-000000000043 | TASK | Hiera config 2025-12-06 07:35:40.570726 | fa163e5d-0333-97b6-5e49-000000000043 | TIMING | Hiera config | standalone | 0:00:42.661908 | 0.03s 2025-12-06 07:35:40.623004 | fa163e5d-0333-97b6-5e49-00000000070f | TASK | Create /etc/puppet/hieradata 2025-12-06 07:35:40.854044 | fa163e5d-0333-97b6-5e49-00000000070f | CHANGED | Create /etc/puppet/hieradata | standalone 2025-12-06 07:35:40.855451 | fa163e5d-0333-97b6-5e49-00000000070f | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:42.946640 | 0.23s 2025-12-06 07:35:40.880935 | fa163e5d-0333-97b6-5e49-000000000710 | TASK | Write hiera config 2025-12-06 07:35:41.363302 | fa163e5d-0333-97b6-5e49-000000000710 | CHANGED | Write hiera config | standalone 2025-12-06 07:35:41.364565 | fa163e5d-0333-97b6-5e49-000000000710 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:43.455760 | 0.48s 2025-12-06 07:35:41.411962 | fa163e5d-0333-97b6-5e49-000000000044 | TASK | Hiera symlink 2025-12-06 07:35:41.642824 | fa163e5d-0333-97b6-5e49-000000000044 | CHANGED | Hiera symlink | standalone 2025-12-06 07:35:41.644174 | fa163e5d-0333-97b6-5e49-000000000044 | TIMING | Hiera symlink | standalone | 0:00:43.735367 | 0.23s 2025-12-06 07:35:41.669256 | fa163e5d-0333-97b6-5e49-000000000045 | TASK | Hieradata from vars 2025-12-06 07:35:41.690482 | fa163e5d-0333-97b6-5e49-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:43.781671 | 0.02s 2025-12-06 07:35:41.757842 | fa163e5d-0333-97b6-5e49-00000000076a | TASK | Copy overcloud.json to all_nodes.json 2025-12-06 07:35:42.235263 | fa163e5d-0333-97b6-5e49-00000000076a | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-12-06 07:35:42.236835 | fa163e5d-0333-97b6-5e49-00000000076a | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:44.328020 | 0.48s 2025-12-06 07:35:42.263787 | fa163e5d-0333-97b6-5e49-00000000076b | TASK | Render hieradata from template 2025-12-06 07:35:42.791082 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-12-06 07:35:42.792645 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:44.883835 | 0.53s 2025-12-06 07:35:43.389694 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-12-06 07:35:43.390819 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.482013 | 1.13s 2025-12-06 07:35:43.993254 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-12-06 07:35:43.994523 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.085718 | 1.73s 2025-12-06 07:35:44.444579 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-12-06 07:35:44.446244 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.537438 | 2.18s 2025-12-06 07:35:44.936740 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-12-06 07:35:44.938392 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.029585 | 2.67s 2025-12-06 07:35:45.382380 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_names 2025-12-06 07:35:45.384352 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.475546 | 3.12s 2025-12-06 07:35:45.845291 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-12-06 07:35:45.845927 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.937129 | 3.58s 2025-12-06 07:35:46.330012 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-12-06 07:35:46.331749 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.422945 | 4.07s 2025-12-06 07:35:46.814491 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-12-06 07:35:46.816464 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.907659 | 4.55s 2025-12-06 07:35:47.345561 | fa163e5d-0333-97b6-5e49-00000000076b | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-06 07:35:47.346164 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.437366 | 5.08s 2025-12-06 07:35:47.351815 | fa163e5d-0333-97b6-5e49-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.443012 | 5.09s 2025-12-06 07:35:47.391247 | fa163e5d-0333-97b6-5e49-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-12-06 07:35:47.417246 | fa163e5d-0333-97b6-5e49-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:49.508443 | 0.03s 2025-12-06 07:35:47.472769 | fa163e5d-0333-97b6-5e49-00000000080f | TASK | Check for hieradata file 2025-12-06 07:35:47.683536 | fa163e5d-0333-97b6-5e49-00000000080f | OK | Check for hieradata file | standalone 2025-12-06 07:35:47.684786 | fa163e5d-0333-97b6-5e49-00000000080f | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:49.775980 | 0.21s 2025-12-06 07:35:47.709939 | fa163e5d-0333-97b6-5e49-000000000811 | TASK | Get existing data 2025-12-06 07:35:47.752435 | fa163e5d-0333-97b6-5e49-000000000811 | SKIPPED | Get existing data | standalone 2025-12-06 07:35:47.753627 | fa163e5d-0333-97b6-5e49-000000000811 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:49.844817 | 0.04s 2025-12-06 07:35:47.778964 | fa163e5d-0333-97b6-5e49-000000000812 | TASK | Set data fact 2025-12-06 07:35:47.827416 | fa163e5d-0333-97b6-5e49-000000000812 | SKIPPED | Set data fact | standalone 2025-12-06 07:35:47.828648 | fa163e5d-0333-97b6-5e49-000000000812 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:49.919839 | 0.05s 2025-12-06 07:35:47.849496 | fa163e5d-0333-97b6-5e49-000000000814 | TASK | Write ansible hieradata file 2025-12-06 07:35:48.301471 | fa163e5d-0333-97b6-5e49-000000000814 | CHANGED | Write ansible hieradata file | standalone 2025-12-06 07:35:48.302729 | fa163e5d-0333-97b6-5e49-000000000814 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:50.393923 | 0.45s 2025-12-06 07:35:48.399670 | fa163e5d-0333-97b6-5e49-000000000047 | TIMING | include_tasks | standalone | 0:00:50.490854 | 0.05s PLAY [Server network deployments] ********************************************** 2025-12-06 07:35:48.555679 | fa163e5d-0333-97b6-5e49-00000000004b | TASK | Network Configuration 2025-12-06 07:35:48.583065 | fa163e5d-0333-97b6-5e49-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e5d-0333-97b6-5e49-00000000004b') missing from stats 2025-12-06 07:35:48.606829 | fa163e5d-0333-97b6-5e49-00000000004c | TASK | Check NetworkConfig script existence 2025-12-06 07:35:48.635046 | fa163e5d-0333-97b6-5e49-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-12-06 07:35:48.635941 | fa163e5d-0333-97b6-5e49-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:50.727139 | 0.03s 2025-12-06 07:35:48.655123 | fa163e5d-0333-97b6-5e49-000000000052 | TASK | Gather SELinux fact if needed 2025-12-06 07:35:48.701672 | fa163e5d-0333-97b6-5e49-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-12-06 07:35:48.702837 | fa163e5d-0333-97b6-5e49-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:50.794030 | 0.05s 2025-12-06 07:35:48.726805 | fa163e5d-0333-97b6-5e49-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-12-06 07:35:49.360163 | fa163e5d-0333-97b6-5e49-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-12-06 07:35:49.361474 | fa163e5d-0333-97b6-5e49-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:51.452667 | 0.63s 2025-12-06 07:35:49.386406 | fa163e5d-0333-97b6-5e49-000000000054 | TASK | Ensure requirements are satisfied 2025-12-06 07:35:49.408316 | fa163e5d-0333-97b6-5e49-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:51.499498 | 0.02s 2025-12-06 07:35:49.465809 | fa163e5d-0333-97b6-5e49-0000000008ad | TASK | Gather facts if they don't exist 2025-12-06 07:35:49.514957 | fa163e5d-0333-97b6-5e49-0000000008ad | SKIPPED | Gather facts if they don't exist | standalone 2025-12-06 07:35:49.516047 | fa163e5d-0333-97b6-5e49-0000000008ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:51.607239 | 0.05s 2025-12-06 07:35:49.540375 | fa163e5d-0333-97b6-5e49-0000000008ae | TASK | Gather variables for each operating system 2025-12-06 07:35:49.667966 | fa163e5d-0333-97b6-5e49-0000000008ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-06 07:35:49.679848 | fa163e5d-0333-97b6-5e49-0000000008ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:51.771039 | 0.14s 2025-12-06 07:35:49.705062 | fa163e5d-0333-97b6-5e49-0000000008b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-06 07:35:49.982233 | fa163e5d-0333-97b6-5e49-0000000008b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-06 07:35:49.983539 | fa163e5d-0333-97b6-5e49-0000000008b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:52.074731 | 0.28s 2025-12-06 07:35:50.009267 | fa163e5d-0333-97b6-5e49-0000000008b1 | TASK | Deploy required packages to bootstrap TripleO 2025-12-06 07:35:50.041781 | fa163e5d-0333-97b6-5e49-0000000008b1 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-12-06 07:35:50.043010 | fa163e5d-0333-97b6-5e49-0000000008b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:52.134202 | 0.03s 2025-12-06 07:35:50.067943 | fa163e5d-0333-97b6-5e49-0000000008b2 | TASK | Ensure packages are actually well installed 2025-12-06 07:35:51.090781 | fa163e5d-0333-97b6-5e49-0000000008b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-06 07:35:51.092333 | fa163e5d-0333-97b6-5e49-0000000008b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:53.183522 | 1.02s 2025-12-06 07:35:51.137600 | fa163e5d-0333-97b6-5e49-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-12-06 07:35:51.378970 | fa163e5d-0333-97b6-5e49-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-06 07:35:51.380465 | fa163e5d-0333-97b6-5e49-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:53.471653 | 0.24s 2025-12-06 07:35:51.406533 | fa163e5d-0333-97b6-5e49-000000000057 | TASK | Reload NetworkManager 2025-12-06 07:35:51.829951 | fa163e5d-0333-97b6-5e49-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-12-06 07:35:51.831724 | fa163e5d-0333-97b6-5e49-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:53.922916 | 0.42s 2025-12-06 07:35:51.857865 | fa163e5d-0333-97b6-5e49-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-12-06 07:35:52.088913 | fa163e5d-0333-97b6-5e49-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-12-06 07:35:52.090238 | fa163e5d-0333-97b6-5e49-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:54.181431 | 0.23s 2025-12-06 07:35:52.115705 | fa163e5d-0333-97b6-5e49-00000000005a | TASK | Check for previous run of NetworkConfig 2025-12-06 07:35:52.304794 | fa163e5d-0333-97b6-5e49-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-12-06 07:35:52.306032 | fa163e5d-0333-97b6-5e49-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:54.397224 | 0.19s 2025-12-06 07:35:52.332263 | fa163e5d-0333-97b6-5e49-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-12-06 07:35:52.363251 | fa163e5d-0333-97b6-5e49-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-12-06 07:35:52.364266 | fa163e5d-0333-97b6-5e49-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:54.455457 | 0.03s 2025-12-06 07:35:52.389399 | fa163e5d-0333-97b6-5e49-00000000005c | TASK | Ensure we get cloud-init 2025-12-06 07:35:52.630261 | fa163e5d-0333-97b6-5e49-00000000005c | OK | Ensure we get cloud-init | standalone 2025-12-06 07:35:52.631599 | fa163e5d-0333-97b6-5e49-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:54.722793 | 0.24s 2025-12-06 07:35:52.656459 | fa163e5d-0333-97b6-5e49-00000000005e | TASK | Create /etc/os-net-config directory 2025-12-06 07:35:52.927990 | fa163e5d-0333-97b6-5e49-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-12-06 07:35:52.929415 | fa163e5d-0333-97b6-5e49-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:55.020606 | 0.27s 2025-12-06 07:35:52.955252 | fa163e5d-0333-97b6-5e49-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-12-06 07:35:53.347931 | fa163e5d-0333-97b6-5e49-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-12-06 07:35:53.349340 | fa163e5d-0333-97b6-5e49-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:55.440536 | 0.39s 2025-12-06 07:35:53.369533 | fa163e5d-0333-97b6-5e49-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-12-06 07:35:53.440789 | fa163e5d-0333-97b6-5e49-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-12-06 07:35:53.442281 | fa163e5d-0333-97b6-5e49-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:55.533469 | 0.07s 2025-12-06 07:35:53.469532 | fa163e5d-0333-97b6-5e49-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-12-06 07:35:53.734398 | fa163e5d-0333-97b6-5e49-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-12-06 07:35:53.735885 | fa163e5d-0333-97b6-5e49-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:55.827078 | 0.26s 2025-12-06 07:35:53.757917 | fa163e5d-0333-97b6-5e49-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-12-06 07:35:53.831084 | fa163e5d-0333-97b6-5e49-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:55.922247 | 0.07s 2025-12-06 07:35:53.861566 | 6cd8d91f-d231-4a76-831c-0470950a9a97 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-12-06 07:35:53.889288 | fa163e5d-0333-97b6-5e49-0000000008f7 | TASK | Set nic_config_file fact 2025-12-06 07:35:53.975941 | fa163e5d-0333-97b6-5e49-0000000008f7 | OK | Set nic_config_file fact | standalone 2025-12-06 07:35:53.977777 | fa163e5d-0333-97b6-5e49-0000000008f7 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:56.068964 | 0.09s 2025-12-06 07:35:54.005725 | fa163e5d-0333-97b6-5e49-0000000008f8 | TASK | Render overidden network config 2025-12-06 07:35:54.093237 | fa163e5d-0333-97b6-5e49-0000000008f8 | SKIPPED | Render overidden network config | standalone 2025-12-06 07:35:54.094751 | fa163e5d-0333-97b6-5e49-0000000008f8 | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:56.185938 | 0.09s 2025-12-06 07:35:54.120780 | fa163e5d-0333-97b6-5e49-0000000008f9 | TASK | Render network_config 2025-12-06 07:35:54.197413 | fa163e5d-0333-97b6-5e49-0000000008f9 | SKIPPED | Render network_config | standalone 2025-12-06 07:35:54.198919 | fa163e5d-0333-97b6-5e49-0000000008f9 | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:56.290111 | 0.08s 2025-12-06 07:35:54.225830 | fa163e5d-0333-97b6-5e49-0000000008fa | TASK | Render network_config from template 2025-12-06 07:35:54.808037 | fa163e5d-0333-97b6-5e49-0000000008fa | CHANGED | Render network_config from template | standalone 2025-12-06 07:35:54.809510 | fa163e5d-0333-97b6-5e49-0000000008fa | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:56.900704 | 0.58s 2025-12-06 07:35:54.835836 | fa163e5d-0333-97b6-5e49-0000000008fb | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=379733247210.43094 2025-12-06 07:35:58.904281 | fa163e5d-0333-97b6-5e49-0000000008fb | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-12-06 07:35:58.905354 | fa163e5d-0333-97b6-5e49-0000000008fb | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:00.996552 | 4.07s 2025-12-06 07:35:58.932535 | fa163e5d-0333-97b6-5e49-000000000064 | TASK | Write rc of NetworkConfig script 2025-12-06 07:35:59.438656 | fa163e5d-0333-97b6-5e49-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-12-06 07:35:59.439409 | fa163e5d-0333-97b6-5e49-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:01.530611 | 0.51s 2025-12-06 07:35:59.456428 | fa163e5d-0333-97b6-5e49-000000000065 | TASK | Disable cloud-init network config 2025-12-06 07:35:59.959628 | fa163e5d-0333-97b6-5e49-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-12-06 07:35:59.960349 | fa163e5d-0333-97b6-5e49-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:02.051551 | 0.50s 2025-12-06 07:35:59.977610 | fa163e5d-0333-97b6-5e49-000000000066 | TASK | Ensure network service is enabled 2025-12-06 07:36:00.394337 | fa163e5d-0333-97b6-5e49-000000000066 | OK | Ensure network service is enabled | standalone 2025-12-06 07:36:00.396193 | fa163e5d-0333-97b6-5e49-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:02.487384 | 0.42s PLAY [Server network validation] *********************************************** 2025-12-06 07:36:00.571355 | fa163e5d-0333-97b6-5e49-000000000096 | TASK | Basic Network Validation 2025-12-06 07:36:00.597179 | fa163e5d-0333-97b6-5e49-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:02.688368 | 0.02s 2025-12-06 07:36:00.638508 | fa163e5d-0333-97b6-5e49-000000000933 | TASK | Collect default network fact 2025-12-06 07:36:01.154255 | fa163e5d-0333-97b6-5e49-000000000933 | OK | Collect default network fact | standalone 2025-12-06 07:36:01.155316 | fa163e5d-0333-97b6-5e49-000000000933 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:03.246512 | 0.52s 2025-12-06 07:36:01.176255 | fa163e5d-0333-97b6-5e49-000000000934 | TASK | Check Default IPv4 Gateway availability 2025-12-06 07:36:01.202483 | fa163e5d-0333-97b6-5e49-000000000934 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-12-06 07:36:01.203436 | fa163e5d-0333-97b6-5e49-000000000934 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:03.294633 | 0.03s 2025-12-06 07:36:01.223275 | fa163e5d-0333-97b6-5e49-000000000935 | TASK | Check all networks Gateway availability 2025-12-06 07:36:01.242723 | fa163e5d-0333-97b6-5e49-000000000935 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:03.333913 | 0.02s 2025-12-06 07:36:01.262979 | fa163e5d-0333-97b6-5e49-000000000937 | TASK | Check Controllers availability 2025-12-06 07:36:01.327599 | fa163e5d-0333-97b6-5e49-000000000937 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-12-06 07:36:01.338084 | fa163e5d-0333-97b6-5e49-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-12-06 07:36:01.347415 | fa163e5d-0333-97b6-5e49-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-12-06 07:36:01.356511 | fa163e5d-0333-97b6-5e49-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-12-06 07:36:01.365487 | fa163e5d-0333-97b6-5e49-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-12-06 07:36:01.373751 | fa163e5d-0333-97b6-5e49-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-12-06 07:36:01.380487 | fa163e5d-0333-97b6-5e49-000000000937 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:03.471677 | 0.12s 2025-12-06 07:36:01.400570 | fa163e5d-0333-97b6-5e49-000000000939 | TASK | Verify the configured FQDN vs /etc/hosts 2025-12-06 07:36:01.427649 | fa163e5d-0333-97b6-5e49-000000000939 | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-12-06 07:36:01.429046 | fa163e5d-0333-97b6-5e49-000000000939 | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:03.520235 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-12-06 07:36:01.601330 | fa163e5d-0333-97b6-5e49-00000000009a | TASK | Server pre deployments 2025-12-06 07:36:01.643271 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-00000000009a') missing from stats 2025-12-06 07:36:01.664799 | fa163e5d-0333-97b6-5e49-00000000009e | TASK | Hiera config 2025-12-06 07:36:01.691458 | fa163e5d-0333-97b6-5e49-00000000009e | TIMING | Hiera config | standalone | 0:01:03.782630 | 0.03s 2025-12-06 07:36:01.739508 | fa163e5d-0333-97b6-5e49-00000000098c | TASK | Create /etc/puppet/hieradata 2025-12-06 07:36:01.993008 | fa163e5d-0333-97b6-5e49-00000000098c | OK | Create /etc/puppet/hieradata | standalone 2025-12-06 07:36:01.994672 | fa163e5d-0333-97b6-5e49-00000000098c | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:04.085856 | 0.25s 2025-12-06 07:36:02.022689 | fa163e5d-0333-97b6-5e49-00000000098d | TASK | Write hiera config 2025-12-06 07:36:02.486230 | fa163e5d-0333-97b6-5e49-00000000098d | OK | Write hiera config | standalone 2025-12-06 07:36:02.486998 | fa163e5d-0333-97b6-5e49-00000000098d | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:04.578200 | 0.46s 2025-12-06 07:36:02.519702 | fa163e5d-0333-97b6-5e49-00000000009f | TASK | Hiera symlink 2025-12-06 07:36:02.762458 | fa163e5d-0333-97b6-5e49-00000000009f | OK | Hiera symlink | standalone 2025-12-06 07:36:02.764306 | fa163e5d-0333-97b6-5e49-00000000009f | TIMING | Hiera symlink | standalone | 0:01:04.855491 | 0.24s 2025-12-06 07:36:02.791482 | fa163e5d-0333-97b6-5e49-0000000000a0 | TASK | Hieradata from vars 2025-12-06 07:36:02.820197 | fa163e5d-0333-97b6-5e49-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:04.911369 | 0.03s 2025-12-06 07:36:02.880322 | fa163e5d-0333-97b6-5e49-0000000009e7 | TASK | Copy overcloud.json to all_nodes.json 2025-12-06 07:36:03.344574 | fa163e5d-0333-97b6-5e49-0000000009e7 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-12-06 07:36:03.345981 | fa163e5d-0333-97b6-5e49-0000000009e7 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:05.437172 | 0.46s 2025-12-06 07:36:03.371875 | fa163e5d-0333-97b6-5e49-0000000009e8 | TASK | Render hieradata from template 2025-12-06 07:36:03.852291 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-12-06 07:36:03.854558 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:05.945753 | 0.48s 2025-12-06 07:36:04.365186 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=vip_data 2025-12-06 07:36:04.367474 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.458669 | 0.99s 2025-12-06 07:36:04.968498 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=net_ip_map 2025-12-06 07:36:04.971297 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.062485 | 1.60s 2025-12-06 07:36:05.511156 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=cloud_domain 2025-12-06 07:36:05.513078 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.604273 | 2.14s 2025-12-06 07:36:05.933423 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=fqdn 2025-12-06 07:36:05.934320 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.025520 | 2.56s 2025-12-06 07:36:06.407194 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=service_names 2025-12-06 07:36:06.408268 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.499463 | 3.03s 2025-12-06 07:36:06.875833 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=service_configs 2025-12-06 07:36:06.877412 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.968599 | 3.50s 2025-12-06 07:36:07.363469 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=extraconfig 2025-12-06 07:36:07.364116 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.455306 | 3.99s 2025-12-06 07:36:07.808977 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-12-06 07:36:07.809762 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.900963 | 4.44s 2025-12-06 07:36:08.274736 | fa163e5d-0333-97b6-5e49-0000000009e8 | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-06 07:36:08.276397 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.367596 | 4.90s 2025-12-06 07:36:08.289631 | fa163e5d-0333-97b6-5e49-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.380821 | 4.92s 2025-12-06 07:36:08.339619 | fa163e5d-0333-97b6-5e49-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-12-06 07:36:08.366453 | fa163e5d-0333-97b6-5e49-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:10.457642 | 0.03s 2025-12-06 07:36:08.426666 | fa163e5d-0333-97b6-5e49-000000000a8c | TASK | Check for hieradata file 2025-12-06 07:36:08.639516 | fa163e5d-0333-97b6-5e49-000000000a8c | OK | Check for hieradata file | standalone 2025-12-06 07:36:08.640279 | fa163e5d-0333-97b6-5e49-000000000a8c | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:10.731480 | 0.21s 2025-12-06 07:36:08.657256 | fa163e5d-0333-97b6-5e49-000000000a8e | TASK | Get existing data 2025-12-06 07:36:08.703255 | fa163e5d-0333-97b6-5e49-000000000a8e | SKIPPED | Get existing data | standalone 2025-12-06 07:36:08.704358 | fa163e5d-0333-97b6-5e49-000000000a8e | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:10.795549 | 0.05s 2025-12-06 07:36:08.728142 | fa163e5d-0333-97b6-5e49-000000000a8f | TASK | Set data fact 2025-12-06 07:36:08.765050 | fa163e5d-0333-97b6-5e49-000000000a8f | SKIPPED | Set data fact | standalone 2025-12-06 07:36:08.766009 | fa163e5d-0333-97b6-5e49-000000000a8f | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:10.857207 | 0.04s 2025-12-06 07:36:08.790967 | fa163e5d-0333-97b6-5e49-000000000a91 | TASK | Write ansible hieradata file 2025-12-06 07:36:09.313819 | fa163e5d-0333-97b6-5e49-000000000a91 | OK | Write ansible hieradata file | standalone 2025-12-06 07:36:09.315270 | fa163e5d-0333-97b6-5e49-000000000a91 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:11.406461 | 0.52s 2025-12-06 07:36:09.412012 | fa163e5d-0333-97b6-5e49-0000000000a2 | TIMING | include_tasks | standalone | 0:01:11.503191 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-12-06 07:36:09.573887 | fa163e5d-0333-97b6-5e49-0000000000a6 | TASK | Host prep steps 2025-12-06 07:36:09.602952 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000a6') missing from stats 2025-12-06 07:36:09.707892 | fa163e5d-0333-97b6-5e49-0000000000a7 | TASK | Deploy Artifacts 2025-12-06 07:36:09.786937 | fa163e5d-0333-97b6-5e49-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-12-06 07:36:09.787671 | fa163e5d-0333-97b6-5e49-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:11.878870 | 0.08s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-06 07:36:09.845031 | fa163e5d-0333-97b6-5e49-0000000000a8 | TIMING | include_tasks | standalone | 0:01:11.936212 | 0.04s 2025-12-06 07:36:10.011997 | 5a7d7596-66d6-40d9-8eae-eb0a0a0b3bd4 | INCLUDED | /root/standalone-ansible-6pn5s7ug/Standalone/host_prep_tasks.yaml | standalone 2025-12-06 07:36:10.065819 | fa163e5d-0333-97b6-5e49-000000000b0c | TASK | Run firewall role 2025-12-06 07:36:10.090658 | fa163e5d-0333-97b6-5e49-000000000b0c | TIMING | Run firewall role | standalone | 0:01:12.181851 | 0.02s 2025-12-06 07:36:10.143990 | fa163e5d-0333-97b6-5e49-000000000c01 | TASK | Gather variables for each operating system 2025-12-06 07:36:10.260707 | fa163e5d-0333-97b6-5e49-000000000c01 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-12-06 07:36:10.262060 | fa163e5d-0333-97b6-5e49-000000000c01 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.353247 | 0.12s 2025-12-06 07:36:10.267610 | fa163e5d-0333-97b6-5e49-000000000c01 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.358766 | 0.12s 2025-12-06 07:36:10.288068 | fa163e5d-0333-97b6-5e49-000000000c02 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-12-06 07:36:13.192948 | fa163e5d-0333-97b6-5e49-000000000c02 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-12-06 07:36:13.194774 | fa163e5d-0333-97b6-5e49-000000000c02 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:15.285965 | 2.91s 2025-12-06 07:36:13.219796 | fa163e5d-0333-97b6-5e49-000000000c06 | TASK | Create empty var for masquerade rules 2025-12-06 07:36:13.258839 | fa163e5d-0333-97b6-5e49-000000000c06 | OK | Create empty var for masquerade rules | standalone 2025-12-06 07:36:13.260224 | fa163e5d-0333-97b6-5e49-000000000c06 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:15.351414 | 0.04s 2025-12-06 07:36:13.286798 | fa163e5d-0333-97b6-5e49-000000000c07 | TASK | Enable masquerade 2025-12-06 07:36:13.337803 | fa163e5d-0333-97b6-5e49-000000000c07 | SKIPPED | Enable masquerade | standalone 2025-12-06 07:36:13.339086 | fa163e5d-0333-97b6-5e49-000000000c07 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:15.430277 | 0.05s 2025-12-06 07:36:13.363751 | fa163e5d-0333-97b6-5e49-000000000c08 | TASK | Set the default frontend firewall rules 2025-12-06 07:36:13.402868 | fa163e5d-0333-97b6-5e49-000000000c08 | OK | Set the default frontend firewall rules | standalone 2025-12-06 07:36:13.403999 | fa163e5d-0333-97b6-5e49-000000000c08 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:15.495193 | 0.04s 2025-12-06 07:36:13.428837 | fa163e5d-0333-97b6-5e49-000000000c0b | TASK | Set frontend rule fact (non-ssl rules) 2025-12-06 07:36:13.479492 | fa163e5d-0333-97b6-5e49-000000000c0b | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-12-06 07:36:13.480856 | fa163e5d-0333-97b6-5e49-000000000c0b | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.572049 | 0.05s 2025-12-06 07:36:13.505306 | fa163e5d-0333-97b6-5e49-000000000c0c | TASK | Set frontend rule fact (ssl rules) 2025-12-06 07:36:13.544877 | fa163e5d-0333-97b6-5e49-000000000c0c | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-06 07:36:13.546297 | fa163e5d-0333-97b6-5e49-000000000c0c | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:15.637487 | 0.04s 2025-12-06 07:36:13.570824 | fa163e5d-0333-97b6-5e49-000000000c0e | TASK | Set frontend rule fact (non-ssl rules) 2025-12-06 07:36:13.615226 | fa163e5d-0333-97b6-5e49-000000000c0e | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-12-06 07:36:13.616436 | fa163e5d-0333-97b6-5e49-000000000c0e | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.707626 | 0.04s 2025-12-06 07:36:13.640673 | fa163e5d-0333-97b6-5e49-000000000c0f | TASK | Set frontend rule fact (ssl rules) 2025-12-06 07:36:13.681323 | fa163e5d-0333-97b6-5e49-000000000c0f | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-06 07:36:13.682431 | fa163e5d-0333-97b6-5e49-000000000c0f | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:15.773624 | 0.04s 2025-12-06 07:36:13.706439 | fa163e5d-0333-97b6-5e49-000000000c11 | TASK | Enable LOG rules 2025-12-06 07:36:13.734877 | fa163e5d-0333-97b6-5e49-000000000c11 | SKIPPED | Enable LOG rules | standalone 2025-12-06 07:36:13.736080 | fa163e5d-0333-97b6-5e49-000000000c11 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:15.827271 | 0.03s 2025-12-06 07:36:13.760344 | fa163e5d-0333-97b6-5e49-000000000c12 | TASK | Set rule fact 2025-12-06 07:36:13.854304 | fa163e5d-0333-97b6-5e49-000000000c12 | OK | Set rule fact | standalone 2025-12-06 07:36:13.857055 | fa163e5d-0333-97b6-5e49-000000000c12 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:15.948246 | 0.10s 2025-12-06 07:36:13.885416 | fa163e5d-0333-97b6-5e49-000000000c13 | TASK | Manage rules via nftables 2025-12-06 07:36:13.914433 | fa163e5d-0333-97b6-5e49-000000000c13 | TIMING | Manage rules via nftables | standalone | 0:01:16.005617 | 0.03s 2025-12-06 07:36:14.000042 | fa163e5d-0333-97b6-5e49-000000000ca1 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:16.091229 | 0.03s 2025-12-06 07:36:14.014325 | 0bef62ec-a437-454f-adac-e5864c0255cb | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-12-06 07:36:14.040716 | fa163e5d-0333-97b6-5e49-000000000cca | TASK | Ensure legacy iptables services are off 2025-12-06 07:36:14.444957 | fa163e5d-0333-97b6-5e49-000000000cca | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-12-06 07:36:14.447813 | fa163e5d-0333-97b6-5e49-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:16.538998 | 0.41s 2025-12-06 07:36:14.799672 | fa163e5d-0333-97b6-5e49-000000000cca | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-12-06 07:36:14.801781 | fa163e5d-0333-97b6-5e49-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:16.892972 | 0.76s 2025-12-06 07:36:14.813675 | fa163e5d-0333-97b6-5e49-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:16.904858 | 0.77s 2025-12-06 07:36:14.844786 | fa163e5d-0333-97b6-5e49-000000000ccb | TASK | Ensure nftables service is enabled and running 2025-12-06 07:36:15.600794 | fa163e5d-0333-97b6-5e49-000000000ccb | CHANGED | Ensure nftables service is enabled and running | standalone 2025-12-06 07:36:15.602585 | fa163e5d-0333-97b6-5e49-000000000ccb | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:17.693777 | 0.76s 2025-12-06 07:36:15.629422 | fa163e5d-0333-97b6-5e49-000000000ccc | TASK | Empty nftables from anything that may lay around 2025-12-06 07:36:15.670761 | fa163e5d-0333-97b6-5e49-000000000ccc | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-12-06 07:36:15.672416 | fa163e5d-0333-97b6-5e49-000000000ccc | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:17.763592 | 0.04s 2025-12-06 07:36:15.727118 | fa163e5d-0333-97b6-5e49-000000000ca2 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.818276 | 0.03s 2025-12-06 07:36:15.767168 | e09bf518-9c56-4cab-a89a-8f2b46e196f9 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-12-06 07:36:15.803068 | fa163e5d-0333-97b6-5e49-000000000cfb | TASK | Push empty ruleset 2025-12-06 07:36:16.287062 | fa163e5d-0333-97b6-5e49-000000000cfb | CHANGED | Push empty ruleset | standalone 2025-12-06 07:36:16.288570 | fa163e5d-0333-97b6-5e49-000000000cfb | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:18.379751 | 0.48s 2025-12-06 07:36:16.315530 | fa163e5d-0333-97b6-5e49-000000000cfc | TASK | Load empty ruleset 2025-12-06 07:36:16.582845 | fa163e5d-0333-97b6-5e49-000000000cfc | CHANGED | Load empty ruleset | standalone 2025-12-06 07:36:16.584179 | fa163e5d-0333-97b6-5e49-000000000cfc | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:18.675371 | 0.27s 2025-12-06 07:36:16.610608 | fa163e5d-0333-97b6-5e49-000000000cfe | TASK | Use default rules 2025-12-06 07:36:16.697301 | fa163e5d-0333-97b6-5e49-000000000cfe | OK | Use default rules | standalone 2025-12-06 07:36:16.700187 | fa163e5d-0333-97b6-5e49-000000000cfe | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:18.791377 | 0.09s 2025-12-06 07:36:16.729297 | fa163e5d-0333-97b6-5e49-000000000cff | TASK | Enable LOG rules 2025-12-06 07:36:16.825310 | fa163e5d-0333-97b6-5e49-000000000cff | OK | Enable LOG rules | standalone 2025-12-06 07:36:16.828138 | fa163e5d-0333-97b6-5e49-000000000cff | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:18.919326 | 0.10s 2025-12-06 07:36:16.857162 | fa163e5d-0333-97b6-5e49-000000000d01 | TASK | Get current nftables content 2025-12-06 07:36:17.088916 | fa163e5d-0333-97b6-5e49-000000000d01 | CHANGED | Get current nftables content | standalone 2025-12-06 07:36:17.090281 | fa163e5d-0333-97b6-5e49-000000000d01 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:19.181474 | 0.23s 2025-12-06 07:36:17.116853 | fa163e5d-0333-97b6-5e49-000000000d03 | TASK | Generate chain jumps 2025-12-06 07:36:17.618727 | fa163e5d-0333-97b6-5e49-000000000d03 | CHANGED | Generate chain jumps | standalone 2025-12-06 07:36:17.620183 | fa163e5d-0333-97b6-5e49-000000000d03 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:19.711375 | 0.50s 2025-12-06 07:36:17.646073 | fa163e5d-0333-97b6-5e49-000000000d04 | TASK | Generate chain jumps 2025-12-06 07:36:18.211571 | fa163e5d-0333-97b6-5e49-000000000d04 | CHANGED | Generate chain jumps | standalone 2025-12-06 07:36:18.212994 | fa163e5d-0333-97b6-5e49-000000000d04 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:20.304187 | 0.57s 2025-12-06 07:36:18.238302 | fa163e5d-0333-97b6-5e49-000000000d05 | TASK | Generate nft flushes 2025-12-06 07:36:18.637553 | fa163e5d-0333-97b6-5e49-000000000d05 | CHANGED | Generate nft flushes | standalone 2025-12-06 07:36:18.638986 | fa163e5d-0333-97b6-5e49-000000000d05 | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:20.730176 | 0.40s 2025-12-06 07:36:18.664768 | fa163e5d-0333-97b6-5e49-000000000d06 | TASK | Generate nft tripleo chains 2025-12-06 07:36:19.136025 | fa163e5d-0333-97b6-5e49-000000000d06 | CHANGED | Generate nft tripleo chains | standalone 2025-12-06 07:36:19.137504 | fa163e5d-0333-97b6-5e49-000000000d06 | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:21.228693 | 0.47s 2025-12-06 07:36:19.163864 | fa163e5d-0333-97b6-5e49-000000000d07 | TASK | Generate nft ruleset in static file 2025-12-06 07:36:20.609316 | fa163e5d-0333-97b6-5e49-000000000d07 | CHANGED | Generate nft ruleset in static file | standalone 2025-12-06 07:36:20.611028 | fa163e5d-0333-97b6-5e49-000000000d07 | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:22.702210 | 1.45s 2025-12-06 07:36:20.637723 | fa163e5d-0333-97b6-5e49-000000000d09 | TASK | Validate all of the generated content before loading 2025-12-06 07:36:21.298423 | fa163e5d-0333-97b6-5e49-000000000d09 | CHANGED | Validate all of the generated content before loading | standalone 2025-12-06 07:36:21.300076 | fa163e5d-0333-97b6-5e49-000000000d09 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:23.391260 | 0.66s 2025-12-06 07:36:21.333083 | fa163e5d-0333-97b6-5e49-000000000d0a | TASK | Ensure we load our different nft rulesets on boot 2025-12-06 07:36:21.573259 | fa163e5d-0333-97b6-5e49-000000000d0a | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-12-06 07:36:21.574581 | fa163e5d-0333-97b6-5e49-000000000d0a | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:23.665772 | 0.24s 2025-12-06 07:36:21.629273 | fa163e5d-0333-97b6-5e49-000000000ca3 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.720456 | 0.03s 2025-12-06 07:36:21.648364 | 1806db54-9dcd-4ae7-84aa-7a84e29df7cb | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-12-06 07:36:21.704074 | fa163e5d-0333-97b6-5e49-000000000d72 | TASK | Inject our custom chains in nftables 2025-12-06 07:36:21.945571 | fa163e5d-0333-97b6-5e49-000000000d72 | CHANGED | Inject our custom chains in nftables | standalone 2025-12-06 07:36:21.947193 | fa163e5d-0333-97b6-5e49-000000000d72 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:24.038377 | 0.24s 2025-12-06 07:36:21.973400 | fa163e5d-0333-97b6-5e49-000000000d73 | TASK | Reload custom nftables ruleset files 2025-12-06 07:36:22.246953 | fa163e5d-0333-97b6-5e49-000000000d73 | CHANGED | Reload custom nftables ruleset files | standalone 2025-12-06 07:36:22.248210 | fa163e5d-0333-97b6-5e49-000000000d73 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:24.339402 | 0.27s 2025-12-06 07:36:22.318489 | fa163e5d-0333-97b6-5e49-000000000b0d | TASK | create persistent directories 2025-12-06 07:36:22.565309 | fa163e5d-0333-97b6-5e49-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-12-06 07:36:22.567746 | fa163e5d-0333-97b6-5e49-000000000b0d | TIMING | create persistent directories | standalone | 0:01:24.658937 | 0.25s 2025-12-06 07:36:22.767584 | fa163e5d-0333-97b6-5e49-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-12-06 07:36:22.768856 | fa163e5d-0333-97b6-5e49-000000000b0d | TIMING | create persistent directories | standalone | 0:01:24.860049 | 0.45s 2025-12-06 07:36:22.781052 | fa163e5d-0333-97b6-5e49-000000000b0d | TIMING | create persistent directories | standalone | 0:01:24.872246 | 0.46s 2025-12-06 07:36:22.807248 | fa163e5d-0333-97b6-5e49-000000000b0e | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-12-06 07:36:24.095343 | fa163e5d-0333-97b6-5e49-000000000b0e | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-12-06 07:36:24.096430 | fa163e5d-0333-97b6-5e49-000000000b0e | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:26.187628 | 1.29s 2025-12-06 07:36:24.115758 | fa163e5d-0333-97b6-5e49-000000000b0f | TASK | create persistent directories 2025-12-06 07:36:24.390993 | fa163e5d-0333-97b6-5e49-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-06 07:36:24.392596 | fa163e5d-0333-97b6-5e49-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.483785 | 0.28s 2025-12-06 07:36:24.572682 | fa163e5d-0333-97b6-5e49-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-12-06 07:36:24.573782 | fa163e5d-0333-97b6-5e49-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.664977 | 0.46s 2025-12-06 07:36:24.580131 | fa163e5d-0333-97b6-5e49-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.671328 | 0.46s 2025-12-06 07:36:24.604638 | fa163e5d-0333-97b6-5e49-000000000b10 | TASK | create fcontext entry for cinder data 2025-12-06 07:36:25.926897 | fa163e5d-0333-97b6-5e49-000000000b10 | CHANGED | create fcontext entry for cinder data | standalone 2025-12-06 07:36:25.928382 | fa163e5d-0333-97b6-5e49-000000000b10 | TIMING | create fcontext entry for cinder data | standalone | 0:01:28.019574 | 1.32s 2025-12-06 07:36:25.952958 | fa163e5d-0333-97b6-5e49-000000000b11 | TASK | create persistent directories 2025-12-06 07:36:26.249848 | fa163e5d-0333-97b6-5e49-000000000b11 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-06 07:36:26.252353 | fa163e5d-0333-97b6-5e49-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.343531 | 0.30s 2025-12-06 07:36:26.471551 | fa163e5d-0333-97b6-5e49-000000000b11 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-12-06 07:36:26.472341 | fa163e5d-0333-97b6-5e49-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.563541 | 0.52s 2025-12-06 07:36:26.477299 | fa163e5d-0333-97b6-5e49-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.568489 | 0.52s 2025-12-06 07:36:26.502433 | fa163e5d-0333-97b6-5e49-000000000b12 | TASK | ensure ceph configurations exist 2025-12-06 07:36:26.733279 | fa163e5d-0333-97b6-5e49-000000000b12 | CHANGED | ensure ceph configurations exist | standalone 2025-12-06 07:36:26.734609 | fa163e5d-0333-97b6-5e49-000000000b12 | TIMING | ensure ceph configurations exist | standalone | 0:01:28.825802 | 0.23s 2025-12-06 07:36:26.759347 | fa163e5d-0333-97b6-5e49-000000000b13 | TASK | create persistent directories 2025-12-06 07:36:27.003863 | fa163e5d-0333-97b6-5e49-000000000b13 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-06 07:36:27.006358 | fa163e5d-0333-97b6-5e49-000000000b13 | TIMING | create persistent directories | standalone | 0:01:29.097539 | 0.25s 2025-12-06 07:36:27.016498 | fa163e5d-0333-97b6-5e49-000000000b13 | TIMING | create persistent directories | standalone | 0:01:29.107681 | 0.26s 2025-12-06 07:36:27.041657 | fa163e5d-0333-97b6-5e49-000000000b15 | TASK | Create cinder image conversion directory 2025-12-06 07:36:27.069890 | fa163e5d-0333-97b6-5e49-000000000b15 | SKIPPED | Create cinder image conversion directory | standalone 2025-12-06 07:36:27.071029 | fa163e5d-0333-97b6-5e49-000000000b15 | TIMING | Create cinder image conversion directory | standalone | 0:01:29.162220 | 0.03s 2025-12-06 07:36:27.095942 | fa163e5d-0333-97b6-5e49-000000000b16 | TASK | Mount cinder's image conversion NFS share 2025-12-06 07:36:27.125836 | fa163e5d-0333-97b6-5e49-000000000b16 | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-12-06 07:36:27.126895 | fa163e5d-0333-97b6-5e49-000000000b16 | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:29.218088 | 0.03s 2025-12-06 07:36:27.150515 | fa163e5d-0333-97b6-5e49-000000000b18 | TASK | cinder_configure_lvm fact 2025-12-06 07:36:27.182639 | fa163e5d-0333-97b6-5e49-000000000b18 | OK | cinder_configure_lvm fact | standalone 2025-12-06 07:36:27.183860 | fa163e5d-0333-97b6-5e49-000000000b18 | TIMING | cinder_configure_lvm fact | standalone | 0:01:29.275054 | 0.03s 2025-12-06 07:36:27.207979 | fa163e5d-0333-97b6-5e49-000000000b1a | TASK | ensure LVM rpm dependencies are installed 2025-12-06 07:36:27.237038 | fa163e5d-0333-97b6-5e49-000000000b1a | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-12-06 07:36:27.238272 | fa163e5d-0333-97b6-5e49-000000000b1a | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:29.329460 | 0.03s 2025-12-06 07:36:27.262198 | fa163e5d-0333-97b6-5e49-000000000b1b | TASK | cinder create LVM volume group dd 2025-12-06 07:36:27.291542 | fa163e5d-0333-97b6-5e49-000000000b1b | SKIPPED | cinder create LVM volume group dd | standalone 2025-12-06 07:36:27.292690 | fa163e5d-0333-97b6-5e49-000000000b1b | TIMING | cinder create LVM volume group dd | standalone | 0:01:29.383882 | 0.03s 2025-12-06 07:36:27.318448 | fa163e5d-0333-97b6-5e49-000000000b1c | TASK | Get or create LVM loopback device 2025-12-06 07:36:27.346706 | fa163e5d-0333-97b6-5e49-000000000b1c | SKIPPED | Get or create LVM loopback device | standalone 2025-12-06 07:36:27.347804 | fa163e5d-0333-97b6-5e49-000000000b1c | TIMING | Get or create LVM loopback device | standalone | 0:01:29.438995 | 0.03s 2025-12-06 07:36:27.372515 | fa163e5d-0333-97b6-5e49-000000000b1d | TASK | Create LVM volume group 2025-12-06 07:36:27.400844 | fa163e5d-0333-97b6-5e49-000000000b1d | SKIPPED | Create LVM volume group | standalone 2025-12-06 07:36:27.401953 | fa163e5d-0333-97b6-5e49-000000000b1d | TIMING | Create LVM volume group | standalone | 0:01:29.493145 | 0.03s 2025-12-06 07:36:27.425726 | fa163e5d-0333-97b6-5e49-000000000b1e | TASK | cinder create service to run losetup for LVM on startup 2025-12-06 07:36:27.543563 | fa163e5d-0333-97b6-5e49-000000000b1e | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-12-06 07:36:27.544612 | fa163e5d-0333-97b6-5e49-000000000b1e | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:29.635803 | 0.12s 2025-12-06 07:36:27.564703 | fa163e5d-0333-97b6-5e49-000000000b1f | TASK | cinder enable the LVM losetup service 2025-12-06 07:36:27.593484 | fa163e5d-0333-97b6-5e49-000000000b1f | SKIPPED | cinder enable the LVM losetup service | standalone 2025-12-06 07:36:27.594223 | fa163e5d-0333-97b6-5e49-000000000b1f | TIMING | cinder enable the LVM losetup service | standalone | 0:01:29.685424 | 0.03s 2025-12-06 07:36:27.610886 | fa163e5d-0333-97b6-5e49-000000000b21 | TASK | allow logrotate to read inside containers 2025-12-06 07:36:28.568567 | fa163e5d-0333-97b6-5e49-000000000b21 | CHANGED | allow logrotate to read inside containers | standalone 2025-12-06 07:36:28.570588 | fa163e5d-0333-97b6-5e49-000000000b21 | TIMING | allow logrotate to read inside containers | standalone | 0:01:30.661776 | 0.96s 2025-12-06 07:36:28.595793 | fa163e5d-0333-97b6-5e49-000000000b22 | TASK | authorize httpd to listen on registry ports 2025-12-06 07:36:30.995290 | fa163e5d-0333-97b6-5e49-000000000b22 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-12-06 07:36:30.996824 | fa163e5d-0333-97b6-5e49-000000000b22 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:33.088016 | 2.40s 2025-12-06 07:36:31.054202 | fa163e5d-0333-97b6-5e49-000000000b24 | OK | set_fact | standalone 2025-12-06 07:36:31.055582 | fa163e5d-0333-97b6-5e49-000000000b24 | TIMING | set_fact | standalone | 0:01:33.146773 | 0.03s 2025-12-06 07:36:31.109327 | fa163e5d-0333-97b6-5e49-000000000b25 | TIMING | include_role : tripleo_image_serve | standalone | 0:01:33.200510 | 0.03s 2025-12-06 07:36:31.167914 | fa163e5d-0333-97b6-5e49-000000000eab | TASK | ensure apache is installed 2025-12-06 07:36:37.439672 | fa163e5d-0333-97b6-5e49-000000000eab | CHANGED | ensure apache is installed | standalone 2025-12-06 07:36:37.441986 | fa163e5d-0333-97b6-5e49-000000000eab | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:39.533168 | 6.27s 2025-12-06 07:36:37.474857 | fa163e5d-0333-97b6-5e49-000000000eac | TASK | create image data directory 2025-12-06 07:36:37.762378 | fa163e5d-0333-97b6-5e49-000000000eac | CHANGED | create image data directory | standalone 2025-12-06 07:36:37.763433 | fa163e5d-0333-97b6-5e49-000000000eac | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:39.854631 | 0.29s 2025-12-06 07:36:37.787187 | fa163e5d-0333-97b6-5e49-000000000ead | TASK | create /v2/ response file 2025-12-06 07:36:38.226136 | fa163e5d-0333-97b6-5e49-000000000ead | CHANGED | create /v2/ response file | standalone 2025-12-06 07:36:38.227606 | fa163e5d-0333-97b6-5e49-000000000ead | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:40.318798 | 0.44s 2025-12-06 07:36:38.253664 | fa163e5d-0333-97b6-5e49-000000000eae | TASK | Add listen line 2025-12-06 07:36:38.591146 | fa163e5d-0333-97b6-5e49-000000000eae | CHANGED | Add listen line | standalone 2025-12-06 07:36:38.592808 | fa163e5d-0333-97b6-5e49-000000000eae | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:40.683999 | 0.34s 2025-12-06 07:36:38.619412 | fa163e5d-0333-97b6-5e49-000000000eaf | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-12-06 07:36:39.164133 | fa163e5d-0333-97b6-5e49-000000000eaf | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-12-06 07:36:39.165152 | fa163e5d-0333-97b6-5e49-000000000eaf | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:41.256349 | 0.54s 2025-12-06 07:36:39.184846 | fa163e5d-0333-97b6-5e49-000000000eb0 | TASK | Image-Serve | restart httpd 2025-12-06 07:36:40.134707 | fa163e5d-0333-97b6-5e49-000000000eb0 | CHANGED | Image-Serve | restart httpd | standalone 2025-12-06 07:36:40.136577 | fa163e5d-0333-97b6-5e49-000000000eb0 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:42.227767 | 0.95s 2025-12-06 07:36:40.185422 | fa163e5d-0333-97b6-5e49-000000000b27 | TASK | create persistent logs directory 2025-12-06 07:36:40.474001 | fa163e5d-0333-97b6-5e49-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-12-06 07:36:40.475506 | fa163e5d-0333-97b6-5e49-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:42.566693 | 0.29s 2025-12-06 07:36:40.661714 | fa163e5d-0333-97b6-5e49-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-12-06 07:36:40.662563 | fa163e5d-0333-97b6-5e49-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:42.753764 | 0.48s 2025-12-06 07:36:40.666884 | fa163e5d-0333-97b6-5e49-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:42.758082 | 0.48s 2025-12-06 07:36:40.683666 | fa163e5d-0333-97b6-5e49-000000000b28 | TASK | Mount NFS on host 2025-12-06 07:36:40.708273 | fa163e5d-0333-97b6-5e49-000000000b28 | SKIPPED | Mount NFS on host | standalone 2025-12-06 07:36:40.708784 | fa163e5d-0333-97b6-5e49-000000000b28 | TIMING | Mount NFS on host | standalone | 0:01:42.799987 | 0.02s 2025-12-06 07:36:40.725050 | fa163e5d-0333-97b6-5e49-000000000b29 | TASK | Mount Node Staging Location 2025-12-06 07:36:40.750002 | fa163e5d-0333-97b6-5e49-000000000b29 | SKIPPED | Mount Node Staging Location | standalone 2025-12-06 07:36:40.750536 | fa163e5d-0333-97b6-5e49-000000000b29 | TIMING | Mount Node Staging Location | standalone | 0:01:42.841739 | 0.02s 2025-12-06 07:36:40.766917 | fa163e5d-0333-97b6-5e49-000000000b2a | TASK | ensure /var/lib/glance exists 2025-12-06 07:36:40.987523 | fa163e5d-0333-97b6-5e49-000000000b2a | CHANGED | ensure /var/lib/glance exists | standalone 2025-12-06 07:36:40.988885 | fa163e5d-0333-97b6-5e49-000000000b2a | TIMING | ensure /var/lib/glance exists | standalone | 0:01:43.080077 | 0.22s 2025-12-06 07:36:41.012656 | fa163e5d-0333-97b6-5e49-000000000b2b | TASK | get parameters 2025-12-06 07:36:41.040596 | fa163e5d-0333-97b6-5e49-000000000b2b | OK | get parameters | standalone 2025-12-06 07:36:41.041691 | fa163e5d-0333-97b6-5e49-000000000b2b | TIMING | get parameters | standalone | 0:01:43.132882 | 0.03s 2025-12-06 07:36:41.066408 | fa163e5d-0333-97b6-5e49-000000000b2d | TASK | get DeployedSSLCertificatePath attributes 2025-12-06 07:36:41.098229 | fa163e5d-0333-97b6-5e49-000000000b2d | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-12-06 07:36:41.099396 | fa163e5d-0333-97b6-5e49-000000000b2d | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:43.190588 | 0.03s 2025-12-06 07:36:41.123451 | fa163e5d-0333-97b6-5e49-000000000b2e | TASK | set is_haproxy_bootstrap_node fact 2025-12-06 07:36:41.172879 | fa163e5d-0333-97b6-5e49-000000000b2e | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-12-06 07:36:41.173956 | fa163e5d-0333-97b6-5e49-000000000b2e | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:43.265149 | 0.05s 2025-12-06 07:36:41.198890 | fa163e5d-0333-97b6-5e49-000000000b2f | TASK | get haproxy status 2025-12-06 07:36:41.242561 | fa163e5d-0333-97b6-5e49-000000000b2f | SKIPPED | get haproxy status | standalone 2025-12-06 07:36:41.244003 | fa163e5d-0333-97b6-5e49-000000000b2f | TIMING | get haproxy status | standalone | 0:01:43.335185 | 0.04s 2025-12-06 07:36:41.269614 | fa163e5d-0333-97b6-5e49-000000000b30 | TASK | get pacemaker status 2025-12-06 07:36:41.320209 | fa163e5d-0333-97b6-5e49-000000000b30 | SKIPPED | get pacemaker status | standalone 2025-12-06 07:36:41.321558 | fa163e5d-0333-97b6-5e49-000000000b30 | TIMING | get pacemaker status | standalone | 0:01:43.412748 | 0.05s 2025-12-06 07:36:41.345808 | fa163e5d-0333-97b6-5e49-000000000b31 | TASK | get docker status 2025-12-06 07:36:41.389028 | fa163e5d-0333-97b6-5e49-000000000b31 | SKIPPED | get docker status | standalone 2025-12-06 07:36:41.390136 | fa163e5d-0333-97b6-5e49-000000000b31 | TIMING | get docker status | standalone | 0:01:43.481327 | 0.04s 2025-12-06 07:36:41.414501 | fa163e5d-0333-97b6-5e49-000000000b32 | TASK | get container_id 2025-12-06 07:36:41.462946 | fa163e5d-0333-97b6-5e49-000000000b32 | SKIPPED | get container_id | standalone 2025-12-06 07:36:41.463710 | fa163e5d-0333-97b6-5e49-000000000b32 | TIMING | get container_id | standalone | 0:01:43.554911 | 0.05s 2025-12-06 07:36:41.479914 | fa163e5d-0333-97b6-5e49-000000000b33 | TASK | get pcs resource name for haproxy container 2025-12-06 07:36:41.519628 | fa163e5d-0333-97b6-5e49-000000000b33 | SKIPPED | get pcs resource name for haproxy container | standalone 2025-12-06 07:36:41.520239 | fa163e5d-0333-97b6-5e49-000000000b33 | TIMING | get pcs resource name for haproxy container | standalone | 0:01:43.611441 | 0.04s 2025-12-06 07:36:41.543719 | fa163e5d-0333-97b6-5e49-000000000b34 | TASK | remove DeployedSSLCertificatePath if is dir 2025-12-06 07:36:41.585677 | fa163e5d-0333-97b6-5e49-000000000b34 | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-12-06 07:36:41.586857 | fa163e5d-0333-97b6-5e49-000000000b34 | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:43.678048 | 0.04s 2025-12-06 07:36:41.610981 | fa163e5d-0333-97b6-5e49-000000000b35 | TASK | push certificate content 2025-12-06 07:36:41.661606 | fa163e5d-0333-97b6-5e49-000000000b35 | SKIPPED | push certificate content | standalone 2025-12-06 07:36:41.662850 | fa163e5d-0333-97b6-5e49-000000000b35 | TIMING | push certificate content | standalone | 0:01:43.754043 | 0.05s 2025-12-06 07:36:41.686615 | fa163e5d-0333-97b6-5e49-000000000b37 | TASK | set certificate ownership 2025-12-06 07:36:41.736054 | fa163e5d-0333-97b6-5e49-000000000b37 | SKIPPED | set certificate ownership | standalone 2025-12-06 07:36:41.737174 | fa163e5d-0333-97b6-5e49-000000000b37 | TIMING | set certificate ownership | standalone | 0:01:43.828366 | 0.05s 2025-12-06 07:36:41.760956 | fa163e5d-0333-97b6-5e49-000000000b38 | TASK | reload haproxy if enabled 2025-12-06 07:36:41.810403 | fa163e5d-0333-97b6-5e49-000000000b38 | SKIPPED | reload haproxy if enabled | standalone 2025-12-06 07:36:41.811496 | fa163e5d-0333-97b6-5e49-000000000b38 | TIMING | reload haproxy if enabled | standalone | 0:01:43.902687 | 0.05s 2025-12-06 07:36:41.836131 | fa163e5d-0333-97b6-5e49-000000000b39 | TASK | restart pacemaker resource for haproxy 2025-12-06 07:36:41.885880 | fa163e5d-0333-97b6-5e49-000000000b39 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-12-06 07:36:41.887252 | fa163e5d-0333-97b6-5e49-000000000b39 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:43.978443 | 0.05s 2025-12-06 07:36:41.911945 | fa163e5d-0333-97b6-5e49-000000000b3b | TASK | copy certificate, chgrp, restart haproxy 2025-12-06 07:36:41.962498 | fa163e5d-0333-97b6-5e49-000000000b3b | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-12-06 07:36:41.963807 | fa163e5d-0333-97b6-5e49-000000000b3b | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:44.054997 | 0.05s 2025-12-06 07:36:41.988128 | fa163e5d-0333-97b6-5e49-000000000b3d | TASK | create persistent directories 2025-12-06 07:36:42.246343 | fa163e5d-0333-97b6-5e49-000000000b3d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-12-06 07:36:42.248256 | fa163e5d-0333-97b6-5e49-000000000b3d | TIMING | create persistent directories | standalone | 0:01:44.339444 | 0.26s 2025-12-06 07:36:42.439636 | fa163e5d-0333-97b6-5e49-000000000b3d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-12-06 07:36:42.440948 | fa163e5d-0333-97b6-5e49-000000000b3d | TIMING | create persistent directories | standalone | 0:01:44.532141 | 0.45s 2025-12-06 07:36:42.448911 | fa163e5d-0333-97b6-5e49-000000000b3d | TIMING | create persistent directories | standalone | 0:01:44.540095 | 0.46s 2025-12-06 07:36:42.474578 | fa163e5d-0333-97b6-5e49-000000000b3e | TASK | Run puppet on the host to apply IPtables rules 2025-12-06 07:36:47.634948 | fa163e5d-0333-97b6-5e49-000000000b3e | OK | Run puppet on the host to apply IPtables rules | standalone 2025-12-06 07:36:47.636475 | fa163e5d-0333-97b6-5e49-000000000b3e | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:49.727665 | 5.16s 2025-12-06 07:36:47.661653 | fa163e5d-0333-97b6-5e49-000000000b3f | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-12-06 07:36:47.743506 | fa163e5d-0333-97b6-5e49-000000000b3f | 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.64 seconds", "Notice: Applied catalog in 0.23 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 50", " Total: 50", "Time:", " Transaction evaluation: 0.23", " Catalog application: 0.23", " Config retrieval: 0.71", " Last run: 1765006607", " Total: 0.23", "Version:", " Config: 1765006606", " 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." ] } 2025-12-06 07:36:47.744916 | fa163e5d-0333-97b6-5e49-000000000b3f | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:49.836108 | 0.08s 2025-12-06 07:36:47.769028 | fa163e5d-0333-97b6-5e49-000000000b40 | TASK | create persistent directories 2025-12-06 07:36:48.016269 | fa163e5d-0333-97b6-5e49-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-06 07:36:48.017950 | fa163e5d-0333-97b6-5e49-000000000b40 | TIMING | create persistent directories | standalone | 0:01:50.109140 | 0.25s 2025-12-06 07:36:48.228432 | fa163e5d-0333-97b6-5e49-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-12-06 07:36:48.229592 | fa163e5d-0333-97b6-5e49-000000000b40 | TIMING | create persistent directories | standalone | 0:01:50.320786 | 0.46s 2025-12-06 07:36:48.236168 | fa163e5d-0333-97b6-5e49-000000000b40 | TIMING | create persistent directories | standalone | 0:01:50.327356 | 0.47s 2025-12-06 07:36:48.260972 | fa163e5d-0333-97b6-5e49-000000000b41 | TASK | create persistent directories 2025-12-06 07:36:48.506393 | fa163e5d-0333-97b6-5e49-000000000b41 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-06 07:36:48.508025 | fa163e5d-0333-97b6-5e49-000000000b41 | TIMING | create persistent directories | standalone | 0:01:50.599211 | 0.25s 2025-12-06 07:36:48.720123 | fa163e5d-0333-97b6-5e49-000000000b41 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-12-06 07:36:48.721206 | fa163e5d-0333-97b6-5e49-000000000b41 | TIMING | create persistent directories | standalone | 0:01:50.812401 | 0.46s 2025-12-06 07:36:48.728469 | fa163e5d-0333-97b6-5e49-000000000b41 | TIMING | create persistent directories | standalone | 0:01:50.819650 | 0.47s 2025-12-06 07:36:48.758341 | fa163e5d-0333-97b6-5e49-000000000b42 | TASK | create persistent directories 2025-12-06 07:36:48.995942 | fa163e5d-0333-97b6-5e49-000000000b42 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-06 07:36:48.997854 | fa163e5d-0333-97b6-5e49-000000000b42 | TIMING | create persistent directories | standalone | 0:01:51.089043 | 0.24s 2025-12-06 07:36:49.007686 | fa163e5d-0333-97b6-5e49-000000000b42 | TIMING | create persistent directories | standalone | 0:01:51.098880 | 0.25s 2025-12-06 07:36:49.027488 | fa163e5d-0333-97b6-5e49-000000000b43 | TASK | create persistent directories 2025-12-06 07:36:49.275960 | fa163e5d-0333-97b6-5e49-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-12-06 07:36:49.277619 | fa163e5d-0333-97b6-5e49-000000000b43 | TIMING | create persistent directories | standalone | 0:01:51.368805 | 0.25s 2025-12-06 07:36:49.512640 | fa163e5d-0333-97b6-5e49-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-12-06 07:36:49.514470 | fa163e5d-0333-97b6-5e49-000000000b43 | TIMING | create persistent directories | standalone | 0:01:51.605665 | 0.49s 2025-12-06 07:36:49.706970 | fa163e5d-0333-97b6-5e49-000000000b43 | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-12-06 07:36:49.708799 | fa163e5d-0333-97b6-5e49-000000000b43 | TIMING | create persistent directories | standalone | 0:01:51.799993 | 0.68s 2025-12-06 07:36:49.948042 | fa163e5d-0333-97b6-5e49-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-12-06 07:36:49.949330 | fa163e5d-0333-97b6-5e49-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.040520 | 0.92s 2025-12-06 07:36:49.957600 | fa163e5d-0333-97b6-5e49-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.048794 | 0.93s 2025-12-06 07:36:49.982608 | fa163e5d-0333-97b6-5e49-000000000b44 | TASK | ensure /var/tmp/horizon exists on boot 2025-12-06 07:36:50.446283 | fa163e5d-0333-97b6-5e49-000000000b44 | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-12-06 07:36:50.447511 | fa163e5d-0333-97b6-5e49-000000000b44 | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:52.538704 | 0.46s 2025-12-06 07:36:50.472152 | fa163e5d-0333-97b6-5e49-000000000b45 | TASK | create fcontext entry for iscsi 2025-12-06 07:36:51.895376 | fa163e5d-0333-97b6-5e49-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-06 07:36:51.898282 | fa163e5d-0333-97b6-5e49-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:53.989467 | 1.42s 2025-12-06 07:36:53.209438 | fa163e5d-0333-97b6-5e49-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-06 07:36:53.210890 | fa163e5d-0333-97b6-5e49-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:55.302083 | 2.74s 2025-12-06 07:36:54.483275 | fa163e5d-0333-97b6-5e49-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-06 07:36:54.485230 | fa163e5d-0333-97b6-5e49-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:56.576421 | 4.01s 2025-12-06 07:36:54.492433 | fa163e5d-0333-97b6-5e49-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:56.583615 | 4.02s 2025-12-06 07:36:54.518390 | fa163e5d-0333-97b6-5e49-000000000b46 | TASK | create persistent directories 2025-12-06 07:36:54.780912 | fa163e5d-0333-97b6-5e49-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-06 07:36:54.782800 | fa163e5d-0333-97b6-5e49-000000000b46 | TIMING | create persistent directories | standalone | 0:01:56.873986 | 0.26s 2025-12-06 07:36:54.971157 | fa163e5d-0333-97b6-5e49-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-06 07:36:54.972264 | fa163e5d-0333-97b6-5e49-000000000b46 | TIMING | create persistent directories | standalone | 0:01:57.063464 | 0.45s 2025-12-06 07:36:55.173796 | fa163e5d-0333-97b6-5e49-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-06 07:36:55.175430 | fa163e5d-0333-97b6-5e49-000000000b46 | TIMING | create persistent directories | standalone | 0:01:57.266624 | 0.66s 2025-12-06 07:36:55.186543 | fa163e5d-0333-97b6-5e49-000000000b46 | TIMING | create persistent directories | standalone | 0:01:57.277725 | 0.67s 2025-12-06 07:36:55.212774 | fa163e5d-0333-97b6-5e49-000000000b47 | TASK | stat /lib/systemd/system/iscsid.socket 2025-12-06 07:36:55.382416 | fa163e5d-0333-97b6-5e49-000000000b47 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-12-06 07:36:55.383846 | fa163e5d-0333-97b6-5e49-000000000b47 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:01:57.475036 | 0.17s 2025-12-06 07:36:55.408212 | fa163e5d-0333-97b6-5e49-000000000b48 | TASK | Stop and disable iscsid.socket service 2025-12-06 07:36:55.436068 | fa163e5d-0333-97b6-5e49-000000000b48 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-12-06 07:36:55.437169 | fa163e5d-0333-97b6-5e49-000000000b48 | TIMING | Stop and disable iscsid.socket service | standalone | 0:01:57.528360 | 0.03s 2025-12-06 07:36:55.460721 | fa163e5d-0333-97b6-5e49-000000000b49 | TASK | Check if iscsi.service is enabled 2025-12-06 07:36:55.703665 | fa163e5d-0333-97b6-5e49-000000000b49 | CHANGED | Check if iscsi.service is enabled | standalone 2025-12-06 07:36:55.704994 | fa163e5d-0333-97b6-5e49-000000000b49 | TIMING | Check if iscsi.service is enabled | standalone | 0:01:57.796188 | 0.24s 2025-12-06 07:36:55.728867 | fa163e5d-0333-97b6-5e49-000000000b4a | TASK | Stop iscsi.service 2025-12-06 07:36:55.768930 | fa163e5d-0333-97b6-5e49-000000000b4a | SKIPPED | Stop iscsi.service | standalone 2025-12-06 07:36:55.769978 | fa163e5d-0333-97b6-5e49-000000000b4a | TIMING | Stop iscsi.service | standalone | 0:01:57.861169 | 0.04s 2025-12-06 07:36:55.822181 | fa163e5d-0333-97b6-5e49-000000000b4b | TIMING | include_role : tripleo_kernel | standalone | 0:01:57.913367 | 0.03s 2025-12-06 07:36:55.909760 | fa163e5d-0333-97b6-5e49-000000000ffe | TASK | Install additional packages 2025-12-06 07:36:55.934994 | fa163e5d-0333-97b6-5e49-000000000ffe | TIMING | tripleo_kernel : Install additional packages | standalone | 0:01:58.026187 | 0.02s 2025-12-06 07:36:55.952237 | fa163e5d-0333-97b6-5e49-000000000fff | TASK | Remove dracut-config-generic 2025-12-06 07:36:59.657226 | fa163e5d-0333-97b6-5e49-000000000fff | CHANGED | Remove dracut-config-generic | standalone 2025-12-06 07:36:59.658894 | fa163e5d-0333-97b6-5e49-000000000fff | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:01.750085 | 3.71s 2025-12-06 07:36:59.683395 | fa163e5d-0333-97b6-5e49-000000001000 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-12-06 07:36:59.892799 | fa163e5d-0333-97b6-5e49-000000001000 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-12-06 07:36:59.894185 | fa163e5d-0333-97b6-5e49-000000001000 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:01.985375 | 0.21s 2025-12-06 07:36:59.918789 | fa163e5d-0333-97b6-5e49-000000001001 | TASK | Write list of modules to load at boot 2025-12-06 07:37:00.372841 | fa163e5d-0333-97b6-5e49-000000001001 | CHANGED | Write list of modules to load at boot | standalone 2025-12-06 07:37:00.374218 | fa163e5d-0333-97b6-5e49-000000001001 | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:02.465408 | 0.45s 2025-12-06 07:37:00.399296 | fa163e5d-0333-97b6-5e49-000000001002 | TASK | Modules reload 2025-12-06 07:37:00.833198 | fa163e5d-0333-97b6-5e49-000000001002 | CHANGED | Modules reload | standalone 2025-12-06 07:37:00.835167 | fa163e5d-0333-97b6-5e49-000000001002 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:02.926356 | 0.43s 2025-12-06 07:37:00.861609 | fa163e5d-0333-97b6-5e49-000000001003 | TASK | Set default sysctl options 2025-12-06 07:37:01.320009 | fa163e5d-0333-97b6-5e49-000000001003 | CHANGED | Set default sysctl options | standalone 2025-12-06 07:37:01.321513 | fa163e5d-0333-97b6-5e49-000000001003 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:03.412704 | 0.46s 2025-12-06 07:37:01.348141 | fa163e5d-0333-97b6-5e49-000000001004 | TASK | Set extra sysctl options 2025-12-06 07:37:01.718908 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-12-06 07:37:01.721046 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:03.812234 | 0.37s 2025-12-06 07:37:01.966028 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-12-06 07:37:01.966862 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.058062 | 0.62s 2025-12-06 07:37:02.191566 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-12-06 07:37:02.193618 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.284807 | 0.84s 2025-12-06 07:37:02.432500 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-12-06 07:37:02.433540 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.524735 | 1.08s 2025-12-06 07:37:02.644445 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-12-06 07:37:02.646307 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.737503 | 1.30s 2025-12-06 07:37:02.860420 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-12-06 07:37:02.862279 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.953468 | 1.51s 2025-12-06 07:37:03.116164 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-12-06 07:37:03.117204 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.208397 | 1.77s 2025-12-06 07:37:03.307409 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-12-06 07:37:03.308401 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.399597 | 1.96s 2025-12-06 07:37:03.551661 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-12-06 07:37:03.553493 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.644688 | 2.20s 2025-12-06 07:37:03.770341 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-12-06 07:37:03.771388 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.862583 | 2.42s 2025-12-06 07:37:04.010857 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-12-06 07:37:04.012478 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.103674 | 2.66s 2025-12-06 07:37:04.231178 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-12-06 07:37:04.232762 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.323955 | 2.88s 2025-12-06 07:37:04.466346 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-12-06 07:37:04.467990 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.559184 | 3.12s 2025-12-06 07:37:04.676733 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-12-06 07:37:04.677730 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.768925 | 3.33s 2025-12-06 07:37:04.909633 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-12-06 07:37:04.910719 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.001911 | 3.56s 2025-12-06 07:37:05.189842 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-12-06 07:37:05.190957 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.282157 | 3.84s 2025-12-06 07:37:05.427678 | fa163e5d-0333-97b6-5e49-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-12-06 07:37:05.428716 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.519911 | 4.08s 2025-12-06 07:37:05.442824 | fa163e5d-0333-97b6-5e49-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.534012 | 4.09s 2025-12-06 07:37:05.471598 | fa163e5d-0333-97b6-5e49-000000001006 | TASK | Sysctl reload 2025-12-06 07:37:05.870656 | fa163e5d-0333-97b6-5e49-000000001006 | CHANGED | Sysctl reload | standalone 2025-12-06 07:37:05.872543 | fa163e5d-0333-97b6-5e49-000000001006 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:07.963735 | 0.40s 2025-12-06 07:37:05.920737 | fa163e5d-0333-97b6-5e49-000000000b4c | TASK | create persistent directories 2025-12-06 07:37:06.135183 | fa163e5d-0333-97b6-5e49-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-12-06 07:37:06.137817 | fa163e5d-0333-97b6-5e49-000000000b4c | TIMING | create persistent directories | standalone | 0:02:08.229000 | 0.22s 2025-12-06 07:37:06.365578 | fa163e5d-0333-97b6-5e49-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-12-06 07:37:06.366967 | fa163e5d-0333-97b6-5e49-000000000b4c | TIMING | create persistent directories | standalone | 0:02:08.458169 | 0.44s 2025-12-06 07:37:06.377794 | fa163e5d-0333-97b6-5e49-000000000b4c | TIMING | create persistent directories | standalone | 0:02:08.468984 | 0.46s 2025-12-06 07:37:06.402242 | fa163e5d-0333-97b6-5e49-000000000b4d | TASK | Check if file certs_valid exist 2025-12-06 07:37:06.578500 | fa163e5d-0333-97b6-5e49-000000000b4d | OK | Check if file certs_valid exist | standalone 2025-12-06 07:37:06.579707 | fa163e5d-0333-97b6-5e49-000000000b4d | TIMING | Check if file certs_valid exist | standalone | 0:02:08.670900 | 0.18s 2025-12-06 07:37:06.603962 | fa163e5d-0333-97b6-5e49-000000000b4e | TASK | Check if file cert9.db exist 2025-12-06 07:37:06.792245 | fa163e5d-0333-97b6-5e49-000000000b4e | OK | Check if file cert9.db exist | standalone 2025-12-06 07:37:06.793861 | fa163e5d-0333-97b6-5e49-000000000b4e | TIMING | Check if file cert9.db exist | standalone | 0:02:08.885047 | 0.19s 2025-12-06 07:37:06.819041 | fa163e5d-0333-97b6-5e49-000000000b4f | TASK | Check if file key4.db exist 2025-12-06 07:37:07.042305 | fa163e5d-0333-97b6-5e49-000000000b4f | OK | Check if file key4.db exist | standalone 2025-12-06 07:37:07.043774 | fa163e5d-0333-97b6-5e49-000000000b4f | TIMING | Check if file key4.db exist | standalone | 0:02:09.134957 | 0.22s 2025-12-06 07:37:07.097463 | fa163e5d-0333-97b6-5e49-000000000b50 | SKIPPED | fail | standalone 2025-12-06 07:37:07.098595 | fa163e5d-0333-97b6-5e49-000000000b50 | TIMING | fail | standalone | 0:02:09.189787 | 0.03s 2025-12-06 07:37:07.122591 | fa163e5d-0333-97b6-5e49-000000000b51 | TASK | Create persistent directories 2025-12-06 07:37:07.395055 | fa163e5d-0333-97b6-5e49-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-06 07:37:07.397278 | fa163e5d-0333-97b6-5e49-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:09.488465 | 0.27s 2025-12-06 07:37:07.627128 | fa163e5d-0333-97b6-5e49-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-12-06 07:37:07.628394 | fa163e5d-0333-97b6-5e49-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:09.719567 | 0.50s 2025-12-06 07:37:07.640655 | fa163e5d-0333-97b6-5e49-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:09.731839 | 0.52s 2025-12-06 07:37:07.665984 | fa163e5d-0333-97b6-5e49-000000000b52 | TASK | create persistent directories 2025-12-06 07:37:07.899531 | fa163e5d-0333-97b6-5e49-000000000b52 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-06 07:37:07.901030 | fa163e5d-0333-97b6-5e49-000000000b52 | TIMING | create persistent directories | standalone | 0:02:09.992229 | 0.23s 2025-12-06 07:37:07.911569 | fa163e5d-0333-97b6-5e49-000000000b52 | TIMING | create persistent directories | standalone | 0:02:10.002759 | 0.24s 2025-12-06 07:37:07.933595 | fa163e5d-0333-97b6-5e49-000000000b53 | TASK | create persistent directories 2025-12-06 07:37:08.150684 | fa163e5d-0333-97b6-5e49-000000000b53 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-06 07:37:08.152598 | fa163e5d-0333-97b6-5e49-000000000b53 | TIMING | create persistent directories | standalone | 0:02:10.243797 | 0.22s 2025-12-06 07:37:08.355640 | fa163e5d-0333-97b6-5e49-000000000b53 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-12-06 07:37:08.357333 | fa163e5d-0333-97b6-5e49-000000000b53 | TIMING | create persistent directories | standalone | 0:02:10.448528 | 0.42s 2025-12-06 07:37:08.368032 | fa163e5d-0333-97b6-5e49-000000000b53 | TIMING | create persistent directories | standalone | 0:02:10.459221 | 0.43s 2025-12-06 07:37:08.393150 | fa163e5d-0333-97b6-5e49-000000000b54 | TASK | create persistent directories 2025-12-06 07:37:08.646879 | fa163e5d-0333-97b6-5e49-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-12-06 07:37:08.649019 | fa163e5d-0333-97b6-5e49-000000000b54 | TIMING | create persistent directories | standalone | 0:02:10.740207 | 0.25s 2025-12-06 07:37:08.659129 | fa163e5d-0333-97b6-5e49-000000000b54 | TIMING | create persistent directories | standalone | 0:02:10.750274 | 0.26s 2025-12-06 07:37:08.684159 | fa163e5d-0333-97b6-5e49-000000000b55 | TASK | create persistent directories 2025-12-06 07:37:08.951683 | fa163e5d-0333-97b6-5e49-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-12-06 07:37:08.953442 | fa163e5d-0333-97b6-5e49-000000000b55 | TIMING | create persistent directories | standalone | 0:02:11.044640 | 0.27s 2025-12-06 07:37:09.198637 | fa163e5d-0333-97b6-5e49-000000000b55 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-12-06 07:37:09.199953 | fa163e5d-0333-97b6-5e49-000000000b55 | TIMING | create persistent directories | standalone | 0:02:11.291148 | 0.51s 2025-12-06 07:37:09.362357 | fa163e5d-0333-97b6-5e49-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-12-06 07:37:09.363031 | fa163e5d-0333-97b6-5e49-000000000b55 | TIMING | create persistent directories | standalone | 0:02:11.454234 | 0.68s 2025-12-06 07:37:09.370868 | fa163e5d-0333-97b6-5e49-000000000b55 | TIMING | create persistent directories | standalone | 0:02:11.462071 | 0.69s 2025-12-06 07:37:09.392143 | fa163e5d-0333-97b6-5e49-000000000b56 | TASK | create persistent directories 2025-12-06 07:37:09.644424 | fa163e5d-0333-97b6-5e49-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-06 07:37:09.646762 | fa163e5d-0333-97b6-5e49-000000000b56 | TIMING | create persistent directories | standalone | 0:02:11.737948 | 0.25s 2025-12-06 07:37:09.855662 | fa163e5d-0333-97b6-5e49-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-12-06 07:37:09.856752 | fa163e5d-0333-97b6-5e49-000000000b56 | TIMING | create persistent directories | standalone | 0:02:11.947948 | 0.46s 2025-12-06 07:37:09.869688 | fa163e5d-0333-97b6-5e49-000000000b56 | TIMING | create persistent directories | standalone | 0:02:11.960884 | 0.48s 2025-12-06 07:37:09.895276 | fa163e5d-0333-97b6-5e49-000000000b57 | TASK | create persistent directories 2025-12-06 07:37:10.124242 | fa163e5d-0333-97b6-5e49-000000000b57 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-06 07:37:10.125780 | fa163e5d-0333-97b6-5e49-000000000b57 | TIMING | create persistent directories | standalone | 0:02:12.216968 | 0.23s 2025-12-06 07:37:10.132646 | fa163e5d-0333-97b6-5e49-000000000b57 | TIMING | create persistent directories | standalone | 0:02:12.223836 | 0.24s 2025-12-06 07:37:10.157975 | fa163e5d-0333-97b6-5e49-000000000b58 | TASK | creating directory 2025-12-06 07:37:10.388626 | fa163e5d-0333-97b6-5e49-000000000b58 | CHANGED | creating directory | standalone 2025-12-06 07:37:10.390017 | fa163e5d-0333-97b6-5e49-000000000b58 | TIMING | creating directory | standalone | 0:02:12.481209 | 0.23s 2025-12-06 07:37:10.414828 | fa163e5d-0333-97b6-5e49-000000000b59 | TASK | derive pci passthrough whitelist 2025-12-06 07:37:10.901290 | fa163e5d-0333-97b6-5e49-000000000b59 | CHANGED | derive pci passthrough whitelist | standalone 2025-12-06 07:37:10.902770 | fa163e5d-0333-97b6-5e49-000000000b59 | TIMING | derive pci passthrough whitelist | standalone | 0:02:12.993963 | 0.49s 2025-12-06 07:37:10.926813 | fa163e5d-0333-97b6-5e49-000000000b5a | TASK | run derive_pci_passthrough_whitelist.py 2025-12-06 07:37:11.754350 | fa163e5d-0333-97b6-5e49-000000000b5a | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-12-06 07:37:11.755821 | fa163e5d-0333-97b6-5e49-000000000b5a | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:13.847012 | 0.83s 2025-12-06 07:37:11.780073 | fa163e5d-0333-97b6-5e49-000000000b5b | TASK | create /run/netns with temp namespace 2025-12-06 07:37:12.013825 | fa163e5d-0333-97b6-5e49-000000000b5b | CHANGED | create /run/netns with temp namespace | standalone 2025-12-06 07:37:12.015016 | fa163e5d-0333-97b6-5e49-000000000b5b | TIMING | create /run/netns with temp namespace | standalone | 0:02:14.106207 | 0.23s 2025-12-06 07:37:12.037131 | fa163e5d-0333-97b6-5e49-000000000b5c | TASK | remove temp namespace 2025-12-06 07:37:12.286982 | fa163e5d-0333-97b6-5e49-000000000b5c | CHANGED | remove temp namespace | standalone 2025-12-06 07:37:12.288382 | fa163e5d-0333-97b6-5e49-000000000b5c | TIMING | remove temp namespace | standalone | 0:02:14.379573 | 0.25s 2025-12-06 07:37:12.313544 | fa163e5d-0333-97b6-5e49-000000000b5d | TASK | create /var/lib/neutron 2025-12-06 07:37:12.556572 | fa163e5d-0333-97b6-5e49-000000000b5d | CHANGED | create /var/lib/neutron | standalone 2025-12-06 07:37:12.558014 | fa163e5d-0333-97b6-5e49-000000000b5d | TIMING | create /var/lib/neutron | standalone | 0:02:14.649205 | 0.24s 2025-12-06 07:37:12.582017 | fa163e5d-0333-97b6-5e49-000000000b5e | TASK | set conditions 2025-12-06 07:37:12.610006 | fa163e5d-0333-97b6-5e49-000000000b5e | OK | set conditions | standalone 2025-12-06 07:37:12.611065 | fa163e5d-0333-97b6-5e49-000000000b5e | TIMING | set conditions | standalone | 0:02:14.702258 | 0.03s 2025-12-06 07:37:12.634801 | fa163e5d-0333-97b6-5e49-000000000b5f | TASK | create kill_scripts directory within /var/lib/neutron 2025-12-06 07:37:12.856958 | fa163e5d-0333-97b6-5e49-000000000b5f | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-12-06 07:37:12.858496 | fa163e5d-0333-97b6-5e49-000000000b5f | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:14.949686 | 0.22s 2025-12-06 07:37:12.884270 | fa163e5d-0333-97b6-5e49-000000000b60 | TASK | create dnsmasq dhcp kill script 2025-12-06 07:37:13.318047 | fa163e5d-0333-97b6-5e49-000000000b60 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-12-06 07:37:13.319402 | fa163e5d-0333-97b6-5e49-000000000b60 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:15.410594 | 0.43s 2025-12-06 07:37:13.343473 | fa163e5d-0333-97b6-5e49-000000000b61 | TASK | create haproxy kill script 2025-12-06 07:37:13.815823 | fa163e5d-0333-97b6-5e49-000000000b61 | CHANGED | create haproxy kill script | standalone 2025-12-06 07:37:13.816624 | fa163e5d-0333-97b6-5e49-000000000b61 | TIMING | create haproxy kill script | standalone | 0:02:15.907825 | 0.47s 2025-12-06 07:37:13.835470 | fa163e5d-0333-97b6-5e49-000000000b62 | TASK | create persistent directories 2025-12-06 07:37:14.083421 | fa163e5d-0333-97b6-5e49-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-06 07:37:14.084963 | fa163e5d-0333-97b6-5e49-000000000b62 | TIMING | create persistent directories | standalone | 0:02:16.176151 | 0.25s 2025-12-06 07:37:14.282607 | fa163e5d-0333-97b6-5e49-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-12-06 07:37:14.284302 | fa163e5d-0333-97b6-5e49-000000000b62 | TIMING | create persistent directories | standalone | 0:02:16.375495 | 0.45s 2025-12-06 07:37:14.294203 | fa163e5d-0333-97b6-5e49-000000000b62 | TIMING | create persistent directories | standalone | 0:02:16.385406 | 0.46s 2025-12-06 07:37:14.312863 | fa163e5d-0333-97b6-5e49-000000000b63 | TASK | create persistent directories 2025-12-06 07:37:14.557806 | fa163e5d-0333-97b6-5e49-000000000b63 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-06 07:37:14.559422 | fa163e5d-0333-97b6-5e49-000000000b63 | TIMING | create persistent directories | standalone | 0:02:16.650605 | 0.25s 2025-12-06 07:37:14.567540 | fa163e5d-0333-97b6-5e49-000000000b63 | TIMING | create persistent directories | standalone | 0:02:16.658737 | 0.25s 2025-12-06 07:37:14.592043 | fa163e5d-0333-97b6-5e49-000000000b64 | TASK | create persistent directories 2025-12-06 07:37:14.813629 | fa163e5d-0333-97b6-5e49-000000000b64 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-06 07:37:14.815572 | fa163e5d-0333-97b6-5e49-000000000b64 | TIMING | create persistent directories | standalone | 0:02:16.906766 | 0.22s 2025-12-06 07:37:14.982075 | fa163e5d-0333-97b6-5e49-000000000b64 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-12-06 07:37:14.983252 | fa163e5d-0333-97b6-5e49-000000000b64 | TIMING | create persistent directories | standalone | 0:02:17.074447 | 0.39s 2025-12-06 07:37:14.990542 | fa163e5d-0333-97b6-5e49-000000000b64 | TIMING | create persistent directories | standalone | 0:02:17.081738 | 0.40s 2025-12-06 07:37:15.020013 | fa163e5d-0333-97b6-5e49-000000000b65 | TASK | Check for /var/lib/nova/instances directory exitance 2025-12-06 07:37:15.218819 | fa163e5d-0333-97b6-5e49-000000000b65 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-12-06 07:37:15.219870 | fa163e5d-0333-97b6-5e49-000000000b65 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:17.311064 | 0.20s 2025-12-06 07:37:15.240806 | fa163e5d-0333-97b6-5e49-000000000b66 | TASK | create persistent directories 2025-12-06 07:37:15.511032 | fa163e5d-0333-97b6-5e49-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-06 07:37:15.512038 | fa163e5d-0333-97b6-5e49-000000000b66 | TIMING | create persistent directories | standalone | 0:02:17.603238 | 0.27s 2025-12-06 07:37:15.689818 | fa163e5d-0333-97b6-5e49-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-12-06 07:37:15.690953 | fa163e5d-0333-97b6-5e49-000000000b66 | TIMING | create persistent directories | standalone | 0:02:17.782149 | 0.45s 2025-12-06 07:37:15.864228 | fa163e5d-0333-97b6-5e49-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-12-06 07:37:15.865265 | fa163e5d-0333-97b6-5e49-000000000b66 | TIMING | create persistent directories | standalone | 0:02:17.956460 | 0.62s 2025-12-06 07:37:16.092599 | fa163e5d-0333-97b6-5e49-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-06 07:37:16.093928 | fa163e5d-0333-97b6-5e49-000000000b66 | TIMING | create persistent directories | standalone | 0:02:18.185128 | 0.85s 2025-12-06 07:37:16.322162 | fa163e5d-0333-97b6-5e49-000000000b66 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-12-06 07:37:16.323243 | fa163e5d-0333-97b6-5e49-000000000b66 | TIMING | create persistent directories | standalone | 0:02:18.414438 | 1.08s 2025-12-06 07:37:16.331557 | fa163e5d-0333-97b6-5e49-000000000b66 | TIMING | create persistent directories | standalone | 0:02:18.422739 | 1.09s 2025-12-06 07:37:16.357012 | fa163e5d-0333-97b6-5e49-000000000b67 | TASK | ensure /run/nova is present upon reboot 2025-12-06 07:37:16.788259 | fa163e5d-0333-97b6-5e49-000000000b67 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-12-06 07:37:16.789716 | fa163e5d-0333-97b6-5e49-000000000b67 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:18.880905 | 0.43s 2025-12-06 07:37:16.814451 | fa163e5d-0333-97b6-5e49-000000000b68 | TASK | create tempfiles 2025-12-06 07:37:17.098989 | fa163e5d-0333-97b6-5e49-000000000b68 | CHANGED | create tempfiles | standalone 2025-12-06 07:37:17.100467 | fa163e5d-0333-97b6-5e49-000000000b68 | TIMING | create tempfiles | standalone | 0:02:19.191657 | 0.28s 2025-12-06 07:37:17.126449 | fa163e5d-0333-97b6-5e49-000000000b69 | TASK | Mount Nova NFS Share 2025-12-06 07:37:17.156175 | fa163e5d-0333-97b6-5e49-000000000b69 | SKIPPED | Mount Nova NFS Share | standalone 2025-12-06 07:37:17.157274 | fa163e5d-0333-97b6-5e49-000000000b69 | TIMING | Mount Nova NFS Share | standalone | 0:02:19.248465 | 0.03s 2025-12-06 07:37:17.183368 | fa163e5d-0333-97b6-5e49-000000000b6b | TASK | check systemd-container package installed or not 2025-12-06 07:37:17.212399 | fa163e5d-0333-97b6-5e49-000000000b6b | SKIPPED | check systemd-container package installed or not | standalone 2025-12-06 07:37:17.213863 | fa163e5d-0333-97b6-5e49-000000000b6b | TIMING | check systemd-container package installed or not | standalone | 0:02:19.305052 | 0.03s 2025-12-06 07:37:17.238578 | fa163e5d-0333-97b6-5e49-000000000b6c | TASK | get latest package from downloaded package versions 2025-12-06 07:37:17.267002 | fa163e5d-0333-97b6-5e49-000000000b6c | SKIPPED | get latest package from downloaded package versions | standalone 2025-12-06 07:37:17.268256 | fa163e5d-0333-97b6-5e49-000000000b6c | TIMING | get latest package from downloaded package versions | standalone | 0:02:19.359445 | 0.03s 2025-12-06 07:37:17.293899 | fa163e5d-0333-97b6-5e49-000000000b6d | TASK | Install systemd-container package on boot 2025-12-06 07:37:17.323152 | fa163e5d-0333-97b6-5e49-000000000b6d | SKIPPED | Install systemd-container package on boot | standalone 2025-12-06 07:37:17.324287 | fa163e5d-0333-97b6-5e49-000000000b6d | TIMING | Install systemd-container package on boot | standalone | 0:02:19.415478 | 0.03s 2025-12-06 07:37:17.350009 | fa163e5d-0333-97b6-5e49-000000000b6e | TASK | enable install-systemd-container on compute boot 2025-12-06 07:37:17.381511 | fa163e5d-0333-97b6-5e49-000000000b6e | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-12-06 07:37:17.382723 | fa163e5d-0333-97b6-5e49-000000000b6e | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:19.473915 | 0.03s 2025-12-06 07:37:17.406875 | fa163e5d-0333-97b6-5e49-000000000b6f | TASK | check if install-systemd-container service exists 2025-12-06 07:37:17.435879 | fa163e5d-0333-97b6-5e49-000000000b6f | SKIPPED | check if install-systemd-container service exists | standalone 2025-12-06 07:37:17.437201 | fa163e5d-0333-97b6-5e49-000000000b6f | TIMING | check if install-systemd-container service exists | standalone | 0:02:19.528389 | 0.03s 2025-12-06 07:37:17.461992 | fa163e5d-0333-97b6-5e49-000000000b70 | TASK | disable and mask install-systemd-container on compute boot 2025-12-06 07:37:17.490524 | fa163e5d-0333-97b6-5e49-000000000b70 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-12-06 07:37:17.491831 | fa163e5d-0333-97b6-5e49-000000000b70 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:19.583021 | 0.03s 2025-12-06 07:37:17.515744 | fa163e5d-0333-97b6-5e49-000000000b72 | TASK | is Nova Resume Guests State On Host Boot enabled 2025-12-06 07:37:17.554509 | fa163e5d-0333-97b6-5e49-000000000b72 | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-12-06 07:37:17.555632 | fa163e5d-0333-97b6-5e49-000000000b72 | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:19.646825 | 0.04s 2025-12-06 07:37:17.579938 | fa163e5d-0333-97b6-5e49-000000000b74 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-12-06 07:37:17.608201 | fa163e5d-0333-97b6-5e49-000000000b74 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-12-06 07:37:17.609223 | fa163e5d-0333-97b6-5e49-000000000b74 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:19.700416 | 0.03s 2025-12-06 07:37:17.632920 | fa163e5d-0333-97b6-5e49-000000000b75 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-06 07:37:17.660258 | fa163e5d-0333-97b6-5e49-000000000b75 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-06 07:37:17.661273 | fa163e5d-0333-97b6-5e49-000000000b75 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:19.752465 | 0.03s 2025-12-06 07:37:17.684833 | fa163e5d-0333-97b6-5e49-000000000b76 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-12-06 07:37:17.713054 | fa163e5d-0333-97b6-5e49-000000000b76 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-06 07:37:17.714053 | fa163e5d-0333-97b6-5e49-000000000b76 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:19.805246 | 0.03s 2025-12-06 07:37:17.739756 | fa163e5d-0333-97b6-5e49-000000000b78 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-12-06 07:37:17.770724 | fa163e5d-0333-97b6-5e49-000000000b78 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-12-06 07:37:17.772052 | fa163e5d-0333-97b6-5e49-000000000b78 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:19.863240 | 0.03s 2025-12-06 07:37:17.796150 | fa163e5d-0333-97b6-5e49-000000000b79 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-12-06 07:37:17.828634 | fa163e5d-0333-97b6-5e49-000000000b79 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-12-06 07:37:17.830077 | fa163e5d-0333-97b6-5e49-000000000b79 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:19.921245 | 0.03s 2025-12-06 07:37:17.854199 | fa163e5d-0333-97b6-5e49-000000000b7a | TASK | Making sure virt-guest-shutdown.target is present 2025-12-06 07:37:17.882292 | fa163e5d-0333-97b6-5e49-000000000b7a | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-06 07:37:17.883811 | fa163e5d-0333-97b6-5e49-000000000b7a | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:19.975002 | 0.03s 2025-12-06 07:37:17.909023 | fa163e5d-0333-97b6-5e49-000000000b7b | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-12-06 07:37:17.940031 | fa163e5d-0333-97b6-5e49-000000000b7b | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-06 07:37:17.941252 | fa163e5d-0333-97b6-5e49-000000000b7b | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:20.032445 | 0.03s 2025-12-06 07:37:17.965718 | fa163e5d-0333-97b6-5e49-000000000b7d | TASK | Do we prepend nova startup with a delay 2025-12-06 07:37:17.992497 | fa163e5d-0333-97b6-5e49-000000000b7d | OK | Do we prepend nova startup with a delay | standalone 2025-12-06 07:37:17.993635 | fa163e5d-0333-97b6-5e49-000000000b7d | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:20.084829 | 0.03s 2025-12-06 07:37:18.017033 | fa163e5d-0333-97b6-5e49-000000000b7e | TASK | install nova-compute delay wrapper script 2025-12-06 07:37:18.065822 | fa163e5d-0333-97b6-5e49-000000000b7e | SKIPPED | install nova-compute delay wrapper script | standalone 2025-12-06 07:37:18.067117 | fa163e5d-0333-97b6-5e49-000000000b7e | TIMING | install nova-compute delay wrapper script | standalone | 0:02:20.158283 | 0.05s 2025-12-06 07:37:18.091286 | fa163e5d-0333-97b6-5e49-000000000b7f | TASK | Is irqbalance enabled 2025-12-06 07:37:18.123380 | fa163e5d-0333-97b6-5e49-000000000b7f | OK | Is irqbalance enabled | standalone 2025-12-06 07:37:18.124453 | fa163e5d-0333-97b6-5e49-000000000b7f | TIMING | Is irqbalance enabled | standalone | 0:02:20.215647 | 0.03s 2025-12-06 07:37:18.147616 | fa163e5d-0333-97b6-5e49-000000000b80 | TASK | disable irqbalance service on compute 2025-12-06 07:37:18.175742 | fa163e5d-0333-97b6-5e49-000000000b80 | SKIPPED | disable irqbalance service on compute | standalone 2025-12-06 07:37:18.176777 | fa163e5d-0333-97b6-5e49-000000000b80 | TIMING | disable irqbalance service on compute | standalone | 0:02:20.267970 | 0.03s 2025-12-06 07:37:18.201191 | fa163e5d-0333-97b6-5e49-000000000b81 | TASK | create persistent directories 2025-12-06 07:37:18.460563 | fa163e5d-0333-97b6-5e49-000000000b81 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-12-06 07:37:18.461949 | fa163e5d-0333-97b6-5e49-000000000b81 | TIMING | create persistent directories | standalone | 0:02:20.553142 | 0.26s 2025-12-06 07:37:18.473599 | fa163e5d-0333-97b6-5e49-000000000b81 | TIMING | create persistent directories | standalone | 0:02:20.564793 | 0.27s 2025-12-06 07:37:18.497409 | fa163e5d-0333-97b6-5e49-000000000b82 | TASK | create libvirt persistent data directories 2025-12-06 07:37:18.755033 | fa163e5d-0333-97b6-5e49-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-12-06 07:37:18.756713 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:20.847902 | 0.26s 2025-12-06 07:37:18.998926 | fa163e5d-0333-97b6-5e49-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-12-06 07:37:19.000066 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:21.091260 | 0.50s 2025-12-06 07:37:19.231660 | fa163e5d-0333-97b6-5e49-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-12-06 07:37:19.232754 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:21.323949 | 0.73s 2025-12-06 07:37:19.474220 | fa163e5d-0333-97b6-5e49-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-06 07:37:19.475391 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:21.566585 | 0.98s 2025-12-06 07:37:19.717034 | fa163e5d-0333-97b6-5e49-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-12-06 07:37:19.718259 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:21.809453 | 1.22s 2025-12-06 07:37:19.963243 | fa163e5d-0333-97b6-5e49-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-06 07:37:19.964416 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.055611 | 1.47s 2025-12-06 07:37:20.197777 | fa163e5d-0333-97b6-5e49-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-12-06 07:37:20.199028 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.290223 | 1.70s 2025-12-06 07:37:20.431995 | fa163e5d-0333-97b6-5e49-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-12-06 07:37:20.433784 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.524979 | 1.94s 2025-12-06 07:37:20.445977 | fa163e5d-0333-97b6-5e49-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.537174 | 1.95s 2025-12-06 07:37:20.474514 | fa163e5d-0333-97b6-5e49-000000000b83 | TASK | ensure qemu group is present on the host 2025-12-06 07:37:20.917702 | fa163e5d-0333-97b6-5e49-000000000b83 | CHANGED | ensure qemu group is present on the host | standalone 2025-12-06 07:37:20.919036 | fa163e5d-0333-97b6-5e49-000000000b83 | TIMING | ensure qemu group is present on the host | standalone | 0:02:23.010228 | 0.44s 2025-12-06 07:37:20.943389 | fa163e5d-0333-97b6-5e49-000000000b84 | TASK | ensure qemu user is present on the host 2025-12-06 07:37:21.460642 | fa163e5d-0333-97b6-5e49-000000000b84 | CHANGED | ensure qemu user is present on the host | standalone 2025-12-06 07:37:21.462147 | fa163e5d-0333-97b6-5e49-000000000b84 | TIMING | ensure qemu user is present on the host | standalone | 0:02:23.553299 | 0.52s 2025-12-06 07:37:21.486663 | fa163e5d-0333-97b6-5e49-000000000b85 | TASK | create directory for vhost-user sockets with qemu ownership 2025-12-06 07:37:21.718478 | fa163e5d-0333-97b6-5e49-000000000b85 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-12-06 07:37:21.719835 | fa163e5d-0333-97b6-5e49-000000000b85 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:23.811027 | 0.23s 2025-12-06 07:37:21.745647 | fa163e5d-0333-97b6-5e49-000000000b86 | TASK | check if libvirt is installed 2025-12-06 07:37:21.988642 | fa163e5d-0333-97b6-5e49-000000000b86 | CHANGED | check if libvirt is installed | standalone 2025-12-06 07:37:21.990030 | fa163e5d-0333-97b6-5e49-000000000b86 | TIMING | check if libvirt is installed | standalone | 0:02:24.081218 | 0.24s 2025-12-06 07:37:22.014322 | fa163e5d-0333-97b6-5e49-000000000b87 | TASK | make sure libvirt services are disabled and masked 2025-12-06 07:37:22.052853 | fa163e5d-0333-97b6-5e49-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-12-06 07:37:22.059447 | fa163e5d-0333-97b6-5e49-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-12-06 07:37:22.065659 | fa163e5d-0333-97b6-5e49-000000000b87 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:24.156843 | 0.05s 2025-12-06 07:37:22.090521 | fa163e5d-0333-97b6-5e49-000000000b88 | TASK | ensure /run/libvirt is present upon reboot 2025-12-06 07:37:22.593116 | fa163e5d-0333-97b6-5e49-000000000b88 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-12-06 07:37:22.594984 | fa163e5d-0333-97b6-5e49-000000000b88 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:24.686171 | 0.50s 2025-12-06 07:37:22.622414 | fa163e5d-0333-97b6-5e49-000000000b89 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-12-06 07:37:23.661782 | fa163e5d-0333-97b6-5e49-000000000b89 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-12-06 07:37:23.663700 | fa163e5d-0333-97b6-5e49-000000000b89 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:25.754888 | 1.04s 2025-12-06 07:37:23.689007 | fa163e5d-0333-97b6-5e49-000000000b8a | TASK | remove gnutls-qemu.config 2025-12-06 07:37:23.919777 | fa163e5d-0333-97b6-5e49-000000000b8a | OK | remove gnutls-qemu.config | standalone 2025-12-06 07:37:23.921261 | fa163e5d-0333-97b6-5e49-000000000b8a | TIMING | remove gnutls-qemu.config | standalone | 0:02:26.012449 | 0.23s 2025-12-06 07:37:23.945612 | fa163e5d-0333-97b6-5e49-000000000b8b | TASK | update crypto policies 2025-12-06 07:37:23.967578 | fa163e5d-0333-97b6-5e49-000000000b8b | SKIPPED | update crypto policies | standalone 2025-12-06 07:37:23.968854 | fa163e5d-0333-97b6-5e49-000000000b8b | TIMING | update crypto policies | standalone | 0:02:26.060043 | 0.02s 2025-12-06 07:37:23.993571 | fa163e5d-0333-97b6-5e49-000000000b8c | TASK | Create libvirt persistent data directories 2025-12-06 07:37:24.269732 | fa163e5d-0333-97b6-5e49-000000000b8c | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-12-06 07:37:24.272022 | fa163e5d-0333-97b6-5e49-000000000b8c | TIMING | Create libvirt persistent data directories | standalone | 0:02:26.363210 | 0.28s 2025-12-06 07:37:24.282198 | fa163e5d-0333-97b6-5e49-000000000b8c | TIMING | Create libvirt persistent data directories | standalone | 0:02:26.373384 | 0.29s 2025-12-06 07:37:24.306419 | fa163e5d-0333-97b6-5e49-000000000b8d | TASK | create persistent directories 2025-12-06 07:37:24.575390 | fa163e5d-0333-97b6-5e49-000000000b8d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-06 07:37:24.577403 | fa163e5d-0333-97b6-5e49-000000000b8d | TIMING | create persistent directories | standalone | 0:02:26.668590 | 0.27s 2025-12-06 07:37:24.787468 | fa163e5d-0333-97b6-5e49-000000000b8d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-06 07:37:24.788612 | fa163e5d-0333-97b6-5e49-000000000b8d | TIMING | create persistent directories | standalone | 0:02:26.879807 | 0.48s 2025-12-06 07:37:24.795331 | fa163e5d-0333-97b6-5e49-000000000b8d | TIMING | create persistent directories | standalone | 0:02:26.886519 | 0.49s 2025-12-06 07:37:24.820126 | fa163e5d-0333-97b6-5e49-000000000b8e | TASK | Copy in cleanup script 2025-12-06 07:37:25.282355 | fa163e5d-0333-97b6-5e49-000000000b8e | CHANGED | Copy in cleanup script | standalone 2025-12-06 07:37:25.283981 | fa163e5d-0333-97b6-5e49-000000000b8e | TIMING | Copy in cleanup script | standalone | 0:02:27.375165 | 0.46s 2025-12-06 07:37:25.309939 | fa163e5d-0333-97b6-5e49-000000000b8f | TASK | Copy in cleanup service 2025-12-06 07:37:25.743365 | fa163e5d-0333-97b6-5e49-000000000b8f | CHANGED | Copy in cleanup service | standalone 2025-12-06 07:37:25.744862 | fa163e5d-0333-97b6-5e49-000000000b8f | TIMING | Copy in cleanup service | standalone | 0:02:27.836045 | 0.43s 2025-12-06 07:37:25.769629 | fa163e5d-0333-97b6-5e49-000000000b90 | TASK | Enabling the cleanup service 2025-12-06 07:37:26.383934 | fa163e5d-0333-97b6-5e49-000000000b90 | CHANGED | Enabling the cleanup service | standalone 2025-12-06 07:37:26.385730 | fa163e5d-0333-97b6-5e49-000000000b90 | TIMING | Enabling the cleanup service | standalone | 0:02:28.476919 | 0.61s 2025-12-06 07:37:26.417850 | fa163e5d-0333-97b6-5e49-000000000b91 | TASK | create persistent directories 2025-12-06 07:37:26.674559 | fa163e5d-0333-97b6-5e49-000000000b91 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-06 07:37:26.676177 | fa163e5d-0333-97b6-5e49-000000000b91 | TIMING | create persistent directories | standalone | 0:02:28.767364 | 0.26s 2025-12-06 07:37:26.865763 | fa163e5d-0333-97b6-5e49-000000000b91 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-06 07:37:26.866968 | fa163e5d-0333-97b6-5e49-000000000b91 | TIMING | create persistent directories | standalone | 0:02:28.958161 | 0.45s 2025-12-06 07:37:26.874381 | fa163e5d-0333-97b6-5e49-000000000b91 | TIMING | create persistent directories | standalone | 0:02:28.965569 | 0.45s 2025-12-06 07:37:26.900527 | fa163e5d-0333-97b6-5e49-000000000b92 | TASK | set conditions 2025-12-06 07:37:26.933455 | fa163e5d-0333-97b6-5e49-000000000b92 | OK | set conditions | standalone 2025-12-06 07:37:26.934857 | fa163e5d-0333-97b6-5e49-000000000b92 | TIMING | set conditions | standalone | 0:02:29.026044 | 0.03s 2025-12-06 07:37:26.990519 | fa163e5d-0333-97b6-5e49-000000000b93 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:29.081695 | 0.03s 2025-12-06 07:37:27.070200 | fa163e5d-0333-97b6-5e49-000000001268 | TASK | Gather variables for each operating system 2025-12-06 07:37:27.182353 | fa163e5d-0333-97b6-5e49-000000001268 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:29.273522 | 0.11s 2025-12-06 07:37:27.203073 | fa163e5d-0333-97b6-5e49-000000001269 | TASK | Set packages facts 2025-12-06 07:37:27.230654 | fa163e5d-0333-97b6-5e49-000000001269 | OK | Set packages facts | standalone 2025-12-06 07:37:27.231555 | fa163e5d-0333-97b6-5e49-000000001269 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:29.322755 | 0.03s 2025-12-06 07:37:27.255683 | fa163e5d-0333-97b6-5e49-00000000126a | TASK | Manage package 2025-12-06 07:37:27.299297 | fa163e5d-0333-97b6-5e49-00000000126a | SKIPPED | Manage package | standalone | item=[]: absent 2025-12-06 07:37:27.315693 | fa163e5d-0333-97b6-5e49-00000000126a | SKIPPED | Manage package | standalone | item=[]: installed 2025-12-06 07:37:27.330914 | fa163e5d-0333-97b6-5e49-00000000126a | SKIPPED | Manage package | standalone | item=[]: latest 2025-12-06 07:37:31.893291 | fa163e5d-0333-97b6-5e49-00000000126a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:33.984471 | 4.64s 2025-12-06 07:37:31.916319 | fa163e5d-0333-97b6-5e49-00000000126a | SKIPPED | Manage package | standalone | item=[]: removed 2025-12-06 07:37:31.929287 | fa163e5d-0333-97b6-5e49-00000000126a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:34.020474 | 4.67s 2025-12-06 07:37:31.984739 | fa163e5d-0333-97b6-5e49-000000000b94 | TASK | create fcontext for rabbitmq data 2025-12-06 07:37:33.282351 | fa163e5d-0333-97b6-5e49-000000000b94 | CHANGED | create fcontext for rabbitmq data | standalone 2025-12-06 07:37:33.283820 | fa163e5d-0333-97b6-5e49-000000000b94 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:35.375011 | 1.30s 2025-12-06 07:37:33.307743 | fa163e5d-0333-97b6-5e49-000000000b95 | TASK | create persistent directories 2025-12-06 07:37:33.577653 | fa163e5d-0333-97b6-5e49-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-12-06 07:37:33.579854 | fa163e5d-0333-97b6-5e49-000000000b95 | TIMING | create persistent directories | standalone | 0:02:35.671042 | 0.27s 2025-12-06 07:37:33.767393 | fa163e5d-0333-97b6-5e49-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-12-06 07:37:33.768302 | fa163e5d-0333-97b6-5e49-000000000b95 | TIMING | create persistent directories | standalone | 0:02:35.859500 | 0.46s 2025-12-06 07:37:33.780485 | fa163e5d-0333-97b6-5e49-000000000b95 | TIMING | create persistent directories | standalone | 0:02:35.871679 | 0.47s 2025-12-06 07:37:33.806159 | fa163e5d-0333-97b6-5e49-000000000b96 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-12-06 07:37:34.056277 | fa163e5d-0333-97b6-5e49-000000000b96 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-12-06 07:37:34.057591 | fa163e5d-0333-97b6-5e49-000000000b96 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:36.148783 | 0.25s 2025-12-06 07:37:34.081630 | fa163e5d-0333-97b6-5e49-000000000b97 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-12-06 07:37:34.099383 | fa163e5d-0333-97b6-5e49-000000000b97 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-12-06 07:37:34.100484 | fa163e5d-0333-97b6-5e49-000000000b97 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:36.191677 | 0.02s 2025-12-06 07:37:34.124190 | fa163e5d-0333-97b6-5e49-000000000b98 | TASK | Remove existing entries from logind conf 2025-12-06 07:37:34.346004 | fa163e5d-0333-97b6-5e49-000000000b98 | CHANGED | Remove existing entries from logind conf | standalone 2025-12-06 07:37:34.347446 | fa163e5d-0333-97b6-5e49-000000000b98 | TIMING | Remove existing entries from logind conf | standalone | 0:02:36.438638 | 0.22s 2025-12-06 07:37:34.371849 | fa163e5d-0333-97b6-5e49-000000000b99 | TASK | Make sure systemd-logind ignores power off 2025-12-06 07:37:34.591178 | fa163e5d-0333-97b6-5e49-000000000b99 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-12-06 07:37:34.592639 | fa163e5d-0333-97b6-5e49-000000000b99 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:36.683830 | 0.22s 2025-12-06 07:37:34.617409 | fa163e5d-0333-97b6-5e49-000000000b9a | TASK | Restart systemd-logind 2025-12-06 07:37:35.133940 | fa163e5d-0333-97b6-5e49-000000000b9a | CHANGED | Restart systemd-logind | standalone 2025-12-06 07:37:35.135932 | fa163e5d-0333-97b6-5e49-000000000b9a | TIMING | Restart systemd-logind | standalone | 0:02:37.227122 | 0.52s 2025-12-06 07:37:35.161493 | fa163e5d-0333-97b6-5e49-000000000b9b | 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}} 2025-12-06 07:37:35.232185 | fa163e5d-0333-97b6-5e49-000000000b9b | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-12-06 07:37:35.233251 | fa163e5d-0333-97b6-5e49-000000000b9b | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:37.324442 | 0.07s 2025-12-06 07:37:35.256793 | fa163e5d-0333-97b6-5e49-000000000b9c | 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}} 2025-12-06 07:37:35.328436 | fa163e5d-0333-97b6-5e49-000000000b9c | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-12-06 07:37:35.329432 | fa163e5d-0333-97b6-5e49-000000000b9c | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:37.420624 | 0.07s 2025-12-06 07:37:35.353697 | fa163e5d-0333-97b6-5e49-000000000b9d | TASK | create persistent logs directory 2025-12-06 07:37:35.649160 | fa163e5d-0333-97b6-5e49-000000000b9d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-12-06 07:37:35.651375 | fa163e5d-0333-97b6-5e49-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:37.742563 | 0.30s 2025-12-06 07:37:35.861222 | fa163e5d-0333-97b6-5e49-000000000b9d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-12-06 07:37:35.861855 | fa163e5d-0333-97b6-5e49-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:37.953057 | 0.51s 2025-12-06 07:37:35.865917 | fa163e5d-0333-97b6-5e49-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:37.957101 | 0.51s 2025-12-06 07:37:35.892389 | fa163e5d-0333-97b6-5e49-000000000b9f | TASK | Set login facts 2025-12-06 07:37:35.924550 | fa163e5d-0333-97b6-5e49-000000000b9f | OK | Set login facts | standalone 2025-12-06 07:37:35.925837 | fa163e5d-0333-97b6-5e49-000000000b9f | TIMING | Set login facts | standalone | 0:02:38.017027 | 0.03s 2025-12-06 07:37:35.952646 | fa163e5d-0333-97b6-5e49-000000000ba0 | TASK | Convert logins json to dict 2025-12-06 07:37:35.996345 | fa163e5d-0333-97b6-5e49-000000000ba0 | SKIPPED | Convert logins json to dict | standalone 2025-12-06 07:37:35.997707 | fa163e5d-0333-97b6-5e49-000000000ba0 | TIMING | Convert logins json to dict | standalone | 0:02:38.088897 | 0.04s 2025-12-06 07:37:36.035114 | fa163e5d-0333-97b6-5e49-000000000ba1 | TASK | Set registry logins 2025-12-06 07:37:36.092885 | fa163e5d-0333-97b6-5e49-000000000ba1 | SKIPPED | Set registry logins | standalone 2025-12-06 07:37:36.093844 | fa163e5d-0333-97b6-5e49-000000000ba1 | TIMING | Set registry logins | standalone | 0:02:38.185043 | 0.05s 2025-12-06 07:37:36.113835 | fa163e5d-0333-97b6-5e49-000000000ba2 | TASK | Run podman install 2025-12-06 07:37:36.140338 | fa163e5d-0333-97b6-5e49-000000000ba2 | TIMING | Run podman install | standalone | 0:02:38.231530 | 0.03s 2025-12-06 07:37:36.206009 | fa163e5d-0333-97b6-5e49-000000001352 | TASK | Gather variables for each operating system 2025-12-06 07:37:36.350132 | fa163e5d-0333-97b6-5e49-000000001352 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-12-06 07:37:36.352479 | fa163e5d-0333-97b6-5e49-000000001352 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:38.443668 | 0.15s 2025-12-06 07:37:36.362352 | fa163e5d-0333-97b6-5e49-000000001352 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:38.453548 | 0.16s 2025-12-06 07:37:36.386945 | fa163e5d-0333-97b6-5e49-000000001354 | TASK | ensure podman and deps are installed 2025-12-06 07:37:39.365890 | fa163e5d-0333-97b6-5e49-000000001354 | OK | ensure podman and deps are installed | standalone 2025-12-06 07:37:39.367271 | fa163e5d-0333-97b6-5e49-000000001354 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:41.458463 | 2.98s 2025-12-06 07:37:39.391954 | fa163e5d-0333-97b6-5e49-000000001355 | TASK | Ensure we get the ansible interfaces facts 2025-12-06 07:37:39.882609 | fa163e5d-0333-97b6-5e49-000000001355 | OK | Ensure we get the ansible interfaces facts | standalone 2025-12-06 07:37:39.883790 | fa163e5d-0333-97b6-5e49-000000001355 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:41.974982 | 0.49s 2025-12-06 07:37:39.908811 | fa163e5d-0333-97b6-5e49-000000001356 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-12-06 07:37:39.937707 | fa163e5d-0333-97b6-5e49-000000001356 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-12-06 07:37:39.938876 | fa163e5d-0333-97b6-5e49-000000001356 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:42.030067 | 0.03s 2025-12-06 07:37:39.965593 | fa163e5d-0333-97b6-5e49-000000001358 | TASK | Make sure /etc/cni/net.d folder exists 2025-12-06 07:37:40.004489 | fa163e5d-0333-97b6-5e49-000000001358 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-12-06 07:37:40.005522 | fa163e5d-0333-97b6-5e49-000000001358 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:42.096716 | 0.04s 2025-12-06 07:37:40.029368 | fa163e5d-0333-97b6-5e49-000000001359 | TASK | Update default network configuration if possible 2025-12-06 07:37:40.061979 | fa163e5d-0333-97b6-5e49-000000001359 | SKIPPED | Update default network configuration if possible | standalone 2025-12-06 07:37:40.063197 | fa163e5d-0333-97b6-5e49-000000001359 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:42.154388 | 0.03s 2025-12-06 07:37:40.088605 | fa163e5d-0333-97b6-5e49-00000000135b | TASK | Make sure /etc/containers/networks exists 2025-12-06 07:37:40.341429 | fa163e5d-0333-97b6-5e49-00000000135b | OK | Make sure /etc/containers/networks exists | standalone 2025-12-06 07:37:40.342717 | fa163e5d-0333-97b6-5e49-00000000135b | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:42.433910 | 0.25s 2025-12-06 07:37:40.366902 | fa163e5d-0333-97b6-5e49-00000000135c | TASK | Get current podman network 2025-12-06 07:37:40.644395 | fa163e5d-0333-97b6-5e49-00000000135c | CHANGED | Get current podman network | standalone 2025-12-06 07:37:40.645929 | fa163e5d-0333-97b6-5e49-00000000135c | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:42.737118 | 0.28s 2025-12-06 07:37:40.671990 | fa163e5d-0333-97b6-5e49-00000000135d | TASK | Update the default network configuration 2025-12-06 07:37:41.197049 | fa163e5d-0333-97b6-5e49-00000000135d | CHANGED | Update the default network configuration | standalone 2025-12-06 07:37:41.197984 | fa163e5d-0333-97b6-5e49-00000000135d | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:43.289184 | 0.52s 2025-12-06 07:37:41.217758 | fa163e5d-0333-97b6-5e49-00000000135e | TASK | Write containers registries.conf 2025-12-06 07:37:41.723063 | fa163e5d-0333-97b6-5e49-00000000135e | CHANGED | Write containers registries.conf | standalone 2025-12-06 07:37:41.724475 | fa163e5d-0333-97b6-5e49-00000000135e | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:43.815641 | 0.51s 2025-12-06 07:37:41.749826 | fa163e5d-0333-97b6-5e49-00000000135f | TASK | Write containers.conf 2025-12-06 07:37:41.993909 | fa163e5d-0333-97b6-5e49-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-12-06 07:37:41.995163 | fa163e5d-0333-97b6-5e49-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:44.086364 | 0.24s 2025-12-06 07:37:42.198492 | fa163e5d-0333-97b6-5e49-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-12-06 07:37:42.200442 | fa163e5d-0333-97b6-5e49-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:44.291637 | 0.45s 2025-12-06 07:37:42.375639 | fa163e5d-0333-97b6-5e49-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-12-06 07:37:42.376633 | fa163e5d-0333-97b6-5e49-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:44.467830 | 0.63s 2025-12-06 07:37:42.578454 | fa163e5d-0333-97b6-5e49-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-12-06 07:37:42.579480 | fa163e5d-0333-97b6-5e49-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:44.670677 | 0.83s 2025-12-06 07:37:42.586719 | fa163e5d-0333-97b6-5e49-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:44.677916 | 0.84s 2025-12-06 07:37:42.611915 | fa163e5d-0333-97b6-5e49-000000001360 | TASK | Enable podman.socket service 2025-12-06 07:37:42.650271 | fa163e5d-0333-97b6-5e49-000000001360 | SKIPPED | Enable podman.socket service | standalone 2025-12-06 07:37:42.651291 | fa163e5d-0333-97b6-5e49-000000001360 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:44.742483 | 0.04s 2025-12-06 07:37:42.697540 | fa163e5d-0333-97b6-5e49-000000000ba3 | TASK | Run podman login 2025-12-06 07:37:42.725549 | fa163e5d-0333-97b6-5e49-000000000ba3 | TIMING | Run podman login | standalone | 0:02:44.816735 | 0.03s 2025-12-06 07:37:42.802352 | fa163e5d-0333-97b6-5e49-000000001460 | TASK | Perform container registry login(s) with podman 2025-12-06 07:37:42.827945 | fa163e5d-0333-97b6-5e49-000000001460 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:44.919136 | 0.02s 2025-12-06 07:37:42.864478 | fa163e5d-0333-97b6-5e49-000000000ba5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-12-06 07:37:43.357272 | fa163e5d-0333-97b6-5e49-000000000ba5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-12-06 07:37:43.358646 | fa163e5d-0333-97b6-5e49-000000000ba5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:45.449840 | 0.49s 2025-12-06 07:37:43.382914 | fa163e5d-0333-97b6-5e49-000000000ba6 | TASK | Ensure rsyslog is installed 2025-12-06 07:37:46.277964 | fa163e5d-0333-97b6-5e49-000000000ba6 | OK | Ensure rsyslog is installed | standalone 2025-12-06 07:37:46.279397 | fa163e5d-0333-97b6-5e49-000000000ba6 | TIMING | Ensure rsyslog is installed | standalone | 0:02:48.370590 | 2.90s 2025-12-06 07:37:46.304080 | fa163e5d-0333-97b6-5e49-000000000ba7 | TASK | Ensure rsyslog is enabled and started 2025-12-06 07:37:46.659662 | fa163e5d-0333-97b6-5e49-000000000ba7 | OK | Ensure rsyslog is enabled and started | standalone 2025-12-06 07:37:46.661468 | fa163e5d-0333-97b6-5e49-000000000ba7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:48.752661 | 0.36s 2025-12-06 07:37:46.714365 | fa163e5d-0333-97b6-5e49-000000000ba8 | TIMING | include_role : tripleo_sshd | standalone | 0:02:48.805551 | 0.03s 2025-12-06 07:37:46.799457 | fa163e5d-0333-97b6-5e49-000000001569 | TASK | Gather variables for each operating system 2025-12-06 07:37:46.922638 | fa163e5d-0333-97b6-5e49-000000001569 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-12-06 07:37:46.924465 | fa163e5d-0333-97b6-5e49-000000001569 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:49.015655 | 0.12s 2025-12-06 07:37:46.934698 | fa163e5d-0333-97b6-5e49-000000001569 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:49.025887 | 0.13s 2025-12-06 07:37:46.959561 | fa163e5d-0333-97b6-5e49-00000000156b | TASK | Install the OpenSSH server 2025-12-06 07:37:50.300268 | fa163e5d-0333-97b6-5e49-00000000156b | OK | Install the OpenSSH server | standalone 2025-12-06 07:37:50.302058 | fa163e5d-0333-97b6-5e49-00000000156b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:02:52.393245 | 3.34s 2025-12-06 07:37:50.328314 | fa163e5d-0333-97b6-5e49-00000000156c | TASK | Start sshd 2025-12-06 07:37:50.362209 | fa163e5d-0333-97b6-5e49-00000000156c | SKIPPED | Start sshd | standalone 2025-12-06 07:37:50.363528 | fa163e5d-0333-97b6-5e49-00000000156c | TIMING | tripleo_sshd : Start sshd | standalone | 0:02:52.454715 | 0.03s 2025-12-06 07:37:50.388976 | fa163e5d-0333-97b6-5e49-00000000156d | TASK | PasswordAuthentication notice 2025-12-06 07:37:50.435818 | fa163e5d-0333-97b6-5e49-00000000156d | SKIPPED | PasswordAuthentication notice | standalone 2025-12-06 07:37:50.437489 | fa163e5d-0333-97b6-5e49-00000000156d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:02:52.528668 | 0.05s 2025-12-06 07:37:50.467198 | fa163e5d-0333-97b6-5e49-00000000156e | TASK | PasswordAuthentication duplication notice 2025-12-06 07:37:50.502247 | fa163e5d-0333-97b6-5e49-00000000156e | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-12-06 07:37:50.503820 | fa163e5d-0333-97b6-5e49-00000000156e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:02:52.595009 | 0.03s 2025-12-06 07:37:50.528553 | fa163e5d-0333-97b6-5e49-00000000156f | TASK | Motd duplication notice 2025-12-06 07:37:50.569136 | fa163e5d-0333-97b6-5e49-00000000156f | 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`" } 2025-12-06 07:37:50.570319 | fa163e5d-0333-97b6-5e49-00000000156f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:02:52.661510 | 0.04s 2025-12-06 07:37:50.594852 | fa163e5d-0333-97b6-5e49-000000001570 | TASK | Configure the banner text 2025-12-06 07:37:50.628760 | fa163e5d-0333-97b6-5e49-000000001570 | SKIPPED | Configure the banner text | standalone 2025-12-06 07:37:50.630081 | fa163e5d-0333-97b6-5e49-000000001570 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:02:52.721273 | 0.03s 2025-12-06 07:37:50.654792 | fa163e5d-0333-97b6-5e49-000000001571 | TASK | Configure the motd banner 2025-12-06 07:37:50.695462 | fa163e5d-0333-97b6-5e49-000000001571 | SKIPPED | Configure the motd banner | standalone 2025-12-06 07:37:50.696798 | fa163e5d-0333-97b6-5e49-000000001571 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:02:52.787989 | 0.04s 2025-12-06 07:37:50.721543 | fa163e5d-0333-97b6-5e49-000000001572 | TASK | Update sshd configuration options from vars 2025-12-06 07:37:50.761681 | fa163e5d-0333-97b6-5e49-000000001572 | OK | Update sshd configuration options from vars | standalone 2025-12-06 07:37:50.763029 | fa163e5d-0333-97b6-5e49-000000001572 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:02:52.854220 | 0.04s 2025-12-06 07:37:50.788947 | fa163e5d-0333-97b6-5e49-000000001573 | TASK | Adjust ssh server configuration 2025-12-06 07:37:51.347132 | fa163e5d-0333-97b6-5e49-000000001573 | CHANGED | Adjust ssh server configuration | standalone 2025-12-06 07:37:51.348656 | fa163e5d-0333-97b6-5e49-000000001573 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:02:53.439848 | 0.56s 2025-12-06 07:37:51.375459 | fa163e5d-0333-97b6-5e49-000000001574 | TASK | Restart sshd 2025-12-06 07:37:52.830837 | fa163e5d-0333-97b6-5e49-000000001574 | CHANGED | Restart sshd | standalone 2025-12-06 07:37:52.833016 | fa163e5d-0333-97b6-5e49-000000001574 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:02:54.924206 | 1.46s 2025-12-06 07:37:52.875648 | fa163e5d-0333-97b6-5e49-000000000ba9 | TASK | create persistent directories 2025-12-06 07:37:53.094033 | fa163e5d-0333-97b6-5e49-000000000ba9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-06 07:37:53.097077 | fa163e5d-0333-97b6-5e49-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:55.188262 | 0.22s 2025-12-06 07:37:53.292549 | fa163e5d-0333-97b6-5e49-000000000ba9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-12-06 07:37:53.293672 | fa163e5d-0333-97b6-5e49-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:55.384867 | 0.42s 2025-12-06 07:37:53.468314 | fa163e5d-0333-97b6-5e49-000000000ba9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-06 07:37:53.470134 | fa163e5d-0333-97b6-5e49-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:55.561288 | 0.59s 2025-12-06 07:37:53.481565 | fa163e5d-0333-97b6-5e49-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:55.572744 | 0.60s 2025-12-06 07:37:53.509134 | fa163e5d-0333-97b6-5e49-000000000baa | TASK | create persistent directories 2025-12-06 07:37:53.776302 | fa163e5d-0333-97b6-5e49-000000000baa | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-06 07:37:53.778304 | fa163e5d-0333-97b6-5e49-000000000baa | TIMING | create persistent directories | standalone | 0:02:55.869484 | 0.27s 2025-12-06 07:37:54.039665 | fa163e5d-0333-97b6-5e49-000000000baa | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-12-06 07:37:54.041491 | fa163e5d-0333-97b6-5e49-000000000baa | TIMING | create persistent directories | standalone | 0:02:56.132686 | 0.53s 2025-12-06 07:37:54.336757 | fa163e5d-0333-97b6-5e49-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-06 07:37:54.337840 | fa163e5d-0333-97b6-5e49-000000000baa | TIMING | create persistent directories | standalone | 0:02:56.429035 | 0.83s 2025-12-06 07:37:54.344267 | fa163e5d-0333-97b6-5e49-000000000baa | TIMING | create persistent directories | standalone | 0:02:56.435457 | 0.83s 2025-12-06 07:37:54.362175 | fa163e5d-0333-97b6-5e49-000000000bab | TASK | Set swift_use_local_disks fact 2025-12-06 07:37:54.392561 | fa163e5d-0333-97b6-5e49-000000000bab | OK | Set swift_use_local_disks fact | standalone 2025-12-06 07:37:54.393940 | fa163e5d-0333-97b6-5e49-000000000bab | TIMING | Set swift_use_local_disks fact | standalone | 0:02:56.485125 | 0.03s 2025-12-06 07:37:54.417936 | fa163e5d-0333-97b6-5e49-000000000bac | TASK | Set use_node_data_lookup fact 2025-12-06 07:37:54.449435 | fa163e5d-0333-97b6-5e49-000000000bac | OK | Set use_node_data_lookup fact | standalone 2025-12-06 07:37:54.450871 | fa163e5d-0333-97b6-5e49-000000000bac | TIMING | Set use_node_data_lookup fact | standalone | 0:02:56.542059 | 0.03s 2025-12-06 07:37:54.475473 | fa163e5d-0333-97b6-5e49-000000000bad | TASK | Create Swift d1 directory if needed 2025-12-06 07:37:54.716246 | fa163e5d-0333-97b6-5e49-000000000bad | CHANGED | Create Swift d1 directory if needed | standalone 2025-12-06 07:37:54.717784 | fa163e5d-0333-97b6-5e49-000000000bad | TIMING | Create Swift d1 directory if needed | standalone | 0:02:56.808970 | 0.24s 2025-12-06 07:37:54.743181 | fa163e5d-0333-97b6-5e49-000000000bae | TASK | Set fact for SwiftRawDisks 2025-12-06 07:37:54.783699 | fa163e5d-0333-97b6-5e49-000000000bae | OK | Set fact for SwiftRawDisks | standalone 2025-12-06 07:37:54.785077 | fa163e5d-0333-97b6-5e49-000000000bae | TIMING | Set fact for SwiftRawDisks | standalone | 0:02:56.876267 | 0.04s 2025-12-06 07:37:54.809479 | fa163e5d-0333-97b6-5e49-000000000baf | TASK | Get hiera swift::storage::disks::args 2025-12-06 07:37:54.838731 | fa163e5d-0333-97b6-5e49-000000000baf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-12-06 07:37:54.840174 | fa163e5d-0333-97b6-5e49-000000000baf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:02:56.931357 | 0.03s 2025-12-06 07:37:54.864684 | fa163e5d-0333-97b6-5e49-000000000bb0 | TASK | Set fact for swift_raw_disks 2025-12-06 07:37:54.892275 | fa163e5d-0333-97b6-5e49-000000000bb0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-12-06 07:37:54.893636 | fa163e5d-0333-97b6-5e49-000000000bb0 | TIMING | Set fact for swift_raw_disks | standalone | 0:02:56.984828 | 0.03s 2025-12-06 07:37:54.919587 | fa163e5d-0333-97b6-5e49-000000000bb1 | TASK | Format SwiftRawDisks 2025-12-06 07:37:54.947901 | fa163e5d-0333-97b6-5e49-000000000bb1 | TIMING | Format SwiftRawDisks | standalone | 0:02:57.039082 | 0.03s 2025-12-06 07:37:54.973261 | fa163e5d-0333-97b6-5e49-000000000bb2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-12-06 07:37:55.023487 | fa163e5d-0333-97b6-5e49-000000000bb2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-12-06 07:37:55.024800 | fa163e5d-0333-97b6-5e49-000000000bb2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:02:57.115990 | 0.05s 2025-12-06 07:37:55.048930 | fa163e5d-0333-97b6-5e49-000000000bb3 | TASK | Mount devices defined in SwiftRawDisks 2025-12-06 07:37:55.076009 | fa163e5d-0333-97b6-5e49-000000000bb3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:02:57.167192 | 0.03s 2025-12-06 07:37:55.102446 | fa163e5d-0333-97b6-5e49-000000000bb4 | TASK | Check for NTP service 2025-12-06 07:37:55.343242 | fa163e5d-0333-97b6-5e49-000000000bb4 | CHANGED | Check for NTP service | standalone 2025-12-06 07:37:55.344684 | fa163e5d-0333-97b6-5e49-000000000bb4 | TIMING | Check for NTP service | standalone | 0:02:57.435870 | 0.24s 2025-12-06 07:37:55.369004 | fa163e5d-0333-97b6-5e49-000000000bb5 | TASK | Disable NTP before configuring Chrony 2025-12-06 07:37:55.408730 | fa163e5d-0333-97b6-5e49-000000000bb5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-06 07:37:55.410046 | fa163e5d-0333-97b6-5e49-000000000bb5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:02:57.501229 | 0.04s 2025-12-06 07:37:55.435485 | fa163e5d-0333-97b6-5e49-000000000bb6 | TASK | Install, Configure and Run Chrony 2025-12-06 07:37:55.462822 | fa163e5d-0333-97b6-5e49-000000000bb6 | TIMING | Install, Configure and Run Chrony | standalone | 0:02:57.554007 | 0.03s 2025-12-06 07:37:55.558600 | fa163e5d-0333-97b6-5e49-0000000016f5 | TASK | Load distro-specific variables 2025-12-06 07:37:55.623041 | fa163e5d-0333-97b6-5e49-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:57.714231 | 0.06s 2025-12-06 07:37:55.633939 | cb9c5e8f-6d8a-49b2-bf81-bb1969c0cdbe | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-06 07:37:55.659113 | fa163e5d-0333-97b6-5e49-0000000017d2 | TASK | Load distro-specific variables 2025-12-06 07:37:55.711950 | fa163e5d-0333-97b6-5e49-0000000017d2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:37:55.713264 | fa163e5d-0333-97b6-5e49-0000000017d2 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:57.804455 | 0.05s 2025-12-06 07:37:55.720343 | fa163e5d-0333-97b6-5e49-0000000017d2 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:57.811539 | 0.06s 2025-12-06 07:37:55.745026 | fa163e5d-0333-97b6-5e49-0000000016f6 | TASK | Install chronyd 2025-12-06 07:37:55.772666 | fa163e5d-0333-97b6-5e49-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:02:57.863847 | 0.03s 2025-12-06 07:37:55.795579 | e8386a6c-0c26-4a74-a8e7-45e847a1fc83 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-12-06 07:37:55.826816 | fa163e5d-0333-97b6-5e49-00000000180b | TASK | Load distro-specific variables 2025-12-06 07:37:55.852052 | fa163e5d-0333-97b6-5e49-00000000180b | TIMING | chrony : Load distro-specific variables | standalone | 0:02:57.943240 | 0.02s 2025-12-06 07:37:55.862594 | 3e309936-1d20-4834-bfe4-6dd5cba651d3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-06 07:37:55.887001 | fa163e5d-0333-97b6-5e49-000000001852 | TASK | Load distro-specific variables 2025-12-06 07:37:55.941571 | fa163e5d-0333-97b6-5e49-000000001852 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:37:55.942866 | fa163e5d-0333-97b6-5e49-000000001852 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:58.034056 | 0.05s 2025-12-06 07:37:55.954954 | fa163e5d-0333-97b6-5e49-000000001852 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:58.046149 | 0.07s 2025-12-06 07:37:55.979776 | fa163e5d-0333-97b6-5e49-00000000180c | TASK | Check for NTP service 2025-12-06 07:37:56.231195 | fa163e5d-0333-97b6-5e49-00000000180c | CHANGED | Check for NTP service | standalone 2025-12-06 07:37:56.232955 | fa163e5d-0333-97b6-5e49-00000000180c | TIMING | chrony : Check for NTP service | standalone | 0:02:58.324148 | 0.25s 2025-12-06 07:37:56.257609 | fa163e5d-0333-97b6-5e49-00000000180d | TASK | Disable NTP before configuring Chrony 2025-12-06 07:37:56.295739 | fa163e5d-0333-97b6-5e49-00000000180d | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-06 07:37:56.296794 | fa163e5d-0333-97b6-5e49-00000000180d | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:02:58.387987 | 0.04s 2025-12-06 07:37:56.321174 | fa163e5d-0333-97b6-5e49-00000000180e | TASK | Install chronyd package 2025-12-06 07:37:59.362574 | fa163e5d-0333-97b6-5e49-00000000180e | OK | Install chronyd package | standalone 2025-12-06 07:37:59.364054 | fa163e5d-0333-97b6-5e49-00000000180e | TIMING | chrony : Install chronyd package | standalone | 0:03:01.455246 | 3.04s 2025-12-06 07:37:59.388871 | fa163e5d-0333-97b6-5e49-0000000016f7 | TASK | Upgrade chronyd 2025-12-06 07:37:59.419405 | fa163e5d-0333-97b6-5e49-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2025-12-06 07:37:59.420463 | fa163e5d-0333-97b6-5e49-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:01.511655 | 0.03s 2025-12-06 07:37:59.445738 | fa163e5d-0333-97b6-5e49-0000000016f8 | TASK | Configure chronyd 2025-12-06 07:37:59.475531 | fa163e5d-0333-97b6-5e49-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:01.566717 | 0.03s 2025-12-06 07:37:59.494712 | b138a873-3a94-467c-8293-728a8e01f472 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-12-06 07:37:59.532812 | fa163e5d-0333-97b6-5e49-00000000188b | TASK | Load distro-specific variables 2025-12-06 07:37:59.559133 | fa163e5d-0333-97b6-5e49-00000000188b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.650293 | 0.03s 2025-12-06 07:37:59.569618 | 2efe61f3-d2a4-4aaa-8867-c99fe5a4762a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-06 07:37:59.600284 | fa163e5d-0333-97b6-5e49-0000000018f7 | TASK | Load distro-specific variables 2025-12-06 07:37:59.655543 | fa163e5d-0333-97b6-5e49-0000000018f7 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:37:59.656909 | fa163e5d-0333-97b6-5e49-0000000018f7 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.748097 | 0.06s 2025-12-06 07:37:59.663267 | fa163e5d-0333-97b6-5e49-0000000018f7 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.754449 | 0.06s 2025-12-06 07:37:59.694651 | fa163e5d-0333-97b6-5e49-00000000188c | TASK | Install chrony configuration file 2025-12-06 07:38:00.300841 | fa163e5d-0333-97b6-5e49-00000000188c | OK | Install chrony configuration file | standalone 2025-12-06 07:38:00.302340 | fa163e5d-0333-97b6-5e49-00000000188c | TIMING | chrony : Install chrony configuration file | standalone | 0:03:02.393532 | 0.61s 2025-12-06 07:38:00.327475 | fa163e5d-0333-97b6-5e49-0000000016f9 | TASK | Run chronyd 2025-12-06 07:38:00.358136 | fa163e5d-0333-97b6-5e49-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:02.449284 | 0.03s 2025-12-06 07:38:00.379136 | 4f3d9e0c-c2e5-438f-8618-2b756378a42a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-12-06 07:38:00.420645 | fa163e5d-0333-97b6-5e49-00000000191a | TASK | Load distro-specific variables 2025-12-06 07:38:00.447057 | fa163e5d-0333-97b6-5e49-00000000191a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:02.538249 | 0.03s 2025-12-06 07:38:00.457462 | 122e3cf4-ca47-44f4-8453-4bbf2f33c888 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-06 07:38:00.480793 | fa163e5d-0333-97b6-5e49-00000000199e | TASK | Load distro-specific variables 2025-12-06 07:38:00.539845 | fa163e5d-0333-97b6-5e49-00000000199e | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-06 07:38:00.542076 | fa163e5d-0333-97b6-5e49-00000000199e | TIMING | chrony : Load distro-specific variables | standalone | 0:03:02.633256 | 0.06s 2025-12-06 07:38:00.552127 | fa163e5d-0333-97b6-5e49-00000000199e | TIMING | chrony : Load distro-specific variables | standalone | 0:03:02.643296 | 0.07s 2025-12-06 07:38:00.577273 | fa163e5d-0333-97b6-5e49-00000000191b | TASK | Ensure chronyd is running 2025-12-06 07:38:00.949805 | fa163e5d-0333-97b6-5e49-00000000191b | OK | Ensure chronyd is running | standalone 2025-12-06 07:38:00.951603 | fa163e5d-0333-97b6-5e49-00000000191b | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:03.042796 | 0.37s 2025-12-06 07:38:00.977328 | fa163e5d-0333-97b6-5e49-00000000191c | TASK | Force chronyd restart 2025-12-06 07:38:01.032497 | fa163e5d-0333-97b6-5e49-00000000191c | SKIPPED | Force chronyd restart | standalone 2025-12-06 07:38:01.033784 | fa163e5d-0333-97b6-5e49-00000000191c | TIMING | chrony : Force chronyd restart | standalone | 0:03:03.124970 | 0.05s 2025-12-06 07:38:01.059182 | fa163e5d-0333-97b6-5e49-0000000016fa | TASK | Enable online service 2025-12-06 07:38:01.088905 | fa163e5d-0333-97b6-5e49-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:03.180091 | 0.03s 2025-12-06 07:38:01.108068 | cf5bad7f-56d9-46b7-b0c8-e007bb508455 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-12-06 07:38:01.153977 | fa163e5d-0333-97b6-5e49-0000000019cb | TASK | Create chrony-online.service unit file 2025-12-06 07:38:01.652783 | fa163e5d-0333-97b6-5e49-0000000019cb | OK | Create chrony-online.service unit file | standalone 2025-12-06 07:38:01.654726 | fa163e5d-0333-97b6-5e49-0000000019cb | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:03.745913 | 0.50s 2025-12-06 07:38:01.681706 | fa163e5d-0333-97b6-5e49-0000000019cc | TASK | Enable chrony-online.service 2025-12-06 07:38:02.390277 | fa163e5d-0333-97b6-5e49-0000000019cc | CHANGED | Enable chrony-online.service | standalone 2025-12-06 07:38:02.392499 | fa163e5d-0333-97b6-5e49-0000000019cc | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:04.483688 | 0.71s 2025-12-06 07:38:02.420931 | fa163e5d-0333-97b6-5e49-0000000016fb | TASK | Sync chronyc 2025-12-06 07:38:02.451437 | fa163e5d-0333-97b6-5e49-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:04.542622 | 0.03s 2025-12-06 07:38:02.468997 | 2f629dc6-e126-4c66-809e-1ba25b675c29 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-12-06 07:38:02.515601 | fa163e5d-0333-97b6-5e49-000000001a71 | TASK | Force NTP sync 2025-12-06 07:38:02.745512 | fa163e5d-0333-97b6-5e49-000000001a71 | CHANGED | Force NTP sync | standalone 2025-12-06 07:38:02.746857 | fa163e5d-0333-97b6-5e49-000000001a71 | TIMING | chrony : Force NTP sync | standalone | 0:03:04.838048 | 0.23s 2025-12-06 07:38:02.771918 | fa163e5d-0333-97b6-5e49-000000001a72 | TASK | Ensure system is NTP time synced 2025-12-06 07:38:03.012014 | fa163e5d-0333-97b6-5e49-000000001a72 | CHANGED | Ensure system is NTP time synced | standalone 2025-12-06 07:38:03.013797 | fa163e5d-0333-97b6-5e49-000000001a72 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:05.104987 | 0.24s 2025-12-06 07:38:03.062549 | fa163e5d-0333-97b6-5e49-000000000bb7 | TASK | Force NTP sync 2025-12-06 07:38:03.283801 | fa163e5d-0333-97b6-5e49-000000000bb7 | CHANGED | Force NTP sync | standalone 2025-12-06 07:38:03.285039 | fa163e5d-0333-97b6-5e49-000000000bb7 | TIMING | Force NTP sync | standalone | 0:03:05.376230 | 0.22s 2025-12-06 07:38:03.308419 | fa163e5d-0333-97b6-5e49-000000000bb8 | TASK | Ensure system is NTP time synced 2025-12-06 07:38:03.516147 | fa163e5d-0333-97b6-5e49-000000000bb8 | CHANGED | Ensure system is NTP time synced | standalone 2025-12-06 07:38:03.517520 | fa163e5d-0333-97b6-5e49-000000000bb8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:05.608711 | 0.21s 2025-12-06 07:38:03.541668 | fa163e5d-0333-97b6-5e49-000000000bb9 | TASK | Run timezone role 2025-12-06 07:38:03.569464 | fa163e5d-0333-97b6-5e49-000000000bb9 | TIMING | Run timezone role | standalone | 0:03:05.660650 | 0.03s 2025-12-06 07:38:03.667079 | fa163e5d-0333-97b6-5e49-000000001c2a | TASK | Set timezone 2025-12-06 07:38:04.205531 | fa163e5d-0333-97b6-5e49-000000001c2a | OK | Set timezone | standalone 2025-12-06 07:38:04.207271 | fa163e5d-0333-97b6-5e49-000000001c2a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:06.298463 | 0.54s 2025-12-06 07:38:04.232586 | fa163e5d-0333-97b6-5e49-000000001c2b | TASK | Restart time services 2025-12-06 07:38:04.276983 | fa163e5d-0333-97b6-5e49-000000001c2b | SKIPPED | Restart time services | standalone | item=rsyslog 2025-12-06 07:38:04.284274 | fa163e5d-0333-97b6-5e49-000000001c2b | SKIPPED | Restart time services | standalone | item=crond 2025-12-06 07:38:04.290367 | fa163e5d-0333-97b6-5e49-000000001c2b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:06.381552 | 0.06s 2025-12-06 07:38:04.339060 | fa163e5d-0333-97b6-5e49-000000000bba | TASK | install tmpwatch on the host 2025-12-06 07:38:07.374579 | fa163e5d-0333-97b6-5e49-000000000bba | OK | install tmpwatch on the host | standalone 2025-12-06 07:38:07.376208 | fa163e5d-0333-97b6-5e49-000000000bba | TIMING | install tmpwatch on the host | standalone | 0:03:09.467400 | 3.04s 2025-12-06 07:38:07.401383 | fa163e5d-0333-97b6-5e49-000000000bbb | TASK | Notice - ctlplane subnet is set 2025-12-06 07:38:07.434070 | fa163e5d-0333-97b6-5e49-000000000bbb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-12-06 07:38:07.435257 | fa163e5d-0333-97b6-5e49-000000000bbb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:09.526449 | 0.03s 2025-12-06 07:38:07.488643 | fa163e5d-0333-97b6-5e49-000000000bbc | TIMING | include_role : tuned | standalone | 0:03:09.579828 | 0.03s 2025-12-06 07:38:07.588607 | fa163e5d-0333-97b6-5e49-000000001e4e | TASK | Gather variables for each operating system 2025-12-06 07:38:07.708196 | fa163e5d-0333-97b6-5e49-000000001e4e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-06 07:38:07.709847 | fa163e5d-0333-97b6-5e49-000000001e4e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:09.801031 | 0.12s 2025-12-06 07:38:07.716017 | fa163e5d-0333-97b6-5e49-000000001e4e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:09.807199 | 0.13s 2025-12-06 07:38:07.792775 | fa163e5d-0333-97b6-5e49-000000001e4f | TIMING | tuned : include_tasks | standalone | 0:03:09.883954 | 0.05s 2025-12-06 07:38:07.813236 | e86eaa57-8915-4029-88b0-c0691ab91ecd | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-06 07:38:07.845155 | fa163e5d-0333-97b6-5e49-000000001f77 | TASK | Check tuned package is installed 2025-12-06 07:38:08.118235 | fa163e5d-0333-97b6-5e49-000000001f77 | CHANGED | Check tuned package is installed | standalone 2025-12-06 07:38:08.119673 | fa163e5d-0333-97b6-5e49-000000001f77 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:10.210864 | 0.27s 2025-12-06 07:38:08.145622 | fa163e5d-0333-97b6-5e49-000000001f78 | TASK | Install tuned 2025-12-06 07:38:08.177753 | fa163e5d-0333-97b6-5e49-000000001f78 | SKIPPED | Install tuned | standalone 2025-12-06 07:38:08.179210 | fa163e5d-0333-97b6-5e49-000000001f78 | TIMING | tuned : Install tuned | standalone | 0:03:10.270368 | 0.03s 2025-12-06 07:38:08.205140 | fa163e5d-0333-97b6-5e49-000000001f79 | TASK | Restart tuned 2025-12-06 07:38:08.238800 | fa163e5d-0333-97b6-5e49-000000001f79 | SKIPPED | Restart tuned | standalone 2025-12-06 07:38:08.239931 | fa163e5d-0333-97b6-5e49-000000001f79 | TIMING | tuned : Restart tuned | standalone | 0:03:10.331123 | 0.03s 2025-12-06 07:38:08.264162 | fa163e5d-0333-97b6-5e49-000000001e50 | TASK | Check for tuned-adm 2025-12-06 07:38:08.504223 | fa163e5d-0333-97b6-5e49-000000001e50 | OK | Check for tuned-adm | standalone 2025-12-06 07:38:08.505548 | fa163e5d-0333-97b6-5e49-000000001e50 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:10.596743 | 0.24s 2025-12-06 07:38:08.562380 | fa163e5d-0333-97b6-5e49-000000001e51 | TIMING | tuned : include_tasks | standalone | 0:03:10.653563 | 0.03s 2025-12-06 07:38:08.587804 | 97d9686a-6f93-45b4-b9b4-89ebde7a1691 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-06 07:38:08.621167 | fa163e5d-0333-97b6-5e49-000000001fa4 | TASK | Ensure profile directory exists 2025-12-06 07:38:08.692362 | fa163e5d-0333-97b6-5e49-000000001fa4 | SKIPPED | Ensure profile directory exists | standalone 2025-12-06 07:38:08.693697 | fa163e5d-0333-97b6-5e49-000000001fa4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:10.784886 | 0.07s 2025-12-06 07:38:08.719290 | fa163e5d-0333-97b6-5e49-000000001fa5 | TASK | Create custom tuned profile 2025-12-06 07:38:08.790017 | fa163e5d-0333-97b6-5e49-000000001fa5 | SKIPPED | Create custom tuned profile | standalone 2025-12-06 07:38:08.791396 | fa163e5d-0333-97b6-5e49-000000001fa5 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:10.882587 | 0.07s 2025-12-06 07:38:08.813297 | fa163e5d-0333-97b6-5e49-000000001fa6 | TASK | Check tuned active profile 2025-12-06 07:38:09.034571 | fa163e5d-0333-97b6-5e49-000000001fa6 | OK | Check tuned active profile | standalone 2025-12-06 07:38:09.035636 | fa163e5d-0333-97b6-5e49-000000001fa6 | TIMING | tuned : Check tuned active profile | standalone | 0:03:11.126835 | 0.22s 2025-12-06 07:38:09.056943 | fa163e5d-0333-97b6-5e49-000000001fa7 | TASK | Check Tuned Configuration file exists 2025-12-06 07:38:09.285724 | fa163e5d-0333-97b6-5e49-000000001fa7 | OK | Check Tuned Configuration file exists | standalone 2025-12-06 07:38:09.287278 | fa163e5d-0333-97b6-5e49-000000001fa7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:11.378468 | 0.23s 2025-12-06 07:38:09.313300 | fa163e5d-0333-97b6-5e49-000000001fa8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-06 07:38:09.378821 | fa163e5d-0333-97b6-5e49-000000001fa8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-06 07:38:09.380100 | fa163e5d-0333-97b6-5e49-000000001fa8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:11.471290 | 0.07s 2025-12-06 07:38:09.408060 | fa163e5d-0333-97b6-5e49-000000001fa9 | TASK | Configure isolated cores for profile throughput-performance 2025-12-06 07:38:09.470453 | fa163e5d-0333-97b6-5e49-000000001fa9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-06 07:38:09.471694 | fa163e5d-0333-97b6-5e49-000000001fa9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:11.562883 | 0.06s 2025-12-06 07:38:09.497436 | fa163e5d-0333-97b6-5e49-000000001faa | TASK | Enable tuned profile 2025-12-06 07:38:09.539783 | fa163e5d-0333-97b6-5e49-000000001faa | SKIPPED | Enable tuned profile | standalone 2025-12-06 07:38:09.541269 | fa163e5d-0333-97b6-5e49-000000001faa | TIMING | tuned : Enable tuned profile | standalone | 0:03:11.632460 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-12-06 07:38:09.721568 | fa163e5d-0333-97b6-5e49-0000000000ac | TASK | Overcloud container setup tasks 2025-12-06 07:38:09.759563 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000ac') missing from stats 2025-12-06 07:38:09.786773 | fa163e5d-0333-97b6-5e49-0000000000ad | TASK | Write config data 2025-12-06 07:38:09.854667 | fa163e5d-0333-97b6-5e49-0000000000ad | TIMING | Write config data | standalone | 0:03:11.945832 | 0.07s 2025-12-06 07:38:09.909269 | 933ac447-5339-4ac9-933d-948d36ef2bac | INCLUDED | /root/standalone-ansible-6pn5s7ug/common_container_setup_tasks.yaml | standalone 2025-12-06 07:38:09.932137 | fa163e5d-0333-97b6-5e49-000000002008 | TASK | Create and ensure setype for /var/log/containers directory 2025-12-06 07:38:10.185573 | fa163e5d-0333-97b6-5e49-000000002008 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-12-06 07:38:10.186911 | fa163e5d-0333-97b6-5e49-000000002008 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:12.278098 | 0.25s 2025-12-06 07:38:10.210884 | fa163e5d-0333-97b6-5e49-000000002009 | TASK | Create ContainerLogStdoutPath directory 2025-12-06 07:38:10.418367 | fa163e5d-0333-97b6-5e49-000000002009 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-12-06 07:38:10.419711 | fa163e5d-0333-97b6-5e49-000000002009 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:12.510903 | 0.21s 2025-12-06 07:38:10.441688 | fa163e5d-0333-97b6-5e49-00000000200a | TASK | Create /var/lib/tripleo-config directory 2025-12-06 07:38:10.684313 | fa163e5d-0333-97b6-5e49-00000000200a | OK | Create /var/lib/tripleo-config directory | standalone 2025-12-06 07:38:10.685784 | fa163e5d-0333-97b6-5e49-00000000200a | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:12.776974 | 0.24s 2025-12-06 07:38:10.709815 | fa163e5d-0333-97b6-5e49-00000000200b | TASK | Clean old /var/lib/container-startup-configs.json file 2025-12-06 07:38:10.952294 | fa163e5d-0333-97b6-5e49-00000000200b | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-12-06 07:38:10.953494 | fa163e5d-0333-97b6-5e49-00000000200b | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:13.044687 | 0.24s 2025-12-06 07:38:10.977535 | fa163e5d-0333-97b6-5e49-00000000200c | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-12-06 07:38:11.310038 | fa163e5d-0333-97b6-5e49-00000000200c | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-12-06 07:38:11.311372 | fa163e5d-0333-97b6-5e49-00000000200c | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:13.402567 | 0.33s 2025-12-06 07:38:11.334451 | fa163e5d-0333-97b6-5e49-000000002010 | TASK | Create fcontext entry for container-config-scripts 2025-12-06 07:38:12.677483 | fa163e5d-0333-97b6-5e49-000000002010 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-12-06 07:38:12.679033 | fa163e5d-0333-97b6-5e49-000000002010 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:14.770225 | 1.34s 2025-12-06 07:38:12.705067 | fa163e5d-0333-97b6-5e49-000000002011 | TASK | Create /var/lib/container-config-scripts 2025-12-06 07:38:12.995781 | fa163e5d-0333-97b6-5e49-000000002011 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-12-06 07:38:12.997202 | fa163e5d-0333-97b6-5e49-000000002011 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:15.088368 | 0.29s 2025-12-06 07:38:13.022420 | fa163e5d-0333-97b6-5e49-000000002012 | TASK | Write container config scripts 2025-12-06 07:38:13.361224 | fa163e5d-0333-97b6-5e49-000000002012 | CHANGED | Write container config scripts | standalone 2025-12-06 07:38:13.362520 | fa163e5d-0333-97b6-5e49-000000002012 | TIMING | Write container config scripts | standalone | 0:03:15.453710 | 0.34s 2025-12-06 07:38:13.387610 | fa163e5d-0333-97b6-5e49-000000002013 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-12-06 07:38:13.818611 | fa163e5d-0333-97b6-5e49-000000002013 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-12-06 07:38:13.819853 | fa163e5d-0333-97b6-5e49-000000002013 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:15.911045 | 0.43s 2025-12-06 07:38:13.844426 | fa163e5d-0333-97b6-5e49-000000002014 | TASK | Generate startup configs files per step and per container 2025-12-06 07:38:14.402832 | fa163e5d-0333-97b6-5e49-000000002014 | CHANGED | Generate startup configs files per step and per container | standalone 2025-12-06 07:38:14.410202 | fa163e5d-0333-97b6-5e49-000000002014 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:16.501376 | 0.56s 2025-12-06 07:38:14.446257 | fa163e5d-0333-97b6-5e49-000000002015 | TASK | Create /var/lib/kolla/config_files directory 2025-12-06 07:38:14.675706 | fa163e5d-0333-97b6-5e49-000000002015 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-12-06 07:38:14.677051 | fa163e5d-0333-97b6-5e49-000000002015 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:16.768242 | 0.23s 2025-12-06 07:38:14.701529 | fa163e5d-0333-97b6-5e49-000000002016 | TASK | Create /var/lib/config-data directory 2025-12-06 07:38:14.900757 | fa163e5d-0333-97b6-5e49-000000002016 | CHANGED | Create /var/lib/config-data directory | standalone 2025-12-06 07:38:14.902254 | fa163e5d-0333-97b6-5e49-000000002016 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:16.993443 | 0.20s 2025-12-06 07:38:14.926741 | fa163e5d-0333-97b6-5e49-000000002017 | TASK | Write container config json files 2025-12-06 07:38:15.404525 | fa163e5d-0333-97b6-5e49-000000002017 | CHANGED | Write container config json files | standalone 2025-12-06 07:38:15.411697 | fa163e5d-0333-97b6-5e49-000000002017 | TIMING | Write container config json files | standalone | 0:03:17.502885 | 0.48s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-12-06 07:38:15.575702 | fa163e5d-0333-97b6-5e49-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-12-06 07:38:15.601951 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-06 07:38:15.661883 | fa163e5d-0333-97b6-5e49-0000000000b2 | TIMING | include_tasks | standalone | 0:03:17.753067 | 0.04s 2025-12-06 07:38:15.676047 | c66a9410-2cdb-4160-b5aa-d9674339c66d | INCLUDED | /root/standalone-ansible-6pn5s7ug/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-12-06 07:38:15.820870 | fa163e5d-0333-97b6-5e49-0000000000b6 | TASK | External deployment step 1 2025-12-06 07:38:15.849530 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000b6') missing from stats 2025-12-06 07:38:15.901396 | fa163e5d-0333-97b6-5e49-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:17.992588 | 0.04s 2025-12-06 07:38:15.920290 | c44fe007-5a56-4304-bf52-85109695c17e | INCLUDED | /root/standalone-ansible-6pn5s7ug/external_deploy_steps_tasks_step1.yaml | undercloud 2025-12-06 07:38:15.936216 | fa163e5d-0333-97b6-5e49-00000000205c | TASK | Set some tripleo-ansible facts 2025-12-06 07:38:15.984068 | fa163e5d-0333-97b6-5e49-00000000205c | OK | Set some tripleo-ansible facts | undercloud 2025-12-06 07:38:15.985463 | fa163e5d-0333-97b6-5e49-00000000205c | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:18.076654 | 0.05s 2025-12-06 07:38:16.003689 | fa163e5d-0333-97b6-5e49-00000000205e | TASK | Build disk list for cephadm 2025-12-06 07:38:16.054602 | fa163e5d-0333-97b6-5e49-00000000205e | OK | Build disk list for cephadm | undercloud 2025-12-06 07:38:16.055738 | fa163e5d-0333-97b6-5e49-00000000205e | TIMING | Build disk list for cephadm | undercloud | 0:03:18.146929 | 0.05s 2025-12-06 07:38:16.074282 | fa163e5d-0333-97b6-5e49-000000002065 | TASK | Container image prepare 2025-12-06 07:38:17.090211 | fa163e5d-0333-97b6-5e49-000000002065 | CHANGED | Container image prepare | undercloud 2025-12-06 07:38:17.092398 | fa163e5d-0333-97b6-5e49-000000002065 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:19.183589 | 1.02s 2025-12-06 07:38:17.128797 | fa163e5d-0333-97b6-5e49-00000000206c | TASK | Create /etc/openstack directory if it does not exist 2025-12-06 07:38:17.380944 | fa163e5d-0333-97b6-5e49-00000000206c | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-12-06 07:38:17.382359 | fa163e5d-0333-97b6-5e49-00000000206c | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:19.473549 | 0.25s 2025-12-06 07:38:17.400841 | fa163e5d-0333-97b6-5e49-00000000206d | TASK | Configure /etc/openstack/clouds.yaml 2025-12-06 07:38:17.452055 | fa163e5d-0333-97b6-5e49-00000000206d | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:19.543232 | 0.05s 2025-12-06 07:38:17.500308 | fa163e5d-0333-97b6-5e49-000000002094 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-12-06 07:38:17.742930 | fa163e5d-0333-97b6-5e49-000000002094 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-12-06 07:38:17.744270 | fa163e5d-0333-97b6-5e49-000000002094 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:19.835461 | 0.24s 2025-12-06 07:38:17.764327 | fa163e5d-0333-97b6-5e49-000000002095 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-12-06 07:38:18.194871 | fa163e5d-0333-97b6-5e49-000000002095 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-12-06 07:38:18.196304 | fa163e5d-0333-97b6-5e49-000000002095 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:20.287495 | 0.43s 2025-12-06 07:38:18.216531 | fa163e5d-0333-97b6-5e49-000000002096 | TASK | Configure /etc/openstack/clouds.yaml 2025-12-06 07:38:18.269233 | fa163e5d-0333-97b6-5e49-000000002096 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:20.360420 | 0.05s 2025-12-06 07:38:18.302625 | fa163e5d-0333-97b6-5e49-0000000020d0 | TASK | Check for a configured destination 2025-12-06 07:38:18.361441 | fa163e5d-0333-97b6-5e49-0000000020d0 | SKIPPED | Check for a configured destination | undercloud 2025-12-06 07:38:18.362692 | fa163e5d-0333-97b6-5e49-0000000020d0 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:20.453881 | 0.06s 2025-12-06 07:38:18.388619 | fa163e5d-0333-97b6-5e49-0000000020d1 | TASK | Generate /etc/openstack/clouds.yaml config 2025-12-06 07:38:18.865805 | fa163e5d-0333-97b6-5e49-0000000020d1 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-12-06 07:38:18.867189 | fa163e5d-0333-97b6-5e49-0000000020d1 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:20.958358 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2025-12-06 07:38:19.032055 | fa163e5d-0333-97b6-5e49-0000000000ba | TASK | Deploy step tasks for 1 2025-12-06 07:38:19.060882 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000ba') missing from stats 2025-12-06 07:38:19.085874 | fa163e5d-0333-97b6-5e49-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-12-06 07:38:19.526966 | fa163e5d-0333-97b6-5e49-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-12-06 07:38:19.528325 | fa163e5d-0333-97b6-5e49-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:21.619518 | 0.44s 2025-12-06 07:38:19.552144 | fa163e5d-0333-97b6-5e49-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-06 07:38:19.778406 | fa163e5d-0333-97b6-5e49-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-06 07:38:19.779886 | fa163e5d-0333-97b6-5e49-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:21.871074 | 0.23s 2025-12-06 07:38:19.804783 | fa163e5d-0333-97b6-5e49-0000000000be | TASK | Write config data at the start of step 1 2025-12-06 07:38:19.866759 | fa163e5d-0333-97b6-5e49-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:21.957940 | 0.06s 2025-12-06 07:38:19.913585 | 771824b2-70f4-40b5-8d71-7494a945eda4 | INCLUDED | /root/standalone-ansible-6pn5s7ug/common_deploy_steps_tasks_step_1.yaml | standalone 2025-12-06 07:38:19.938352 | fa163e5d-0333-97b6-5e49-00000000210f | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-12-06 07:38:19.966029 | fa163e5d-0333-97b6-5e49-00000000210f | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-06 07:38:19.966783 | fa163e5d-0333-97b6-5e49-00000000210f | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:22.057981 | 0.03s 2025-12-06 07:38:19.985571 | fa163e5d-0333-97b6-5e49-000000002110 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-12-06 07:38:20.011951 | fa163e5d-0333-97b6-5e49-000000002110 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-06 07:38:20.013006 | fa163e5d-0333-97b6-5e49-000000002110 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:22.104206 | 0.03s 2025-12-06 07:38:20.031816 | fa163e5d-0333-97b6-5e49-000000002111 | TASK | Write the puppet step_config manifest 2025-12-06 07:38:20.455285 | fa163e5d-0333-97b6-5e49-000000002111 | CHANGED | Write the puppet step_config manifest | standalone 2025-12-06 07:38:20.456781 | fa163e5d-0333-97b6-5e49-000000002111 | TIMING | Write the puppet step_config manifest | standalone | 0:03:22.547973 | 0.42s 2025-12-06 07:38:20.481499 | fa163e5d-0333-97b6-5e49-000000002112 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-06 07:38:20.513401 | fa163e5d-0333-97b6-5e49-000000002112 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-06 07:38:20.515116 | fa163e5d-0333-97b6-5e49-000000002112 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:22.606298 | 0.03s 2025-12-06 07:38:20.542616 | fa163e5d-0333-97b6-5e49-000000002113 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-06 07:38:20.572153 | fa163e5d-0333-97b6-5e49-000000002113 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-06 07:38:20.573467 | fa163e5d-0333-97b6-5e49-000000002113 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:22.664657 | 0.03s 2025-12-06 07:38:20.597900 | fa163e5d-0333-97b6-5e49-000000002114 | TASK | Create /var/lib/container-puppet 2025-12-06 07:38:20.831955 | fa163e5d-0333-97b6-5e49-000000002114 | OK | Create /var/lib/container-puppet | standalone 2025-12-06 07:38:20.833466 | fa163e5d-0333-97b6-5e49-000000002114 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:22.924654 | 0.23s 2025-12-06 07:38:20.858699 | fa163e5d-0333-97b6-5e49-000000002115 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-12-06 07:38:20.889953 | fa163e5d-0333-97b6-5e49-000000002115 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-06 07:38:20.891416 | fa163e5d-0333-97b6-5e49-000000002115 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:22.982599 | 0.03s 2025-12-06 07:38:20.917341 | fa163e5d-0333-97b6-5e49-000000002116 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-12-06 07:38:20.947338 | fa163e5d-0333-97b6-5e49-000000002116 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-06 07:38:20.948710 | fa163e5d-0333-97b6-5e49-000000002116 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:23.039894 | 0.03s 2025-12-06 07:38:20.973763 | fa163e5d-0333-97b6-5e49-000000002117 | TASK | Write container-puppet.json file 2025-12-06 07:38:21.564160 | fa163e5d-0333-97b6-5e49-000000002117 | CHANGED | Write container-puppet.json file | standalone 2025-12-06 07:38:21.565601 | fa163e5d-0333-97b6-5e49-000000002117 | TIMING | Write container-puppet.json file | standalone | 0:03:23.656793 | 0.59s 2025-12-06 07:38:21.589880 | fa163e5d-0333-97b6-5e49-000000002118 | TASK | Diff container-puppet.json changes for check mode 2025-12-06 07:38:21.619970 | fa163e5d-0333-97b6-5e49-000000002118 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-06 07:38:21.621295 | fa163e5d-0333-97b6-5e49-000000002118 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:23.712482 | 0.03s 2025-12-06 07:38:21.650284 | fa163e5d-0333-97b6-5e49-000000002119 | TASK | Diff container-puppet.json changes for check mode 2025-12-06 07:38:21.690837 | fa163e5d-0333-97b6-5e49-000000002119 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-06 07:38:21.691984 | fa163e5d-0333-97b6-5e49-000000002119 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:23.783176 | 0.04s 2025-12-06 07:38:21.716345 | fa163e5d-0333-97b6-5e49-00000000211a | TASK | Ensure config hashes are up-to-date for container startup configs 2025-12-06 07:38:22.098427 | fa163e5d-0333-97b6-5e49-00000000211a | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-12-06 07:38:22.099846 | fa163e5d-0333-97b6-5e49-00000000211a | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:24.191038 | 0.38s 2025-12-06 07:38:22.124858 | fa163e5d-0333-97b6-5e49-00000000211b | TASK | Set host puppet debugging fact string 2025-12-06 07:38:22.165304 | fa163e5d-0333-97b6-5e49-00000000211b | SKIPPED | Set host puppet debugging fact string | standalone 2025-12-06 07:38:22.166505 | fa163e5d-0333-97b6-5e49-00000000211b | TIMING | Set host puppet debugging fact string | standalone | 0:03:24.257695 | 0.04s 2025-12-06 07:38:22.191236 | fa163e5d-0333-97b6-5e49-00000000211c | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-12-06 07:38:22.219485 | fa163e5d-0333-97b6-5e49-00000000211c | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-12-06 07:38:22.220591 | fa163e5d-0333-97b6-5e49-00000000211c | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:24.311783 | 0.03s 2025-12-06 07:38:22.245292 | fa163e5d-0333-97b6-5e49-00000000211d | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-12-06 07:38:22.274297 | fa163e5d-0333-97b6-5e49-00000000211d | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-12-06 07:38:22.275620 | fa163e5d-0333-97b6-5e49-00000000211d | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:24.366806 | 0.03s 2025-12-06 07:38:22.300248 | fa163e5d-0333-97b6-5e49-00000000211e | TASK | Create puppet check-mode files if they don't exist for check mode 2025-12-06 07:38:22.330946 | fa163e5d-0333-97b6-5e49-00000000211e | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-12-06 07:38:22.332386 | fa163e5d-0333-97b6-5e49-00000000211e | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:24.423576 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-06 07:38:22.397608 | fa163e5d-0333-97b6-5e49-0000000000c0 | TIMING | include_tasks | standalone | 0:03:24.488794 | 0.04s 2025-12-06 07:38:22.505324 | efb3d6f8-5c97-40f2-bbaa-04436f186b53 | INCLUDED | /root/standalone-ansible-6pn5s7ug/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-12-06 07:38:22.544988 | fa163e5d-0333-97b6-5e49-000000002149 | TASK | Create dirs for certificates and keys 2025-12-06 07:38:22.608458 | fa163e5d-0333-97b6-5e49-000000002149 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-12-06 07:38:22.629923 | fa163e5d-0333-97b6-5e49-000000002149 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-12-06 07:38:22.637482 | fa163e5d-0333-97b6-5e49-000000002149 | TIMING | Create dirs for certificates and keys | standalone | 0:03:24.728662 | 0.09s 2025-12-06 07:38:22.714820 | fa163e5d-0333-97b6-5e49-00000000214a | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-06 07:38:22.715648 | fa163e5d-0333-97b6-5e49-00000000214a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:24.806849 | 0.05s 2025-12-06 07:38:22.733515 | fa163e5d-0333-97b6-5e49-000000002151 | TASK | Fail if container image is undefined 2025-12-06 07:38:22.772303 | fa163e5d-0333-97b6-5e49-000000002151 | SKIPPED | Fail if container image is undefined | standalone 2025-12-06 07:38:22.774042 | fa163e5d-0333-97b6-5e49-000000002151 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:24.865232 | 0.04s 2025-12-06 07:38:22.815573 | fa163e5d-0333-97b6-5e49-000000002152 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-06 07:38:37.480303 | fa163e5d-0333-97b6-5e49-000000002152 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-06 07:38:37.481563 | fa163e5d-0333-97b6-5e49-000000002152 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:39.572757 | 14.66s 2025-12-06 07:38:37.535001 | fa163e5d-0333-97b6-5e49-000000002153 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-06 07:38:37.881124 | fa163e5d-0333-97b6-5e49-000000002153 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-06 07:38:37.882482 | fa163e5d-0333-97b6-5e49-000000002153 | 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:39.973674 | 0.35s 2025-12-06 07:38:37.931273 | fa163e5d-0333-97b6-5e49-000000002162 | TASK | Fail if container image is undefined 2025-12-06 07:38:37.994867 | fa163e5d-0333-97b6-5e49-000000002162 | SKIPPED | Fail if container image is undefined | standalone 2025-12-06 07:38:37.996049 | fa163e5d-0333-97b6-5e49-000000002162 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:40.087239 | 0.06s 2025-12-06 07:38:38.037542 | fa163e5d-0333-97b6-5e49-000000002163 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-06 07:38:46.477664 | fa163e5d-0333-97b6-5e49-000000002163 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-06 07:38:46.479405 | fa163e5d-0333-97b6-5e49-000000002163 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:48.570593 | 8.44s 2025-12-06 07:38:46.535751 | fa163e5d-0333-97b6-5e49-000000002164 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-06 07:38:46.883142 | fa163e5d-0333-97b6-5e49-000000002164 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-06 07:38:46.884664 | fa163e5d-0333-97b6-5e49-000000002164 | 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:03:48.975853 | 0.35s 2025-12-06 07:38:46.933288 | fa163e5d-0333-97b6-5e49-00000000216f | TASK | Check if rsyslog exists 2025-12-06 07:38:48.203598 | fa163e5d-0333-97b6-5e49-00000000216f | CHANGED | Check if rsyslog exists | standalone 2025-12-06 07:38:48.204573 | fa163e5d-0333-97b6-5e49-00000000216f | TIMING | Check if rsyslog exists | standalone | 0:03:50.295771 | 1.27s 2025-12-06 07:38:48.224469 | fa163e5d-0333-97b6-5e49-000000002171 | TASK | Forward logging to haproxy.log file 2025-12-06 07:38:48.487270 | fa163e5d-0333-97b6-5e49-000000002171 | CHANGED | Forward logging to haproxy.log file | standalone 2025-12-06 07:38:48.488575 | fa163e5d-0333-97b6-5e49-000000002171 | TIMING | Forward logging to haproxy.log file | standalone | 0:03:50.579768 | 0.26s 2025-12-06 07:38:48.513157 | fa163e5d-0333-97b6-5e49-000000002172 | TASK | restart rsyslog service after logging conf change 2025-12-06 07:38:49.237309 | fa163e5d-0333-97b6-5e49-000000002172 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-12-06 07:38:49.239198 | fa163e5d-0333-97b6-5e49-000000002172 | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:51.330361 | 0.72s 2025-12-06 07:38:49.266850 | fa163e5d-0333-97b6-5e49-000000002179 | TASK | Fail if container image is undefined 2025-12-06 07:38:49.330417 | fa163e5d-0333-97b6-5e49-000000002179 | SKIPPED | Fail if container image is undefined | standalone 2025-12-06 07:38:49.331841 | fa163e5d-0333-97b6-5e49-000000002179 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:51.423031 | 0.06s 2025-12-06 07:38:49.378792 | fa163e5d-0333-97b6-5e49-00000000217a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-06 07:38:54.360001 | fa163e5d-0333-97b6-5e49-00000000217a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-06 07:38:54.361489 | fa163e5d-0333-97b6-5e49-00000000217a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:03:56.452683 | 4.98s 2025-12-06 07:38:54.416345 | fa163e5d-0333-97b6-5e49-00000000217b | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-06 07:38:54.751778 | fa163e5d-0333-97b6-5e49-00000000217b | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-06 07:38:54.753106 | fa163e5d-0333-97b6-5e49-00000000217b | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:03:56.844298 | 0.34s 2025-12-06 07:38:54.801405 | fa163e5d-0333-97b6-5e49-000000002185 | TASK | Run lvmfilter role 2025-12-06 07:38:54.851459 | fa163e5d-0333-97b6-5e49-000000002185 | TIMING | Run lvmfilter role | standalone | 0:03:56.942639 | 0.05s 2025-12-06 07:38:54.932267 | fa163e5d-0333-97b6-5e49-000000002284 | TASK | Check if lvm2 is installed 2025-12-06 07:38:55.198574 | fa163e5d-0333-97b6-5e49-000000002284 | CHANGED | Check if lvm2 is installed | standalone 2025-12-06 07:38:55.199958 | fa163e5d-0333-97b6-5e49-000000002284 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:03:57.291148 | 0.27s 2025-12-06 07:38:55.226456 | fa163e5d-0333-97b6-5e49-000000002286 | TASK | collect ansible devices 2025-12-06 07:38:55.276135 | fa163e5d-0333-97b6-5e49-000000002286 | SKIPPED | collect ansible devices | standalone 2025-12-06 07:38:55.277484 | fa163e5d-0333-97b6-5e49-000000002286 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:03:57.368673 | 0.05s 2025-12-06 07:38:55.303894 | fa163e5d-0333-97b6-5e49-000000002287 | TASK | collect in-use lvm2 devices list 2025-12-06 07:38:55.356520 | fa163e5d-0333-97b6-5e49-000000002287 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-12-06 07:38:55.357367 | fa163e5d-0333-97b6-5e49-000000002287 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:03:57.448566 | 0.05s 2025-12-06 07:38:55.376398 | fa163e5d-0333-97b6-5e49-000000002288 | TASK | set allowed_devices 2025-12-06 07:38:55.424522 | fa163e5d-0333-97b6-5e49-000000002288 | SKIPPED | set allowed_devices | standalone 2025-12-06 07:38:55.425845 | fa163e5d-0333-97b6-5e49-000000002288 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:03:57.517035 | 0.05s 2025-12-06 07:38:55.451754 | fa163e5d-0333-97b6-5e49-000000002289 | TASK | build lvm2 allow list 2025-12-06 07:38:55.480479 | fa163e5d-0333-97b6-5e49-000000002289 | SKIPPED | build lvm2 allow list | standalone 2025-12-06 07:38:55.481671 | fa163e5d-0333-97b6-5e49-000000002289 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:03:57.572861 | 0.03s 2025-12-06 07:38:55.506553 | fa163e5d-0333-97b6-5e49-00000000228a | TASK | build lvm2 deny list 2025-12-06 07:38:55.557754 | fa163e5d-0333-97b6-5e49-00000000228a | SKIPPED | build lvm2 deny list | standalone 2025-12-06 07:38:55.558650 | fa163e5d-0333-97b6-5e49-00000000228a | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:03:57.649848 | 0.05s 2025-12-06 07:38:55.577331 | fa163e5d-0333-97b6-5e49-00000000228b | TASK | build lvm2 filter 2025-12-06 07:38:55.623890 | fa163e5d-0333-97b6-5e49-00000000228b | SKIPPED | build lvm2 filter | standalone 2025-12-06 07:38:55.624652 | fa163e5d-0333-97b6-5e49-00000000228b | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:03:57.715853 | 0.05s 2025-12-06 07:38:55.641648 | fa163e5d-0333-97b6-5e49-00000000228c | TASK | regenerate lvm config 2025-12-06 07:38:55.688833 | fa163e5d-0333-97b6-5e49-00000000228c | SKIPPED | regenerate lvm config | standalone 2025-12-06 07:38:55.690318 | fa163e5d-0333-97b6-5e49-00000000228c | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:03:57.781508 | 0.05s 2025-12-06 07:38:55.717483 | fa163e5d-0333-97b6-5e49-00000000228d | TASK | copy new lvm.conf in place 2025-12-06 07:38:55.771275 | fa163e5d-0333-97b6-5e49-00000000228d | SKIPPED | copy new lvm.conf in place | standalone 2025-12-06 07:38:55.772974 | fa163e5d-0333-97b6-5e49-00000000228d | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:03:57.864156 | 0.05s 2025-12-06 07:38:55.824192 | fa163e5d-0333-97b6-5e49-00000000218b | TASK | Fail if container image is undefined 2025-12-06 07:38:55.885230 | fa163e5d-0333-97b6-5e49-00000000218b | SKIPPED | Fail if container image is undefined | standalone 2025-12-06 07:38:55.886385 | fa163e5d-0333-97b6-5e49-00000000218b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:57.977576 | 0.06s 2025-12-06 07:38:55.929544 | fa163e5d-0333-97b6-5e49-00000000218c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-06 07:39:04.180653 | fa163e5d-0333-97b6-5e49-00000000218c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-06 07:39:04.182251 | fa163e5d-0333-97b6-5e49-00000000218c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:06.273443 | 8.25s 2025-12-06 07:39:04.237293 | fa163e5d-0333-97b6-5e49-00000000218d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-06 07:39:04.613414 | fa163e5d-0333-97b6-5e49-00000000218d | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-06 07:39:04.614912 | fa163e5d-0333-97b6-5e49-00000000218d | 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:06.706096 | 0.38s 2025-12-06 07:39:04.713984 | fa163e5d-0333-97b6-5e49-000000002198 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-06 07:39:04.715373 | fa163e5d-0333-97b6-5e49-000000002198 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:06.806558 | 0.05s 2025-12-06 07:39:04.740770 | fa163e5d-0333-97b6-5e49-00000000219f | TASK | Fail if container image is undefined 2025-12-06 07:39:04.800107 | fa163e5d-0333-97b6-5e49-00000000219f | SKIPPED | Fail if container image is undefined | standalone 2025-12-06 07:39:04.801428 | fa163e5d-0333-97b6-5e49-00000000219f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:06.892609 | 0.06s 2025-12-06 07:39:04.843354 | fa163e5d-0333-97b6-5e49-0000000021a0 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-06 07:39:11.981391 | fa163e5d-0333-97b6-5e49-0000000021a0 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-06 07:39:11.982770 | fa163e5d-0333-97b6-5e49-0000000021a0 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:14.073961 | 7.14s 2025-12-06 07:39:12.037164 | fa163e5d-0333-97b6-5e49-0000000021a1 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-06 07:39:12.371399 | fa163e5d-0333-97b6-5e49-0000000021a1 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-06 07:39:12.372775 | fa163e5d-0333-97b6-5e49-0000000021a1 | 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:14.463968 | 0.33s 2025-12-06 07:39:12.470112 | fa163e5d-0333-97b6-5e49-0000000021ac | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-06 07:39:12.471261 | fa163e5d-0333-97b6-5e49-0000000021ac | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:14.562452 | 0.05s 2025-12-06 07:39:12.495671 | fa163e5d-0333-97b6-5e49-0000000021ae | TASK | install systemd-container for a greenfield 2025-12-06 07:39:33.454370 | fa163e5d-0333-97b6-5e49-0000000021ae | CHANGED | install systemd-container for a greenfield | standalone 2025-12-06 07:39:33.455577 | fa163e5d-0333-97b6-5e49-0000000021ae | TIMING | install systemd-container for a greenfield | standalone | 0:04:35.546775 | 20.96s 2025-12-06 07:39:33.475828 | fa163e5d-0333-97b6-5e49-0000000021af | TASK | manage PMEM namespaces for vPMEM 2025-12-06 07:39:33.525999 | fa163e5d-0333-97b6-5e49-0000000021af | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-12-06 07:39:33.527531 | fa163e5d-0333-97b6-5e49-0000000021af | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:35.618713 | 0.05s 2025-12-06 07:39:33.553407 | fa163e5d-0333-97b6-5e49-0000000021b1 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-12-06 07:39:33.826347 | fa163e5d-0333-97b6-5e49-0000000021b1 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-12-06 07:39:33.827551 | fa163e5d-0333-97b6-5e49-0000000021b1 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:35.918745 | 0.27s 2025-12-06 07:39:33.851438 | fa163e5d-0333-97b6-5e49-0000000021b3 | TASK | is KSM enabled 2025-12-06 07:39:33.901739 | fa163e5d-0333-97b6-5e49-0000000021b3 | OK | is KSM enabled | standalone 2025-12-06 07:39:33.902925 | fa163e5d-0333-97b6-5e49-0000000021b3 | TIMING | is KSM enabled | standalone | 0:04:35.994117 | 0.05s 2025-12-06 07:39:33.927902 | fa163e5d-0333-97b6-5e49-0000000021b5 | TASK | Check for ksm 2025-12-06 07:39:34.186321 | fa163e5d-0333-97b6-5e49-0000000021b5 | CHANGED | Check for ksm | standalone 2025-12-06 07:39:34.187255 | fa163e5d-0333-97b6-5e49-0000000021b5 | TIMING | Check for ksm | standalone | 0:04:36.278453 | 0.26s 2025-12-06 07:39:34.211629 | fa163e5d-0333-97b6-5e49-0000000021b6 | TASK | disable KSM services 2025-12-06 07:39:34.299989 | fa163e5d-0333-97b6-5e49-0000000021b6 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-12-06 07:39:34.332617 | fa163e5d-0333-97b6-5e49-0000000021b6 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-12-06 07:39:34.339573 | fa163e5d-0333-97b6-5e49-0000000021b6 | TIMING | disable KSM services | standalone | 0:04:36.430762 | 0.13s 2025-12-06 07:39:34.364018 | fa163e5d-0333-97b6-5e49-0000000021b7 | TASK | delete PageKSM after disable ksm on compute 2025-12-06 07:39:34.414642 | fa163e5d-0333-97b6-5e49-0000000021b7 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-12-06 07:39:34.415668 | fa163e5d-0333-97b6-5e49-0000000021b7 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:36.506861 | 0.05s 2025-12-06 07:39:34.439366 | fa163e5d-0333-97b6-5e49-0000000021b9 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-12-06 07:39:34.489921 | fa163e5d-0333-97b6-5e49-0000000021b9 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-12-06 07:39:34.491098 | fa163e5d-0333-97b6-5e49-0000000021b9 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:36.582290 | 0.05s 2025-12-06 07:39:34.515551 | fa163e5d-0333-97b6-5e49-0000000021ba | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-12-06 07:39:34.563673 | fa163e5d-0333-97b6-5e49-0000000021ba | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-12-06 07:39:34.564909 | fa163e5d-0333-97b6-5e49-0000000021ba | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:36.656100 | 0.05s 2025-12-06 07:39:34.589875 | fa163e5d-0333-97b6-5e49-0000000021bb | TASK | enable ksmtunded 2025-12-06 07:39:34.653140 | fa163e5d-0333-97b6-5e49-0000000021bb | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-12-06 07:39:34.674913 | fa163e5d-0333-97b6-5e49-0000000021bb | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-12-06 07:39:34.687749 | fa163e5d-0333-97b6-5e49-0000000021bb | TIMING | enable ksmtunded | standalone | 0:04:36.778938 | 0.10s 2025-12-06 07:39:34.761700 | fa163e5d-0333-97b6-5e49-0000000021bd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-06 07:39:34.762881 | fa163e5d-0333-97b6-5e49-0000000021bd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:36.854073 | 0.05s 2025-12-06 07:39:34.787492 | fa163e5d-0333-97b6-5e49-0000000021bf | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-06 07:39:34.856647 | fa163e5d-0333-97b6-5e49-0000000021bf | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-06 07:39:34.857873 | fa163e5d-0333-97b6-5e49-0000000021bf | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:36.949065 | 0.07s 2025-12-06 07:39:34.882214 | fa163e5d-0333-97b6-5e49-0000000021c0 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-12-06 07:39:38.034657 | fa163e5d-0333-97b6-5e49-0000000021c0 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-12-06 07:39:38.039843 | fa163e5d-0333-97b6-5e49-0000000021c0 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:40.131036 | 3.16s 2025-12-06 07:39:38.076211 | fa163e5d-0333-97b6-5e49-0000000021c2 | TASK | Fetch ovn-dbs-bundle 2025-12-06 07:39:38.147435 | fa163e5d-0333-97b6-5e49-0000000021c2 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-12-06 07:39:38.148890 | fa163e5d-0333-97b6-5e49-0000000021c2 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:40.240081 | 0.07s 2025-12-06 07:39:38.176686 | fa163e5d-0333-97b6-5e49-0000000021c3 | TASK | Fetch ovn VIP 2025-12-06 07:39:38.247670 | fa163e5d-0333-97b6-5e49-0000000021c3 | SKIPPED | Fetch ovn VIP | standalone 2025-12-06 07:39:38.249131 | fa163e5d-0333-97b6-5e49-0000000021c3 | TIMING | Fetch ovn VIP | standalone | 0:04:40.340322 | 0.07s 2025-12-06 07:39:38.280201 | fa163e5d-0333-97b6-5e49-0000000021c4 | TASK | Remove OVNDBs from pacemaker 2025-12-06 07:39:38.343045 | fa163e5d-0333-97b6-5e49-0000000021c4 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-12-06 07:39:38.344266 | fa163e5d-0333-97b6-5e49-0000000021c4 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:40.435457 | 0.06s 2025-12-06 07:39:38.371960 | fa163e5d-0333-97b6-5e49-0000000021c5 | TASK | Remove OVNDBs VIP from pacemaker 2025-12-06 07:39:38.443330 | fa163e5d-0333-97b6-5e49-0000000021c5 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-12-06 07:39:38.444731 | fa163e5d-0333-97b6-5e49-0000000021c5 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:40.535920 | 0.07s 2025-12-06 07:39:38.474224 | fa163e5d-0333-97b6-5e49-0000000021c6 | TASK | Clean up pacemaker remote nodes cache 2025-12-06 07:39:38.545515 | fa163e5d-0333-97b6-5e49-0000000021c6 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-12-06 07:39:38.546677 | fa163e5d-0333-97b6-5e49-0000000021c6 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:40.637868 | 0.07s 2025-12-06 07:39:38.575154 | fa163e5d-0333-97b6-5e49-0000000021c7 | TASK | Remove pacemaker attributes 2025-12-06 07:39:38.630901 | fa163e5d-0333-97b6-5e49-0000000021c7 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-12-06 07:39:38.643507 | fa163e5d-0333-97b6-5e49-0000000021c7 | TIMING | Remove pacemaker attributes | standalone | 0:04:40.734694 | 0.07s 2025-12-06 07:39:38.725098 | fa163e5d-0333-97b6-5e49-0000000021ca | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-06 07:39:38.726577 | fa163e5d-0333-97b6-5e49-0000000021ca | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:40.817760 | 0.05s 2025-12-06 07:39:38.756261 | fa163e5d-0333-97b6-5e49-0000000021cc | TASK | Configure OVN DBs and northd 2025-12-06 07:39:38.807811 | fa163e5d-0333-97b6-5e49-0000000021cc | TIMING | Configure OVN DBs and northd | standalone | 0:04:40.898993 | 0.05s 2025-12-06 07:39:38.912510 | fa163e5d-0333-97b6-5e49-00000000235c | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-12-06 07:39:39.185522 | fa163e5d-0333-97b6-5e49-00000000235c | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-12-06 07:39:39.186990 | fa163e5d-0333-97b6-5e49-00000000235c | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:41.278177 | 0.27s 2025-12-06 07:39:39.215995 | fa163e5d-0333-97b6-5e49-00000000235d | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-06 07:39:39.279134 | fa163e5d-0333-97b6-5e49-00000000235d | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-06 07:39:39.280583 | fa163e5d-0333-97b6-5e49-00000000235d | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:41.371772 | 0.06s 2025-12-06 07:39:39.310420 | fa163e5d-0333-97b6-5e49-00000000235e | TASK | check ovsdb-tool election-timer options 2025-12-06 07:39:39.575601 | fa163e5d-0333-97b6-5e49-00000000235e | CHANGED | check ovsdb-tool election-timer options | standalone 2025-12-06 07:39:39.576931 | fa163e5d-0333-97b6-5e49-00000000235e | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:41.668123 | 0.27s 2025-12-06 07:39:39.605242 | fa163e5d-0333-97b6-5e49-00000000235f | TASK | set has_ovsdb_tool_election_timer fact 2025-12-06 07:39:39.676701 | fa163e5d-0333-97b6-5e49-00000000235f | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-12-06 07:39:39.677867 | fa163e5d-0333-97b6-5e49-00000000235f | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:41.769058 | 0.07s 2025-12-06 07:39:39.706702 | fa163e5d-0333-97b6-5e49-000000002360 | TASK | render OVN cluster configuration 2025-12-06 07:39:40.271720 | fa163e5d-0333-97b6-5e49-000000002360 | CHANGED | render OVN cluster configuration | standalone 2025-12-06 07:39:40.272751 | fa163e5d-0333-97b6-5e49-000000002360 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:42.363948 | 0.56s 2025-12-06 07:39:40.295520 | fa163e5d-0333-97b6-5e49-000000002361 | TASK | restart OVN northd and north and south databases 2025-12-06 07:39:40.341323 | fa163e5d-0333-97b6-5e49-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:42.432505 | 0.04s 2025-12-06 07:39:40.359265 | fa163e5d-0333-97b6-5e49-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:42.450466 | 0.06s 2025-12-06 07:39:40.372999 | fa163e5d-0333-97b6-5e49-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:42.464201 | 0.08s 2025-12-06 07:39:40.377987 | fa163e5d-0333-97b6-5e49-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:42.469175 | 0.08s 2025-12-06 07:39:40.402499 | 45c4f0a4-1c4c-478b-86f5-49a9306c0ce6 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-06 07:39:40.410431 | ea46c0a2-4d11-4d3a-ba46-66af8572f3bc | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-06 07:39:40.417789 | df4525b0-5ed0-4bb8-8ee7-0b833c3dbbc6 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-06 07:39:40.446336 | fa163e5d-0333-97b6-5e49-000000002390 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-12-06 07:39:40.687146 | fa163e5d-0333-97b6-5e49-000000002390 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-12-06 07:39:40.688493 | fa163e5d-0333-97b6-5e49-000000002390 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:42.779683 | 0.24s 2025-12-06 07:39:40.718864 | fa163e5d-0333-97b6-5e49-000000002391 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-12-06 07:39:40.769951 | fa163e5d-0333-97b6-5e49-000000002391 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-12-06 07:39:40.771303 | fa163e5d-0333-97b6-5e49-000000002391 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:42.862494 | 0.05s 2025-12-06 07:39:40.802996 | fa163e5d-0333-97b6-5e49-000000002395 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-12-06 07:39:41.067281 | fa163e5d-0333-97b6-5e49-000000002395 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-12-06 07:39:41.068571 | fa163e5d-0333-97b6-5e49-000000002395 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:43.159763 | 0.26s 2025-12-06 07:39:41.098924 | fa163e5d-0333-97b6-5e49-000000002396 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-12-06 07:39:41.149212 | fa163e5d-0333-97b6-5e49-000000002396 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-12-06 07:39:41.150350 | fa163e5d-0333-97b6-5e49-000000002396 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:43.241541 | 0.05s 2025-12-06 07:39:41.180635 | fa163e5d-0333-97b6-5e49-00000000239a | TASK | check if tripleo_cluster_northd systemd service is active 2025-12-06 07:39:41.447992 | fa163e5d-0333-97b6-5e49-00000000239a | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-12-06 07:39:41.449276 | fa163e5d-0333-97b6-5e49-00000000239a | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:43.540467 | 0.27s 2025-12-06 07:39:41.479115 | fa163e5d-0333-97b6-5e49-00000000239b | TASK | restart tripleo_cluster_northd systemd service 2025-12-06 07:39:41.531736 | fa163e5d-0333-97b6-5e49-00000000239b | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-12-06 07:39:41.532938 | fa163e5d-0333-97b6-5e49-00000000239b | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:43.624128 | 0.05s 2025-12-06 07:39:41.636963 | fa163e5d-0333-97b6-5e49-0000000021ce | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-06 07:39:41.638365 | fa163e5d-0333-97b6-5e49-0000000021ce | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:43.729556 | 0.05s 2025-12-06 07:39:41.716977 | fa163e5d-0333-97b6-5e49-0000000021d0 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-06 07:39:41.718116 | fa163e5d-0333-97b6-5e49-0000000021d0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:43.809308 | 0.05s 2025-12-06 07:39:41.746557 | fa163e5d-0333-97b6-5e49-0000000021d7 | TASK | Fail if container image is undefined 2025-12-06 07:39:41.807082 | fa163e5d-0333-97b6-5e49-0000000021d7 | SKIPPED | Fail if container image is undefined | standalone 2025-12-06 07:39:41.808359 | fa163e5d-0333-97b6-5e49-0000000021d7 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:43.899549 | 0.06s 2025-12-06 07:39:41.852956 | fa163e5d-0333-97b6-5e49-0000000021d8 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-06 07:39:48.088052 | fa163e5d-0333-97b6-5e49-0000000021d8 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-06 07:39:48.090594 | fa163e5d-0333-97b6-5e49-0000000021d8 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:50.181783 | 6.24s 2025-12-06 07:39:48.148958 | fa163e5d-0333-97b6-5e49-0000000021d9 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-06 07:39:48.508391 | fa163e5d-0333-97b6-5e49-0000000021d9 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-06 07:39:48.511246 | fa163e5d-0333-97b6-5e49-0000000021d9 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:50.602433 | 0.36s 2025-12-06 07:39:48.566307 | fa163e5d-0333-97b6-5e49-0000000021e4 | TASK | Pre-fetch all the containers 2025-12-06 07:39:53.328701 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-12-06 07:39:53.332446 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:04:55.423634 | 4.76s 2025-12-06 07:39:59.128165 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-12-06 07:39:59.130925 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:01.222118 | 10.56s 2025-12-06 07:40:01.592914 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-12-06 07:40:01.596051 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:03.687245 | 13.03s 2025-12-06 07:40:04.821653 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-12-06 07:40:04.824117 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:06.915313 | 16.25s 2025-12-06 07:40:06.359288 | fa163e5d-0333-97b6-5e49-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-12-06 07:40:06.361839 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:08.453033 | 17.79s 2025-12-06 07:40:08.154413 | fa163e5d-0333-97b6-5e49-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-12-06 07:40:08.157457 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:10.248652 | 19.59s 2025-12-06 07:40:13.322887 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-12-06 07:40:13.326207 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:15.417370 | 24.76s 2025-12-06 07:40:17.710689 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-12-06 07:40:17.714727 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:19.805917 | 29.15s 2025-12-06 07:40:20.792758 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-12-06 07:40:20.796055 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:22.887247 | 32.23s 2025-12-06 07:40:28.425766 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-12-06 07:40:28.427699 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:30.518898 | 39.86s 2025-12-06 07:40:31.477354 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-12-06 07:40:31.480060 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:33.571254 | 42.91s 2025-12-06 07:40:50.860056 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-12-06 07:40:50.862457 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:52.953659 | 62.29s 2025-12-06 07:41:00.572201 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-12-06 07:41:00.575622 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:02.666816 | 72.01s 2025-12-06 07:41:10.661796 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-12-06 07:41:10.665582 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:12.756775 | 82.10s 2025-12-06 07:41:20.793727 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-12-06 07:41:20.797269 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:22.888460 | 92.23s 2025-12-06 07:41:26.393949 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-12-06 07:41:26.397527 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:28.488720 | 97.83s 2025-12-06 07:41:29.846001 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-12-06 07:41:29.849324 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:31.940518 | 101.28s 2025-12-06 07:41:33.043812 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-12-06 07:41:33.047636 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:35.138828 | 104.48s 2025-12-06 07:41:38.152951 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-12-06 07:41:38.155815 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:40.247007 | 109.59s 2025-12-06 07:41:50.562137 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-12-06 07:41:50.564073 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:52.655273 | 121.99s 2025-12-06 07:41:57.824552 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-12-06 07:41:57.827245 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:59.918439 | 129.26s 2025-12-06 07:42:06.508499 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-12-06 07:42:06.511539 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:08.602730 | 137.94s 2025-12-06 07:42:09.305330 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-12-06 07:42:09.308941 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:11.400135 | 140.74s 2025-12-06 07:42:12.869652 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-12-06 07:42:12.872421 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:14.963614 | 144.30s 2025-12-06 07:42:14.952763 | fa163e5d-0333-97b6-5e49-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-12-06 07:42:14.956342 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:17.047535 | 146.39s 2025-12-06 07:42:17.215550 | fa163e5d-0333-97b6-5e49-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-12-06 07:42:17.218396 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:19.309590 | 148.65s 2025-12-06 07:42:19.846312 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-12-06 07:42:19.848833 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:21.940027 | 151.28s 2025-12-06 07:42:21.825375 | fa163e5d-0333-97b6-5e49-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-12-06 07:42:21.829245 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:23.920436 | 153.26s 2025-12-06 07:42:27.252002 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-12-06 07:42:27.255104 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:29.346297 | 158.69s 2025-12-06 07:42:29.743655 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-12-06 07:42:29.746646 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:31.837836 | 161.18s 2025-12-06 07:42:32.305305 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-12-06 07:42:32.308831 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:34.400025 | 163.74s 2025-12-06 07:42:35.346934 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-12-06 07:42:35.349883 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:37.441077 | 166.78s 2025-12-06 07:42:38.501711 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-12-06 07:42:38.505427 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:40.596620 | 169.94s 2025-12-06 07:42:40.880040 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-12-06 07:42:40.882430 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:42.973624 | 172.31s 2025-12-06 07:42:43.241972 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-12-06 07:42:43.245331 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.336525 | 174.68s 2025-12-06 07:42:46.315520 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-12-06 07:42:46.319778 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:48.410974 | 177.75s 2025-12-06 07:42:49.037120 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-12-06 07:42:49.040560 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:51.131755 | 180.47s 2025-12-06 07:42:52.428598 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-12-06 07:42:52.431552 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:54.522748 | 183.86s 2025-12-06 07:42:54.996761 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-12-06 07:42:54.999704 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:57.090899 | 186.43s 2025-12-06 07:42:58.004048 | fa163e5d-0333-97b6-5e49-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-12-06 07:42:58.007282 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:00.098475 | 189.44s 2025-12-06 07:42:58.283122 | fa163e5d-0333-97b6-5e49-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:00.374312 | 189.71s 2025-12-06 07:42:58.399450 | fa163e5d-0333-97b6-5e49-0000000021e7 | TASK | Check if rsyslog exists 2025-12-06 07:42:58.664444 | fa163e5d-0333-97b6-5e49-0000000021e7 | CHANGED | Check if rsyslog exists | standalone 2025-12-06 07:42:58.665232 | fa163e5d-0333-97b6-5e49-0000000021e7 | TIMING | Check if rsyslog exists | standalone | 0:08:00.756433 | 0.26s 2025-12-06 07:42:58.683596 | fa163e5d-0333-97b6-5e49-0000000021e8 | TASK | Forward logging to swift.log file 2025-12-06 07:42:59.193614 | fa163e5d-0333-97b6-5e49-0000000021e8 | CHANGED | Forward logging to swift.log file | standalone 2025-12-06 07:42:59.194584 | fa163e5d-0333-97b6-5e49-0000000021e8 | TIMING | Forward logging to swift.log file | standalone | 0:08:01.285783 | 0.51s 2025-12-06 07:42:59.215948 | fa163e5d-0333-97b6-5e49-0000000021e9 | TASK | Restart rsyslogd service after logging conf change 2025-12-06 07:43:00.978918 | fa163e5d-0333-97b6-5e49-0000000021e9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-12-06 07:43:00.981003 | fa163e5d-0333-97b6-5e49-0000000021e9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:08:03.072193 | 1.76s 2025-12-06 07:43:01.010934 | fa163e5d-0333-97b6-5e49-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-06 07:43:01.237846 | fa163e5d-0333-97b6-5e49-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-06 07:43:01.238771 | fa163e5d-0333-97b6-5e49-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:08:03.329971 | 0.23s 2025-12-06 07:43:01.327861 | fa163e5d-0333-97b6-5e49-0000000000c3 | TIMING | include_tasks | standalone | 0:08:03.419046 | 0.06s 2025-12-06 07:43:01.368721 | a461f43b-3924-4ac1-9607-22e28466d841 | INCLUDED | /root/standalone-ansible-6pn5s7ug/common_deploy_steps_tasks.yaml | standalone 2025-12-06 07:43:01.394403 | fa163e5d-0333-97b6-5e49-000000002441 | TASK | Write the config_step hieradata 2025-12-06 07:43:01.855421 | fa163e5d-0333-97b6-5e49-000000002441 | OK | Write the config_step hieradata | standalone 2025-12-06 07:43:01.856628 | fa163e5d-0333-97b6-5e49-000000002441 | TIMING | Write the config_step hieradata | standalone | 0:08:03.947820 | 0.46s 2025-12-06 07:43:01.884582 | fa163e5d-0333-97b6-5e49-000000002442 | TASK | Run puppet host configuration for step 1 2025-12-06 07:43:02.140393 | fa163e5d-0333-97b6-5e49-000000002442 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-12-06 07:43:02.142013 | fa163e5d-0333-97b6-5e49-000000002442 | TIMING | Run puppet host configuration for step 1 | standalone | 0:08:04.233197 | 0.26s 2025-12-06 07:43:02.180551 | fa163e5d-0333-97b6-5e49-000000002443 | TASK | Wait for puppet host configuration to finish 2025-12-06 07:43:02.429080 | fa163e5d-0333-97b6-5e49-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-06 07:43:13.465904 | fa163e5d-0333-97b6-5e49-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-06 07:43:23.697025 | fa163e5d-0333-97b6-5e49-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-06 07:43:33.917966 | fa163e5d-0333-97b6-5e49-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-12-06 07:43:44.141682 | fa163e5d-0333-97b6-5e49-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-12-06 07:43:54.354507 | fa163e5d-0333-97b6-5e49-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-12-06 07:44:04.607619 | fa163e5d-0333-97b6-5e49-000000002443 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-06 07:44:04.608991 | fa163e5d-0333-97b6-5e49-000000002443 | TIMING | Wait for puppet host configuration to finish | standalone | 0:09:06.700178 | 62.43s 2025-12-06 07:44:04.640675 | fa163e5d-0333-97b6-5e49-000000002444 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-12-06 07:44:04.726965 | fa163e5d-0333-97b6-5e49-000000002444 | 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>Dec 6 07:43:02 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 6 07:43:05 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 6 07:43:05 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 6 07:43:05 puppet-user: (file & line not available)", "<13>Dec 6 07:43:05 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 6 07:43:05 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 6 07:43:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 6 07:43:06 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Dec 6 07:43:06 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Dec 6 07:43:06 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Dec 6 07:43:06 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Dec 6 07:43:14 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Dec 6 07:43:22 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Dec 6 07:43:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Dec 6 07:43:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Dec 6 07:43:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Dec 6 07:43:25 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 6 07:43:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Dec 6 07:43:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Dec 6 07:43:30 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 6 07:43:33 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 6 07:43:33 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Dec 6 07:43:34 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Dec 6 07:43:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Dec 6 07:43:58 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 6 07:44:00 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Dec 6 07:44:00 puppet-user: Notice: Applied catalog in 54.30 seconds", "<13>Dec 6 07:44:00 puppet-user: Application:", "<13>Dec 6 07:44:00 puppet-user: Initial environment: production", "<13>Dec 6 07:44:00 puppet-user: Converged environment: production", "<13>Dec 6 07:44:00 puppet-user: Run mode: user", "<13>Dec 6 07:44:00 puppet-user: Changes:", "<13>Dec 6 07:44:00 puppet-user: Total: 17", "<13>Dec 6 07:44:00 puppet-user: Events:", "<13>Dec 6 07:44:00 puppet-user: Success: 17", "<13>Dec 6 07:44:00 puppet-user: Resources:", "<13>Dec 6 07:44:00 puppet-user: Restarted: 1", "<13>Dec 6 07:44:00 puppet-user: Changed: 16", "<13>Dec 6 07:44:00 puppet-user: Out of sync: 16", "<13>Dec 6 07:44:00 puppet-user: Total: 26", "<13>Dec 6 07:44:00 puppet-user: Time:", "<13>Dec 6 07:44:00 puppet-user: Filebucket: 0.00", "<13>Dec 6 07:44:00 puppet-user: Schedule: 0.00", "<13>Dec 6 07:44:00 puppet-user: File line: 0.00", "<13>Dec 6 07:44:00 puppet-user: File: 0.00", "<13>Dec 6 07:44:00 puppet-user: Augeas: 0.02", "<13>Dec 6 07:44:00 puppet-user: User: 0.13", "<13>Dec 6 07:44:00 puppet-user: Config retrieval: 0.48", "<13>Dec 6 07:44:00 puppet-user: Package: 16.12", "<13>Dec 6 07:44:00 puppet-user: Last run: 1765007040", "<13>Dec 6 07:44:00 puppet-user: Exec: 29.08", "<13>Dec 6 07:44:00 puppet-user: Pcmk property: 3.59", "<13>Dec 6 07:44:00 puppet-user: Service: 4.08", "<13>Dec 6 07:44:00 puppet-user: Transaction evaluation: 54.29", "<13>Dec 6 07:44:00 puppet-user: Catalog application: 54.30", "<13>Dec 6 07:44:00 puppet-user: Total: 54.31", "<13>Dec 6 07:44:00 puppet-user: Version:", "<13>Dec 6 07:44:00 puppet-user: Config: 1765006985", "<13>Dec 6 07:44:00 puppet-user: Puppet: 7.10.0" ] } 2025-12-06 07:44:04.728536 | fa163e5d-0333-97b6-5e49-000000002444 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:09:06.819729 | 0.09s 2025-12-06 07:44:04.759094 | fa163e5d-0333-97b6-5e49-000000002445 | TASK | Pre-cache facts for puppet containers 2025-12-06 07:44:04.788100 | fa163e5d-0333-97b6-5e49-000000002445 | TIMING | Pre-cache facts for puppet containers | standalone | 0:09:06.879287 | 0.03s 2025-12-06 07:44:04.860293 | fa163e5d-0333-97b6-5e49-00000000248c | TASK | Gather variables for each operating system 2025-12-06 07:44:04.975963 | fa163e5d-0333-97b6-5e49-00000000248c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:09:07.067144 | 0.11s 2025-12-06 07:44:05.005731 | fa163e5d-0333-97b6-5e49-00000000248d | TASK | Create puppet caching structures 2025-12-06 07:44:05.238022 | fa163e5d-0333-97b6-5e49-00000000248d | CHANGED | Create puppet caching structures | standalone 2025-12-06 07:44:05.239379 | fa163e5d-0333-97b6-5e49-00000000248d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:09:07.330571 | 0.23s 2025-12-06 07:44:05.267616 | fa163e5d-0333-97b6-5e49-00000000248e | TASK | Check for facter.conf 2025-12-06 07:44:05.492326 | fa163e5d-0333-97b6-5e49-00000000248e | OK | Check for facter.conf | standalone 2025-12-06 07:44:05.493591 | fa163e5d-0333-97b6-5e49-00000000248e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:09:07.584782 | 0.22s 2025-12-06 07:44:05.521497 | fa163e5d-0333-97b6-5e49-00000000248f | TASK | Remove facter.conf if directory 2025-12-06 07:44:05.571497 | fa163e5d-0333-97b6-5e49-00000000248f | SKIPPED | Remove facter.conf if directory | standalone 2025-12-06 07:44:05.572669 | fa163e5d-0333-97b6-5e49-00000000248f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:09:07.663860 | 0.05s 2025-12-06 07:44:05.601155 | fa163e5d-0333-97b6-5e49-000000002490 | TASK | Write facter cache config 2025-12-06 07:44:06.073389 | fa163e5d-0333-97b6-5e49-000000002490 | CHANGED | Write facter cache config | standalone 2025-12-06 07:44:06.074778 | fa163e5d-0333-97b6-5e49-000000002490 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:09:08.165969 | 0.47s 2025-12-06 07:44:06.103775 | fa163e5d-0333-97b6-5e49-000000002491 | TASK | Cleanup facter cache if exists 2025-12-06 07:44:06.336911 | fa163e5d-0333-97b6-5e49-000000002491 | OK | Cleanup facter cache if exists | standalone 2025-12-06 07:44:06.338137 | fa163e5d-0333-97b6-5e49-000000002491 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:09:08.429329 | 0.23s 2025-12-06 07:44:06.366806 | fa163e5d-0333-97b6-5e49-000000002492 | TASK | Pre-cache facts 2025-12-06 07:44:06.963432 | fa163e5d-0333-97b6-5e49-000000002492 | CHANGED | Pre-cache facts | standalone 2025-12-06 07:44:06.964641 | fa163e5d-0333-97b6-5e49-000000002492 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:09:09.055833 | 0.60s 2025-12-06 07:44:06.994426 | fa163e5d-0333-97b6-5e49-000000002493 | TASK | Failed deployment if facter fails 2025-12-06 07:44:07.027383 | fa163e5d-0333-97b6-5e49-000000002493 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-06 07:44:07.028473 | fa163e5d-0333-97b6-5e49-000000002493 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:09:09.119664 | 0.03s 2025-12-06 07:44:07.077821 | fa163e5d-0333-97b6-5e49-000000002494 | TASK | Sync cached facts 2025-12-06 07:44:07.533092 | fa163e5d-0333-97b6-5e49-000000002494 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-0333-97b6-5e49-000000002494') missing from stats 2025-12-06 07:44:07.587267 | fa163e5d-0333-97b6-5e49-000000002446 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-06 07:44:07.637563 | fa163e5d-0333-97b6-5e49-000000002446 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:09:09.728743 | 0.05s 2025-12-06 07:44:07.667926 | 5050a74c-79b9-4d51-a748-48a5dc8bd4cb | INCLUDED | /root/standalone-ansible-6pn5s7ug/generate-config-tasks.yaml | standalone 2025-12-06 07:44:07.713121 | fa163e5d-0333-97b6-5e49-0000000024de | TASK | Create base directory puppet configs 2025-12-06 07:44:07.953579 | fa163e5d-0333-97b6-5e49-0000000024de | CHANGED | Create base directory puppet configs | standalone 2025-12-06 07:44:07.954903 | fa163e5d-0333-97b6-5e49-0000000024de | TIMING | Create base directory puppet configs | standalone | 0:09:10.046095 | 0.24s 2025-12-06 07:44:07.984691 | fa163e5d-0333-97b6-5e49-0000000024df | TASK | Generate container puppet configs for step 1 2025-12-06 07:44:08.230091 | fa163e5d-0333-97b6-5e49-0000000024df | CHANGED | Generate container puppet configs for step 1 | standalone 2025-12-06 07:44:08.231404 | fa163e5d-0333-97b6-5e49-0000000024df | TIMING | Generate container puppet configs for step 1 | standalone | 0:09:10.322597 | 0.25s 2025-12-06 07:44:08.261036 | fa163e5d-0333-97b6-5e49-0000000024e0 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-12-06 07:44:08.290355 | fa163e5d-0333-97b6-5e49-0000000024e0 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:09:10.381539 | 0.03s 2025-12-06 07:44:08.364617 | fa163e5d-0333-97b6-5e49-00000000256a | TASK | Gather variables for each operating system 2025-12-06 07:44:08.488320 | fa163e5d-0333-97b6-5e49-00000000256a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:09:10.579505 | 0.12s 2025-12-06 07:44:08.517704 | fa163e5d-0333-97b6-5e49-00000000256b | TASK | Create container logs path 2025-12-06 07:44:08.783357 | fa163e5d-0333-97b6-5e49-00000000256b | OK | Create container logs path | standalone 2025-12-06 07:44:08.784889 | fa163e5d-0333-97b6-5e49-00000000256b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:09:10.876081 | 0.27s 2025-12-06 07:44:08.816623 | fa163e5d-0333-97b6-5e49-00000000256d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:44:09.220099 | fa163e5d-0333-97b6-5e49-00000000256d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-06 07:44:09.221439 | fa163e5d-0333-97b6-5e49-00000000256d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:11.312632 | 0.40s 2025-12-06 07:44:09.251815 | fa163e5d-0333-97b6-5e49-00000000256e | TASK | Finalise hashes for all containers 2025-12-06 07:44:09.326934 | fa163e5d-0333-97b6-5e49-00000000256e | OK | Finalise hashes for all containers | standalone 2025-12-06 07:44:09.328242 | fa163e5d-0333-97b6-5e49-00000000256e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:09:11.419434 | 0.07s 2025-12-06 07:44:09.357262 | fa163e5d-0333-97b6-5e49-000000002570 | TASK | Manage systemd shutdown files 2025-12-06 07:44:09.385360 | fa163e5d-0333-97b6-5e49-000000002570 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:44:09.386435 | fa163e5d-0333-97b6-5e49-000000002570 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:09:11.477626 | 0.03s 2025-12-06 07:44:09.416659 | fa163e5d-0333-97b6-5e49-000000002572 | TASK | Update container configs with new config hashes 2025-12-06 07:44:09.477715 | fa163e5d-0333-97b6-5e49-000000002572 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:44:09.478965 | fa163e5d-0333-97b6-5e49-000000002572 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:09:11.570155 | 0.06s 2025-12-06 07:44:09.511404 | fa163e5d-0333-97b6-5e49-000000002573 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:44:09.572417 | fa163e5d-0333-97b6-5e49-000000002573 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:11.663603 | 0.06s 2025-12-06 07:44:09.597107 | 07fa8b93-cc2e-4a9f-abe3-5e850371c595 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:44:09.633629 | fa163e5d-0333-97b6-5e49-0000000025b7 | TASK | Gather podman infos 2025-12-06 07:44:10.269853 | fa163e5d-0333-97b6-5e49-0000000025b7 | OK | Gather podman infos | standalone 2025-12-06 07:44:10.271302 | fa163e5d-0333-97b6-5e49-0000000025b7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:09:12.362493 | 0.64s 2025-12-06 07:44:10.310056 | fa163e5d-0333-97b6-5e49-0000000025b8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:44:10.371755 | fa163e5d-0333-97b6-5e49-0000000025b8 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-06 07:44:10.372921 | fa163e5d-0333-97b6-5e49-0000000025b8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:12.464113 | 0.06s 2025-12-06 07:44:10.403580 | fa163e5d-0333-97b6-5e49-000000002574 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:44:10.456457 | fa163e5d-0333-97b6-5e49-000000002574 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:12.547638 | 0.05s 2025-12-06 07:44:10.484248 | 9e62e0c4-108d-41b7-85a9-070ce131caad | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:44:10.520874 | fa163e5d-0333-97b6-5e49-0000000025e1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:44:38.595918 | fa163e5d-0333-97b6-5e49-0000000025e1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-06 07:44:38.597450 | fa163e5d-0333-97b6-5e49-0000000025e1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:40.688643 | 28.07s 2025-12-06 07:44:38.669275 | fa163e5d-0333-97b6-5e49-0000000025e2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:44:38.751163 | fa163e5d-0333-97b6-5e49-0000000025e2 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-06 07:44:38.752369 | fa163e5d-0333-97b6-5e49-0000000025e2 | 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:09:40.843560 | 0.08s 2025-12-06 07:44:38.805413 | fa163e5d-0333-97b6-5e49-0000000024e2 | TASK | Diff puppet-generated changes for check mode 2025-12-06 07:44:38.836879 | fa163e5d-0333-97b6-5e49-0000000024e2 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-06 07:44:38.837982 | fa163e5d-0333-97b6-5e49-0000000024e2 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:09:40.929173 | 0.03s 2025-12-06 07:44:38.865786 | fa163e5d-0333-97b6-5e49-0000000024e3 | TASK | Diff puppet-generated changes for check mode 2025-12-06 07:44:38.896580 | fa163e5d-0333-97b6-5e49-0000000024e3 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-06 07:44:38.897663 | fa163e5d-0333-97b6-5e49-0000000024e3 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:09:40.988854 | 0.03s 2025-12-06 07:44:38.927077 | fa163e5d-0333-97b6-5e49-000000002448 | TASK | Manage containers for step 1 with tripleo-ansible 2025-12-06 07:44:38.955498 | fa163e5d-0333-97b6-5e49-000000002448 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:09:41.046687 | 0.03s 2025-12-06 07:44:39.019785 | fa163e5d-0333-97b6-5e49-000000002637 | TASK | Gather variables for each operating system 2025-12-06 07:44:39.135378 | fa163e5d-0333-97b6-5e49-000000002637 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:09:41.226526 | 0.11s 2025-12-06 07:44:39.163980 | fa163e5d-0333-97b6-5e49-000000002638 | TASK | Create container logs path 2025-12-06 07:44:39.424353 | fa163e5d-0333-97b6-5e49-000000002638 | OK | Create container logs path | standalone 2025-12-06 07:44:39.425650 | fa163e5d-0333-97b6-5e49-000000002638 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:09:41.516842 | 0.26s 2025-12-06 07:44:39.456438 | fa163e5d-0333-97b6-5e49-00000000263a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-12-06 07:44:39.681216 | fa163e5d-0333-97b6-5e49-00000000263a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-06 07:44:39.682355 | fa163e5d-0333-97b6-5e49-00000000263a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:41.773547 | 0.22s 2025-12-06 07:44:39.709945 | fa163e5d-0333-97b6-5e49-00000000263b | TASK | Finalise hashes for all containers 2025-12-06 07:44:39.770710 | fa163e5d-0333-97b6-5e49-00000000263b | OK | Finalise hashes for all containers | standalone 2025-12-06 07:44:39.771800 | fa163e5d-0333-97b6-5e49-00000000263b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:09:41.862992 | 0.06s 2025-12-06 07:44:39.801555 | fa163e5d-0333-97b6-5e49-00000000263d | TASK | Manage systemd shutdown files 2025-12-06 07:44:39.834034 | fa163e5d-0333-97b6-5e49-00000000263d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:09:41.925217 | 0.03s 2025-12-06 07:44:39.868540 | 5abf675d-2274-4261-9ae0-93dd85d56d32 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-06 07:44:39.896278 | fa163e5d-0333-97b6-5e49-000000002670 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-06 07:44:40.161727 | fa163e5d-0333-97b6-5e49-000000002670 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-06 07:44:40.163044 | fa163e5d-0333-97b6-5e49-000000002670 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:09:42.254237 | 0.27s 2025-12-06 07:44:40.191290 | fa163e5d-0333-97b6-5e49-000000002671 | TASK | Set podman_drop_in fact 2025-12-06 07:44:40.245603 | fa163e5d-0333-97b6-5e49-000000002671 | OK | Set podman_drop_in fact | standalone 2025-12-06 07:44:40.246823 | fa163e5d-0333-97b6-5e49-000000002671 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:09:42.338014 | 0.05s 2025-12-06 07:44:40.275059 | fa163e5d-0333-97b6-5e49-000000002673 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-06 07:44:40.783291 | fa163e5d-0333-97b6-5e49-000000002673 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-06 07:44:40.784752 | fa163e5d-0333-97b6-5e49-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:09:42.875944 | 0.51s 2025-12-06 07:44:41.232527 | fa163e5d-0333-97b6-5e49-000000002673 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-06 07:44:41.233725 | fa163e5d-0333-97b6-5e49-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:09:43.324929 | 0.96s 2025-12-06 07:44:41.244698 | fa163e5d-0333-97b6-5e49-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:09:43.335895 | 0.97s 2025-12-06 07:44:41.272981 | fa163e5d-0333-97b6-5e49-000000002674 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-06 07:44:41.753036 | fa163e5d-0333-97b6-5e49-000000002674 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-06 07:44:41.754444 | fa163e5d-0333-97b6-5e49-000000002674 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:09:43.845635 | 0.48s 2025-12-06 07:44:41.783899 | fa163e5d-0333-97b6-5e49-000000002675 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-06 07:44:42.290503 | fa163e5d-0333-97b6-5e49-000000002675 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-06 07:44:42.291850 | fa163e5d-0333-97b6-5e49-000000002675 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:09:44.383042 | 0.51s 2025-12-06 07:44:42.319899 | fa163e5d-0333-97b6-5e49-000000002676 | TASK | Enable and start tripleo-container-shutdown 2025-12-06 07:44:43.301531 | fa163e5d-0333-97b6-5e49-000000002676 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-12-06 07:44:43.304400 | fa163e5d-0333-97b6-5e49-000000002676 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:09:45.395595 | 0.98s 2025-12-06 07:44:43.323865 | fa163e5d-0333-97b6-5e49-000000002677 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-06 07:44:43.774470 | fa163e5d-0333-97b6-5e49-000000002677 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-06 07:44:43.775218 | fa163e5d-0333-97b6-5e49-000000002677 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:09:45.866418 | 0.45s 2025-12-06 07:44:43.795004 | fa163e5d-0333-97b6-5e49-000000002678 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-06 07:44:44.282214 | fa163e5d-0333-97b6-5e49-000000002678 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-06 07:44:44.283709 | fa163e5d-0333-97b6-5e49-000000002678 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:09:46.374897 | 0.49s 2025-12-06 07:44:44.314132 | fa163e5d-0333-97b6-5e49-000000002679 | TASK | Enable and start netns-placeholder 2025-12-06 07:44:45.257296 | fa163e5d-0333-97b6-5e49-000000002679 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-06 07:44:45.259167 | fa163e5d-0333-97b6-5e49-000000002679 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:09:47.350358 | 0.94s 2025-12-06 07:44:45.295992 | fa163e5d-0333-97b6-5e49-00000000263f | TASK | Update container configs with new config hashes 2025-12-06 07:44:45.350785 | fa163e5d-0333-97b6-5e49-00000000263f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:09:47.441963 | 0.05s 2025-12-06 07:44:45.371021 | e0a35c35-9d89-4fb1-8ff6-621fc9554dd4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-06 07:44:45.404395 | fa163e5d-0333-97b6-5e49-0000000026a1 | TASK | Update config hashes for container startup configs 2025-12-06 07:44:45.710131 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-12-06 07:44:45.710851 | | WARNING | Config change detected for mysql_bootstrap, new hash: 847d657bb6cc35d0f28003bae78eb028 2025-12-06 07:44:45.711126 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 04498c8eac445710f4f864605cb05897 2025-12-06 07:44:45.711398 | | WARNING | Config change detected for clustercheck, new hash: f9a5a51359717e4da7db6a268928fea8 2025-12-06 07:44:45.711678 | | WARNING | Config change detected for horizon_fix_perms, new hash: 42c193a30e483191e79d76e567cfc0fc 2025-12-06 07:44:45.711914 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 847d657bb6cc35d0f28003bae78eb028 2025-12-06 07:44:45.712200 | | WARNING | Config change detected for barbican_api, new hash: 5083abdd401cb2d628db25b7efbf44ba 2025-12-06 07:44:45.712473 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 5083abdd401cb2d628db25b7efbf44ba 2025-12-06 07:44:45.712718 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 5083abdd401cb2d628db25b7efbf44ba 2025-12-06 07:44:45.712949 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 5083abdd401cb2d628db25b7efbf44ba 2025-12-06 07:44:45.713208 | | WARNING | Config change detected for barbican_worker, new hash: 5083abdd401cb2d628db25b7efbf44ba 2025-12-06 07:44:45.713474 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 58ffb2b25b6ce81b590f800d8ac81d70 2025-12-06 07:44:45.713717 | | WARNING | Config change detected for glance_api_db_sync, new hash: bfac1d3b52ecad978903fbfb156706c4-f03c35cec5c11c14b28813c92eea7d0b 2025-12-06 07:44:45.713960 | | WARNING | Config change detected for heat_engine_db_sync, new hash: ad5faefaa77421dceb4cf0e0b4bf4637 2025-12-06 07:44:45.714220 | | WARNING | Config change detected for horizon, new hash: 42c193a30e483191e79d76e567cfc0fc 2025-12-06 07:44:45.714483 | | WARNING | Config change detected for iscsid, new hash: f03c35cec5c11c14b28813c92eea7d0b 2025-12-06 07:44:45.714736 | | WARNING | Config change detected for keystone, new hash: e74cfb34dd3d8b3bedac6963149d1e64 2025-12-06 07:44:45.714988 | | WARNING | Config change detected for keystone_cron, new hash: e74cfb34dd3d8b3bedac6963149d1e64 2025-12-06 07:44:45.715490 | | WARNING | Config change detected for keystone_db_sync, new hash: e74cfb34dd3d8b3bedac6963149d1e64 2025-12-06 07:44:45.716395 | | WARNING | Config change detected for manila_api_db_sync, new hash: eecb928840cfec25b0d929b26b9723f6 2025-12-06 07:44:45.716907 | | WARNING | Config change detected for neutron_db_sync, new hash: 12cd8ab19f97019698d2fa684177e5fc 2025-12-06 07:44:45.717454 | | WARNING | Config change detected for nova_api_db_sync, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.717953 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.718480 | | WARNING | Config change detected for nova_db_sync, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.718978 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.719543 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.720035 | | WARNING | Config change detected for nova_virtproxyd, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.720611 | | WARNING | Config change detected for nova_virtqemud, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.721133 | | WARNING | Config change detected for nova_virtsecretd, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.721702 | | WARNING | Config change detected for nova_virtstoraged, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.722221 | | WARNING | Config change detected for placement_api_db_sync, new hash: 938acb8fd7980ddcec5c9e0898a1c208 2025-12-06 07:44:45.722764 | | WARNING | Config change detected for swift_copy_rings, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21-68ed13650d26544395c50bee67da060a 2025-12-06 07:44:45.723356 | | WARNING | Config change detected for cinder_api, new hash: 58ffb2b25b6ce81b590f800d8ac81d70 2025-12-06 07:44:45.723872 | | WARNING | Config change detected for cinder_api_cron, new hash: 58ffb2b25b6ce81b590f800d8ac81d70 2025-12-06 07:44:45.724415 | | WARNING | Config change detected for cinder_scheduler, new hash: 58ffb2b25b6ce81b590f800d8ac81d70 2025-12-06 07:44:45.724927 | | WARNING | Config change detected for glance_api, new hash: bfac1d3b52ecad978903fbfb156706c4-f03c35cec5c11c14b28813c92eea7d0b 2025-12-06 07:44:45.725497 | | WARNING | Config change detected for glance_api_cron, new hash: bfac1d3b52ecad978903fbfb156706c4 2025-12-06 07:44:45.725996 | | WARNING | Config change detected for glance_api_internal, new hash: 154391d54dddb4348c9b477f8a4085b2-f03c35cec5c11c14b28813c92eea7d0b 2025-12-06 07:44:45.726544 | | WARNING | Config change detected for heat_api, new hash: 0cf5fd1fd0e24b0fb17062c70b232f55 2025-12-06 07:44:45.727034 | | WARNING | Config change detected for heat_api_cfn, new hash: 1a760d80a3823e9edea380d1b0c1e5b7 2025-12-06 07:44:45.727580 | | WARNING | Config change detected for heat_api_cron, new hash: 0cf5fd1fd0e24b0fb17062c70b232f55 2025-12-06 07:44:45.728068 | | WARNING | Config change detected for heat_engine, new hash: ad5faefaa77421dceb4cf0e0b4bf4637 2025-12-06 07:44:45.728586 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-12-06 07:44:45.729108 | | WARNING | Config change detected for manila_api, new hash: eecb928840cfec25b0d929b26b9723f6 2025-12-06 07:44:45.729618 | | WARNING | Config change detected for manila_api_cron, new hash: eecb928840cfec25b0d929b26b9723f6 2025-12-06 07:44:45.730101 | | WARNING | Config change detected for manila_scheduler, new hash: eecb928840cfec25b0d929b26b9723f6 2025-12-06 07:44:45.730638 | | WARNING | Config change detected for neutron_api, new hash: 12cd8ab19f97019698d2fa684177e5fc 2025-12-06 07:44:45.731162 | | WARNING | Config change detected for neutron_dhcp, new hash: 12cd8ab19f97019698d2fa684177e5fc 2025-12-06 07:44:45.731702 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 12cd8ab19f97019698d2fa684177e5fc 2025-12-06 07:44:45.732282 | | WARNING | Config change detected for nova_api, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.732753 | | WARNING | Config change detected for nova_api_cron, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.733320 | | WARNING | Config change detected for nova_conductor, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.733835 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.734358 | | WARNING | Config change detected for nova_metadata, new hash: 57ab16851cbac123d008d1a5c0a9aed8 2025-12-06 07:44:45.734839 | | WARNING | Config change detected for nova_migration_target, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.735406 | | WARNING | Config change detected for nova_scheduler, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.736029 | | WARNING | Config change detected for nova_vnc_proxy, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.736596 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: c3a9e5071db880bdd851486345affb9c 2025-12-06 07:44:45.737210 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 12cd8ab19f97019698d2fa684177e5fc 2025-12-06 07:44:45.737712 | | WARNING | Config change detected for placement_api, new hash: 938acb8fd7980ddcec5c9e0898a1c208 2025-12-06 07:44:45.738309 | | WARNING | Config change detected for placement_wait_for_service, new hash: 938acb8fd7980ddcec5c9e0898a1c208 2025-12-06 07:44:45.738848 | | WARNING | Config change detected for swift_account_reaper, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21 2025-12-06 07:44:45.739471 | | WARNING | Config change detected for swift_account_server, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21 2025-12-06 07:44:45.740207 | | WARNING | Config change detected for swift_container_server, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21 2025-12-06 07:44:45.740836 | | WARNING | Config change detected for swift_container_updater, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21 2025-12-06 07:44:45.741354 | | WARNING | Config change detected for swift_object_expirer, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21 2025-12-06 07:44:45.741831 | | WARNING | Config change detected for swift_object_server, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21 2025-12-06 07:44:45.742350 | | WARNING | Config change detected for swift_object_updater, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21 2025-12-06 07:44:45.742857 | | WARNING | Config change detected for swift_proxy, new hash: 0ad0d33c922fc92dbc6b1e3be2b12b21 2025-12-06 07:44:45.743440 | | WARNING | Config change detected for nova_compute, new hash: f03c35cec5c11c14b28813c92eea7d0b-41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.743989 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 41a3bdba3310a5a8b17114187565fba7 2025-12-06 07:44:45.744549 | fa163e5d-0333-97b6-5e49-0000000026a1 | CHANGED | Update config hashes for container startup configs | standalone 2025-12-06 07:44:45.745407 | fa163e5d-0333-97b6-5e49-0000000026a1 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:09:47.836596 | 0.34s 2025-12-06 07:44:45.777300 | fa163e5d-0333-97b6-5e49-000000002640 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-06 07:44:45.843250 | fa163e5d-0333-97b6-5e49-000000002640 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:47.934426 | 0.06s 2025-12-06 07:44:45.867018 | c564cf18-1142-4a6f-ada5-b84eb456962a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:44:45.904879 | fa163e5d-0333-97b6-5e49-0000000026c0 | TASK | Gather podman infos 2025-12-06 07:44:46.777827 | fa163e5d-0333-97b6-5e49-0000000026c0 | OK | Gather podman infos | standalone 2025-12-06 07:44:46.779134 | fa163e5d-0333-97b6-5e49-0000000026c0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:09:48.870330 | 0.87s 2025-12-06 07:44:46.844080 | fa163e5d-0333-97b6-5e49-0000000026c1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-06 07:44:46.912238 | fa163e5d-0333-97b6-5e49-0000000026c1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:49.003418 | 0.07s 2025-12-06 07:44:47.044672 | fa163e5d-0333-97b6-5e49-00000000270a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:09:49.135850 | 0.06s 2025-12-06 07:44:47.102567 | fa163e5d-0333-97b6-5e49-000000002641 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-06 07:44:47.155859 | fa163e5d-0333-97b6-5e49-000000002641 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:49.247037 | 0.05s 2025-12-06 07:44:47.178081 | 60f1de90-aaec-4448-aeda-b12cd9301f33 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:44:47.214841 | fa163e5d-0333-97b6-5e49-000000002730 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-06 07:44:54.973414 | fa163e5d-0333-97b6-5e49-000000002730 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-06 07:44:54.974938 | fa163e5d-0333-97b6-5e49-000000002730 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:57.066128 | 7.76s 2025-12-06 07:44:55.006871 | fa163e5d-0333-97b6-5e49-000000002731 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-06 07:44:57.606408 | fa163e5d-0333-97b6-5e49-000000002731 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-06 07:44:57.607979 | fa163e5d-0333-97b6-5e49-000000002731 | 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:09:59.699171 | 2.60s 2025-12-06 07:44:57.679003 | fa163e5d-0333-97b6-5e49-00000000244a | TASK | Clean container_puppet_tasks for standalone step 1 2025-12-06 07:44:57.907293 | fa163e5d-0333-97b6-5e49-00000000244a | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-12-06 07:44:57.908588 | fa163e5d-0333-97b6-5e49-00000000244a | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:09:59.999779 | 0.23s 2025-12-06 07:44:57.954820 | fa163e5d-0333-97b6-5e49-00000000244b | TASK | Calculate container_puppet_tasks for standalone step 1 2025-12-06 07:44:58.014449 | fa163e5d-0333-97b6-5e49-00000000244b | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:10:00.105608 | 0.06s 2025-12-06 07:44:58.044364 | fa163e5d-0333-97b6-5e49-00000000244c | TASK | Include container-puppet tasks for step 1 2025-12-06 07:44:58.087337 | fa163e5d-0333-97b6-5e49-00000000244c | TIMING | Include container-puppet tasks for step 1 | standalone | 0:10:00.178519 | 0.04s 2025-12-06 07:44:58.112646 | 2228b607-297a-435e-8735-868150aa657f | INCLUDED | /root/standalone-ansible-6pn5s7ug/host-container-puppet-tasks.yaml | standalone 2025-12-06 07:44:58.162514 | fa163e5d-0333-97b6-5e49-00000000277c | TASK | Write container-puppet-tasks json file for standalone step 1 2025-12-06 07:44:58.669522 | fa163e5d-0333-97b6-5e49-00000000277c | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-12-06 07:44:58.670826 | fa163e5d-0333-97b6-5e49-00000000277c | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:10:00.762017 | 0.51s 2025-12-06 07:44:58.700342 | fa163e5d-0333-97b6-5e49-00000000277e | TASK | Generate container puppet configs for step 1 2025-12-06 07:44:58.979216 | fa163e5d-0333-97b6-5e49-00000000277e | OK | Generate container puppet configs for step 1 | standalone 2025-12-06 07:44:58.980664 | fa163e5d-0333-97b6-5e49-00000000277e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:01.071855 | 0.28s 2025-12-06 07:44:59.011478 | fa163e5d-0333-97b6-5e49-00000000277f | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-12-06 07:44:59.040485 | fa163e5d-0333-97b6-5e49-00000000277f | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:10:01.131664 | 0.03s 2025-12-06 07:44:59.099341 | fa163e5d-0333-97b6-5e49-00000000256a | TASK | Gather variables for each operating system 2025-12-06 07:44:59.212563 | fa163e5d-0333-97b6-5e49-00000000256a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:01.303738 | 0.11s 2025-12-06 07:44:59.242325 | fa163e5d-0333-97b6-5e49-00000000256b | TASK | Create container logs path 2025-12-06 07:44:59.456764 | fa163e5d-0333-97b6-5e49-00000000256b | OK | Create container logs path | standalone 2025-12-06 07:44:59.458138 | fa163e5d-0333-97b6-5e49-00000000256b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:01.549329 | 0.21s 2025-12-06 07:44:59.489880 | fa163e5d-0333-97b6-5e49-00000000256d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:44:59.701411 | fa163e5d-0333-97b6-5e49-00000000256d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-06 07:44:59.702683 | fa163e5d-0333-97b6-5e49-00000000256d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:01.793876 | 0.21s 2025-12-06 07:44:59.731631 | fa163e5d-0333-97b6-5e49-00000000256e | TASK | Finalise hashes for all containers 2025-12-06 07:44:59.776370 | fa163e5d-0333-97b6-5e49-00000000256e | OK | Finalise hashes for all containers | standalone 2025-12-06 07:44:59.777580 | fa163e5d-0333-97b6-5e49-00000000256e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:01.868771 | 0.04s 2025-12-06 07:44:59.808376 | fa163e5d-0333-97b6-5e49-000000002570 | TASK | Manage systemd shutdown files 2025-12-06 07:44:59.839156 | fa163e5d-0333-97b6-5e49-000000002570 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:44:59.840518 | fa163e5d-0333-97b6-5e49-000000002570 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:01.931708 | 0.03s 2025-12-06 07:44:59.869400 | fa163e5d-0333-97b6-5e49-000000002572 | TASK | Update container configs with new config hashes 2025-12-06 07:44:59.919935 | fa163e5d-0333-97b6-5e49-000000002572 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:44:59.921222 | fa163e5d-0333-97b6-5e49-000000002572 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:02.012378 | 0.05s 2025-12-06 07:44:59.952323 | fa163e5d-0333-97b6-5e49-000000002573 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:45:00.002824 | fa163e5d-0333-97b6-5e49-000000002573 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-06 07:45:00.004280 | fa163e5d-0333-97b6-5e49-000000002573 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:02.095470 | 0.05s 2025-12-06 07:45:00.035708 | fa163e5d-0333-97b6-5e49-000000002574 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-06 07:45:00.087309 | fa163e5d-0333-97b6-5e49-000000002574 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-06 07:45:00.088401 | fa163e5d-0333-97b6-5e49-000000002574 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:02.179594 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-12-06 07:45:00.268871 | fa163e5d-0333-97b6-5e49-0000000000c6 | TASK | External deployment step 2 2025-12-06 07:45:00.297826 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000c6') missing from stats 2025-12-06 07:45:00.355897 | fa163e5d-0333-97b6-5e49-0000000000c7 | TIMING | include_tasks | undercloud | 0:10:02.447079 | 0.04s 2025-12-06 07:45:00.386690 | c48620d7-39f4-4de4-9014-3aa3f33c5233 | INCLUDED | /root/standalone-ansible-6pn5s7ug/external_deploy_steps_tasks_step2.yaml | undercloud 2025-12-06 07:45:00.411748 | fa163e5d-0333-97b6-5e49-0000000027f9 | TASK | create cephadm working directory and related files 2025-12-06 07:45:00.462759 | fa163e5d-0333-97b6-5e49-0000000027f9 | TIMING | create cephadm working directory and related files | undercloud | 0:10:02.553945 | 0.05s 2025-12-06 07:45:00.522812 | fa163e5d-0333-97b6-5e49-000000002821 | TASK | create cephadm workdir 2025-12-06 07:45:00.771725 | fa163e5d-0333-97b6-5e49-000000002821 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-6pn5s7ug/cephadm 2025-12-06 07:45:00.773229 | fa163e5d-0333-97b6-5e49-000000002821 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:02.864419 | 0.25s 2025-12-06 07:45:00.786092 | fa163e5d-0333-97b6-5e49-000000002821 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:02.877279 | 0.26s 2025-12-06 07:45:00.804706 | fa163e5d-0333-97b6-5e49-000000002822 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-12-06 07:45:01.048785 | fa163e5d-0333-97b6-5e49-000000002822 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-12-06 07:45:01.050297 | fa163e5d-0333-97b6-5e49-000000002822 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:10:03.141485 | 0.24s 2025-12-06 07:45:01.068793 | fa163e5d-0333-97b6-5e49-000000002823 | TASK | get the list of enabled services on the overcloud 2025-12-06 07:45:01.130525 | fa163e5d-0333-97b6-5e49-000000002823 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-06 07:45:01.131962 | fa163e5d-0333-97b6-5e49-000000002823 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:10:03.223153 | 0.06s 2025-12-06 07:45:01.152892 | fa163e5d-0333-97b6-5e49-000000002824 | TASK | Set grafana_vip: 192.168.122.99 2025-12-06 07:45:01.204920 | fa163e5d-0333-97b6-5e49-000000002824 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-12-06 07:45:01.205987 | fa163e5d-0333-97b6-5e49-000000002824 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:10:03.297178 | 0.05s 2025-12-06 07:45:01.275311 | fa163e5d-0333-97b6-5e49-000000002825 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:03.366497 | 0.05s 2025-12-06 07:45:01.362544 | fa163e5d-0333-97b6-5e49-0000000028a9 | TASK | set basic user fact 2025-12-06 07:45:01.432272 | fa163e5d-0333-97b6-5e49-0000000028a9 | SKIPPED | set basic user fact | undercloud 2025-12-06 07:45:01.433529 | fa163e5d-0333-97b6-5e49-0000000028a9 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:10:03.524719 | 0.07s 2025-12-06 07:45:01.451725 | fa163e5d-0333-97b6-5e49-0000000028aa | TASK | set basic home fact 2025-12-06 07:45:01.523245 | fa163e5d-0333-97b6-5e49-0000000028aa | OK | set basic home fact | undercloud 2025-12-06 07:45:01.524408 | fa163e5d-0333-97b6-5e49-0000000028aa | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:10:03.615595 | 0.07s 2025-12-06 07:45:01.543586 | fa163e5d-0333-97b6-5e49-0000000028ab | TASK | set calling_ansible_environment_variables fact 2025-12-06 07:45:01.620709 | fa163e5d-0333-97b6-5e49-0000000028ab | OK | set calling_ansible_environment_variables fact | undercloud 2025-12-06 07:45:01.623090 | fa163e5d-0333-97b6-5e49-0000000028ab | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:10:03.714280 | 0.08s 2025-12-06 07:45:01.646590 | fa163e5d-0333-97b6-5e49-0000000028ad | TASK | get all ansible environment variables 2025-12-06 07:45:01.709543 | fa163e5d-0333-97b6-5e49-0000000028ad | SKIPPED | get all ansible environment variables | undercloud 2025-12-06 07:45:01.710815 | fa163e5d-0333-97b6-5e49-0000000028ad | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:10:03.802006 | 0.06s 2025-12-06 07:45:01.729906 | fa163e5d-0333-97b6-5e49-0000000028ae | TASK | set calling_ansible_environment_variables 2025-12-06 07:45:01.795381 | fa163e5d-0333-97b6-5e49-0000000028ae | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-12-06 07:45:01.797006 | fa163e5d-0333-97b6-5e49-0000000028ae | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:10:03.888188 | 0.07s 2025-12-06 07:45:01.818518 | fa163e5d-0333-97b6-5e49-0000000028b0 | TASK | Set common fact 2025-12-06 07:45:01.872713 | fa163e5d-0333-97b6-5e49-0000000028b0 | OK | Set common fact | undercloud 2025-12-06 07:45:01.874299 | fa163e5d-0333-97b6-5e49-0000000028b0 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:10:03.965481 | 0.05s 2025-12-06 07:45:01.892988 | fa163e5d-0333-97b6-5e49-0000000028b1 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-12-06 07:45:01.926913 | fa163e5d-0333-97b6-5e49-0000000028b1 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-12-06 07:45:01.928061 | fa163e5d-0333-97b6-5e49-0000000028b1 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:10:04.019254 | 0.03s 2025-12-06 07:45:01.962856 | fa163e5d-0333-97b6-5e49-0000000028b3 | TASK | build filter list 2025-12-06 07:45:01.986522 | fa163e5d-0333-97b6-5e49-0000000028b3 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:10:04.077698 | 0.02s 2025-12-06 07:45:02.004958 | fa163e5d-0333-97b6-5e49-0000000028b4 | TASK | add images pool 2025-12-06 07:45:02.079387 | fa163e5d-0333-97b6-5e49-0000000028b4 | OK | add images pool | undercloud 2025-12-06 07:45:02.080578 | fa163e5d-0333-97b6-5e49-0000000028b4 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:10:04.171771 | 0.07s 2025-12-06 07:45:02.099044 | fa163e5d-0333-97b6-5e49-0000000028b5 | TASK | add volumes pool 2025-12-06 07:45:02.171368 | fa163e5d-0333-97b6-5e49-0000000028b5 | OK | add volumes pool | undercloud 2025-12-06 07:45:02.172559 | fa163e5d-0333-97b6-5e49-0000000028b5 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:10:04.263747 | 0.07s 2025-12-06 07:45:02.190805 | fa163e5d-0333-97b6-5e49-0000000028b6 | TASK | add vms pool 2025-12-06 07:45:02.274345 | fa163e5d-0333-97b6-5e49-0000000028b6 | OK | add vms pool | undercloud 2025-12-06 07:45:02.275524 | fa163e5d-0333-97b6-5e49-0000000028b6 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:10:04.366717 | 0.08s 2025-12-06 07:45:02.293844 | fa163e5d-0333-97b6-5e49-0000000028b7 | TASK | add gnocchi pool 2025-12-06 07:45:02.348494 | fa163e5d-0333-97b6-5e49-0000000028b7 | SKIPPED | add gnocchi pool | undercloud 2025-12-06 07:45:02.349763 | fa163e5d-0333-97b6-5e49-0000000028b7 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:10:04.440952 | 0.05s 2025-12-06 07:45:02.368971 | fa163e5d-0333-97b6-5e49-0000000028b8 | TASK | add cinder backup pool 2025-12-06 07:45:02.452880 | fa163e5d-0333-97b6-5e49-0000000028b8 | OK | add cinder backup pool | undercloud 2025-12-06 07:45:02.453765 | fa163e5d-0333-97b6-5e49-0000000028b8 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:10:04.544963 | 0.08s 2025-12-06 07:45:02.473460 | fa163e5d-0333-97b6-5e49-0000000028b9 | TASK | add cinder extra pools 2025-12-06 07:45:02.503117 | fa163e5d-0333-97b6-5e49-0000000028b9 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:10:04.594297 | 0.03s 2025-12-06 07:45:02.521646 | fa163e5d-0333-97b6-5e49-0000000028ba | TASK | build resulting pool list 2025-12-06 07:45:02.680032 | fa163e5d-0333-97b6-5e49-0000000028ba | OK | build resulting pool list | undercloud 2025-12-06 07:45:02.681408 | fa163e5d-0333-97b6-5e49-0000000028ba | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:10:04.772599 | 0.16s 2025-12-06 07:45:02.699760 | fa163e5d-0333-97b6-5e49-0000000028bc | TASK | add manila data pool 2025-12-06 07:45:02.752818 | fa163e5d-0333-97b6-5e49-0000000028bc | OK | add manila data pool | undercloud 2025-12-06 07:45:02.753950 | fa163e5d-0333-97b6-5e49-0000000028bc | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:10:04.845143 | 0.05s 2025-12-06 07:45:02.772899 | fa163e5d-0333-97b6-5e49-0000000028bd | TASK | add manila metadata pool 2025-12-06 07:45:02.827152 | fa163e5d-0333-97b6-5e49-0000000028bd | OK | add manila metadata pool | undercloud 2025-12-06 07:45:02.828710 | fa163e5d-0333-97b6-5e49-0000000028bd | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:10:04.919901 | 0.05s 2025-12-06 07:45:02.917641 | fa163e5d-0333-97b6-5e49-000000002826 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:05.008816 | 0.05s 2025-12-06 07:45:03.051244 | fa163e5d-0333-97b6-5e49-000000002a4f | TASK | reset profiles string to avoid complex string manipulation 2025-12-06 07:45:03.108161 | fa163e5d-0333-97b6-5e49-000000002a4f | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-12-06 07:45:03.109057 | fa163e5d-0333-97b6-5e49-000000002a4f | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:10:05.200256 | 0.06s 2025-12-06 07:45:03.126970 | fa163e5d-0333-97b6-5e49-000000002a51 | TASK | build openstack client profiles per pool 2025-12-06 07:45:03.211333 | fa163e5d-0333-97b6-5e49-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-06 07:45:03.213730 | fa163e5d-0333-97b6-5e49-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:05.304914 | 0.09s 2025-12-06 07:45:03.242309 | fa163e5d-0333-97b6-5e49-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-06 07:45:03.243050 | fa163e5d-0333-97b6-5e49-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:05.334248 | 0.11s 2025-12-06 07:45:03.265063 | fa163e5d-0333-97b6-5e49-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-06 07:45:03.265805 | fa163e5d-0333-97b6-5e49-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:05.357004 | 0.14s 2025-12-06 07:45:03.284695 | fa163e5d-0333-97b6-5e49-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-06 07:45:03.285490 | fa163e5d-0333-97b6-5e49-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:05.376688 | 0.16s 2025-12-06 07:45:03.291610 | fa163e5d-0333-97b6-5e49-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:05.382797 | 0.16s 2025-12-06 07:45:03.310997 | fa163e5d-0333-97b6-5e49-000000002a52 | TASK | set openstack client caps 2025-12-06 07:45:03.351681 | fa163e5d-0333-97b6-5e49-000000002a52 | OK | set openstack client caps | undercloud 2025-12-06 07:45:03.352897 | fa163e5d-0333-97b6-5e49-000000002a52 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:10:05.444089 | 0.04s 2025-12-06 07:45:03.371082 | fa163e5d-0333-97b6-5e49-000000002a53 | TASK | set openstack client osd(s) caps 2025-12-06 07:45:03.447314 | fa163e5d-0333-97b6-5e49-000000002a53 | OK | set openstack client osd(s) caps | undercloud 2025-12-06 07:45:03.448532 | fa163e5d-0333-97b6-5e49-000000002a53 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:10:05.539725 | 0.08s 2025-12-06 07:45:03.466778 | fa163e5d-0333-97b6-5e49-000000002a54 | TASK | Combine caps 2025-12-06 07:45:03.521037 | fa163e5d-0333-97b6-5e49-000000002a54 | OK | Combine caps | undercloud 2025-12-06 07:45:03.522256 | fa163e5d-0333-97b6-5e49-000000002a54 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:10:05.613446 | 0.05s 2025-12-06 07:45:03.540469 | fa163e5d-0333-97b6-5e49-000000002a55 | TASK | set openstack client key 2025-12-06 07:45:03.584572 | fa163e5d-0333-97b6-5e49-000000002a55 | OK | set openstack client key | undercloud 2025-12-06 07:45:03.585934 | fa163e5d-0333-97b6-5e49-000000002a55 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:10:05.677124 | 0.04s 2025-12-06 07:45:03.605830 | fa163e5d-0333-97b6-5e49-000000002a57 | TASK | build manila key for openstack 2025-12-06 07:45:03.656810 | fa163e5d-0333-97b6-5e49-000000002a57 | OK | build manila key for openstack | undercloud 2025-12-06 07:45:03.658152 | fa163e5d-0333-97b6-5e49-000000002a57 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:10:05.749341 | 0.05s 2025-12-06 07:45:03.676497 | fa163e5d-0333-97b6-5e49-000000002a58 | TASK | build radosgw key for openstack 2025-12-06 07:45:03.715890 | fa163e5d-0333-97b6-5e49-000000002a58 | SKIPPED | build radosgw key for openstack | undercloud 2025-12-06 07:45:03.716984 | fa163e5d-0333-97b6-5e49-000000002a58 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:10:05.808176 | 0.04s 2025-12-06 07:45:03.735043 | fa163e5d-0333-97b6-5e49-000000002a59 | TASK | build the resulting keys 2025-12-06 07:45:03.877876 | fa163e5d-0333-97b6-5e49-000000002a59 | OK | build the resulting keys | undercloud 2025-12-06 07:45:03.879404 | fa163e5d-0333-97b6-5e49-000000002a59 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:10:05.970595 | 0.14s 2025-12-06 07:45:03.957768 | fa163e5d-0333-97b6-5e49-000000002827 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:06.048954 | 0.04s 2025-12-06 07:45:04.118478 | fa163e5d-0333-97b6-5e49-000000002d74 | TASK | build ceph orphan set 2025-12-06 07:45:04.209871 | fa163e5d-0333-97b6-5e49-000000002d74 | OK | build ceph orphan set | undercloud 2025-12-06 07:45:04.211166 | fa163e5d-0333-97b6-5e49-000000002d74 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:10:06.302355 | 0.09s 2025-12-06 07:45:04.229578 | fa163e5d-0333-97b6-5e49-000000002d75 | TASK | clean ceph_config_overrides list 2025-12-06 07:45:04.273459 | fa163e5d-0333-97b6-5e49-000000002d75 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:10:06.364643 | 0.04s 2025-12-06 07:45:04.292302 | fa163e5d-0333-97b6-5e49-000000002d76 | TASK | ceph_config_overrides w/o orphans 2025-12-06 07:45:04.357165 | fa163e5d-0333-97b6-5e49-000000002d76 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-12-06 07:45:04.358446 | fa163e5d-0333-97b6-5e49-000000002d76 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:10:06.449630 | 0.06s 2025-12-06 07:45:04.377067 | fa163e5d-0333-97b6-5e49-000000002d77 | TASK | build ceph config overrides 2025-12-06 07:45:04.506613 | fa163e5d-0333-97b6-5e49-000000002d77 | OK | build ceph config overrides | undercloud 2025-12-06 07:45:04.507809 | fa163e5d-0333-97b6-5e49-000000002d77 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:10:06.599002 | 0.13s 2025-12-06 07:45:04.543555 | fa163e5d-0333-97b6-5e49-000000002828 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-12-06 07:45:05.238565 | fa163e5d-0333-97b6-5e49-000000002828 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-06 07:45:05.239818 | fa163e5d-0333-97b6-5e49-000000002828 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:07.331003 | 0.69s 2025-12-06 07:45:05.257926 | fa163e5d-0333-97b6-5e49-00000000282a | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-06 07:45:05.382158 | fa163e5d-0333-97b6-5e49-00000000282a | OK | Set bootstrap host | undercloud 2025-12-06 07:45:05.383107 | fa163e5d-0333-97b6-5e49-00000000282a | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:10:07.474298 | 0.12s 2025-12-06 07:45:05.401128 | fa163e5d-0333-97b6-5e49-00000000282b | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-06 07:45:05.515324 | fa163e5d-0333-97b6-5e49-00000000282b | OK | Set first monitor IP | undercloud 2025-12-06 07:45:05.516059 | fa163e5d-0333-97b6-5e49-00000000282b | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:10:07.607251 | 0.11s 2025-12-06 07:45:05.533710 | fa163e5d-0333-97b6-5e49-00000000282c | 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 }} 2025-12-06 07:45:05.626567 | fa163e5d-0333-97b6-5e49-00000000282c | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-12-06 07:45:05.627583 | fa163e5d-0333-97b6-5e49-00000000282c | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:10:07.718771 | 0.09s 2025-12-06 07:45:05.647631 | fa163e5d-0333-97b6-5e49-00000000282e | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-12-06 07:45:06.122768 | fa163e5d-0333-97b6-5e49-00000000282e | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-06 07:45:06.123975 | fa163e5d-0333-97b6-5e49-00000000282e | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:08.215168 | 0.48s 2025-12-06 07:45:06.158018 | fa163e5d-0333-97b6-5e49-0000000027fa | TASK | Prepare cephadm user and keys 2025-12-06 07:45:06.680813 | fa163e5d-0333-97b6-5e49-0000000027fa | SKIPPED | Prepare cephadm user and keys | undercloud 2025-12-06 07:45:06.681933 | fa163e5d-0333-97b6-5e49-0000000027fa | TIMING | Prepare cephadm user and keys | undercloud | 0:10:08.773126 | 0.52s 2025-12-06 07:45:06.699154 | fa163e5d-0333-97b6-5e49-0000000027fb | TASK | Deploy or configure the cephadm Ceph cluster 2025-12-06 07:45:06.815493 | fa163e5d-0333-97b6-5e49-0000000027fb | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:10:08.906680 | 0.12s 2025-12-06 07:45:06.897990 | fa163e5d-0333-97b6-5e49-000000002ff0 | TASK | set cephadm playbook 2025-12-06 07:45:06.958747 | fa163e5d-0333-97b6-5e49-000000002ff0 | OK | set cephadm playbook | undercloud 2025-12-06 07:45:06.959815 | fa163e5d-0333-97b6-5e49-000000002ff0 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:10:09.051009 | 0.06s 2025-12-06 07:45:06.977290 | fa163e5d-0333-97b6-5e49-000000002ff1 | TASK | Setup the log path 2025-12-06 07:45:07.029650 | fa163e5d-0333-97b6-5e49-000000002ff1 | OK | Setup the log path | undercloud 2025-12-06 07:45:07.030873 | fa163e5d-0333-97b6-5e49-000000002ff1 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:10:09.122066 | 0.05s 2025-12-06 07:45:07.048621 | fa163e5d-0333-97b6-5e49-000000002ff2 | TASK | Setup the cephadm playbook command 2025-12-06 07:45:07.119364 | fa163e5d-0333-97b6-5e49-000000002ff2 | OK | Setup the cephadm playbook command | undercloud 2025-12-06 07:45:07.120548 | fa163e5d-0333-97b6-5e49-000000002ff2 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:10:09.211740 | 0.07s 2025-12-06 07:45:07.137987 | fa163e5d-0333-97b6-5e49-000000002ff3 | TASK | rotate cephadm_command.log 2025-12-06 07:45:07.382876 | fa163e5d-0333-97b6-5e49-000000002ff3 | CHANGED | rotate cephadm_command.log | undercloud 2025-12-06 07:45:07.384059 | fa163e5d-0333-97b6-5e49-000000002ff3 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:10:09.475252 | 0.24s 2025-12-06 07:45:07.401587 | fa163e5d-0333-97b6-5e49-000000002ff4 | TASK | save cephadm playbook command to shell script 2025-12-06 07:45:07.878277 | fa163e5d-0333-97b6-5e49-000000002ff4 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-12-06 07:45:07.879736 | fa163e5d-0333-97b6-5e49-000000002ff4 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:10:09.970927 | 0.48s 2025-12-06 07:45:07.897868 | fa163e5d-0333-97b6-5e49-000000002ff5 | TASK | Notify user about upcoming cephadm execution(s) 2025-12-06 07:45:07.960901 | fa163e5d-0333-97b6-5e49-000000002ff5 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-6pn5s7ug/cephadm/cephadm_command.log)" } 2025-12-06 07:45:07.961943 | fa163e5d-0333-97b6-5e49-000000002ff5 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:10:10.053133 | 0.06s 2025-12-06 07:45:07.979848 | fa163e5d-0333-97b6-5e49-000000002ff6 | TASK | run cephadm playbook 2025-12-06 07:46:07.072313 | fa163e5d-0333-97b6-5e49-000000002ff6 | CHANGED | run cephadm playbook | undercloud 2025-12-06 07:46:07.076011 | fa163e5d-0333-97b6-5e49-000000002ff6 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:11:09.167202 | 59.09s 2025-12-06 07:46:07.098099 | fa163e5d-0333-97b6-5e49-000000002ff7 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-12-06 07:46:07.169360 | fa163e5d-0333-97b6-5e49-000000002ff7 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-12-06 07:46:07.171406 | fa163e5d-0333-97b6-5e49-000000002ff7 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:11:09.262595 | 0.07s 2025-12-06 07:46:07.190158 | fa163e5d-0333-97b6-5e49-000000002ff8 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-12-06 07:46:07.253604 | fa163e5d-0333-97b6-5e49-000000002ff8 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-12-06 07:46:07.254908 | fa163e5d-0333-97b6-5e49-000000002ff8 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:11:09.346092 | 0.06s 2025-12-06 07:46:07.289557 | fa163e5d-0333-97b6-5e49-0000000027fd | TASK | Check if the input variable file exists 2025-12-06 07:46:07.544919 | fa163e5d-0333-97b6-5e49-0000000027fd | OK | Check if the input variable file exists | undercloud 2025-12-06 07:46:07.546410 | fa163e5d-0333-97b6-5e49-0000000027fd | TIMING | Check if the input variable file exists | undercloud | 0:11:09.637601 | 0.26s 2025-12-06 07:46:07.565620 | fa163e5d-0333-97b6-5e49-0000000027fe | TASK | Populate CephClientConfigVars from THT 2025-12-06 07:46:07.619023 | fa163e5d-0333-97b6-5e49-0000000027fe | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-12-06 07:46:07.621221 | fa163e5d-0333-97b6-5e49-0000000027fe | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:11:09.712410 | 0.05s 2025-12-06 07:46:07.640422 | fa163e5d-0333-97b6-5e49-0000000027ff | TASK | configure ceph clients 2025-12-06 07:46:07.691854 | fa163e5d-0333-97b6-5e49-0000000027ff | TIMING | configure ceph clients | undercloud | 0:11:09.783035 | 0.05s 2025-12-06 07:46:07.756655 | fa163e5d-0333-97b6-5e49-0000000030ba | TASK | get the list of enabled services on the overcloud 2025-12-06 07:46:07.827125 | fa163e5d-0333-97b6-5e49-0000000030ba | OK | get the list of enabled services on the overcloud | undercloud 2025-12-06 07:46:07.828678 | fa163e5d-0333-97b6-5e49-0000000030ba | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:11:09.919868 | 0.07s 2025-12-06 07:46:07.847757 | fa163e5d-0333-97b6-5e49-0000000030bb | TASK | Create ceph_client_fetch_dir 2025-12-06 07:46:07.904300 | fa163e5d-0333-97b6-5e49-0000000030bb | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:11:09.995478 | 0.05s 2025-12-06 07:46:07.918263 | d6138c1b-e9bf-44ab-89bb-f059f140e9a9 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-06 07:46:07.949338 | fa163e5d-0333-97b6-5e49-0000000030fe | TASK | Clean any old fetch directory path 2025-12-06 07:46:08.202539 | fa163e5d-0333-97b6-5e49-0000000030fe | OK | Clean any old fetch directory path | undercloud 2025-12-06 07:46:08.203890 | fa163e5d-0333-97b6-5e49-0000000030fe | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:10.295081 | 0.25s 2025-12-06 07:46:08.222298 | fa163e5d-0333-97b6-5e49-0000000030ff | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-06 07:46:08.475129 | fa163e5d-0333-97b6-5e49-0000000030ff | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-06 07:46:08.476608 | fa163e5d-0333-97b6-5e49-0000000030ff | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:10.567798 | 0.25s 2025-12-06 07:46:08.495264 | fa163e5d-0333-97b6-5e49-0000000030bc | TASK | Check if the input variables exist 2025-12-06 07:46:08.751926 | fa163e5d-0333-97b6-5e49-0000000030bc | OK | Check if the input variables exist | undercloud 2025-12-06 07:46:08.753380 | fa163e5d-0333-97b6-5e49-0000000030bc | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:11:10.844572 | 0.26s 2025-12-06 07:46:08.771516 | fa163e5d-0333-97b6-5e49-0000000030bd | TASK | Load variables produced by the cephadm provisioning process 2025-12-06 07:46:08.824233 | fa163e5d-0333-97b6-5e49-0000000030bd | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-12-06 07:46:08.825614 | fa163e5d-0333-97b6-5e49-0000000030bd | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:11:10.916798 | 0.05s 2025-12-06 07:46:08.844306 | fa163e5d-0333-97b6-5e49-0000000030be | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-12-06 07:46:08.911143 | fa163e5d-0333-97b6-5e49-0000000030be | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-12-06 07:46:08.912370 | fa163e5d-0333-97b6-5e49-0000000030be | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:11:11.003562 | 0.07s 2025-12-06 07:46:08.930361 | fa163e5d-0333-97b6-5e49-0000000030bf | TASK | Configure multiple external ceph clusters 2025-12-06 07:46:09.011968 | fa163e5d-0333-97b6-5e49-0000000030bf | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-12-06 07:46:09.013113 | fa163e5d-0333-97b6-5e49-0000000030bf | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:11:11.104305 | 0.08s 2025-12-06 07:46:09.031045 | fa163e5d-0333-97b6-5e49-0000000030c0 | TASK | Render keys provided for the Ceph cluster 2025-12-06 07:46:09.103450 | fa163e5d-0333-97b6-5e49-0000000030c0 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:11:11.194631 | 0.07s 2025-12-06 07:46:09.114278 | 91fc2fa5-e605-4f72-b441-73bb5ebdbf7f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-12-06 07:46:09.149766 | fa163e5d-0333-97b6-5e49-000000003152 | TASK | create cephx key(s) 2025-12-06 07:46:09.635065 | fa163e5d-0333-97b6-5e49-000000003152 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQAj2zNpAAAAABAAGBmEsYJDNvHsx1jIZj54mQ==', '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'}} 2025-12-06 07:46:09.636747 | fa163e5d-0333-97b6-5e49-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:11.727927 | 0.49s 2025-12-06 07:46:09.998065 | fa163e5d-0333-97b6-5e49-000000003152 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQAj2zNpAAAAABAAWQDjBPBLuAYli8ZsGHEqvQ==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-12-06 07:46:09.999075 | fa163e5d-0333-97b6-5e49-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:12.090271 | 0.85s 2025-12-06 07:46:10.005743 | fa163e5d-0333-97b6-5e49-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:12.096930 | 0.85s 2025-12-06 07:46:10.024974 | fa163e5d-0333-97b6-5e49-0000000030c1 | TASK | Render ceph config for the Ceph Clients 2025-12-06 07:46:10.076591 | fa163e5d-0333-97b6-5e49-0000000030c1 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:11:12.167769 | 0.05s 2025-12-06 07:46:10.087001 | 2eb0b4f8-0e40-41f7-a1be-763c22c091c4 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-12-06 07:46:10.162339 | fa163e5d-0333-97b6-5e49-0000000031b6 | TASK | create ceph.conf 2025-12-06 07:46:10.728744 | fa163e5d-0333-97b6-5e49-0000000031b6 | CHANGED | create ceph.conf | undercloud 2025-12-06 07:46:10.730242 | fa163e5d-0333-97b6-5e49-0000000031b6 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:11:12.821433 | 0.57s 2025-12-06 07:46:10.748424 | fa163e5d-0333-97b6-5e49-0000000030c2 | TASK | Configure Ceph Clients 2025-12-06 07:46:10.797897 | fa163e5d-0333-97b6-5e49-0000000030c2 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:11:12.889081 | 0.05s 2025-12-06 07:46:10.817341 | 4b8fcb75-482a-4550-b9b2-146bf3851d2c | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-12-06 07:46:10.859785 | fa163e5d-0333-97b6-5e49-000000003225 | TASK | set effective ceph_clients without limit 2025-12-06 07:46:10.982109 | fa163e5d-0333-97b6-5e49-000000003225 | OK | set effective ceph_clients without limit | undercloud 2025-12-06 07:46:10.983441 | fa163e5d-0333-97b6-5e49-000000003225 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:11:13.074633 | 0.12s 2025-12-06 07:46:11.001984 | fa163e5d-0333-97b6-5e49-000000003226 | TASK | set effective ceph_clients with limit 2025-12-06 07:46:11.084259 | fa163e5d-0333-97b6-5e49-000000003226 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-12-06 07:46:11.085531 | fa163e5d-0333-97b6-5e49-000000003226 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:11:13.176723 | 0.08s 2025-12-06 07:46:11.103600 | fa163e5d-0333-97b6-5e49-000000003227 | TASK | set distribution list from cross product of files and effective clients 2025-12-06 07:46:11.218579 | fa163e5d-0333-97b6-5e49-000000003227 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-12-06 07:46:11.220119 | fa163e5d-0333-97b6-5e49-000000003227 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:11:13.311304 | 0.12s 2025-12-06 07:46:11.260346 | fa163e5d-0333-97b6-5e49-000000003228 | TASK | Ensure /etc/ceph exists on all clients 2025-12-06 07:46:11.531698 | fa163e5d-0333-97b6-5e49-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-6pn5s7ug/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e5d-0333-97b6-5e49-000000003228') missing from stats 2025-12-06 07:46:11.742617 | fa163e5d-0333-97b6-5e49-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-6pn5s7ug/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-06 07:46:11.944033 | fa163e5d-0333-97b6-5e49-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-6pn5s7ug/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-06 07:46:11.952258 | fa163e5d-0333-97b6-5e49-000000003228 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:11:14.043443 | 0.69s 2025-12-06 07:46:11.993712 | fa163e5d-0333-97b6-5e49-000000003229 | TASK | push files to the other nodes of cluster 2025-12-06 07:46:12.516856 | fa163e5d-0333-97b6-5e49-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-6pn5s7ug/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e5d-0333-97b6-5e49-000000003229') missing from stats 2025-12-06 07:46:13.006525 | fa163e5d-0333-97b6-5e49-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-6pn5s7ug/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-06 07:46:13.518012 | fa163e5d-0333-97b6-5e49-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-6pn5s7ug/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-06 07:46:13.538077 | fa163e5d-0333-97b6-5e49-000000003229 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:11:15.629264 | 1.54s 2025-12-06 07:46:13.557551 | fa163e5d-0333-97b6-5e49-0000000030c3 | TASK | Clean ceph_client_fetch_dir 2025-12-06 07:46:13.608451 | fa163e5d-0333-97b6-5e49-0000000030c3 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:11:15.699632 | 0.05s 2025-12-06 07:46:13.621305 | 6329a808-f6d0-41d2-93a8-9cac9b1127db | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-06 07:46:13.667535 | fa163e5d-0333-97b6-5e49-0000000032bd | TASK | Clean any old fetch directory path 2025-12-06 07:46:13.908434 | fa163e5d-0333-97b6-5e49-0000000032bd | CHANGED | Clean any old fetch directory path | undercloud 2025-12-06 07:46:13.909789 | fa163e5d-0333-97b6-5e49-0000000032bd | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:16.000981 | 0.24s 2025-12-06 07:46:13.928841 | fa163e5d-0333-97b6-5e49-0000000032be | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-06 07:46:13.979790 | fa163e5d-0333-97b6-5e49-0000000032be | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-06 07:46:13.981080 | fa163e5d-0333-97b6-5e49-0000000032be | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:16.072270 | 0.05s 2025-12-06 07:46:14.016140 | fa163e5d-0333-97b6-5e49-000000002800 | TASK | tripleo client role 2025-12-06 07:46:14.046166 | fa163e5d-0333-97b6-5e49-000000002800 | TIMING | tripleo client role | undercloud | 0:11:16.137347 | 0.03s 2025-12-06 07:46:14.064221 | fa163e5d-0333-97b6-5e49-000000002801 | TASK | Load variables for standalone ganesha 2025-12-06 07:46:14.139014 | fa163e5d-0333-97b6-5e49-000000002801 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-12-06 07:46:14.140380 | fa163e5d-0333-97b6-5e49-000000002801 | TIMING | Load variables for standalone ganesha | undercloud | 0:11:16.231570 | 0.07s 2025-12-06 07:46:14.158703 | fa163e5d-0333-97b6-5e49-000000002802 | TASK | Config Standalone Ganesha 2025-12-06 07:46:14.232076 | fa163e5d-0333-97b6-5e49-000000002802 | SKIPPED | Config Standalone Ganesha | undercloud 2025-12-06 07:46:14.233273 | fa163e5d-0333-97b6-5e49-000000002802 | TIMING | Config Standalone Ganesha | undercloud | 0:11:16.324465 | 0.07s PLAY [Deploy step tasks for 2] ************************************************* 2025-12-06 07:46:14.373499 | fa163e5d-0333-97b6-5e49-0000000000ca | TASK | Deploy step tasks for 2 2025-12-06 07:46:14.400266 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000ca') missing from stats 2025-12-06 07:46:14.422804 | fa163e5d-0333-97b6-5e49-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-12-06 07:46:14.952548 | fa163e5d-0333-97b6-5e49-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-12-06 07:46:14.953917 | fa163e5d-0333-97b6-5e49-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:11:17.045108 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-06 07:46:15.032486 | fa163e5d-0333-97b6-5e49-0000000000cc | TIMING | include_tasks | standalone | 0:11:17.123667 | 0.05s 2025-12-06 07:46:15.113750 | 17de8672-a5bc-455d-b2b4-e039806071e7 | INCLUDED | /root/standalone-ansible-6pn5s7ug/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-12-06 07:46:15.145020 | fa163e5d-0333-97b6-5e49-000000003384 | TASK | Push script 2025-12-06 07:46:15.607250 | fa163e5d-0333-97b6-5e49-000000003384 | CHANGED | Push script | standalone 2025-12-06 07:46:15.608019 | fa163e5d-0333-97b6-5e49-000000003384 | TIMING | Push script | standalone | 0:11:17.699221 | 0.46s 2025-12-06 07:46:15.627487 | fa163e5d-0333-97b6-5e49-000000003385 | TASK | Insert cronjob in root crontab 2025-12-06 07:46:16.065280 | fa163e5d-0333-97b6-5e49-000000003385 | CHANGED | Insert cronjob in root crontab | standalone 2025-12-06 07:46:16.066616 | fa163e5d-0333-97b6-5e49-000000003385 | TIMING | Insert cronjob in root crontab | standalone | 0:11:18.157808 | 0.44s 2025-12-06 07:46:16.094120 | fa163e5d-0333-97b6-5e49-00000000338c | TASK | Gather variables for each operating system 2025-12-06 07:46:16.208050 | fa163e5d-0333-97b6-5e49-00000000338c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:11:18.299230 | 0.11s 2025-12-06 07:46:16.239349 | fa163e5d-0333-97b6-5e49-00000000338d | TASK | Detect if resource is being created or already exists 2025-12-06 07:46:16.971080 | fa163e5d-0333-97b6-5e49-00000000338d | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-06 07:46:16.972563 | fa163e5d-0333-97b6-5e49-00000000338d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:11:19.063753 | 0.73s 2025-12-06 07:46:16.996054 | fa163e5d-0333-97b6-5e49-00000000338e | TASK | Run init bundle puppet on the host for haproxy 2025-12-06 07:48:01.557394 | fa163e5d-0333-97b6-5e49-00000000338e | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-12-06 07:48:01.559798 | fa163e5d-0333-97b6-5e49-00000000338e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:13:03.650988 | 104.56s 2025-12-06 07:48:01.592461 | fa163e5d-0333-97b6-5e49-00000000338f | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-12-06 07:48:01.859151 | fa163e5d-0333-97b6-5e49-00000000338f | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-12-06 07:48:01.860640 | fa163e5d-0333-97b6-5e49-00000000338f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:13:03.951831 | 0.27s 2025-12-06 07:48:01.890467 | fa163e5d-0333-97b6-5e49-000000003390 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-06 07:48:02.466536 | fa163e5d-0333-97b6-5e49-000000003390 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-06 07:48:02.467901 | fa163e5d-0333-97b6-5e49-000000003390 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:04.559095 | 0.58s 2025-12-06 07:48:02.498605 | fa163e5d-0333-97b6-5e49-000000003391 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-12-06 07:48:02.745114 | fa163e5d-0333-97b6-5e49-000000003391 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-12-06 07:48:02.746467 | fa163e5d-0333-97b6-5e49-000000003391 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:13:04.837659 | 0.25s 2025-12-06 07:48:02.776247 | fa163e5d-0333-97b6-5e49-000000003393 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-12-06 07:48:02.837374 | fa163e5d-0333-97b6-5e49-000000003393 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-12-06 07:48:02.838708 | fa163e5d-0333-97b6-5e49-000000003393 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:13:04.929897 | 0.06s 2025-12-06 07:48:02.870667 | fa163e5d-0333-97b6-5e49-000000003394 | TASK | Get container image tag from bundle haproxy-bundle 2025-12-06 07:48:02.924087 | fa163e5d-0333-97b6-5e49-000000003394 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-12-06 07:48:02.925978 | fa163e5d-0333-97b6-5e49-000000003394 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:13:05.017164 | 0.05s 2025-12-06 07:48:02.955674 | fa163e5d-0333-97b6-5e49-000000003395 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-12-06 07:48:03.011460 | fa163e5d-0333-97b6-5e49-000000003395 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-12-06 07:48:03.012392 | fa163e5d-0333-97b6-5e49-000000003395 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:13:05.103590 | 0.06s 2025-12-06 07:48:03.035960 | fa163e5d-0333-97b6-5e49-000000003396 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-06 07:48:03.094157 | fa163e5d-0333-97b6-5e49-000000003396 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-06 07:48:03.095369 | fa163e5d-0333-97b6-5e49-000000003396 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:05.186560 | 0.06s 2025-12-06 07:48:03.126035 | fa163e5d-0333-97b6-5e49-000000003397 | TASK | Remove update marker for bundle haproxy-bundle 2025-12-06 07:48:03.177277 | fa163e5d-0333-97b6-5e49-000000003397 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-12-06 07:48:03.178504 | fa163e5d-0333-97b6-5e49-000000003397 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:13:05.269695 | 0.05s 2025-12-06 07:48:03.235748 | fa163e5d-0333-97b6-5e49-0000000033b8 | TASK | Gather variables for each operating system 2025-12-06 07:48:03.360756 | fa163e5d-0333-97b6-5e49-0000000033b8 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:05.451941 | 0.12s 2025-12-06 07:48:03.393842 | fa163e5d-0333-97b6-5e49-0000000033b9 | TASK | Detect if resource is being created or already exists 2025-12-06 07:48:04.137571 | fa163e5d-0333-97b6-5e49-0000000033b9 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-06 07:48:04.139047 | fa163e5d-0333-97b6-5e49-0000000033b9 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:06.230238 | 0.74s 2025-12-06 07:48:04.169026 | fa163e5d-0333-97b6-5e49-0000000033ba | TASK | Run init bundle puppet on the host for mysql 2025-12-06 07:48:30.654879 | fa163e5d-0333-97b6-5e49-0000000033ba | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-12-06 07:48:30.656538 | fa163e5d-0333-97b6-5e49-0000000033ba | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:13:32.747738 | 26.49s 2025-12-06 07:48:30.681409 | fa163e5d-0333-97b6-5e49-0000000033bb | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-12-06 07:48:30.926401 | fa163e5d-0333-97b6-5e49-0000000033bb | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-12-06 07:48:30.927766 | fa163e5d-0333-97b6-5e49-0000000033bb | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:13:33.018958 | 0.24s 2025-12-06 07:48:30.957390 | fa163e5d-0333-97b6-5e49-0000000033bc | TASK | Run pacemaker restart if the config file for the service changed 2025-12-06 07:48:31.392801 | fa163e5d-0333-97b6-5e49-0000000033bc | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-06 07:48:31.394044 | fa163e5d-0333-97b6-5e49-0000000033bc | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:33.485236 | 0.43s 2025-12-06 07:48:31.437088 | fa163e5d-0333-97b6-5e49-0000000033bd | TASK | Check if an image update marker exists for bundle galera-bundle 2025-12-06 07:48:31.683310 | fa163e5d-0333-97b6-5e49-0000000033bd | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-12-06 07:48:31.684395 | fa163e5d-0333-97b6-5e49-0000000033bd | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:13:33.775594 | 0.25s 2025-12-06 07:48:31.713581 | fa163e5d-0333-97b6-5e49-0000000033bf | TASK | Get container image tag from marker for bundle galera-bundle 2025-12-06 07:48:31.751798 | fa163e5d-0333-97b6-5e49-0000000033bf | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-12-06 07:48:31.752571 | fa163e5d-0333-97b6-5e49-0000000033bf | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:13:33.843772 | 0.04s 2025-12-06 07:48:31.772635 | fa163e5d-0333-97b6-5e49-0000000033c0 | TASK | Get container image tag from bundle galera-bundle 2025-12-06 07:48:31.812506 | fa163e5d-0333-97b6-5e49-0000000033c0 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-12-06 07:48:31.813453 | fa163e5d-0333-97b6-5e49-0000000033c0 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:13:33.904649 | 0.04s 2025-12-06 07:48:31.835894 | fa163e5d-0333-97b6-5e49-0000000033c1 | TASK | Compare tags between marker and bundle galera-bundle 2025-12-06 07:48:31.894706 | fa163e5d-0333-97b6-5e49-0000000033c1 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-12-06 07:48:31.895532 | fa163e5d-0333-97b6-5e49-0000000033c1 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:13:33.986732 | 0.06s 2025-12-06 07:48:31.928238 | fa163e5d-0333-97b6-5e49-0000000033c2 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-06 07:48:31.966440 | fa163e5d-0333-97b6-5e49-0000000033c2 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-06 07:48:31.967778 | fa163e5d-0333-97b6-5e49-0000000033c2 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:34.058968 | 0.04s 2025-12-06 07:48:31.999968 | fa163e5d-0333-97b6-5e49-0000000033c3 | TASK | Remove update marker for bundle galera-bundle 2025-12-06 07:48:32.053240 | fa163e5d-0333-97b6-5e49-0000000033c3 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-12-06 07:48:32.054496 | fa163e5d-0333-97b6-5e49-0000000033c3 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:13:34.145686 | 0.05s 2025-12-06 07:48:32.109713 | fa163e5d-0333-97b6-5e49-0000000033e4 | TASK | Gather variables for each operating system 2025-12-06 07:48:32.236007 | fa163e5d-0333-97b6-5e49-0000000033e4 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:34.327187 | 0.12s 2025-12-06 07:48:32.271142 | fa163e5d-0333-97b6-5e49-0000000033e5 | TASK | Detect if resource is being created or already exists 2025-12-06 07:48:33.060827 | fa163e5d-0333-97b6-5e49-0000000033e5 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-06 07:48:33.062318 | fa163e5d-0333-97b6-5e49-0000000033e5 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:35.153509 | 0.79s 2025-12-06 07:48:33.092653 | fa163e5d-0333-97b6-5e49-0000000033e6 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-12-06 07:48:58.567313 | fa163e5d-0333-97b6-5e49-0000000033e6 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-12-06 07:48:58.569213 | fa163e5d-0333-97b6-5e49-0000000033e6 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:14:00.660363 | 25.47s 2025-12-06 07:48:58.601668 | fa163e5d-0333-97b6-5e49-0000000033e7 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-12-06 07:48:58.841922 | fa163e5d-0333-97b6-5e49-0000000033e7 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-12-06 07:48:58.842665 | fa163e5d-0333-97b6-5e49-0000000033e7 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:14:00.933867 | 0.24s 2025-12-06 07:48:58.872305 | fa163e5d-0333-97b6-5e49-0000000033e8 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-06 07:48:59.305683 | fa163e5d-0333-97b6-5e49-0000000033e8 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-06 07:48:59.306707 | fa163e5d-0333-97b6-5e49-0000000033e8 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:01.397906 | 0.43s 2025-12-06 07:48:59.326488 | fa163e5d-0333-97b6-5e49-0000000033e9 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-12-06 07:48:59.547291 | fa163e5d-0333-97b6-5e49-0000000033e9 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-12-06 07:48:59.548763 | fa163e5d-0333-97b6-5e49-0000000033e9 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:14:01.639956 | 0.22s 2025-12-06 07:48:59.577587 | fa163e5d-0333-97b6-5e49-0000000033eb | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-12-06 07:48:59.640221 | fa163e5d-0333-97b6-5e49-0000000033eb | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-12-06 07:48:59.641466 | fa163e5d-0333-97b6-5e49-0000000033eb | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:14:01.732656 | 0.06s 2025-12-06 07:48:59.671744 | fa163e5d-0333-97b6-5e49-0000000033ec | TASK | Get container image tag from bundle rabbitmq-bundle 2025-12-06 07:48:59.730957 | fa163e5d-0333-97b6-5e49-0000000033ec | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-12-06 07:48:59.731698 | fa163e5d-0333-97b6-5e49-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:14:01.822899 | 0.06s 2025-12-06 07:48:59.751419 | fa163e5d-0333-97b6-5e49-0000000033ed | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-12-06 07:48:59.807983 | fa163e5d-0333-97b6-5e49-0000000033ed | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-12-06 07:48:59.808809 | fa163e5d-0333-97b6-5e49-0000000033ed | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:14:01.900009 | 0.06s 2025-12-06 07:48:59.829023 | fa163e5d-0333-97b6-5e49-0000000033ee | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-06 07:48:59.876100 | fa163e5d-0333-97b6-5e49-0000000033ee | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-06 07:48:59.876895 | fa163e5d-0333-97b6-5e49-0000000033ee | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:01.968094 | 0.05s 2025-12-06 07:48:59.896614 | fa163e5d-0333-97b6-5e49-0000000033ef | TASK | Remove update marker for bundle rabbitmq-bundle 2025-12-06 07:48:59.943275 | fa163e5d-0333-97b6-5e49-0000000033ef | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-12-06 07:48:59.943921 | fa163e5d-0333-97b6-5e49-0000000033ef | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:14:02.035123 | 0.05s 2025-12-06 07:48:59.979394 | fa163e5d-0333-97b6-5e49-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-12-06 07:49:00.207582 | fa163e5d-0333-97b6-5e49-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-12-06 07:49:00.209133 | fa163e5d-0333-97b6-5e49-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:14:02.300326 | 0.23s 2025-12-06 07:49:00.319320 | fa163e5d-0333-97b6-5e49-0000000000cf | TIMING | include_tasks | standalone | 0:14:02.410505 | 0.08s 2025-12-06 07:49:00.357979 | bf5fef95-b2cb-4e4e-8aa6-5dd3d1e4e700 | INCLUDED | /root/standalone-ansible-6pn5s7ug/common_deploy_steps_tasks.yaml | standalone 2025-12-06 07:49:00.448559 | fa163e5d-0333-97b6-5e49-00000000346a | TASK | Write the config_step hieradata 2025-12-06 07:49:00.900937 | fa163e5d-0333-97b6-5e49-00000000346a | OK | Write the config_step hieradata | standalone 2025-12-06 07:49:00.902349 | fa163e5d-0333-97b6-5e49-00000000346a | TIMING | Write the config_step hieradata | standalone | 0:14:02.993540 | 0.45s 2025-12-06 07:49:00.935814 | fa163e5d-0333-97b6-5e49-00000000346b | TASK | Run puppet host configuration for step 2 2025-12-06 07:49:01.221328 | fa163e5d-0333-97b6-5e49-00000000346b | CHANGED | Run puppet host configuration for step 2 | standalone 2025-12-06 07:49:01.222546 | fa163e5d-0333-97b6-5e49-00000000346b | TIMING | Run puppet host configuration for step 2 | standalone | 0:14:03.313740 | 0.28s 2025-12-06 07:49:01.249622 | fa163e5d-0333-97b6-5e49-00000000346c | TASK | Wait for puppet host configuration to finish 2025-12-06 07:49:01.487634 | fa163e5d-0333-97b6-5e49-00000000346c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-06 07:49:11.713961 | fa163e5d-0333-97b6-5e49-00000000346c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-06 07:49:21.964929 | fa163e5d-0333-97b6-5e49-00000000346c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-06 07:49:21.966109 | fa163e5d-0333-97b6-5e49-00000000346c | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:24.057306 | 20.72s 2025-12-06 07:49:21.988282 | fa163e5d-0333-97b6-5e49-00000000346d | TASK | Debug output for task: Run puppet host configuration for step 2 2025-12-06 07:49:22.036793 | fa163e5d-0333-97b6-5e49-00000000346d | 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>Dec 6 07:49:01 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 6 07:49:05 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 6 07:49:05 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 6 07:49:05 puppet-user: (file & line not available)", "<13>Dec 6 07:49:05 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 6 07:49:05 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 6 07:49:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 6 07:49:06 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.46 seconds", "<13>Dec 6 07:49:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 6 07:49:14 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 6 07:49:16 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 6 07:49:16 puppet-user: Notice: Applied catalog in 10.29 seconds", "<13>Dec 6 07:49:16 puppet-user: Application:", "<13>Dec 6 07:49:16 puppet-user: Initial environment: production", "<13>Dec 6 07:49:16 puppet-user: Converged environment: production", "<13>Dec 6 07:49:16 puppet-user: Run mode: user", "<13>Dec 6 07:49:16 puppet-user: Changes:", "<13>Dec 6 07:49:16 puppet-user: Total: 2", "<13>Dec 6 07:49:16 puppet-user: Events:", "<13>Dec 6 07:49:16 puppet-user: Success: 2", "<13>Dec 6 07:49:16 puppet-user: Resources:", "<13>Dec 6 07:49:16 puppet-user: Changed: 2", "<13>Dec 6 07:49:16 puppet-user: Out of sync: 2", "<13>Dec 6 07:49:16 puppet-user: Total: 28", "<13>Dec 6 07:49:16 puppet-user: Time:", "<13>Dec 6 07:49:16 puppet-user: Schedule: 0.00", "<13>Dec 6 07:49:16 puppet-user: Package: 0.00", "<13>Dec 6 07:49:16 puppet-user: File line: 0.00", "<13>Dec 6 07:49:16 puppet-user: File: 0.00", "<13>Dec 6 07:49:16 puppet-user: Augeas: 0.01", "<13>Dec 6 07:49:16 puppet-user: User: 0.01", "<13>Dec 6 07:49:16 puppet-user: Service: 0.09", "<13>Dec 6 07:49:16 puppet-user: Config retrieval: 0.51", "<13>Dec 6 07:49:16 puppet-user: Pcmk property: 1.58", "<13>Dec 6 07:49:16 puppet-user: Transaction evaluation: 10.27", "<13>Dec 6 07:49:16 puppet-user: Catalog application: 10.29", "<13>Dec 6 07:49:16 puppet-user: Last run: 1765007356", "<13>Dec 6 07:49:16 puppet-user: Exec: 2.00", "<13>Dec 6 07:49:16 puppet-user: Pcmk resource op default: 3.11", "<13>Dec 6 07:49:16 puppet-user: Pcmk resource default: 3.26", "<13>Dec 6 07:49:16 puppet-user: Filebucket: 0.00", "<13>Dec 6 07:49:16 puppet-user: Total: 10.30", "<13>Dec 6 07:49:16 puppet-user: Version:", "<13>Dec 6 07:49:16 puppet-user: Config: 1765007345", "<13>Dec 6 07:49:16 puppet-user: Puppet: 7.10.0" ] } 2025-12-06 07:49:22.037641 | fa163e5d-0333-97b6-5e49-00000000346d | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:14:24.128844 | 0.05s 2025-12-06 07:49:22.056768 | fa163e5d-0333-97b6-5e49-00000000346e | TASK | Pre-cache facts for puppet containers 2025-12-06 07:49:22.073565 | fa163e5d-0333-97b6-5e49-00000000346e | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:24.164762 | 0.02s 2025-12-06 07:49:22.118923 | fa163e5d-0333-97b6-5e49-0000000034ad | TASK | Gather variables for each operating system 2025-12-06 07:49:22.242334 | fa163e5d-0333-97b6-5e49-0000000034ad | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:24.333512 | 0.12s 2025-12-06 07:49:22.271249 | fa163e5d-0333-97b6-5e49-0000000034ae | TASK | Create puppet caching structures 2025-12-06 07:49:22.464864 | fa163e5d-0333-97b6-5e49-0000000034ae | CHANGED | Create puppet caching structures | standalone 2025-12-06 07:49:22.466307 | fa163e5d-0333-97b6-5e49-0000000034ae | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:24.557499 | 0.19s 2025-12-06 07:49:22.490870 | fa163e5d-0333-97b6-5e49-0000000034af | TASK | Check for facter.conf 2025-12-06 07:49:22.702561 | fa163e5d-0333-97b6-5e49-0000000034af | OK | Check for facter.conf | standalone 2025-12-06 07:49:22.704002 | fa163e5d-0333-97b6-5e49-0000000034af | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:24.795194 | 0.21s 2025-12-06 07:49:22.733585 | fa163e5d-0333-97b6-5e49-0000000034b0 | TASK | Remove facter.conf if directory 2025-12-06 07:49:22.774387 | fa163e5d-0333-97b6-5e49-0000000034b0 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-06 07:49:22.775693 | fa163e5d-0333-97b6-5e49-0000000034b0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:24.866882 | 0.04s 2025-12-06 07:49:22.808379 | fa163e5d-0333-97b6-5e49-0000000034b1 | TASK | Write facter cache config 2025-12-06 07:49:23.245938 | fa163e5d-0333-97b6-5e49-0000000034b1 | CHANGED | Write facter cache config | standalone 2025-12-06 07:49:23.247571 | fa163e5d-0333-97b6-5e49-0000000034b1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:25.338762 | 0.44s 2025-12-06 07:49:23.277347 | fa163e5d-0333-97b6-5e49-0000000034b2 | TASK | Cleanup facter cache if exists 2025-12-06 07:49:23.514380 | fa163e5d-0333-97b6-5e49-0000000034b2 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-06 07:49:23.515330 | fa163e5d-0333-97b6-5e49-0000000034b2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:25.606531 | 0.24s 2025-12-06 07:49:23.536543 | fa163e5d-0333-97b6-5e49-0000000034b3 | TASK | Pre-cache facts 2025-12-06 07:49:24.135488 | fa163e5d-0333-97b6-5e49-0000000034b3 | CHANGED | Pre-cache facts | standalone 2025-12-06 07:49:24.136995 | fa163e5d-0333-97b6-5e49-0000000034b3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:26.228180 | 0.60s 2025-12-06 07:49:24.168948 | fa163e5d-0333-97b6-5e49-0000000034b4 | TASK | Failed deployment if facter fails 2025-12-06 07:49:24.205508 | fa163e5d-0333-97b6-5e49-0000000034b4 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-06 07:49:24.208438 | fa163e5d-0333-97b6-5e49-0000000034b4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:26.299621 | 0.04s 2025-12-06 07:49:24.254202 | fa163e5d-0333-97b6-5e49-0000000034b5 | TASK | Sync cached facts 2025-12-06 07:49:24.574288 | fa163e5d-0333-97b6-5e49-0000000034b5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-0333-97b6-5e49-0000000034b5') missing from stats 2025-12-06 07:49:24.629705 | fa163e5d-0333-97b6-5e49-00000000346f | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-06 07:49:24.680415 | fa163e5d-0333-97b6-5e49-00000000346f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-06 07:49:24.681615 | fa163e5d-0333-97b6-5e49-00000000346f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:26.772806 | 0.05s 2025-12-06 07:49:24.710628 | fa163e5d-0333-97b6-5e49-000000003471 | TASK | Manage containers for step 2 with tripleo-ansible 2025-12-06 07:49:24.741271 | fa163e5d-0333-97b6-5e49-000000003471 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:14:26.832456 | 0.03s 2025-12-06 07:49:24.808167 | fa163e5d-0333-97b6-5e49-00000000350c | TASK | Gather variables for each operating system 2025-12-06 07:49:24.931753 | fa163e5d-0333-97b6-5e49-00000000350c | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:27.022933 | 0.12s 2025-12-06 07:49:24.960619 | fa163e5d-0333-97b6-5e49-00000000350d | TASK | Create container logs path 2025-12-06 07:49:25.204015 | fa163e5d-0333-97b6-5e49-00000000350d | OK | Create container logs path | standalone 2025-12-06 07:49:25.205830 | fa163e5d-0333-97b6-5e49-00000000350d | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:27.297017 | 0.24s 2025-12-06 07:49:25.238674 | fa163e5d-0333-97b6-5e49-00000000350f | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-12-06 07:49:25.483641 | fa163e5d-0333-97b6-5e49-00000000350f | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-06 07:49:25.484649 | fa163e5d-0333-97b6-5e49-00000000350f | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:27.575846 | 0.24s 2025-12-06 07:49:25.507000 | fa163e5d-0333-97b6-5e49-000000003510 | TASK | Finalise hashes for all containers 2025-12-06 07:49:25.576776 | fa163e5d-0333-97b6-5e49-000000003510 | OK | Finalise hashes for all containers | standalone 2025-12-06 07:49:25.578157 | fa163e5d-0333-97b6-5e49-000000003510 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:27.669341 | 0.07s 2025-12-06 07:49:25.608487 | fa163e5d-0333-97b6-5e49-000000003512 | TASK | Manage systemd shutdown files 2025-12-06 07:49:25.643157 | fa163e5d-0333-97b6-5e49-000000003512 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:27.734335 | 0.03s 2025-12-06 07:49:25.682311 | a76428d4-b132-47fc-ab41-8df6a6ad77ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-06 07:49:25.722682 | fa163e5d-0333-97b6-5e49-000000003545 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-06 07:49:25.989539 | fa163e5d-0333-97b6-5e49-000000003545 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-06 07:49:25.991001 | fa163e5d-0333-97b6-5e49-000000003545 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:28.082193 | 0.27s 2025-12-06 07:49:26.020408 | fa163e5d-0333-97b6-5e49-000000003546 | TASK | Set podman_drop_in fact 2025-12-06 07:49:26.082750 | fa163e5d-0333-97b6-5e49-000000003546 | OK | Set podman_drop_in fact | standalone 2025-12-06 07:49:26.084008 | fa163e5d-0333-97b6-5e49-000000003546 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:28.175199 | 0.06s 2025-12-06 07:49:26.113994 | fa163e5d-0333-97b6-5e49-000000003548 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-06 07:49:26.601032 | fa163e5d-0333-97b6-5e49-000000003548 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-06 07:49:26.604331 | fa163e5d-0333-97b6-5e49-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:28.695512 | 0.49s 2025-12-06 07:49:27.058671 | fa163e5d-0333-97b6-5e49-000000003548 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-06 07:49:27.059904 | fa163e5d-0333-97b6-5e49-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:29.151099 | 0.94s 2025-12-06 07:49:27.067327 | fa163e5d-0333-97b6-5e49-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:29.158516 | 0.95s 2025-12-06 07:49:27.096597 | fa163e5d-0333-97b6-5e49-000000003549 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-06 07:49:27.598058 | fa163e5d-0333-97b6-5e49-000000003549 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-06 07:49:27.599484 | fa163e5d-0333-97b6-5e49-000000003549 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:29.690675 | 0.50s 2025-12-06 07:49:27.628275 | fa163e5d-0333-97b6-5e49-00000000354a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-06 07:49:28.203928 | fa163e5d-0333-97b6-5e49-00000000354a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-06 07:49:28.204973 | fa163e5d-0333-97b6-5e49-00000000354a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:30.296169 | 0.58s 2025-12-06 07:49:28.233924 | fa163e5d-0333-97b6-5e49-00000000354b | TASK | Enable and start tripleo-container-shutdown 2025-12-06 07:49:29.030043 | fa163e5d-0333-97b6-5e49-00000000354b | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-06 07:49:29.032440 | fa163e5d-0333-97b6-5e49-00000000354b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:31.123631 | 0.80s 2025-12-06 07:49:29.062010 | fa163e5d-0333-97b6-5e49-00000000354c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-06 07:49:29.609353 | fa163e5d-0333-97b6-5e49-00000000354c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-06 07:49:29.611019 | fa163e5d-0333-97b6-5e49-00000000354c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:31.702210 | 0.55s 2025-12-06 07:49:29.639261 | fa163e5d-0333-97b6-5e49-00000000354d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-06 07:49:30.173799 | fa163e5d-0333-97b6-5e49-00000000354d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-06 07:49:30.175126 | fa163e5d-0333-97b6-5e49-00000000354d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:32.266318 | 0.53s 2025-12-06 07:49:30.205704 | fa163e5d-0333-97b6-5e49-00000000354e | TASK | Enable and start netns-placeholder 2025-12-06 07:49:30.982769 | fa163e5d-0333-97b6-5e49-00000000354e | CHANGED | Enable and start netns-placeholder | standalone 2025-12-06 07:49:30.984607 | fa163e5d-0333-97b6-5e49-00000000354e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:33.075796 | 0.78s 2025-12-06 07:49:31.013799 | fa163e5d-0333-97b6-5e49-000000003514 | TASK | Update container configs with new config hashes 2025-12-06 07:49:31.079497 | fa163e5d-0333-97b6-5e49-000000003514 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:33.170678 | 0.06s 2025-12-06 07:49:31.099471 | 8b8c61f4-21a5-41ec-88f8-ced9ea0a84f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-06 07:49:31.133703 | fa163e5d-0333-97b6-5e49-000000003576 | TASK | Update config hashes for container startup configs 2025-12-06 07:49:31.440899 | fa163e5d-0333-97b6-5e49-000000003576 | OK | Update config hashes for container startup configs | standalone 2025-12-06 07:49:31.442102 | fa163e5d-0333-97b6-5e49-000000003576 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:33.533293 | 0.31s 2025-12-06 07:49:31.472850 | fa163e5d-0333-97b6-5e49-000000003515 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-06 07:49:31.533382 | fa163e5d-0333-97b6-5e49-000000003515 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:33.624567 | 0.06s 2025-12-06 07:49:31.556048 | f3732ab7-3a4d-4a6a-90be-752f381ca13e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:49:31.592827 | fa163e5d-0333-97b6-5e49-000000003595 | TASK | Gather podman infos 2025-12-06 07:49:32.604776 | fa163e5d-0333-97b6-5e49-000000003595 | OK | Gather podman infos | standalone 2025-12-06 07:49:32.606327 | fa163e5d-0333-97b6-5e49-000000003595 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:34.697519 | 1.01s 2025-12-06 07:49:32.678984 | fa163e5d-0333-97b6-5e49-000000003596 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-06 07:49:32.737074 | fa163e5d-0333-97b6-5e49-000000003596 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:34.828258 | 0.05s 2025-12-06 07:49:32.867974 | fa163e5d-0333-97b6-5e49-0000000035df | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:34.959135 | 0.07s 2025-12-06 07:49:32.920317 | fa163e5d-0333-97b6-5e49-000000003516 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-06 07:49:32.980558 | fa163e5d-0333-97b6-5e49-000000003516 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:35.071746 | 0.06s 2025-12-06 07:49:32.998607 | 6b1a4fe6-e5e4-46e2-9978-ee168cb4e551 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:49:33.034305 | fa163e5d-0333-97b6-5e49-000000003605 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-06 07:49:54.939034 | fa163e5d-0333-97b6-5e49-000000003605 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-06 07:49:54.940810 | fa163e5d-0333-97b6-5e49-000000003605 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:57.032002 | 21.91s 2025-12-06 07:49:54.973101 | fa163e5d-0333-97b6-5e49-000000003606 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-06 07:49:57.611758 | fa163e5d-0333-97b6-5e49-000000003606 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-06 07:49:57.613303 | fa163e5d-0333-97b6-5e49-000000003606 | 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:14:59.704495 | 2.64s 2025-12-06 07:49:57.687984 | fa163e5d-0333-97b6-5e49-000000003473 | TASK | Clean container_puppet_tasks for standalone step 2 2025-12-06 07:49:57.918404 | fa163e5d-0333-97b6-5e49-000000003473 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-12-06 07:49:57.919915 | fa163e5d-0333-97b6-5e49-000000003473 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:15:00.011106 | 0.23s 2025-12-06 07:49:57.971267 | fa163e5d-0333-97b6-5e49-000000003474 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-12-06 07:49:58.023824 | fa163e5d-0333-97b6-5e49-000000003474 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:15:00.115002 | 0.05s 2025-12-06 07:49:58.054490 | fa163e5d-0333-97b6-5e49-000000003475 | TASK | Include container-puppet tasks for step 2 2025-12-06 07:49:58.097561 | fa163e5d-0333-97b6-5e49-000000003475 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:15:00.188741 | 0.04s 2025-12-06 07:49:58.122227 | 34f611c6-f258-4b93-addb-6930c4be9f7f | INCLUDED | /root/standalone-ansible-6pn5s7ug/host-container-puppet-tasks.yaml | standalone 2025-12-06 07:49:58.170064 | fa163e5d-0333-97b6-5e49-000000003651 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-12-06 07:49:58.702837 | fa163e5d-0333-97b6-5e49-000000003651 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-12-06 07:49:58.704150 | fa163e5d-0333-97b6-5e49-000000003651 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:15:00.795341 | 0.53s 2025-12-06 07:49:58.734267 | fa163e5d-0333-97b6-5e49-000000003653 | TASK | Generate container puppet configs for step 2 2025-12-06 07:49:59.000531 | fa163e5d-0333-97b6-5e49-000000003653 | OK | Generate container puppet configs for step 2 | standalone 2025-12-06 07:49:59.001849 | fa163e5d-0333-97b6-5e49-000000003653 | TIMING | Generate container puppet configs for step 2 | standalone | 0:15:01.093041 | 0.27s 2025-12-06 07:49:59.032408 | fa163e5d-0333-97b6-5e49-000000003654 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-12-06 07:49:59.062850 | fa163e5d-0333-97b6-5e49-000000003654 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:15:01.154025 | 0.03s 2025-12-06 07:49:59.184064 | fa163e5d-0333-97b6-5e49-000000003683 | TASK | Gather variables for each operating system 2025-12-06 07:49:59.306693 | fa163e5d-0333-97b6-5e49-000000003683 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:01.397864 | 0.12s 2025-12-06 07:49:59.336265 | fa163e5d-0333-97b6-5e49-000000003684 | TASK | Create container logs path 2025-12-06 07:49:59.561806 | fa163e5d-0333-97b6-5e49-000000003684 | OK | Create container logs path | standalone 2025-12-06 07:49:59.563353 | fa163e5d-0333-97b6-5e49-000000003684 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:01.654543 | 0.23s 2025-12-06 07:49:59.595471 | fa163e5d-0333-97b6-5e49-000000003686 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-06 07:49:59.841399 | fa163e5d-0333-97b6-5e49-000000003686 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-06 07:49:59.842836 | fa163e5d-0333-97b6-5e49-000000003686 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:01.934025 | 0.25s 2025-12-06 07:49:59.872625 | fa163e5d-0333-97b6-5e49-000000003687 | TASK | Finalise hashes for all containers 2025-12-06 07:49:59.923806 | fa163e5d-0333-97b6-5e49-000000003687 | OK | Finalise hashes for all containers | standalone 2025-12-06 07:49:59.925310 | fa163e5d-0333-97b6-5e49-000000003687 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:02.016501 | 0.05s 2025-12-06 07:49:59.956321 | fa163e5d-0333-97b6-5e49-000000003689 | TASK | Manage systemd shutdown files 2025-12-06 07:49:59.986825 | fa163e5d-0333-97b6-5e49-000000003689 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:49:59.988101 | fa163e5d-0333-97b6-5e49-000000003689 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:02.079292 | 0.03s 2025-12-06 07:50:00.017416 | fa163e5d-0333-97b6-5e49-00000000368b | TASK | Update container configs with new config hashes 2025-12-06 07:50:00.069771 | fa163e5d-0333-97b6-5e49-00000000368b | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:50:00.071076 | fa163e5d-0333-97b6-5e49-00000000368b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:02.162267 | 0.05s 2025-12-06 07:50:00.102566 | fa163e5d-0333-97b6-5e49-00000000368c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-06 07:50:00.153818 | fa163e5d-0333-97b6-5e49-00000000368c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-06 07:50:00.155311 | fa163e5d-0333-97b6-5e49-00000000368c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:02.246498 | 0.05s 2025-12-06 07:50:00.187071 | fa163e5d-0333-97b6-5e49-00000000368d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-06 07:50:00.243356 | fa163e5d-0333-97b6-5e49-00000000368d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-06 07:50:00.244906 | fa163e5d-0333-97b6-5e49-00000000368d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:02.336092 | 0.06s PLAY [External deployment step 3] ********************************************** 2025-12-06 07:50:00.407188 | fa163e5d-0333-97b6-5e49-0000000000d2 | TASK | External deployment step 3 2025-12-06 07:50:00.436523 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000d2') missing from stats 2025-12-06 07:50:00.489373 | fa163e5d-0333-97b6-5e49-0000000000d3 | TIMING | include_tasks | undercloud | 0:15:02.580566 | 0.04s 2025-12-06 07:50:00.496041 | 310e30bc-901d-46a0-b275-844baed6c4fa | INCLUDED | /root/standalone-ansible-6pn5s7ug/external_deploy_steps_tasks_step3.yaml | undercloud 2025-12-06 07:50:00.511979 | fa163e5d-0333-97b6-5e49-0000000036dc | TASK | Pause cephadm 2025-12-06 07:50:00.561243 | fa163e5d-0333-97b6-5e49-0000000036dc | SKIPPED | Pause cephadm | undercloud 2025-12-06 07:50:00.562035 | fa163e5d-0333-97b6-5e49-0000000036dc | TIMING | Pause cephadm | undercloud | 0:15:02.653232 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-12-06 07:50:00.671411 | fa163e5d-0333-97b6-5e49-0000000000d6 | TASK | Deploy step tasks for 3 2025-12-06 07:50:00.701205 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000d6') missing from stats 2025-12-06 07:50:00.722908 | fa163e5d-0333-97b6-5e49-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-12-06 07:50:01.211112 | fa163e5d-0333-97b6-5e49-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-12-06 07:50:01.212703 | fa163e5d-0333-97b6-5e49-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:15:03.303895 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-06 07:50:01.293766 | fa163e5d-0333-97b6-5e49-0000000000d8 | TIMING | include_tasks | standalone | 0:15:03.384949 | 0.05s 2025-12-06 07:50:01.323474 | 927f0a6e-39b6-4c4d-b090-1b5632cd3415 | INCLUDED | /root/standalone-ansible-6pn5s7ug/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-12-06 07:50:01.354421 | fa163e5d-0333-97b6-5e49-0000000036fb | TASK | Start OVN container 2025-12-06 07:50:01.434190 | fa163e5d-0333-97b6-5e49-0000000036fb | TIMING | Start OVN container | standalone | 0:15:03.525337 | 0.08s 2025-12-06 07:50:01.466946 | fa163e5d-0333-97b6-5e49-0000000036fb | TIMING | Start OVN container | standalone | 0:15:03.558134 | 0.11s 2025-12-06 07:50:01.491536 | fa163e5d-0333-97b6-5e49-0000000036fb | TIMING | Start OVN container | standalone | 0:15:03.582731 | 0.14s 2025-12-06 07:50:01.503225 | fa163e5d-0333-97b6-5e49-0000000036fb | TIMING | Start OVN container | standalone | 0:15:03.594421 | 0.15s 2025-12-06 07:50:01.617458 | fa163e5d-0333-97b6-5e49-000000003733 | TASK | Gather variables for each operating system 2025-12-06 07:50:01.751632 | fa163e5d-0333-97b6-5e49-000000003733 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:03.842813 | 0.13s 2025-12-06 07:50:01.783261 | fa163e5d-0333-97b6-5e49-000000003734 | TASK | Create container logs path 2025-12-06 07:50:02.019480 | fa163e5d-0333-97b6-5e49-000000003734 | OK | Create container logs path | standalone 2025-12-06 07:50:02.020877 | fa163e5d-0333-97b6-5e49-000000003734 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:04.112069 | 0.24s 2025-12-06 07:50:02.053683 | fa163e5d-0333-97b6-5e49-000000003736 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:02.383707 | fa163e5d-0333-97b6-5e49-000000003736 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:02.385008 | fa163e5d-0333-97b6-5e49-000000003736 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:04.476200 | 0.33s 2025-12-06 07:50:02.413833 | fa163e5d-0333-97b6-5e49-000000003737 | TASK | Finalise hashes for all containers 2025-12-06 07:50:02.519593 | fa163e5d-0333-97b6-5e49-000000003737 | OK | Finalise hashes for all containers | standalone 2025-12-06 07:50:02.520895 | fa163e5d-0333-97b6-5e49-000000003737 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:04.612086 | 0.11s 2025-12-06 07:50:02.551999 | fa163e5d-0333-97b6-5e49-000000003739 | TASK | Manage systemd shutdown files 2025-12-06 07:50:02.607688 | fa163e5d-0333-97b6-5e49-000000003739 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:50:02.608914 | fa163e5d-0333-97b6-5e49-000000003739 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:04.700105 | 0.06s 2025-12-06 07:50:02.639222 | fa163e5d-0333-97b6-5e49-00000000373b | TASK | Update container configs with new config hashes 2025-12-06 07:50:02.707350 | fa163e5d-0333-97b6-5e49-00000000373b | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:50:02.708766 | fa163e5d-0333-97b6-5e49-00000000373b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:04.799956 | 0.07s 2025-12-06 07:50:02.748652 | fa163e5d-0333-97b6-5e49-00000000373c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:02.817730 | fa163e5d-0333-97b6-5e49-00000000373c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:04.908907 | 0.07s 2025-12-06 07:50:02.841881 | 39846c60-1cac-464d-b823-43eaf7bf746d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:50:02.878072 | fa163e5d-0333-97b6-5e49-0000000037c8 | TASK | Gather podman infos 2025-12-06 07:50:03.981868 | fa163e5d-0333-97b6-5e49-0000000037c8 | OK | Gather podman infos | standalone 2025-12-06 07:50:03.982788 | fa163e5d-0333-97b6-5e49-0000000037c8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:06.073986 | 1.10s 2025-12-06 07:50:04.035290 | fa163e5d-0333-97b6-5e49-0000000037c9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:04.123122 | fa163e5d-0333-97b6-5e49-0000000037c9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:06.214302 | 0.08s 2025-12-06 07:50:04.272787 | fa163e5d-0333-97b6-5e49-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:06.363964 | 0.08s 2025-12-06 07:50:04.329641 | fa163e5d-0333-97b6-5e49-00000000373d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:04.399386 | fa163e5d-0333-97b6-5e49-00000000373d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:06.490568 | 0.07s 2025-12-06 07:50:04.421971 | 7a1a1179-0f44-4430-a752-50493c023c55 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:50:04.458243 | fa163e5d-0333-97b6-5e49-000000003833 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:05.320839 | fa163e5d-0333-97b6-5e49-000000003833 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:05.322360 | fa163e5d-0333-97b6-5e49-000000003833 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:07.413553 | 0.86s 2025-12-06 07:50:05.351830 | fa163e5d-0333-97b6-5e49-000000003834 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:08.141807 | fa163e5d-0333-97b6-5e49-000000003834 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:08.143536 | fa163e5d-0333-97b6-5e49-000000003834 | 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:15:10.234721 | 2.79s 2025-12-06 07:50:08.203269 | fa163e5d-0333-97b6-5e49-00000000375e | TASK | Gather variables for each operating system 2025-12-06 07:50:08.328268 | fa163e5d-0333-97b6-5e49-00000000375e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:10.419451 | 0.12s 2025-12-06 07:50:08.357323 | fa163e5d-0333-97b6-5e49-00000000375f | TASK | Create container logs path 2025-12-06 07:50:08.615194 | fa163e5d-0333-97b6-5e49-00000000375f | OK | Create container logs path | standalone 2025-12-06 07:50:08.616019 | fa163e5d-0333-97b6-5e49-00000000375f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:10.707218 | 0.26s 2025-12-06 07:50:08.646306 | fa163e5d-0333-97b6-5e49-000000003761 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:08.932603 | fa163e5d-0333-97b6-5e49-000000003761 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:08.933782 | fa163e5d-0333-97b6-5e49-000000003761 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:11.024974 | 0.29s 2025-12-06 07:50:08.962132 | fa163e5d-0333-97b6-5e49-000000003762 | TASK | Finalise hashes for all containers 2025-12-06 07:50:09.066914 | fa163e5d-0333-97b6-5e49-000000003762 | OK | Finalise hashes for all containers | standalone 2025-12-06 07:50:09.068294 | fa163e5d-0333-97b6-5e49-000000003762 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:11.159482 | 0.10s 2025-12-06 07:50:09.097783 | fa163e5d-0333-97b6-5e49-000000003764 | TASK | Manage systemd shutdown files 2025-12-06 07:50:09.139206 | fa163e5d-0333-97b6-5e49-000000003764 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:50:09.140380 | fa163e5d-0333-97b6-5e49-000000003764 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:11.231567 | 0.04s 2025-12-06 07:50:09.169962 | fa163e5d-0333-97b6-5e49-000000003766 | TASK | Update container configs with new config hashes 2025-12-06 07:50:09.242857 | fa163e5d-0333-97b6-5e49-000000003766 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:50:09.244282 | fa163e5d-0333-97b6-5e49-000000003766 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:11.335472 | 0.07s 2025-12-06 07:50:09.277198 | fa163e5d-0333-97b6-5e49-000000003767 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:09.343438 | fa163e5d-0333-97b6-5e49-000000003767 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:11.434623 | 0.06s 2025-12-06 07:50:09.368722 | 0810e748-17ac-4e43-aa2b-68da94746f70 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:50:09.404409 | fa163e5d-0333-97b6-5e49-00000000387f | TASK | Gather podman infos 2025-12-06 07:50:10.478209 | fa163e5d-0333-97b6-5e49-00000000387f | OK | Gather podman infos | standalone 2025-12-06 07:50:10.479915 | fa163e5d-0333-97b6-5e49-00000000387f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:12.571103 | 1.07s 2025-12-06 07:50:10.563308 | fa163e5d-0333-97b6-5e49-000000003880 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:10.652692 | fa163e5d-0333-97b6-5e49-000000003880 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:12.743822 | 0.08s 2025-12-06 07:50:10.811565 | fa163e5d-0333-97b6-5e49-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:12.902741 | 0.10s 2025-12-06 07:50:10.870151 | fa163e5d-0333-97b6-5e49-000000003768 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:10.925871 | fa163e5d-0333-97b6-5e49-000000003768 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:13.017046 | 0.05s 2025-12-06 07:50:10.949340 | 3627a66f-9995-49d1-8a1a-2b1a25a3b6a2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:50:10.990858 | fa163e5d-0333-97b6-5e49-0000000038e5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:11.906555 | fa163e5d-0333-97b6-5e49-0000000038e5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:11.907689 | fa163e5d-0333-97b6-5e49-0000000038e5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:13.998886 | 0.92s 2025-12-06 07:50:11.932022 | fa163e5d-0333-97b6-5e49-0000000038e6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:15.595742 | fa163e5d-0333-97b6-5e49-0000000038e6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:15.598235 | fa163e5d-0333-97b6-5e49-0000000038e6 | 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:15:17.689418 | 3.67s 2025-12-06 07:50:15.653582 | fa163e5d-0333-97b6-5e49-000000003789 | TASK | Gather variables for each operating system 2025-12-06 07:50:15.765537 | fa163e5d-0333-97b6-5e49-000000003789 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:17.856729 | 0.11s 2025-12-06 07:50:15.784692 | fa163e5d-0333-97b6-5e49-00000000378a | TASK | Create container logs path 2025-12-06 07:50:16.058966 | fa163e5d-0333-97b6-5e49-00000000378a | OK | Create container logs path | standalone 2025-12-06 07:50:16.060222 | fa163e5d-0333-97b6-5e49-00000000378a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:18.151377 | 0.27s 2025-12-06 07:50:16.090029 | fa163e5d-0333-97b6-5e49-00000000378c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:16.417538 | fa163e5d-0333-97b6-5e49-00000000378c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:16.418825 | fa163e5d-0333-97b6-5e49-00000000378c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:18.510019 | 0.33s 2025-12-06 07:50:16.446983 | fa163e5d-0333-97b6-5e49-00000000378d | TASK | Finalise hashes for all containers 2025-12-06 07:50:16.544965 | fa163e5d-0333-97b6-5e49-00000000378d | OK | Finalise hashes for all containers | standalone 2025-12-06 07:50:16.546254 | fa163e5d-0333-97b6-5e49-00000000378d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:18.637444 | 0.10s 2025-12-06 07:50:16.575365 | fa163e5d-0333-97b6-5e49-00000000378f | TASK | Manage systemd shutdown files 2025-12-06 07:50:16.637320 | fa163e5d-0333-97b6-5e49-00000000378f | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:50:16.638551 | fa163e5d-0333-97b6-5e49-00000000378f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:18.729740 | 0.06s 2025-12-06 07:50:16.667303 | fa163e5d-0333-97b6-5e49-000000003791 | TASK | Update container configs with new config hashes 2025-12-06 07:50:16.739996 | fa163e5d-0333-97b6-5e49-000000003791 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:50:16.741336 | fa163e5d-0333-97b6-5e49-000000003791 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:18.832526 | 0.07s 2025-12-06 07:50:16.772932 | fa163e5d-0333-97b6-5e49-000000003792 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:16.836763 | fa163e5d-0333-97b6-5e49-000000003792 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:18.927931 | 0.06s 2025-12-06 07:50:16.850194 | 2debf38f-f4d5-4b59-ab98-be880d47db8f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:50:16.872718 | fa163e5d-0333-97b6-5e49-000000003931 | TASK | Gather podman infos 2025-12-06 07:50:18.047622 | fa163e5d-0333-97b6-5e49-000000003931 | OK | Gather podman infos | standalone 2025-12-06 07:50:18.048890 | fa163e5d-0333-97b6-5e49-000000003931 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:20.140078 | 1.18s 2025-12-06 07:50:18.128359 | fa163e5d-0333-97b6-5e49-000000003932 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:18.221464 | fa163e5d-0333-97b6-5e49-000000003932 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:20.312642 | 0.09s 2025-12-06 07:50:18.357128 | fa163e5d-0333-97b6-5e49-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:20.448311 | 0.08s 2025-12-06 07:50:18.403044 | fa163e5d-0333-97b6-5e49-000000003793 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:18.468929 | fa163e5d-0333-97b6-5e49-000000003793 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:20.560107 | 0.06s 2025-12-06 07:50:18.491613 | 90754532-52c6-4101-9916-e375df8739f0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:50:18.525063 | fa163e5d-0333-97b6-5e49-000000003997 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:19.508231 | fa163e5d-0333-97b6-5e49-000000003997 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:19.510613 | fa163e5d-0333-97b6-5e49-000000003997 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:21.601701 | 0.98s 2025-12-06 07:50:19.541754 | fa163e5d-0333-97b6-5e49-000000003998 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-06 07:50:22.327260 | fa163e5d-0333-97b6-5e49-000000003998 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-06 07:50:22.328822 | fa163e5d-0333-97b6-5e49-000000003998 | 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:15:24.420014 | 2.79s 2025-12-06 07:50:22.381151 | fa163e5d-0333-97b6-5e49-0000000036fd | TASK | Set NB connection 2025-12-06 07:50:22.832456 | fa163e5d-0333-97b6-5e49-0000000036fd | CHANGED | Set NB connection | standalone 2025-12-06 07:50:22.833961 | fa163e5d-0333-97b6-5e49-0000000036fd | TIMING | Set NB connection | standalone | 0:15:24.925154 | 0.45s 2025-12-06 07:50:22.861048 | fa163e5d-0333-97b6-5e49-0000000036fe | TASK | Set SB connection 2025-12-06 07:50:23.304098 | fa163e5d-0333-97b6-5e49-0000000036fe | CHANGED | Set SB connection | standalone 2025-12-06 07:50:23.305260 | fa163e5d-0333-97b6-5e49-0000000036fe | TIMING | Set SB connection | standalone | 0:15:25.396458 | 0.44s 2025-12-06 07:50:23.326459 | fa163e5d-0333-97b6-5e49-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-12-06 07:50:23.561625 | fa163e5d-0333-97b6-5e49-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-12-06 07:50:23.563120 | fa163e5d-0333-97b6-5e49-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:15:25.654311 | 0.24s 2025-12-06 07:50:23.703698 | fa163e5d-0333-97b6-5e49-0000000000db | TIMING | include_tasks | standalone | 0:15:25.794876 | 0.11s 2025-12-06 07:50:23.742833 | 243de335-8c56-4615-af74-e080dcc86159 | INCLUDED | /root/standalone-ansible-6pn5s7ug/common_deploy_steps_tasks.yaml | standalone 2025-12-06 07:50:23.770149 | fa163e5d-0333-97b6-5e49-0000000039dd | TASK | Write the config_step hieradata 2025-12-06 07:50:24.330631 | fa163e5d-0333-97b6-5e49-0000000039dd | OK | Write the config_step hieradata | standalone 2025-12-06 07:50:24.332138 | fa163e5d-0333-97b6-5e49-0000000039dd | TIMING | Write the config_step hieradata | standalone | 0:15:26.423326 | 0.56s 2025-12-06 07:50:24.362964 | fa163e5d-0333-97b6-5e49-0000000039de | TASK | Run puppet host configuration for step 3 2025-12-06 07:50:24.680936 | fa163e5d-0333-97b6-5e49-0000000039de | CHANGED | Run puppet host configuration for step 3 | standalone 2025-12-06 07:50:24.681941 | fa163e5d-0333-97b6-5e49-0000000039de | TIMING | Run puppet host configuration for step 3 | standalone | 0:15:26.773140 | 0.32s 2025-12-06 07:50:24.704188 | fa163e5d-0333-97b6-5e49-0000000039df | TASK | Wait for puppet host configuration to finish 2025-12-06 07:50:24.960483 | fa163e5d-0333-97b6-5e49-0000000039df | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-06 07:50:35.178904 | fa163e5d-0333-97b6-5e49-0000000039df | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-06 07:50:45.407989 | fa163e5d-0333-97b6-5e49-0000000039df | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-06 07:50:45.409356 | fa163e5d-0333-97b6-5e49-0000000039df | TIMING | Wait for puppet host configuration to finish | standalone | 0:15:47.500547 | 20.70s 2025-12-06 07:50:45.438516 | fa163e5d-0333-97b6-5e49-0000000039e0 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-12-06 07:50:45.524971 | fa163e5d-0333-97b6-5e49-0000000039e0 | 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>Dec 6 07:50:24 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 6 07:50:29 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 6 07:50:29 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 6 07:50:29 puppet-user: (file & line not available)", "<13>Dec 6 07:50:29 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 6 07:50:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 6 07:50:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 6 07:50:29 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Dec 6 07:50:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 6 07:50:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 6 07:50:37 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 6 07:50:37 puppet-user: Notice: Applied catalog in 7.97 seconds", "<13>Dec 6 07:50:37 puppet-user: Application:", "<13>Dec 6 07:50:37 puppet-user: Initial environment: production", "<13>Dec 6 07:50:37 puppet-user: Converged environment: production", "<13>Dec 6 07:50:37 puppet-user: Run mode: user", "<13>Dec 6 07:50:37 puppet-user: Changes:", "<13>Dec 6 07:50:37 puppet-user: Total: 2", "<13>Dec 6 07:50:37 puppet-user: Events:", "<13>Dec 6 07:50:37 puppet-user: Success: 2", "<13>Dec 6 07:50:37 puppet-user: Resources:", "<13>Dec 6 07:50:37 puppet-user: Changed: 2", "<13>Dec 6 07:50:37 puppet-user: Out of sync: 2", "<13>Dec 6 07:50:37 puppet-user: Total: 28", "<13>Dec 6 07:50:37 puppet-user: Time:", "<13>Dec 6 07:50:37 puppet-user: Filebucket: 0.00", "<13>Dec 6 07:50:37 puppet-user: Schedule: 0.00", "<13>Dec 6 07:50:37 puppet-user: Package: 0.00", "<13>Dec 6 07:50:37 puppet-user: File line: 0.00", "<13>Dec 6 07:50:37 puppet-user: File: 0.00", "<13>Dec 6 07:50:37 puppet-user: Augeas: 0.01", "<13>Dec 6 07:50:37 puppet-user: User: 0.01", "<13>Dec 6 07:50:37 puppet-user: Service: 0.06", "<13>Dec 6 07:50:37 puppet-user: Config retrieval: 0.48", "<13>Dec 6 07:50:37 puppet-user: Pcmk property: 1.50", "<13>Dec 6 07:50:37 puppet-user: Exec: 1.91", "<13>Dec 6 07:50:37 puppet-user: Last run: 1765007437", "<13>Dec 6 07:50:37 puppet-user: Pcmk resource op default: 2.09", "<13>Dec 6 07:50:37 puppet-user: Pcmk resource default: 2.19", "<13>Dec 6 07:50:37 puppet-user: Transaction evaluation: 7.95", "<13>Dec 6 07:50:37 puppet-user: Catalog application: 7.97", "<13>Dec 6 07:50:37 puppet-user: Total: 7.97", "<13>Dec 6 07:50:37 puppet-user: Version:", "<13>Dec 6 07:50:37 puppet-user: Config: 1765007429", "<13>Dec 6 07:50:37 puppet-user: Puppet: 7.10.0" ] } 2025-12-06 07:50:45.526546 | fa163e5d-0333-97b6-5e49-0000000039e0 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:15:47.617736 | 0.09s 2025-12-06 07:50:45.555265 | fa163e5d-0333-97b6-5e49-0000000039e1 | TASK | Pre-cache facts for puppet containers 2025-12-06 07:50:45.584729 | fa163e5d-0333-97b6-5e49-0000000039e1 | TIMING | Pre-cache facts for puppet containers | standalone | 0:15:47.675910 | 0.03s 2025-12-06 07:50:45.651184 | fa163e5d-0333-97b6-5e49-000000003a20 | TASK | Gather variables for each operating system 2025-12-06 07:50:45.752341 | fa163e5d-0333-97b6-5e49-000000003a20 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:15:47.843535 | 0.10s 2025-12-06 07:50:45.771345 | fa163e5d-0333-97b6-5e49-000000003a21 | TASK | Create puppet caching structures 2025-12-06 07:50:46.018127 | fa163e5d-0333-97b6-5e49-000000003a21 | CHANGED | Create puppet caching structures | standalone 2025-12-06 07:50:46.019481 | fa163e5d-0333-97b6-5e49-000000003a21 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:15:48.110674 | 0.25s 2025-12-06 07:50:46.048087 | fa163e5d-0333-97b6-5e49-000000003a22 | TASK | Check for facter.conf 2025-12-06 07:50:46.300940 | fa163e5d-0333-97b6-5e49-000000003a22 | OK | Check for facter.conf | standalone 2025-12-06 07:50:46.302475 | fa163e5d-0333-97b6-5e49-000000003a22 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:15:48.393663 | 0.25s 2025-12-06 07:50:46.333022 | fa163e5d-0333-97b6-5e49-000000003a23 | TASK | Remove facter.conf if directory 2025-12-06 07:50:46.383257 | fa163e5d-0333-97b6-5e49-000000003a23 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-06 07:50:46.384515 | fa163e5d-0333-97b6-5e49-000000003a23 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:15:48.475706 | 0.05s 2025-12-06 07:50:46.412503 | fa163e5d-0333-97b6-5e49-000000003a24 | TASK | Write facter cache config 2025-12-06 07:50:46.859290 | fa163e5d-0333-97b6-5e49-000000003a24 | CHANGED | Write facter cache config | standalone 2025-12-06 07:50:46.860594 | fa163e5d-0333-97b6-5e49-000000003a24 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:15:48.951787 | 0.45s 2025-12-06 07:50:46.889058 | fa163e5d-0333-97b6-5e49-000000003a25 | TASK | Cleanup facter cache if exists 2025-12-06 07:50:47.123454 | fa163e5d-0333-97b6-5e49-000000003a25 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-06 07:50:47.124947 | fa163e5d-0333-97b6-5e49-000000003a25 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:15:49.216140 | 0.23s 2025-12-06 07:50:47.153308 | fa163e5d-0333-97b6-5e49-000000003a26 | TASK | Pre-cache facts 2025-12-06 07:50:47.755355 | fa163e5d-0333-97b6-5e49-000000003a26 | CHANGED | Pre-cache facts | standalone 2025-12-06 07:50:47.757904 | fa163e5d-0333-97b6-5e49-000000003a26 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:15:49.849094 | 0.60s 2025-12-06 07:50:47.790594 | fa163e5d-0333-97b6-5e49-000000003a27 | TASK | Failed deployment if facter fails 2025-12-06 07:50:47.826799 | fa163e5d-0333-97b6-5e49-000000003a27 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-06 07:50:47.828080 | fa163e5d-0333-97b6-5e49-000000003a27 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:15:49.919271 | 0.03s 2025-12-06 07:50:47.871858 | fa163e5d-0333-97b6-5e49-000000003a28 | TASK | Sync cached facts 2025-12-06 07:50:48.179349 | fa163e5d-0333-97b6-5e49-000000003a28 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-0333-97b6-5e49-000000003a28') missing from stats 2025-12-06 07:50:48.235329 | fa163e5d-0333-97b6-5e49-0000000039e2 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-06 07:50:48.291216 | fa163e5d-0333-97b6-5e49-0000000039e2 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-06 07:50:48.292535 | fa163e5d-0333-97b6-5e49-0000000039e2 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:15:50.383724 | 0.06s 2025-12-06 07:50:48.323768 | fa163e5d-0333-97b6-5e49-0000000039e4 | TASK | Manage containers for step 3 with tripleo-ansible 2025-12-06 07:50:48.351958 | fa163e5d-0333-97b6-5e49-0000000039e4 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:15:50.443151 | 0.03s 2025-12-06 07:50:48.406766 | fa163e5d-0333-97b6-5e49-000000003a7f | TASK | Gather variables for each operating system 2025-12-06 07:50:48.532530 | fa163e5d-0333-97b6-5e49-000000003a7f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:50.623708 | 0.12s 2025-12-06 07:50:48.563219 | fa163e5d-0333-97b6-5e49-000000003a80 | TASK | Create container logs path 2025-12-06 07:50:48.871483 | fa163e5d-0333-97b6-5e49-000000003a80 | OK | Create container logs path | standalone 2025-12-06 07:50:48.874235 | fa163e5d-0333-97b6-5e49-000000003a80 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:50.965425 | 0.31s 2025-12-06 07:50:48.907508 | fa163e5d-0333-97b6-5e49-000000003a82 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-12-06 07:50:49.197090 | fa163e5d-0333-97b6-5e49-000000003a82 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-06 07:50:49.198436 | fa163e5d-0333-97b6-5e49-000000003a82 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:15:51.289628 | 0.29s 2025-12-06 07:50:49.229877 | fa163e5d-0333-97b6-5e49-000000003a83 | TASK | Finalise hashes for all containers 2025-12-06 07:50:49.317425 | fa163e5d-0333-97b6-5e49-000000003a83 | OK | Finalise hashes for all containers | standalone 2025-12-06 07:50:49.318658 | fa163e5d-0333-97b6-5e49-000000003a83 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:51.409849 | 0.09s 2025-12-06 07:50:49.347469 | fa163e5d-0333-97b6-5e49-000000003a85 | TASK | Manage systemd shutdown files 2025-12-06 07:50:49.380045 | fa163e5d-0333-97b6-5e49-000000003a85 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:51.471231 | 0.03s 2025-12-06 07:50:49.412964 | de9e2669-ab3c-48d7-8856-7ce882c35e4a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-06 07:50:49.448266 | fa163e5d-0333-97b6-5e49-000000003ab8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-06 07:50:49.673968 | fa163e5d-0333-97b6-5e49-000000003ab8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-06 07:50:49.675427 | fa163e5d-0333-97b6-5e49-000000003ab8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:51.766617 | 0.23s 2025-12-06 07:50:49.704521 | fa163e5d-0333-97b6-5e49-000000003ab9 | TASK | Set podman_drop_in fact 2025-12-06 07:50:49.767038 | fa163e5d-0333-97b6-5e49-000000003ab9 | OK | Set podman_drop_in fact | standalone 2025-12-06 07:50:49.768342 | fa163e5d-0333-97b6-5e49-000000003ab9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:51.859529 | 0.06s 2025-12-06 07:50:49.871441 | fa163e5d-0333-97b6-5e49-000000003abb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-06 07:50:50.412439 | fa163e5d-0333-97b6-5e49-000000003abb | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-06 07:50:50.413342 | fa163e5d-0333-97b6-5e49-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:52.504540 | 0.54s 2025-12-06 07:50:50.888064 | fa163e5d-0333-97b6-5e49-000000003abb | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-06 07:50:50.888793 | fa163e5d-0333-97b6-5e49-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:52.979974 | 1.02s 2025-12-06 07:50:50.900823 | fa163e5d-0333-97b6-5e49-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:52.992016 | 1.03s 2025-12-06 07:50:50.930105 | fa163e5d-0333-97b6-5e49-000000003abc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-06 07:50:51.406282 | fa163e5d-0333-97b6-5e49-000000003abc | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-06 07:50:51.407657 | fa163e5d-0333-97b6-5e49-000000003abc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:53.498849 | 0.48s 2025-12-06 07:50:51.436916 | fa163e5d-0333-97b6-5e49-000000003abd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-06 07:50:51.897898 | fa163e5d-0333-97b6-5e49-000000003abd | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-06 07:50:51.899543 | fa163e5d-0333-97b6-5e49-000000003abd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:53.990733 | 0.46s 2025-12-06 07:50:51.928522 | fa163e5d-0333-97b6-5e49-000000003abe | TASK | Enable and start tripleo-container-shutdown 2025-12-06 07:50:52.612413 | fa163e5d-0333-97b6-5e49-000000003abe | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-06 07:50:52.614990 | fa163e5d-0333-97b6-5e49-000000003abe | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:54.706175 | 0.68s 2025-12-06 07:50:52.644497 | fa163e5d-0333-97b6-5e49-000000003abf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-06 07:50:53.117886 | fa163e5d-0333-97b6-5e49-000000003abf | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-06 07:50:53.119413 | fa163e5d-0333-97b6-5e49-000000003abf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:55.210604 | 0.47s 2025-12-06 07:50:53.149216 | fa163e5d-0333-97b6-5e49-000000003ac0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-06 07:50:53.735113 | fa163e5d-0333-97b6-5e49-000000003ac0 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-06 07:50:53.736576 | fa163e5d-0333-97b6-5e49-000000003ac0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:55.827766 | 0.59s 2025-12-06 07:50:53.766571 | fa163e5d-0333-97b6-5e49-000000003ac1 | TASK | Enable and start netns-placeholder 2025-12-06 07:50:54.469514 | fa163e5d-0333-97b6-5e49-000000003ac1 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-06 07:50:54.471339 | fa163e5d-0333-97b6-5e49-000000003ac1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:56.562531 | 0.70s 2025-12-06 07:50:54.501415 | fa163e5d-0333-97b6-5e49-000000003a87 | TASK | Update container configs with new config hashes 2025-12-06 07:50:54.563400 | fa163e5d-0333-97b6-5e49-000000003a87 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:56.654588 | 0.06s 2025-12-06 07:50:54.582473 | 48f80ff1-2618-4ab4-b08b-7a7cf3aff368 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-06 07:50:54.615758 | fa163e5d-0333-97b6-5e49-000000003ae9 | TASK | Update config hashes for container startup configs 2025-12-06 07:50:54.913842 | fa163e5d-0333-97b6-5e49-000000003ae9 | OK | Update config hashes for container startup configs | standalone 2025-12-06 07:50:54.915145 | fa163e5d-0333-97b6-5e49-000000003ae9 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:57.006336 | 0.30s 2025-12-06 07:50:54.946301 | fa163e5d-0333-97b6-5e49-000000003a88 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-06 07:50:55.008478 | fa163e5d-0333-97b6-5e49-000000003a88 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:15:57.099655 | 0.06s 2025-12-06 07:50:55.032325 | e163caff-a83e-4a82-ba2a-3df00ad66245 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:50:55.068744 | fa163e5d-0333-97b6-5e49-000000003b08 | TASK | Gather podman infos 2025-12-06 07:50:56.105367 | fa163e5d-0333-97b6-5e49-000000003b08 | OK | Gather podman infos | standalone 2025-12-06 07:50:56.107526 | fa163e5d-0333-97b6-5e49-000000003b08 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:58.198717 | 1.04s 2025-12-06 07:50:56.192038 | fa163e5d-0333-97b6-5e49-000000003b09 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-06 07:50:56.260745 | fa163e5d-0333-97b6-5e49-000000003b09 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:15:58.351931 | 0.06s 2025-12-06 07:50:56.382145 | fa163e5d-0333-97b6-5e49-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:58.473326 | 0.08s 2025-12-06 07:50:56.441159 | fa163e5d-0333-97b6-5e49-000000003a89 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-06 07:50:56.503411 | fa163e5d-0333-97b6-5e49-000000003a89 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:15:58.594592 | 0.06s 2025-12-06 07:50:56.525383 | bcd369da-3b46-49e4-b888-f88d2e2ac33c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:50:56.567435 | fa163e5d-0333-97b6-5e49-000000003b73 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-06 07:51:48.803790 | fa163e5d-0333-97b6-5e49-000000003b73 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-06 07:51:48.805349 | fa163e5d-0333-97b6-5e49-000000003b73 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:50.896546 | 52.24s 2025-12-06 07:51:48.831332 | fa163e5d-0333-97b6-5e49-000000003b74 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-06 07:52:21.435683 | fa163e5d-0333-97b6-5e49-000000003b74 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-06 07:52:21.437855 | fa163e5d-0333-97b6-5e49-000000003b74 | 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:17:23.529044 | 32.60s 2025-12-06 07:52:21.513744 | fa163e5d-0333-97b6-5e49-0000000039e6 | TASK | Clean container_puppet_tasks for standalone step 3 2025-12-06 07:52:21.754503 | fa163e5d-0333-97b6-5e49-0000000039e6 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-12-06 07:52:21.756576 | fa163e5d-0333-97b6-5e49-0000000039e6 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:17:23.847759 | 0.24s 2025-12-06 07:52:21.817149 | fa163e5d-0333-97b6-5e49-0000000039e7 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-12-06 07:52:21.880384 | fa163e5d-0333-97b6-5e49-0000000039e7 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:17:23.971555 | 0.06s 2025-12-06 07:52:21.912873 | fa163e5d-0333-97b6-5e49-0000000039e8 | TASK | Include container-puppet tasks for step 3 2025-12-06 07:52:21.964690 | fa163e5d-0333-97b6-5e49-0000000039e8 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:17:24.055871 | 0.05s 2025-12-06 07:52:21.988881 | 51eff7a1-35fd-41be-9aa8-150cc7120c98 | INCLUDED | /root/standalone-ansible-6pn5s7ug/host-container-puppet-tasks.yaml | standalone 2025-12-06 07:52:22.038202 | fa163e5d-0333-97b6-5e49-000000003bbf | TASK | Write container-puppet-tasks json file for standalone step 3 2025-12-06 07:52:22.543675 | fa163e5d-0333-97b6-5e49-000000003bbf | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-12-06 07:52:22.545228 | fa163e5d-0333-97b6-5e49-000000003bbf | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:17:24.636415 | 0.51s 2025-12-06 07:52:22.575751 | fa163e5d-0333-97b6-5e49-000000003bc1 | TASK | Generate container puppet configs for step 3 2025-12-06 07:52:22.831616 | fa163e5d-0333-97b6-5e49-000000003bc1 | OK | Generate container puppet configs for step 3 | standalone 2025-12-06 07:52:22.833300 | fa163e5d-0333-97b6-5e49-000000003bc1 | TIMING | Generate container puppet configs for step 3 | standalone | 0:17:24.924484 | 0.26s 2025-12-06 07:52:22.864278 | fa163e5d-0333-97b6-5e49-000000003bc2 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-12-06 07:52:22.899623 | fa163e5d-0333-97b6-5e49-000000003bc2 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:17:24.990808 | 0.03s 2025-12-06 07:52:22.959837 | fa163e5d-0333-97b6-5e49-000000003bf1 | TASK | Gather variables for each operating system 2025-12-06 07:52:23.082950 | fa163e5d-0333-97b6-5e49-000000003bf1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:25.174129 | 0.12s 2025-12-06 07:52:23.112121 | fa163e5d-0333-97b6-5e49-000000003bf2 | TASK | Create container logs path 2025-12-06 07:52:23.345558 | fa163e5d-0333-97b6-5e49-000000003bf2 | OK | Create container logs path | standalone 2025-12-06 07:52:23.346906 | fa163e5d-0333-97b6-5e49-000000003bf2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:25.438099 | 0.23s 2025-12-06 07:52:23.378335 | fa163e5d-0333-97b6-5e49-000000003bf4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-06 07:52:23.590007 | fa163e5d-0333-97b6-5e49-000000003bf4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-06 07:52:23.591276 | fa163e5d-0333-97b6-5e49-000000003bf4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:25.682469 | 0.21s 2025-12-06 07:52:23.618730 | fa163e5d-0333-97b6-5e49-000000003bf5 | TASK | Finalise hashes for all containers 2025-12-06 07:52:23.672099 | fa163e5d-0333-97b6-5e49-000000003bf5 | OK | Finalise hashes for all containers | standalone 2025-12-06 07:52:23.673387 | fa163e5d-0333-97b6-5e49-000000003bf5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:25.764575 | 0.05s 2025-12-06 07:52:23.703025 | fa163e5d-0333-97b6-5e49-000000003bf7 | TASK | Manage systemd shutdown files 2025-12-06 07:52:23.737431 | fa163e5d-0333-97b6-5e49-000000003bf7 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:52:23.738673 | fa163e5d-0333-97b6-5e49-000000003bf7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:25.829864 | 0.03s 2025-12-06 07:52:23.767447 | fa163e5d-0333-97b6-5e49-000000003bf9 | TASK | Update container configs with new config hashes 2025-12-06 07:52:23.821757 | fa163e5d-0333-97b6-5e49-000000003bf9 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:52:23.822986 | fa163e5d-0333-97b6-5e49-000000003bf9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:25.914176 | 0.05s 2025-12-06 07:52:23.854711 | fa163e5d-0333-97b6-5e49-000000003bfa | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-06 07:52:23.904939 | fa163e5d-0333-97b6-5e49-000000003bfa | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-06 07:52:23.906336 | fa163e5d-0333-97b6-5e49-000000003bfa | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:25.997516 | 0.05s 2025-12-06 07:52:23.938282 | fa163e5d-0333-97b6-5e49-000000003bfb | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-06 07:52:23.989893 | fa163e5d-0333-97b6-5e49-000000003bfb | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-06 07:52:23.991231 | fa163e5d-0333-97b6-5e49-000000003bfb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:26.082420 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-12-06 07:52:24.174076 | fa163e5d-0333-97b6-5e49-0000000000de | TASK | External deployment step 4 2025-12-06 07:52:24.203328 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000de') missing from stats 2025-12-06 07:52:24.261722 | fa163e5d-0333-97b6-5e49-0000000000df | TIMING | include_tasks | undercloud | 0:17:26.352903 | 0.04s 2025-12-06 07:52:24.295807 | ac81bc5e-47aa-446a-b31c-74eed0e782fc | INCLUDED | /root/standalone-ansible-6pn5s7ug/external_deploy_steps_tasks_step4.yaml | undercloud 2025-12-06 07:52:24.313303 | fa163e5d-0333-97b6-5e49-000000003c4a | TASK | Clean up legacy Cinder keystone catalog entries 2025-12-06 07:52:25.912358 | fa163e5d-0333-97b6-5e49-000000003c4a | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-12-06 07:52:25.913900 | fa163e5d-0333-97b6-5e49-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:28.005087 | 1.60s 2025-12-06 07:52:27.078315 | fa163e5d-0333-97b6-5e49-000000003c4a | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-12-06 07:52:27.079374 | fa163e5d-0333-97b6-5e49-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:29.170570 | 2.76s 2025-12-06 07:52:27.086589 | fa163e5d-0333-97b6-5e49-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:29.177776 | 2.77s 2025-12-06 07:52:27.109251 | fa163e5d-0333-97b6-5e49-000000003c4d | TASK | Manage Keystone resources for OpenStack services 2025-12-06 07:52:27.164653 | fa163e5d-0333-97b6-5e49-000000003c4d | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:17:29.255834 | 0.05s 2025-12-06 07:52:27.226484 | fa163e5d-0333-97b6-5e49-000000003c79 | TASK | Create Keystone Admin resources 2025-12-06 07:52:27.275122 | fa163e5d-0333-97b6-5e49-000000003c79 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:17:29.366304 | 0.05s 2025-12-06 07:52:27.313085 | 8698ecee-c567-4b5a-9c36-589768e7fced | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-12-06 07:52:27.340981 | fa163e5d-0333-97b6-5e49-000000003cba | TASK | Create admin and service projects 2025-12-06 07:52:27.399507 | fa163e5d-0333-97b6-5e49-000000003cba | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:17:29.490689 | 0.06s 2025-12-06 07:52:27.413919 | 6eb138d1-c773-4ee6-805f-c5923ac38ffe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-06 07:52:27.452400 | fa163e5d-0333-97b6-5e49-000000003d0b | TASK | Async creation of Keystone project 2025-12-06 07:52:27.953618 | fa163e5d-0333-97b6-5e49-000000003d0b | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-12-06 07:52:27.955117 | fa163e5d-0333-97b6-5e49-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:30.046306 | 0.50s 2025-12-06 07:52:28.243077 | fa163e5d-0333-97b6-5e49-000000003d0b | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-06 07:52:28.244098 | fa163e5d-0333-97b6-5e49-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:30.335277 | 0.79s 2025-12-06 07:52:28.251296 | fa163e5d-0333-97b6-5e49-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:30.342491 | 0.80s 2025-12-06 07:52:28.275141 | fa163e5d-0333-97b6-5e49-000000003d0d | TASK | Check Keystone project status 2025-12-06 07:52:28.520234 | fa163e5d-0333-97b6-5e49-000000003d0d | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-06 07:52:34.109707 | fa163e5d-0333-97b6-5e49-000000003d0d | OK | Check Keystone project status | undercloud | item=admin 2025-12-06 07:52:34.110863 | fa163e5d-0333-97b6-5e49-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:36.202056 | 5.83s 2025-12-06 07:52:34.336993 | fa163e5d-0333-97b6-5e49-000000003d0d | CHANGED | Check Keystone project status | undercloud | item=service 2025-12-06 07:52:34.338070 | fa163e5d-0333-97b6-5e49-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:36.429266 | 6.06s 2025-12-06 07:52:34.345777 | fa163e5d-0333-97b6-5e49-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:36.436970 | 6.07s 2025-12-06 07:52:34.366508 | fa163e5d-0333-97b6-5e49-000000003cbb | TASK | Create admin role 2025-12-06 07:52:35.634701 | fa163e5d-0333-97b6-5e49-000000003cbb | OK | Create admin role | undercloud 2025-12-06 07:52:35.635523 | fa163e5d-0333-97b6-5e49-000000003cbb | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:17:37.726725 | 1.27s 2025-12-06 07:52:35.649872 | fa163e5d-0333-97b6-5e49-000000003cbc | TASK | Create _member_ role 2025-12-06 07:52:35.718153 | fa163e5d-0333-97b6-5e49-000000003cbc | SKIPPED | Create _member_ role | undercloud 2025-12-06 07:52:35.719493 | fa163e5d-0333-97b6-5e49-000000003cbc | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:17:37.810676 | 0.07s 2025-12-06 07:52:35.738711 | fa163e5d-0333-97b6-5e49-000000003cbd | TASK | Check admin password 2025-12-06 07:52:37.246065 | fa163e5d-0333-97b6-5e49-000000003cbd | OK | Check admin password | undercloud 2025-12-06 07:52:37.247734 | fa163e5d-0333-97b6-5e49-000000003cbd | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:17:39.338923 | 1.51s 2025-12-06 07:52:37.270626 | fa163e5d-0333-97b6-5e49-000000003cbe | TASK | Create admin user 2025-12-06 07:52:39.039129 | fa163e5d-0333-97b6-5e49-000000003cbe | CHANGED | Create admin user | undercloud 2025-12-06 07:52:39.040484 | fa163e5d-0333-97b6-5e49-000000003cbe | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:17:41.131676 | 1.77s 2025-12-06 07:52:39.059451 | fa163e5d-0333-97b6-5e49-000000003cbf | TASK | Assign admin role to admin project for admin user 2025-12-06 07:52:40.630033 | fa163e5d-0333-97b6-5e49-000000003cbf | OK | Assign admin role to admin project for admin user | undercloud 2025-12-06 07:52:40.631104 | fa163e5d-0333-97b6-5e49-000000003cbf | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:17:42.722302 | 1.57s 2025-12-06 07:52:40.647483 | fa163e5d-0333-97b6-5e49-000000003cc0 | TASK | Assign _member_ role to admin project for admin user 2025-12-06 07:52:40.689057 | fa163e5d-0333-97b6-5e49-000000003cc0 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-12-06 07:52:40.690345 | fa163e5d-0333-97b6-5e49-000000003cc0 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:17:42.781535 | 0.04s 2025-12-06 07:52:40.710991 | fa163e5d-0333-97b6-5e49-000000003cc1 | TASK | Create identity service 2025-12-06 07:52:41.830727 | fa163e5d-0333-97b6-5e49-000000003cc1 | OK | Create identity service | undercloud 2025-12-06 07:52:41.832080 | fa163e5d-0333-97b6-5e49-000000003cc1 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:17:43.923272 | 1.12s 2025-12-06 07:52:41.852037 | fa163e5d-0333-97b6-5e49-000000003cc2 | TASK | Create identity public endpoint 2025-12-06 07:52:43.211049 | fa163e5d-0333-97b6-5e49-000000003cc2 | OK | Create identity public endpoint | undercloud 2025-12-06 07:52:43.212015 | fa163e5d-0333-97b6-5e49-000000003cc2 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:17:45.303211 | 1.36s 2025-12-06 07:52:43.226513 | fa163e5d-0333-97b6-5e49-000000003cc3 | TASK | Create identity internal endpoint 2025-12-06 07:52:44.417927 | fa163e5d-0333-97b6-5e49-000000003cc3 | OK | Create identity internal endpoint | undercloud 2025-12-06 07:52:44.419309 | fa163e5d-0333-97b6-5e49-000000003cc3 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:17:46.510501 | 1.19s 2025-12-06 07:52:44.439545 | fa163e5d-0333-97b6-5e49-000000003cc4 | TASK | Create identity admin endpoint 2025-12-06 07:52:45.712974 | fa163e5d-0333-97b6-5e49-000000003cc4 | OK | Create identity admin endpoint | undercloud 2025-12-06 07:52:45.714370 | fa163e5d-0333-97b6-5e49-000000003cc4 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:17:47.805562 | 1.27s 2025-12-06 07:52:45.732988 | fa163e5d-0333-97b6-5e49-000000003c7a | TASK | Create Keystone Projects 2025-12-06 07:52:45.822349 | fa163e5d-0333-97b6-5e49-000000003c7a | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:17:47.913525 | 0.09s 2025-12-06 07:52:45.828655 | fa163e5d-0333-97b6-5e49-000000003c7a | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:17:47.919842 | 0.09s 2025-12-06 07:52:45.843033 | 7463f6d9-75f1-4a38-adf8-5453fc9d3604 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-06 07:52:45.890574 | fa163e5d-0333-97b6-5e49-000000003d97 | TASK | Async creation of Keystone project 2025-12-06 07:52:46.239253 | fa163e5d-0333-97b6-5e49-000000003d97 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-06 07:52:46.241506 | fa163e5d-0333-97b6-5e49-000000003d97 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:48.332693 | 0.35s 2025-12-06 07:52:46.250959 | fa163e5d-0333-97b6-5e49-000000003d97 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:48.342156 | 0.36s 2025-12-06 07:52:46.266790 | fa163e5d-0333-97b6-5e49-000000003d99 | TASK | Check Keystone project status 2025-12-06 07:52:46.535018 | fa163e5d-0333-97b6-5e49-000000003d99 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-06 07:52:51.803709 | fa163e5d-0333-97b6-5e49-000000003d99 | OK | Check Keystone project status | undercloud | item=service 2025-12-06 07:52:51.804996 | fa163e5d-0333-97b6-5e49-000000003d99 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:53.896187 | 5.54s 2025-12-06 07:52:51.811020 | fa163e5d-0333-97b6-5e49-000000003d99 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:53.902208 | 5.54s 2025-12-06 07:52:51.830972 | fa163e5d-0333-97b6-5e49-000000003c7c | TASK | Create Keystone Domains 2025-12-06 07:52:51.921115 | fa163e5d-0333-97b6-5e49-000000003c7c | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:17:54.012289 | 0.09s 2025-12-06 07:52:51.928754 | fa163e5d-0333-97b6-5e49-000000003c7c | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:17:54.019940 | 0.10s 2025-12-06 07:52:51.943875 | 01ebed4e-9e18-48cd-86ac-5a351a9af761 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-12-06 07:52:51.992960 | fa163e5d-0333-97b6-5e49-000000003e4c | TASK | Async creation of Keystone domains 2025-12-06 07:52:52.556584 | fa163e5d-0333-97b6-5e49-000000003e4c | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-12-06 07:52:52.557853 | fa163e5d-0333-97b6-5e49-000000003e4c | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:17:54.649049 | 0.56s 2025-12-06 07:52:52.564051 | fa163e5d-0333-97b6-5e49-000000003e4c | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:17:54.655240 | 0.57s 2025-12-06 07:52:52.582917 | fa163e5d-0333-97b6-5e49-000000003e4e | TASK | Check Keystone domain status 2025-12-06 07:52:52.838492 | fa163e5d-0333-97b6-5e49-000000003e4e | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-12-06 07:52:58.058792 | fa163e5d-0333-97b6-5e49-000000003e4e | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-12-06 07:52:58.060442 | fa163e5d-0333-97b6-5e49-000000003e4e | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:18:00.151630 | 5.48s 2025-12-06 07:52:58.069129 | fa163e5d-0333-97b6-5e49-000000003e4e | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:18:00.160316 | 5.48s 2025-12-06 07:52:58.089017 | fa163e5d-0333-97b6-5e49-000000003c7e | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-12-06 07:52:58.151732 | fa163e5d-0333-97b6-5e49-000000003c7e | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:18:00.242911 | 0.06s 2025-12-06 07:52:58.166701 | e99e4186-6612-4071-91b3-7c433277449a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-12-06 07:52:58.222844 | fa163e5d-0333-97b6-5e49-000000003f16 | TASK | Collect OpenStack Keystone domains infos 2025-12-06 07:52:59.604081 | fa163e5d-0333-97b6-5e49-000000003f16 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-12-06 07:52:59.605694 | fa163e5d-0333-97b6-5e49-000000003f16 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:18:01.696877 | 1.38s 2025-12-06 07:52:59.624813 | fa163e5d-0333-97b6-5e49-000000003f17 | TASK | Set openstack_domains fact 2025-12-06 07:52:59.664548 | fa163e5d-0333-97b6-5e49-000000003f17 | OK | Set openstack_domains fact | undercloud 2025-12-06 07:52:59.665840 | fa163e5d-0333-97b6-5e49-000000003f17 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:18:01.757029 | 0.04s 2025-12-06 07:52:59.683990 | fa163e5d-0333-97b6-5e49-000000003c7f | TASK | Create Keystone Services 2025-12-06 07:52:59.790475 | fa163e5d-0333-97b6-5e49-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:01.881643 | 0.11s 2025-12-06 07:52:59.806030 | fa163e5d-0333-97b6-5e49-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:01.897226 | 0.12s 2025-12-06 07:52:59.820451 | fa163e5d-0333-97b6-5e49-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:01.911642 | 0.14s 2025-12-06 07:52:59.839350 | da5c1431-9a15-4aa5-bfbc-1fab4bdc3982 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-06 07:52:59.848369 | f0eb8c9b-7563-42e4-b177-33489db4a9ed | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-06 07:52:59.895780 | fa163e5d-0333-97b6-5e49-000000003ff3 | TASK | Async creation of Keystone service 2025-12-06 07:53:00.271050 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-12-06 07:53:00.272678 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:02.363860 | 0.38s 2025-12-06 07:53:00.603939 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-12-06 07:53:00.605080 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:02.696272 | 0.71s 2025-12-06 07:53:00.916016 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-12-06 07:53:00.918030 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:03.009223 | 1.02s 2025-12-06 07:53:01.237543 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-12-06 07:53:01.238585 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:03.329782 | 1.34s 2025-12-06 07:53:01.550155 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-12-06 07:53:01.551407 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:03.642607 | 1.65s 2025-12-06 07:53:01.874006 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-12-06 07:53:01.874637 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:03.965838 | 1.98s 2025-12-06 07:53:02.214126 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-12-06 07:53:02.215655 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:04.306854 | 2.32s 2025-12-06 07:53:02.511811 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-12-06 07:53:02.512498 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:04.603701 | 2.62s 2025-12-06 07:53:02.839683 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-12-06 07:53:02.840921 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:04.932115 | 2.94s 2025-12-06 07:53:03.143492 | fa163e5d-0333-97b6-5e49-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-12-06 07:53:03.144975 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:05.236155 | 3.25s 2025-12-06 07:53:03.155631 | fa163e5d-0333-97b6-5e49-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:05.246828 | 3.26s 2025-12-06 07:53:03.171246 | fa163e5d-0333-97b6-5e49-000000003ff5 | TASK | Check Keystone service status 2025-12-06 07:53:03.466679 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-12-06 07:53:03.468403 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:05.559589 | 0.30s 2025-12-06 07:53:03.735921 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-12-06 07:53:03.736664 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:05.827865 | 0.56s 2025-12-06 07:53:03.999598 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-12-06 07:53:04.001011 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:06.092213 | 0.83s 2025-12-06 07:53:04.333548 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-12-06 07:53:04.335536 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:06.426729 | 1.16s 2025-12-06 07:53:04.603775 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-12-06 07:53:04.604997 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:06.696190 | 1.43s 2025-12-06 07:53:04.853792 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-12-06 07:53:04.855932 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:06.947123 | 1.68s 2025-12-06 07:53:05.108936 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-12-06 07:53:05.110164 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:07.201357 | 1.94s 2025-12-06 07:53:05.378458 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-12-06 07:53:05.379772 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:07.470965 | 2.21s 2025-12-06 07:53:05.629277 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-12-06 07:53:05.630471 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:07.721664 | 2.46s 2025-12-06 07:53:05.872824 | fa163e5d-0333-97b6-5e49-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-12-06 07:53:05.873612 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:07.964813 | 2.70s 2025-12-06 07:53:05.885474 | fa163e5d-0333-97b6-5e49-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:07.976659 | 2.71s 2025-12-06 07:53:05.931530 | fa163e5d-0333-97b6-5e49-000000003ffa | TASK | Async creation of Keystone service 2025-12-06 07:53:06.278397 | fa163e5d-0333-97b6-5e49-000000003ffa | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-12-06 07:53:06.280048 | fa163e5d-0333-97b6-5e49-000000003ffa | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:08.371225 | 0.35s 2025-12-06 07:53:06.284502 | fa163e5d-0333-97b6-5e49-000000003ffa | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:08.375697 | 0.35s 2025-12-06 07:53:06.300306 | fa163e5d-0333-97b6-5e49-000000003ffc | TASK | Check Keystone service status 2025-12-06 07:53:06.565776 | fa163e5d-0333-97b6-5e49-000000003ffc | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-12-06 07:53:11.782071 | fa163e5d-0333-97b6-5e49-000000003ffc | CHANGED | Check Keystone service status | undercloud | item=swift 2025-12-06 07:53:11.784512 | fa163e5d-0333-97b6-5e49-000000003ffc | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:13.875701 | 5.48s 2025-12-06 07:53:11.794851 | fa163e5d-0333-97b6-5e49-000000003ffc | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:13.886046 | 5.49s 2025-12-06 07:53:11.815510 | fa163e5d-0333-97b6-5e49-000000003c81 | TASK | Create Keystone Endpoints 2025-12-06 07:53:11.882918 | fa163e5d-0333-97b6-5e49-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:13.974098 | 0.07s 2025-12-06 07:53:11.913766 | fa163e5d-0333-97b6-5e49-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:14.004962 | 0.10s 2025-12-06 07:53:11.932918 | fa163e5d-0333-97b6-5e49-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:14.024117 | 0.12s 2025-12-06 07:53:11.944565 | fa163e5d-0333-97b6-5e49-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:14.035761 | 0.13s 2025-12-06 07:53:11.957131 | be68d8bb-71da-4ad2-823e-9c682522c85d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-06 07:53:11.963478 | 18b16d84-1213-48a3-913f-bb7865d0193d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-06 07:53:11.969127 | 562bf506-d0f1-4aa7-ad4c-ed435432581e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-06 07:53:12.028504 | fa163e5d-0333-97b6-5e49-000000004124 | TASK | Create Keystone public endpoints 2025-12-06 07:53:12.136684 | fa163e5d-0333-97b6-5e49-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:14.227867 | 0.11s 2025-12-06 07:53:12.153484 | fa163e5d-0333-97b6-5e49-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:14.244684 | 0.12s 2025-12-06 07:53:12.167578 | fa163e5d-0333-97b6-5e49-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:14.258773 | 0.14s 2025-12-06 07:53:12.186886 | 245a5457-a8c2-45cc-a2b8-1cd35f2a076e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-06 07:53:12.196876 | 846e363a-1b2b-411c-9339-d39343048138 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-06 07:53:12.222600 | fa163e5d-0333-97b6-5e49-00000000424c | TASK | Async creation of Keystone public endpoint 2025-12-06 07:53:12.562487 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-12-06 07:53:12.564832 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:14.655977 | 0.34s 2025-12-06 07:53:12.913091 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-12-06 07:53:12.914692 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:15.005886 | 0.69s 2025-12-06 07:53:13.234124 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-12-06 07:53:13.236109 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:15.327302 | 1.01s 2025-12-06 07:53:13.531062 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-12-06 07:53:13.532256 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:15.623450 | 1.31s 2025-12-06 07:53:13.797777 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-12-06 07:53:13.799511 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:15.890703 | 1.58s 2025-12-06 07:53:14.092163 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-12-06 07:53:14.093557 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:16.184750 | 1.87s 2025-12-06 07:53:14.384282 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-12-06 07:53:14.385682 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:16.476874 | 2.16s 2025-12-06 07:53:14.615364 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-12-06 07:53:14.617090 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:16.708284 | 2.39s 2025-12-06 07:53:14.938610 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-12-06 07:53:14.939358 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:17.030559 | 2.72s 2025-12-06 07:53:15.209901 | fa163e5d-0333-97b6-5e49-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-12-06 07:53:15.211477 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:17.302676 | 2.99s 2025-12-06 07:53:15.222277 | fa163e5d-0333-97b6-5e49-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:17.313470 | 3.00s 2025-12-06 07:53:15.240511 | fa163e5d-0333-97b6-5e49-00000000424e | TASK | Check Keystone public endpoint status 2025-12-06 07:53:15.486213 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-12-06 07:53:15.487154 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:17.578352 | 0.25s 2025-12-06 07:53:15.697445 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-12-06 07:53:15.698819 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:17.790021 | 0.46s 2025-12-06 07:53:15.999668 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-12-06 07:53:16.000909 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:18.092102 | 0.76s 2025-12-06 07:53:16.272317 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-12-06 07:53:16.273767 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:18.364960 | 1.03s 2025-12-06 07:53:16.534587 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-12-06 07:53:16.539162 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:18.630344 | 1.30s 2025-12-06 07:53:16.763587 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-12-06 07:53:16.765591 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:18.856774 | 1.52s 2025-12-06 07:53:17.019578 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-12-06 07:53:17.021843 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:19.113032 | 1.78s 2025-12-06 07:53:17.258569 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-12-06 07:53:17.261056 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:19.352243 | 2.02s 2025-12-06 07:53:17.487878 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-12-06 07:53:17.490541 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:19.581725 | 2.25s 2025-12-06 07:53:17.711902 | fa163e5d-0333-97b6-5e49-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-12-06 07:53:17.713199 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:19.804367 | 2.47s 2025-12-06 07:53:17.725869 | fa163e5d-0333-97b6-5e49-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:19.817054 | 2.48s 2025-12-06 07:53:17.753865 | fa163e5d-0333-97b6-5e49-000000004253 | TASK | Async creation of Keystone public endpoint 2025-12-06 07:53:18.093425 | fa163e5d-0333-97b6-5e49-000000004253 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-12-06 07:53:18.095612 | fa163e5d-0333-97b6-5e49-000000004253 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:20.186801 | 0.34s 2025-12-06 07:53:18.105788 | fa163e5d-0333-97b6-5e49-000000004253 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:20.196977 | 0.35s 2025-12-06 07:53:18.127581 | fa163e5d-0333-97b6-5e49-000000004255 | TASK | Check Keystone public endpoint status 2025-12-06 07:53:18.417221 | fa163e5d-0333-97b6-5e49-000000004255 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-06 07:53:23.635869 | fa163e5d-0333-97b6-5e49-000000004255 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-12-06 07:53:23.638453 | fa163e5d-0333-97b6-5e49-000000004255 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:25.729642 | 5.51s 2025-12-06 07:53:23.645857 | fa163e5d-0333-97b6-5e49-000000004255 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:25.737049 | 5.52s 2025-12-06 07:53:23.663553 | fa163e5d-0333-97b6-5e49-000000004129 | TASK | Create Keystone admin endpoints 2025-12-06 07:53:23.765221 | fa163e5d-0333-97b6-5e49-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:25.856407 | 0.10s 2025-12-06 07:53:23.815743 | fa163e5d-0333-97b6-5e49-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:25.906932 | 0.15s 2025-12-06 07:53:23.826670 | fa163e5d-0333-97b6-5e49-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:25.917856 | 0.16s 2025-12-06 07:53:23.845582 | 9305afc8-fb37-4013-b28d-cca3eee1cb0e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-06 07:53:23.855949 | 93acda57-f5d0-4129-a870-9b2bc9feb598 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-06 07:53:23.882768 | fa163e5d-0333-97b6-5e49-0000000042a5 | TASK | Async creation of Keystone admin endpoint 2025-12-06 07:53:24.228187 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-12-06 07:53:24.230682 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:26.321865 | 0.35s 2025-12-06 07:53:24.543786 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-12-06 07:53:24.544527 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:26.635728 | 0.66s 2025-12-06 07:53:24.864199 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-12-06 07:53:24.864874 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:26.956077 | 0.98s 2025-12-06 07:53:25.181072 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-12-06 07:53:25.182340 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:27.273541 | 1.30s 2025-12-06 07:53:25.460722 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-12-06 07:53:25.462080 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:27.553282 | 1.58s 2025-12-06 07:53:25.738831 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-12-06 07:53:25.741742 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:27.832936 | 1.86s 2025-12-06 07:53:26.036162 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-12-06 07:53:26.038982 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:28.130175 | 2.15s 2025-12-06 07:53:26.336964 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-12-06 07:53:26.339130 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:28.430328 | 2.45s 2025-12-06 07:53:26.597950 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-12-06 07:53:26.598850 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:28.690051 | 2.71s 2025-12-06 07:53:26.854104 | fa163e5d-0333-97b6-5e49-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-12-06 07:53:26.856677 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:28.947869 | 2.97s 2025-12-06 07:53:26.870834 | fa163e5d-0333-97b6-5e49-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:28.962024 | 2.99s 2025-12-06 07:53:26.895350 | fa163e5d-0333-97b6-5e49-0000000042a7 | TASK | Check Keystone admin endpoint status 2025-12-06 07:53:27.187222 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-12-06 07:53:27.188133 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:29.279333 | 0.29s 2025-12-06 07:53:27.433853 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-12-06 07:53:27.434457 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:29.525661 | 0.54s 2025-12-06 07:53:27.685773 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-12-06 07:53:27.687647 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:29.778843 | 0.79s 2025-12-06 07:53:27.946166 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-12-06 07:53:27.948228 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:30.039423 | 1.05s 2025-12-06 07:53:28.168251 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-12-06 07:53:28.169493 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:30.260688 | 1.27s 2025-12-06 07:53:28.458619 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-12-06 07:53:28.459764 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:30.550958 | 1.56s 2025-12-06 07:53:28.685490 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-12-06 07:53:28.687461 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:30.778656 | 1.79s 2025-12-06 07:53:28.938293 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-12-06 07:53:28.940868 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:31.032055 | 2.04s 2025-12-06 07:53:29.183155 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-12-06 07:53:29.184395 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:31.275590 | 2.29s 2025-12-06 07:53:29.403749 | fa163e5d-0333-97b6-5e49-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-12-06 07:53:29.405801 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:31.496994 | 2.51s 2025-12-06 07:53:29.420757 | fa163e5d-0333-97b6-5e49-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:31.511940 | 2.52s 2025-12-06 07:53:29.450434 | fa163e5d-0333-97b6-5e49-0000000042ac | TASK | Async creation of Keystone admin endpoint 2025-12-06 07:53:29.727865 | fa163e5d-0333-97b6-5e49-0000000042ac | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-12-06 07:53:29.729398 | fa163e5d-0333-97b6-5e49-0000000042ac | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:31.820544 | 0.28s 2025-12-06 07:53:29.740880 | fa163e5d-0333-97b6-5e49-0000000042ac | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:31.832075 | 0.29s 2025-12-06 07:53:29.756789 | fa163e5d-0333-97b6-5e49-0000000042ae | TASK | Check Keystone admin endpoint status 2025-12-06 07:53:30.008665 | fa163e5d-0333-97b6-5e49-0000000042ae | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-06 07:53:35.225078 | fa163e5d-0333-97b6-5e49-0000000042ae | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-12-06 07:53:35.227566 | fa163e5d-0333-97b6-5e49-0000000042ae | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:37.318753 | 5.47s 2025-12-06 07:53:35.237816 | fa163e5d-0333-97b6-5e49-0000000042ae | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:37.329003 | 5.48s 2025-12-06 07:53:35.259786 | fa163e5d-0333-97b6-5e49-00000000412e | TASK | Create Keystone internal endpoints 2025-12-06 07:53:35.348974 | fa163e5d-0333-97b6-5e49-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:18:37.440150 | 0.09s 2025-12-06 07:53:35.366624 | fa163e5d-0333-97b6-5e49-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:18:37.457823 | 0.10s 2025-12-06 07:53:35.377254 | fa163e5d-0333-97b6-5e49-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:18:37.468428 | 0.12s 2025-12-06 07:53:35.397106 | 7bf21522-fc0e-4e09-a30d-a7305eb4d9cd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-06 07:53:35.409051 | 74aadc33-3e2e-4119-977b-9313a4f46c79 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-06 07:53:35.435658 | fa163e5d-0333-97b6-5e49-0000000042fe | TASK | Async creation of Keystone internal endpoint 2025-12-06 07:53:35.800840 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-12-06 07:53:35.803932 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:37.895113 | 0.37s 2025-12-06 07:53:36.107866 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-12-06 07:53:36.108936 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:38.200130 | 0.67s 2025-12-06 07:53:36.422663 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-12-06 07:53:36.423651 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:38.514847 | 0.99s 2025-12-06 07:53:36.734157 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-12-06 07:53:36.736574 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:38.827766 | 1.30s 2025-12-06 07:53:37.014082 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-12-06 07:53:37.015545 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:39.106739 | 1.58s 2025-12-06 07:53:37.281233 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-12-06 07:53:37.281961 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:39.373163 | 1.84s 2025-12-06 07:53:37.560788 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-12-06 07:53:37.561473 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:39.652676 | 2.12s 2025-12-06 07:53:37.892286 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-12-06 07:53:37.893270 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:39.984465 | 2.46s 2025-12-06 07:53:38.234252 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-12-06 07:53:38.235750 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:40.326944 | 2.80s 2025-12-06 07:53:38.512410 | fa163e5d-0333-97b6-5e49-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-12-06 07:53:38.513171 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:40.604369 | 3.08s 2025-12-06 07:53:38.525608 | fa163e5d-0333-97b6-5e49-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:40.616804 | 3.09s 2025-12-06 07:53:38.542281 | fa163e5d-0333-97b6-5e49-000000004300 | TASK | Check Keystone internal endpoint status 2025-12-06 07:53:38.836968 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-12-06 07:53:38.838486 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:40.929675 | 0.30s 2025-12-06 07:53:39.047620 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-12-06 07:53:39.048356 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:41.139558 | 0.51s 2025-12-06 07:53:39.268551 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-12-06 07:53:39.271023 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:41.362211 | 0.73s 2025-12-06 07:53:39.514272 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-12-06 07:53:39.515571 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:41.606765 | 0.97s 2025-12-06 07:53:39.735726 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-12-06 07:53:39.737683 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:41.828877 | 1.19s 2025-12-06 07:53:39.935391 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-12-06 07:53:39.936678 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:42.027871 | 1.39s 2025-12-06 07:53:40.146558 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-12-06 07:53:40.147268 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:42.238470 | 1.60s 2025-12-06 07:53:40.387858 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-12-06 07:53:40.389635 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:42.480831 | 1.85s 2025-12-06 07:53:40.629655 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-12-06 07:53:40.631417 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:42.722612 | 2.09s 2025-12-06 07:53:40.877959 | fa163e5d-0333-97b6-5e49-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-12-06 07:53:40.880066 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:42.971261 | 2.34s 2025-12-06 07:53:40.894414 | fa163e5d-0333-97b6-5e49-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:42.985611 | 2.35s 2025-12-06 07:53:40.922443 | fa163e5d-0333-97b6-5e49-000000004305 | TASK | Async creation of Keystone internal endpoint 2025-12-06 07:53:41.276589 | fa163e5d-0333-97b6-5e49-000000004305 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-12-06 07:53:41.278525 | fa163e5d-0333-97b6-5e49-000000004305 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:43.369715 | 0.35s 2025-12-06 07:53:41.288604 | fa163e5d-0333-97b6-5e49-000000004305 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:43.379802 | 0.36s 2025-12-06 07:53:41.310785 | fa163e5d-0333-97b6-5e49-000000004307 | TASK | Check Keystone internal endpoint status 2025-12-06 07:53:41.602861 | fa163e5d-0333-97b6-5e49-000000004307 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-06 07:53:46.815706 | fa163e5d-0333-97b6-5e49-000000004307 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-12-06 07:53:46.817609 | fa163e5d-0333-97b6-5e49-000000004307 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:48.908797 | 5.50s 2025-12-06 07:53:46.827493 | fa163e5d-0333-97b6-5e49-000000004307 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:48.918688 | 5.51s 2025-12-06 07:53:46.844140 | fa163e5d-0333-97b6-5e49-000000003c83 | TASK | Run cleanup tasks 2025-12-06 07:53:46.887681 | fa163e5d-0333-97b6-5e49-000000003c83 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:18:48.978861 | 0.04s 2025-12-06 07:53:46.899333 | c72cc031-6410-4a1f-93ee-44a3a29daeeb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-12-06 07:53:46.966026 | fa163e5d-0333-97b6-5e49-000000004353 | TASK | Get list of enabled services 2025-12-06 07:53:49.446101 | fa163e5d-0333-97b6-5e49-000000004353 | CHANGED | Get list of enabled services | undercloud 2025-12-06 07:53:49.447737 | fa163e5d-0333-97b6-5e49-000000004353 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:18:51.538926 | 2.48s 2025-12-06 07:53:49.467024 | fa163e5d-0333-97b6-5e49-000000004354 | TASK | List services to be disabled 2025-12-06 07:53:49.555232 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-12-06 07:53:49.612835 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-12-06 07:53:49.648011 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-12-06 07:53:49.679681 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-12-06 07:53:49.704392 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-12-06 07:53:49.729147 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-12-06 07:53:49.755973 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-12-06 07:53:49.779702 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-12-06 07:53:49.804994 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-12-06 07:53:49.830642 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-12-06 07:53:49.855423 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-12-06 07:53:49.877895 | fa163e5d-0333-97b6-5e49-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-12-06 07:53:49.890903 | fa163e5d-0333-97b6-5e49-000000004354 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:18:51.982092 | 0.42s 2025-12-06 07:53:49.911073 | fa163e5d-0333-97b6-5e49-000000004355 | TASK | Delete keystone services not enabled 2025-12-06 07:53:49.940735 | fa163e5d-0333-97b6-5e49-000000004355 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:18:52.031923 | 0.03s 2025-12-06 07:53:49.959661 | fa163e5d-0333-97b6-5e49-000000003c84 | TASK | Create Keystone Roles 2025-12-06 07:53:50.058524 | fa163e5d-0333-97b6-5e49-000000003c84 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:18:52.149709 | 0.10s 2025-12-06 07:53:50.064640 | fa163e5d-0333-97b6-5e49-000000003c84 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:18:52.155837 | 0.10s 2025-12-06 07:53:50.079307 | 95675896-f06c-4e81-a4ae-85133a3a45d1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-06 07:53:50.149813 | fa163e5d-0333-97b6-5e49-0000000044bb | TASK | Async creation of Keystone role 2025-12-06 07:53:50.497866 | fa163e5d-0333-97b6-5e49-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-12-06 07:53:50.499313 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:52.590497 | 0.35s 2025-12-06 07:53:50.798586 | fa163e5d-0333-97b6-5e49-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-12-06 07:53:50.799776 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:52.890968 | 0.65s 2025-12-06 07:53:51.078143 | fa163e5d-0333-97b6-5e49-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-12-06 07:53:51.079058 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:53.170254 | 0.93s 2025-12-06 07:53:51.358249 | fa163e5d-0333-97b6-5e49-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-12-06 07:53:51.358802 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:53.450006 | 1.21s 2025-12-06 07:53:51.651356 | fa163e5d-0333-97b6-5e49-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-12-06 07:53:51.651934 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:53.743138 | 1.50s 2025-12-06 07:53:51.917849 | fa163e5d-0333-97b6-5e49-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-12-06 07:53:51.919892 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:54.011081 | 1.77s 2025-12-06 07:53:52.176210 | fa163e5d-0333-97b6-5e49-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-12-06 07:53:52.177056 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:54.268254 | 2.03s 2025-12-06 07:53:52.459201 | fa163e5d-0333-97b6-5e49-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-12-06 07:53:52.460495 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:54.551686 | 2.31s 2025-12-06 07:53:52.467711 | fa163e5d-0333-97b6-5e49-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:54.558903 | 2.32s 2025-12-06 07:53:52.482853 | fa163e5d-0333-97b6-5e49-0000000044bd | TASK | Check Keystone role status 2025-12-06 07:53:52.707642 | fa163e5d-0333-97b6-5e49-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-12-06 07:53:52.708879 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:54.800076 | 0.23s 2025-12-06 07:53:52.895211 | fa163e5d-0333-97b6-5e49-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=creator 2025-12-06 07:53:52.896530 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:54.987728 | 0.41s 2025-12-06 07:53:53.125567 | fa163e5d-0333-97b6-5e49-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=observer 2025-12-06 07:53:53.126286 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:55.217488 | 0.64s 2025-12-06 07:53:53.421159 | fa163e5d-0333-97b6-5e49-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=audit 2025-12-06 07:53:53.422111 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:55.513312 | 0.94s 2025-12-06 07:53:53.677991 | fa163e5d-0333-97b6-5e49-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=service 2025-12-06 07:53:53.679483 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:55.770678 | 1.20s 2025-12-06 07:53:53.867378 | fa163e5d-0333-97b6-5e49-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-12-06 07:53:53.869069 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:55.960263 | 1.39s 2025-12-06 07:53:54.085287 | fa163e5d-0333-97b6-5e49-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-12-06 07:53:54.087348 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:56.178543 | 1.60s 2025-12-06 07:53:54.334438 | fa163e5d-0333-97b6-5e49-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-12-06 07:53:54.336344 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:56.427538 | 1.85s 2025-12-06 07:53:54.348897 | fa163e5d-0333-97b6-5e49-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:56.440084 | 1.87s 2025-12-06 07:53:54.372090 | fa163e5d-0333-97b6-5e49-000000003c86 | TASK | Create Keystone Users 2025-12-06 07:53:54.475159 | fa163e5d-0333-97b6-5e49-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:18:56.566304 | 0.10s 2025-12-06 07:53:54.492827 | fa163e5d-0333-97b6-5e49-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:18:56.584023 | 0.12s 2025-12-06 07:53:54.500205 | fa163e5d-0333-97b6-5e49-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:18:56.591373 | 0.13s 2025-12-06 07:53:54.520967 | a1ea2671-8841-48de-8810-bfde54459011 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-06 07:53:54.534848 | 9ab603f8-d721-4c11-9e9f-cce1b3973799 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-06 07:53:54.597516 | fa163e5d-0333-97b6-5e49-00000000464b | TASK | Check password of Keystone user 2025-12-06 07:53:55.565301 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:53:55.566848 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:18:57.658040 | 0.97s 2025-12-06 07:53:56.527999 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:53:56.529042 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:18:58.620230 | 1.93s 2025-12-06 07:53:57.476895 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:53:57.478409 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:18:59.569604 | 2.88s 2025-12-06 07:53:58.380572 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:53:58.382338 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:00.473531 | 3.78s 2025-12-06 07:53:59.214274 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:53:59.215240 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:01.306430 | 4.62s 2025-12-06 07:54:00.074139 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:54:00.076004 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:02.167198 | 5.48s 2025-12-06 07:54:00.952646 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:54:00.953803 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:03.044996 | 6.36s 2025-12-06 07:54:01.914665 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:54:01.915775 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:04.006967 | 7.32s 2025-12-06 07:54:02.788467 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:54:02.790165 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:04.881356 | 8.19s 2025-12-06 07:54:03.706702 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:54:03.707658 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:05.798851 | 9.11s 2025-12-06 07:54:03.714067 | fa163e5d-0333-97b6-5e49-00000000464b | 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} 2025-12-06 07:54:03.715301 | fa163e5d-0333-97b6-5e49-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:05.806488 | 9.12s 2025-12-06 07:54:03.736665 | fa163e5d-0333-97b6-5e49-00000000464d | TASK | Async creation of Keystone user 2025-12-06 07:54:04.130641 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:04.136406 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:06.227586 | 0.40s 2025-12-06 07:54:04.462750 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:04.464468 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:06.555660 | 0.73s 2025-12-06 07:54:04.860112 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:04.861898 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:06.953092 | 1.12s 2025-12-06 07:54:05.157502 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:05.158747 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:07.249949 | 1.42s 2025-12-06 07:54:05.490019 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:05.490967 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:07.582160 | 1.75s 2025-12-06 07:54:05.833746 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:05.834364 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:07.925566 | 2.10s 2025-12-06 07:54:06.166201 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:06.167100 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:08.258294 | 2.43s 2025-12-06 07:54:06.467696 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:06.468556 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:08.559751 | 2.73s 2025-12-06 07:54:06.789373 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:06.789937 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:08.881134 | 3.05s 2025-12-06 07:54:07.127933 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:07.129327 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:09.220527 | 3.39s 2025-12-06 07:54:07.139615 | fa163e5d-0333-97b6-5e49-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:07.140740 | fa163e5d-0333-97b6-5e49-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:09.231931 | 3.40s 2025-12-06 07:54:07.157495 | fa163e5d-0333-97b6-5e49-00000000464f | TASK | Check Keystone user status 2025-12-06 07:54:07.444041 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:07.445332 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:09.536530 | 0.29s 2025-12-06 07:54:07.686612 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:07.688208 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:09.779410 | 0.53s 2025-12-06 07:54:07.989182 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:07.989902 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:10.081101 | 0.83s 2025-12-06 07:54:08.254232 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:08.255677 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:10.346878 | 1.10s 2025-12-06 07:54:08.574436 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:08.575330 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:10.666525 | 1.42s 2025-12-06 07:54:08.870507 | fa163e5d-0333-97b6-5e49-00000000464f | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-06 07:54:14.089571 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:14.091511 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:16.182705 | 6.93s 2025-12-06 07:54:14.400521 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:14.401534 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:16.492728 | 7.24s 2025-12-06 07:54:14.723440 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:14.725312 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:16.816505 | 7.57s 2025-12-06 07:54:15.021098 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:15.022116 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:17.113309 | 7.86s 2025-12-06 07:54:15.285878 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:15.287002 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:17.378195 | 8.13s 2025-12-06 07:54:15.305761 | fa163e5d-0333-97b6-5e49-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:15.306836 | fa163e5d-0333-97b6-5e49-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:17.398030 | 8.15s 2025-12-06 07:54:15.330521 | fa163e5d-0333-97b6-5e49-000000004654 | TASK | Check password of Keystone user 2025-12-06 07:54:16.238449 | fa163e5d-0333-97b6-5e49-000000004654 | 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} 2025-12-06 07:54:16.240466 | fa163e5d-0333-97b6-5e49-000000004654 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:18.331646 | 0.91s 2025-12-06 07:54:17.209693 | fa163e5d-0333-97b6-5e49-000000004654 | 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} 2025-12-06 07:54:17.210708 | fa163e5d-0333-97b6-5e49-000000004654 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:19.301900 | 1.88s 2025-12-06 07:54:18.115881 | fa163e5d-0333-97b6-5e49-000000004654 | 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} 2025-12-06 07:54:18.116839 | fa163e5d-0333-97b6-5e49-000000004654 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:20.208033 | 2.78s 2025-12-06 07:54:18.122373 | fa163e5d-0333-97b6-5e49-000000004654 | 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} 2025-12-06 07:54:18.123382 | fa163e5d-0333-97b6-5e49-000000004654 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:20.214577 | 2.79s 2025-12-06 07:54:18.142783 | fa163e5d-0333-97b6-5e49-000000004656 | TASK | Async creation of Keystone user 2025-12-06 07:54:18.541274 | fa163e5d-0333-97b6-5e49-000000004656 | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:18.542859 | fa163e5d-0333-97b6-5e49-000000004656 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:20.634038 | 0.40s 2025-12-06 07:54:18.863282 | fa163e5d-0333-97b6-5e49-000000004656 | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:18.864979 | fa163e5d-0333-97b6-5e49-000000004656 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:20.956173 | 0.72s 2025-12-06 07:54:19.155915 | fa163e5d-0333-97b6-5e49-000000004656 | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:19.156727 | fa163e5d-0333-97b6-5e49-000000004656 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:21.247925 | 1.01s 2025-12-06 07:54:19.160779 | fa163e5d-0333-97b6-5e49-000000004656 | CHANGED | Async creation of Keystone user | undercloud 2025-12-06 07:54:19.161817 | fa163e5d-0333-97b6-5e49-000000004656 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:21.253011 | 1.02s 2025-12-06 07:54:19.181023 | fa163e5d-0333-97b6-5e49-000000004658 | TASK | Check Keystone user status 2025-12-06 07:54:19.473190 | fa163e5d-0333-97b6-5e49-000000004658 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-06 07:54:24.700576 | fa163e5d-0333-97b6-5e49-000000004658 | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:24.702259 | fa163e5d-0333-97b6-5e49-000000004658 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:26.793439 | 5.52s 2025-12-06 07:54:24.954697 | fa163e5d-0333-97b6-5e49-000000004658 | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:24.956475 | fa163e5d-0333-97b6-5e49-000000004658 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:27.047669 | 5.77s 2025-12-06 07:54:25.219428 | fa163e5d-0333-97b6-5e49-000000004658 | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:25.220922 | fa163e5d-0333-97b6-5e49-000000004658 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:27.312115 | 6.04s 2025-12-06 07:54:25.231152 | fa163e5d-0333-97b6-5e49-000000004658 | CHANGED | Check Keystone user status | undercloud 2025-12-06 07:54:25.231811 | fa163e5d-0333-97b6-5e49-000000004658 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:27.323012 | 6.05s 2025-12-06 07:54:25.246710 | fa163e5d-0333-97b6-5e49-000000003c88 | TASK | Assign Keystone Users to Roles 2025-12-06 07:54:25.302893 | fa163e5d-0333-97b6-5e49-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:27.394064 | 0.06s 2025-12-06 07:54:25.322588 | fa163e5d-0333-97b6-5e49-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:27.413783 | 0.07s 2025-12-06 07:54:25.329261 | fa163e5d-0333-97b6-5e49-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:27.420457 | 0.08s 2025-12-06 07:54:25.335457 | 51188d22-a33f-4275-aab3-4c1db5cbde5f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-06 07:54:25.338034 | 16b59443-cdfa-4a6a-8b9e-e0de3ed58e30 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-06 07:54:25.415922 | fa163e5d-0333-97b6-5e49-000000004837 | TASK | Async assignment of Keystone user per role 2025-12-06 07:54:25.495561 | fa163e5d-0333-97b6-5e49-000000004837 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:27.586733 | 0.08s 2025-12-06 07:54:25.514286 | fa163e5d-0333-97b6-5e49-000000004837 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:27.605481 | 0.10s 2025-12-06 07:54:25.521041 | fa163e5d-0333-97b6-5e49-000000004837 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:27.612237 | 0.10s 2025-12-06 07:54:25.538047 | e88d24d1-c488-4587-a3bc-a9ea10386288 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-06 07:54:25.548743 | e78afbf6-475b-4e82-a203-957b1d8f7b47 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-06 07:54:25.572560 | fa163e5d-0333-97b6-5e49-0000000049fb | TASK | Async assignment of Keystone user to roles 2025-12-06 07:54:25.985305 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-12-06 07:54:25.986889 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:28.078072 | 0.41s 2025-12-06 07:54:26.244757 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-06 07:54:26.245524 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:28.336725 | 0.67s 2025-12-06 07:54:26.578471 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-06 07:54:26.580652 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:28.671846 | 1.01s 2025-12-06 07:54:26.937428 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-12-06 07:54:26.938002 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:29.029206 | 1.36s 2025-12-06 07:54:27.257799 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-12-06 07:54:27.258574 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:29.349773 | 1.68s 2025-12-06 07:54:27.597107 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-12-06 07:54:27.598755 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:29.689954 | 2.02s 2025-12-06 07:54:27.889221 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-12-06 07:54:27.890216 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:29.981417 | 2.32s 2025-12-06 07:54:28.230663 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-12-06 07:54:28.231439 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:30.322639 | 2.66s 2025-12-06 07:54:28.530606 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-12-06 07:54:28.532087 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:30.623289 | 2.96s 2025-12-06 07:54:28.906358 | fa163e5d-0333-97b6-5e49-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-12-06 07:54:28.906972 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:30.998175 | 3.33s 2025-12-06 07:54:28.913513 | fa163e5d-0333-97b6-5e49-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:31.004706 | 3.34s 2025-12-06 07:54:28.931638 | fa163e5d-0333-97b6-5e49-0000000049fd | TASK | Check Keystone user assignment to roles status 2025-12-06 07:54:29.253387 | fa163e5d-0333-97b6-5e49-0000000049fd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-06 07:54:34.454235 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-12-06 07:54:34.455640 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:36.546822 | 5.52s 2025-12-06 07:54:34.737073 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-06 07:54:34.738224 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:36.829418 | 5.81s 2025-12-06 07:54:35.016300 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-06 07:54:35.017977 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:37.109172 | 6.09s 2025-12-06 07:54:35.268735 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-12-06 07:54:35.270293 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:37.361493 | 6.34s 2025-12-06 07:54:35.545015 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-12-06 07:54:35.546232 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:37.637426 | 6.61s 2025-12-06 07:54:35.849911 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-12-06 07:54:35.851790 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:37.942984 | 6.92s 2025-12-06 07:54:36.106845 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-12-06 07:54:36.107889 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:38.199085 | 7.18s 2025-12-06 07:54:36.359411 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-12-06 07:54:36.361351 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:38.452544 | 7.43s 2025-12-06 07:54:36.575370 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-12-06 07:54:36.577420 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:38.668607 | 7.64s 2025-12-06 07:54:36.791797 | fa163e5d-0333-97b6-5e49-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-12-06 07:54:36.793969 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:38.885161 | 7.86s 2025-12-06 07:54:36.806806 | fa163e5d-0333-97b6-5e49-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:38.897996 | 7.87s 2025-12-06 07:54:36.827131 | fa163e5d-0333-97b6-5e49-000000004a02 | TASK | Async assignment of Keystone user to roles 2025-12-06 07:54:37.179236 | fa163e5d-0333-97b6-5e49-000000004a02 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-06 07:54:37.180435 | fa163e5d-0333-97b6-5e49-000000004a02 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:39.271628 | 0.35s 2025-12-06 07:54:37.508587 | fa163e5d-0333-97b6-5e49-000000004a02 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-12-06 07:54:37.510505 | fa163e5d-0333-97b6-5e49-000000004a02 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:39.601701 | 0.68s 2025-12-06 07:54:37.837209 | fa163e5d-0333-97b6-5e49-000000004a02 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-12-06 07:54:37.837897 | fa163e5d-0333-97b6-5e49-000000004a02 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:39.929097 | 1.01s 2025-12-06 07:54:37.842818 | fa163e5d-0333-97b6-5e49-000000004a02 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:39.934014 | 1.01s 2025-12-06 07:54:37.857666 | fa163e5d-0333-97b6-5e49-000000004a04 | TASK | Check Keystone user assignment to roles status 2025-12-06 07:54:38.130237 | fa163e5d-0333-97b6-5e49-000000004a04 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-06 07:54:43.345602 | fa163e5d-0333-97b6-5e49-000000004a04 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-06 07:54:43.348418 | fa163e5d-0333-97b6-5e49-000000004a04 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:45.439600 | 5.49s 2025-12-06 07:54:43.582910 | fa163e5d-0333-97b6-5e49-000000004a04 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-12-06 07:54:43.586148 | fa163e5d-0333-97b6-5e49-000000004a04 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:45.677340 | 5.73s 2025-12-06 07:54:43.835418 | fa163e5d-0333-97b6-5e49-000000004a04 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-12-06 07:54:43.837648 | fa163e5d-0333-97b6-5e49-000000004a04 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:45.928840 | 5.98s 2025-12-06 07:54:43.845239 | fa163e5d-0333-97b6-5e49-000000004a04 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:45.936429 | 5.99s 2025-12-06 07:54:43.865762 | fa163e5d-0333-97b6-5e49-00000000483c | TASK | Async assignment of Keystone user per role 2025-12-06 07:54:43.960661 | fa163e5d-0333-97b6-5e49-00000000483c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:46.051839 | 0.09s 2025-12-06 07:54:43.973430 | fa163e5d-0333-97b6-5e49-00000000483c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:46.064617 | 0.11s 2025-12-06 07:54:43.988778 | 02c6a414-4972-4d69-901e-947dd0f4ccde | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-06 07:54:44.015288 | fa163e5d-0333-97b6-5e49-000000004a5c | TASK | Async assignment of Keystone user to roles 2025-12-06 07:54:44.372890 | fa163e5d-0333-97b6-5e49-000000004a5c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-06 07:54:44.374331 | fa163e5d-0333-97b6-5e49-000000004a5c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:46.465515 | 0.36s 2025-12-06 07:54:44.699137 | fa163e5d-0333-97b6-5e49-000000004a5c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-06 07:54:44.700140 | fa163e5d-0333-97b6-5e49-000000004a5c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:46.791334 | 0.68s 2025-12-06 07:54:45.030816 | fa163e5d-0333-97b6-5e49-000000004a5c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-06 07:54:45.032305 | fa163e5d-0333-97b6-5e49-000000004a5c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:47.123499 | 1.02s 2025-12-06 07:54:45.042123 | fa163e5d-0333-97b6-5e49-000000004a5c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:47.133321 | 1.03s 2025-12-06 07:54:45.056698 | fa163e5d-0333-97b6-5e49-000000004a5e | TASK | Check Keystone user assignment to roles status 2025-12-06 07:54:45.332971 | fa163e5d-0333-97b6-5e49-000000004a5e | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-06 07:54:50.600788 | fa163e5d-0333-97b6-5e49-000000004a5e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-06 07:54:50.603643 | fa163e5d-0333-97b6-5e49-000000004a5e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:52.694831 | 5.55s 2025-12-06 07:54:50.839870 | fa163e5d-0333-97b6-5e49-000000004a5e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-06 07:54:50.841233 | fa163e5d-0333-97b6-5e49-000000004a5e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:52.932420 | 5.78s 2025-12-06 07:54:51.091263 | fa163e5d-0333-97b6-5e49-000000004a5e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-06 07:54:51.092319 | fa163e5d-0333-97b6-5e49-000000004a5e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:53.183514 | 6.03s 2025-12-06 07:54:51.105793 | fa163e5d-0333-97b6-5e49-000000004a5e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:53.196982 | 6.05s 2025-12-06 07:54:51.141797 | fa163e5d-0333-97b6-5e49-000000003c4e | TASK | is Keystone LDAP enabled 2025-12-06 07:54:51.194209 | fa163e5d-0333-97b6-5e49-000000003c4e | OK | is Keystone LDAP enabled | undercloud 2025-12-06 07:54:51.195510 | fa163e5d-0333-97b6-5e49-000000003c4e | TIMING | is Keystone LDAP enabled | undercloud | 0:19:53.286701 | 0.05s 2025-12-06 07:54:51.213422 | fa163e5d-0333-97b6-5e49-000000003c4f | TASK | Set fact for tripleo_keystone_ldap_domains 2025-12-06 07:54:51.264411 | fa163e5d-0333-97b6-5e49-000000003c4f | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-12-06 07:54:51.265549 | fa163e5d-0333-97b6-5e49-000000003c4f | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:19:53.356740 | 0.05s 2025-12-06 07:54:51.283979 | fa163e5d-0333-97b6-5e49-000000003c50 | TASK | Manage Keystone domains from LDAP config 2025-12-06 07:54:51.351952 | fa163e5d-0333-97b6-5e49-000000003c50 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-12-06 07:54:51.353141 | fa163e5d-0333-97b6-5e49-000000003c50 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:19:53.444332 | 0.07s PLAY [Deploy step tasks for 4] ************************************************* 2025-12-06 07:54:51.490337 | fa163e5d-0333-97b6-5e49-0000000000e2 | TASK | Deploy step tasks for 4 2025-12-06 07:54:51.520894 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000e2') missing from stats 2025-12-06 07:54:51.542963 | fa163e5d-0333-97b6-5e49-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-12-06 07:54:52.065166 | fa163e5d-0333-97b6-5e49-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-12-06 07:54:52.066703 | fa163e5d-0333-97b6-5e49-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:19:54.157882 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-06 07:54:52.139806 | fa163e5d-0333-97b6-5e49-0000000000e4 | TIMING | include_tasks | standalone | 0:19:54.230987 | 0.04s 2025-12-06 07:54:52.191202 | 73709dfa-8278-4411-a019-544d9f507bb8 | INCLUDED | /root/standalone-ansible-6pn5s7ug/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-12-06 07:54:52.227976 | fa163e5d-0333-97b6-5e49-000000004aa0 | TASK | Create virtqemud recovery script 2025-12-06 07:54:52.744156 | fa163e5d-0333-97b6-5e49-000000004aa0 | CHANGED | Create virtqemud recovery script | standalone 2025-12-06 07:54:52.745046 | fa163e5d-0333-97b6-5e49-000000004aa0 | TIMING | Create virtqemud recovery script | standalone | 0:19:54.836246 | 0.52s 2025-12-06 07:54:52.764001 | fa163e5d-0333-97b6-5e49-000000004aa1 | TASK | Create virtqemud recovery trigger service 2025-12-06 07:54:53.192652 | fa163e5d-0333-97b6-5e49-000000004aa1 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-12-06 07:54:53.194065 | fa163e5d-0333-97b6-5e49-000000004aa1 | TIMING | Create virtqemud recovery trigger service | standalone | 0:19:55.285256 | 0.43s 2025-12-06 07:54:53.222308 | fa163e5d-0333-97b6-5e49-000000004aa2 | TASK | Create virtqemud recovery trigger timer 2025-12-06 07:54:53.681926 | fa163e5d-0333-97b6-5e49-000000004aa2 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-12-06 07:54:53.683369 | fa163e5d-0333-97b6-5e49-000000004aa2 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:19:55.774560 | 0.46s 2025-12-06 07:54:53.714578 | fa163e5d-0333-97b6-5e49-000000004aa3 | TASK | Enable virtqemud recovery trigger service 2025-12-06 07:54:54.801105 | fa163e5d-0333-97b6-5e49-000000004aa3 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-12-06 07:54:54.803301 | fa163e5d-0333-97b6-5e49-000000004aa3 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:19:56.894482 | 1.09s 2025-12-06 07:54:54.833539 | fa163e5d-0333-97b6-5e49-000000004aa4 | TASK | Enable virtqemud recovery trigger timer 2025-12-06 07:54:55.936223 | fa163e5d-0333-97b6-5e49-000000004aa4 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-12-06 07:54:55.937890 | fa163e5d-0333-97b6-5e49-000000004aa4 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:19:58.029080 | 1.10s 2025-12-06 07:54:55.966466 | fa163e5d-0333-97b6-5e49-000000004aa5 | TASK | Really enable virtqemud recovery trigger timer 2025-12-06 07:54:56.600225 | fa163e5d-0333-97b6-5e49-000000004aa5 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-12-06 07:54:56.601813 | fa163e5d-0333-97b6-5e49-000000004aa5 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:19:58.693004 | 0.63s 2025-12-06 07:54:56.629536 | fa163e5d-0333-97b6-5e49-000000004aa7 | TASK | Create systemd file 2025-12-06 07:54:57.107672 | fa163e5d-0333-97b6-5e49-000000004aa7 | CHANGED | Create systemd file | standalone 2025-12-06 07:54:57.109017 | fa163e5d-0333-97b6-5e49-000000004aa7 | TIMING | Create systemd file | standalone | 0:19:59.200209 | 0.48s 2025-12-06 07:54:57.136804 | fa163e5d-0333-97b6-5e49-000000004aa8 | TASK | Reload systemd 2025-12-06 07:54:57.946062 | fa163e5d-0333-97b6-5e49-000000004aa8 | CHANGED | Reload systemd | standalone 2025-12-06 07:54:57.947655 | fa163e5d-0333-97b6-5e49-000000004aa8 | TIMING | Reload systemd | standalone | 0:20:00.038845 | 0.81s 2025-12-06 07:54:57.976635 | fa163e5d-0333-97b6-5e49-000000004aab | TASK | Start OVN container 2025-12-06 07:54:58.038686 | fa163e5d-0333-97b6-5e49-000000004aab | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-12-06 07:54:58.060299 | fa163e5d-0333-97b6-5e49-000000004aab | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-12-06 07:54:58.078131 | fa163e5d-0333-97b6-5e49-000000004aab | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-12-06 07:54:58.085060 | fa163e5d-0333-97b6-5e49-000000004aab | TIMING | Start OVN container | standalone | 0:20:00.176249 | 0.11s 2025-12-06 07:54:58.116226 | fa163e5d-0333-97b6-5e49-000000004aad | TASK | Set NB connection 2025-12-06 07:54:58.147368 | fa163e5d-0333-97b6-5e49-000000004aad | SKIPPED | Set NB connection | standalone 2025-12-06 07:54:58.148612 | fa163e5d-0333-97b6-5e49-000000004aad | TIMING | Set NB connection | standalone | 0:20:00.239802 | 0.03s 2025-12-06 07:54:58.175913 | fa163e5d-0333-97b6-5e49-000000004aae | TASK | Set SB connection 2025-12-06 07:54:58.205125 | fa163e5d-0333-97b6-5e49-000000004aae | SKIPPED | Set SB connection | standalone 2025-12-06 07:54:58.206362 | fa163e5d-0333-97b6-5e49-000000004aae | TIMING | Set SB connection | standalone | 0:20:00.297553 | 0.03s 2025-12-06 07:54:58.233461 | fa163e5d-0333-97b6-5e49-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-12-06 07:54:58.469385 | fa163e5d-0333-97b6-5e49-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-12-06 07:54:58.470847 | fa163e5d-0333-97b6-5e49-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:20:00.562039 | 0.24s 2025-12-06 07:54:58.581810 | fa163e5d-0333-97b6-5e49-0000000000e7 | TIMING | include_tasks | standalone | 0:20:00.672965 | 0.08s 2025-12-06 07:54:58.619292 | 549163bc-7ece-402b-b9fb-c42d4a0fc6bf | INCLUDED | /root/standalone-ansible-6pn5s7ug/common_deploy_steps_tasks.yaml | standalone 2025-12-06 07:54:58.651299 | fa163e5d-0333-97b6-5e49-000000004add | TASK | Write the config_step hieradata 2025-12-06 07:54:59.129290 | fa163e5d-0333-97b6-5e49-000000004add | OK | Write the config_step hieradata | standalone 2025-12-06 07:54:59.130880 | fa163e5d-0333-97b6-5e49-000000004add | TIMING | Write the config_step hieradata | standalone | 0:20:01.222067 | 0.48s 2025-12-06 07:54:59.159259 | fa163e5d-0333-97b6-5e49-000000004ade | TASK | Run puppet host configuration for step 4 2025-12-06 07:54:59.486825 | fa163e5d-0333-97b6-5e49-000000004ade | CHANGED | Run puppet host configuration for step 4 | standalone 2025-12-06 07:54:59.487958 | fa163e5d-0333-97b6-5e49-000000004ade | TIMING | Run puppet host configuration for step 4 | standalone | 0:20:01.579157 | 0.33s 2025-12-06 07:54:59.506667 | fa163e5d-0333-97b6-5e49-000000004adf | TASK | Wait for puppet host configuration to finish 2025-12-06 07:54:59.762374 | fa163e5d-0333-97b6-5e49-000000004adf | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-06 07:55:09.980472 | fa163e5d-0333-97b6-5e49-000000004adf | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-06 07:55:20.189619 | fa163e5d-0333-97b6-5e49-000000004adf | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-06 07:55:30.471104 | fa163e5d-0333-97b6-5e49-000000004adf | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-06 07:55:30.472604 | fa163e5d-0333-97b6-5e49-000000004adf | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:32.563795 | 30.97s 2025-12-06 07:55:30.492970 | fa163e5d-0333-97b6-5e49-000000004ae0 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-12-06 07:55:30.578075 | fa163e5d-0333-97b6-5e49-000000004ae0 | 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>Dec 6 07:54:59 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 6 07:55:03 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 6 07:55:03 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 6 07:55:03 puppet-user: (file & line not available)", "<13>Dec 6 07:55:03 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>Dec 6 07:55:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 6 07:55:04 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>Dec 6 07:55:04 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 6 07:55:04 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 6 07:55:04 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>Dec 6 07:55:04 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>Dec 6 07:55:04 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>Dec 6 07:55:04 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>Dec 6 07:55:04 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>Dec 6 07:55:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 6 07:55:04 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Dec 6 07:55:08 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 6 07:55:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 6 07:55:16 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Dec 6 07:55:16 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}78e682b54444fb7b24d6264192b76a2b4f6f83adf441a623698c42736b6d2119'", "<13>Dec 6 07:55:16 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Dec 6 07:55:16 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Dec 6 07:55:16 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Dec 6 07:55:16 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Dec 6 07:55:18 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 6 07:55:23 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>Dec 6 07:55:24 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 6 07:55:24 puppet-user: Notice: Applied catalog in 20.35 seconds", "<13>Dec 6 07:55:24 puppet-user: Application:", "<13>Dec 6 07:55:24 puppet-user: Initial environment: production", "<13>Dec 6 07:55:24 puppet-user: Converged environment: production", "<13>Dec 6 07:55:24 puppet-user: Run mode: user", "<13>Dec 6 07:55:24 puppet-user: Changes:", "<13>Dec 6 07:55:24 puppet-user: Total: 10", "<13>Dec 6 07:55:24 puppet-user: Events:", "<13>Dec 6 07:55:24 puppet-user: Success: 10", "<13>Dec 6 07:55:24 puppet-user: Resources:", "<13>Dec 6 07:55:24 puppet-user: Restarted: 1", "<13>Dec 6 07:55:24 puppet-user: Changed: 10", "<13>Dec 6 07:55:24 puppet-user: Out of sync: 10", "<13>Dec 6 07:55:24 puppet-user: Total: 37", "<13>Dec 6 07:55:24 puppet-user: Time:", "<13>Dec 6 07:55:24 puppet-user: Filebucket: 0.00", "<13>Dec 6 07:55:24 puppet-user: Schedule: 0.00", "<13>Dec 6 07:55:24 puppet-user: File line: 0.00", "<13>Dec 6 07:55:24 puppet-user: Augeas: 0.01", "<13>Dec 6 07:55:24 puppet-user: User: 0.01", "<13>Dec 6 07:55:24 puppet-user: File: 0.08", "<13>Dec 6 07:55:24 puppet-user: Config retrieval: 0.62", "<13>Dec 6 07:55:24 puppet-user: Pcmk property: 1.53", "<13>Dec 6 07:55:24 puppet-user: Service: 1.58", "<13>Dec 6 07:55:24 puppet-user: Last run: 1765007724", "<13>Dec 6 07:55:24 puppet-user: Pcmk resource op default: 2.09", "<13>Dec 6 07:55:24 puppet-user: Pcmk resource default: 2.19", "<13>Dec 6 07:55:24 puppet-user: Transaction evaluation: 20.33", "<13>Dec 6 07:55:24 puppet-user: Catalog application: 20.35", "<13>Dec 6 07:55:24 puppet-user: Package: 5.57", "<13>Dec 6 07:55:24 puppet-user: Exec: 7.06", "<13>Dec 6 07:55:24 puppet-user: Total: 20.36", "<13>Dec 6 07:55:24 puppet-user: Version:", "<13>Dec 6 07:55:24 puppet-user: Config: 1765007703", "<13>Dec 6 07:55:24 puppet-user: Puppet: 7.10.0" ] } 2025-12-06 07:55:30.579562 | fa163e5d-0333-97b6-5e49-000000004ae0 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:20:32.670753 | 0.09s 2025-12-06 07:55:30.607790 | fa163e5d-0333-97b6-5e49-000000004ae1 | TASK | Pre-cache facts for puppet containers 2025-12-06 07:55:30.637142 | fa163e5d-0333-97b6-5e49-000000004ae1 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:32.728325 | 0.03s 2025-12-06 07:55:30.702529 | fa163e5d-0333-97b6-5e49-000000004b22 | TASK | Gather variables for each operating system 2025-12-06 07:55:30.824109 | fa163e5d-0333-97b6-5e49-000000004b22 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:32.915289 | 0.12s 2025-12-06 07:55:30.852641 | fa163e5d-0333-97b6-5e49-000000004b23 | TASK | Create puppet caching structures 2025-12-06 07:55:31.085368 | fa163e5d-0333-97b6-5e49-000000004b23 | CHANGED | Create puppet caching structures | standalone 2025-12-06 07:55:31.086875 | fa163e5d-0333-97b6-5e49-000000004b23 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:33.178066 | 0.23s 2025-12-06 07:55:31.114853 | fa163e5d-0333-97b6-5e49-000000004b24 | TASK | Check for facter.conf 2025-12-06 07:55:31.360768 | fa163e5d-0333-97b6-5e49-000000004b24 | OK | Check for facter.conf | standalone 2025-12-06 07:55:31.362240 | fa163e5d-0333-97b6-5e49-000000004b24 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:33.453429 | 0.25s 2025-12-06 07:55:31.391167 | fa163e5d-0333-97b6-5e49-000000004b25 | TASK | Remove facter.conf if directory 2025-12-06 07:55:31.433593 | fa163e5d-0333-97b6-5e49-000000004b25 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-06 07:55:31.434847 | fa163e5d-0333-97b6-5e49-000000004b25 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:33.526036 | 0.04s 2025-12-06 07:55:31.463006 | fa163e5d-0333-97b6-5e49-000000004b26 | TASK | Write facter cache config 2025-12-06 07:55:31.997695 | fa163e5d-0333-97b6-5e49-000000004b26 | CHANGED | Write facter cache config | standalone 2025-12-06 07:55:31.999299 | fa163e5d-0333-97b6-5e49-000000004b26 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:34.090483 | 0.53s 2025-12-06 07:55:32.035305 | fa163e5d-0333-97b6-5e49-000000004b27 | TASK | Cleanup facter cache if exists 2025-12-06 07:55:32.348097 | fa163e5d-0333-97b6-5e49-000000004b27 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-06 07:55:32.349683 | fa163e5d-0333-97b6-5e49-000000004b27 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:34.440872 | 0.31s 2025-12-06 07:55:32.384760 | fa163e5d-0333-97b6-5e49-000000004b28 | TASK | Pre-cache facts 2025-12-06 07:55:33.012564 | fa163e5d-0333-97b6-5e49-000000004b28 | CHANGED | Pre-cache facts | standalone 2025-12-06 07:55:33.013851 | fa163e5d-0333-97b6-5e49-000000004b28 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:35.105043 | 0.63s 2025-12-06 07:55:33.046800 | fa163e5d-0333-97b6-5e49-000000004b29 | TASK | Failed deployment if facter fails 2025-12-06 07:55:33.081221 | fa163e5d-0333-97b6-5e49-000000004b29 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-06 07:55:33.082581 | fa163e5d-0333-97b6-5e49-000000004b29 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:35.173770 | 0.03s 2025-12-06 07:55:33.127305 | fa163e5d-0333-97b6-5e49-000000004b2a | TASK | Sync cached facts 2025-12-06 07:55:33.441676 | fa163e5d-0333-97b6-5e49-000000004b2a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-0333-97b6-5e49-000000004b2a') missing from stats 2025-12-06 07:55:33.496100 | fa163e5d-0333-97b6-5e49-000000004ae2 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-06 07:55:33.546881 | fa163e5d-0333-97b6-5e49-000000004ae2 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-06 07:55:33.548136 | fa163e5d-0333-97b6-5e49-000000004ae2 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:35.639324 | 0.05s 2025-12-06 07:55:33.578045 | fa163e5d-0333-97b6-5e49-000000004ae4 | TASK | Manage containers for step 4 with tripleo-ansible 2025-12-06 07:55:33.605620 | fa163e5d-0333-97b6-5e49-000000004ae4 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:20:35.696815 | 0.03s 2025-12-06 07:55:33.657437 | fa163e5d-0333-97b6-5e49-000000004b81 | TASK | Gather variables for each operating system 2025-12-06 07:55:33.774102 | fa163e5d-0333-97b6-5e49-000000004b81 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:35.865251 | 0.12s 2025-12-06 07:55:33.803777 | fa163e5d-0333-97b6-5e49-000000004b82 | TASK | Create container logs path 2025-12-06 07:55:34.045686 | fa163e5d-0333-97b6-5e49-000000004b82 | OK | Create container logs path | standalone 2025-12-06 07:55:34.047034 | fa163e5d-0333-97b6-5e49-000000004b82 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:36.138227 | 0.24s 2025-12-06 07:55:34.078887 | fa163e5d-0333-97b6-5e49-000000004b84 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-12-06 07:55:34.361695 | fa163e5d-0333-97b6-5e49-000000004b84 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-06 07:55:34.363252 | fa163e5d-0333-97b6-5e49-000000004b84 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:20:36.454442 | 0.28s 2025-12-06 07:55:34.490106 | fa163e5d-0333-97b6-5e49-000000004b85 | TASK | Finalise hashes for all containers 2025-12-06 07:55:34.586368 | fa163e5d-0333-97b6-5e49-000000004b85 | OK | Finalise hashes for all containers | standalone 2025-12-06 07:55:34.587946 | fa163e5d-0333-97b6-5e49-000000004b85 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:36.679136 | 0.10s 2025-12-06 07:55:34.620250 | fa163e5d-0333-97b6-5e49-000000004b87 | TASK | Manage systemd shutdown files 2025-12-06 07:55:34.666298 | fa163e5d-0333-97b6-5e49-000000004b87 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:36.757473 | 0.04s 2025-12-06 07:55:34.699628 | b9ee8c13-1031-49fb-8934-e9495cb5b9d1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-06 07:55:34.728482 | fa163e5d-0333-97b6-5e49-000000004bba | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-06 07:55:35.004043 | fa163e5d-0333-97b6-5e49-000000004bba | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-06 07:55:35.005161 | fa163e5d-0333-97b6-5e49-000000004bba | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:37.096358 | 0.28s 2025-12-06 07:55:35.027453 | fa163e5d-0333-97b6-5e49-000000004bbb | TASK | Set podman_drop_in fact 2025-12-06 07:55:35.087739 | fa163e5d-0333-97b6-5e49-000000004bbb | OK | Set podman_drop_in fact | standalone 2025-12-06 07:55:35.088760 | fa163e5d-0333-97b6-5e49-000000004bbb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:37.179958 | 0.06s 2025-12-06 07:55:35.110853 | fa163e5d-0333-97b6-5e49-000000004bbd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-06 07:55:35.613857 | fa163e5d-0333-97b6-5e49-000000004bbd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-06 07:55:35.615001 | fa163e5d-0333-97b6-5e49-000000004bbd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:37.706200 | 0.50s 2025-12-06 07:55:36.056807 | fa163e5d-0333-97b6-5e49-000000004bbd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-06 07:55:36.057864 | fa163e5d-0333-97b6-5e49-000000004bbd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:38.149059 | 0.95s 2025-12-06 07:55:36.064416 | fa163e5d-0333-97b6-5e49-000000004bbd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:38.155604 | 0.95s 2025-12-06 07:55:36.088291 | fa163e5d-0333-97b6-5e49-000000004bbe | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-06 07:55:36.580366 | fa163e5d-0333-97b6-5e49-000000004bbe | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-06 07:55:36.582133 | fa163e5d-0333-97b6-5e49-000000004bbe | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:38.673323 | 0.49s 2025-12-06 07:55:36.609999 | fa163e5d-0333-97b6-5e49-000000004bbf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-06 07:55:37.114394 | fa163e5d-0333-97b6-5e49-000000004bbf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-06 07:55:37.115780 | fa163e5d-0333-97b6-5e49-000000004bbf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:39.206971 | 0.50s 2025-12-06 07:55:37.144059 | fa163e5d-0333-97b6-5e49-000000004bc0 | TASK | Enable and start tripleo-container-shutdown 2025-12-06 07:55:37.893165 | fa163e5d-0333-97b6-5e49-000000004bc0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-06 07:55:37.895797 | fa163e5d-0333-97b6-5e49-000000004bc0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:39.986985 | 0.75s 2025-12-06 07:55:37.926705 | fa163e5d-0333-97b6-5e49-000000004bc1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-06 07:55:38.470499 | fa163e5d-0333-97b6-5e49-000000004bc1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-06 07:55:38.471575 | fa163e5d-0333-97b6-5e49-000000004bc1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:40.562771 | 0.54s 2025-12-06 07:55:38.499488 | fa163e5d-0333-97b6-5e49-000000004bc2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-06 07:55:39.014269 | fa163e5d-0333-97b6-5e49-000000004bc2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-06 07:55:39.015362 | fa163e5d-0333-97b6-5e49-000000004bc2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:41.106556 | 0.51s 2025-12-06 07:55:39.037553 | fa163e5d-0333-97b6-5e49-000000004bc3 | TASK | Enable and start netns-placeholder 2025-12-06 07:55:39.848440 | fa163e5d-0333-97b6-5e49-000000004bc3 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-06 07:55:39.849710 | fa163e5d-0333-97b6-5e49-000000004bc3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:41.940910 | 0.81s 2025-12-06 07:55:39.869491 | fa163e5d-0333-97b6-5e49-000000004b89 | TASK | Update container configs with new config hashes 2025-12-06 07:55:39.927849 | fa163e5d-0333-97b6-5e49-000000004b89 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:42.019032 | 0.06s 2025-12-06 07:55:39.947241 | c45c1279-9d70-40a2-8afa-c8c821b58271 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-06 07:55:39.980133 | fa163e5d-0333-97b6-5e49-000000004beb | TASK | Update config hashes for container startup configs 2025-12-06 07:55:40.302840 | fa163e5d-0333-97b6-5e49-000000004beb | OK | Update config hashes for container startup configs | standalone 2025-12-06 07:55:40.303919 | fa163e5d-0333-97b6-5e49-000000004beb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:42.395114 | 0.32s 2025-12-06 07:55:40.328583 | fa163e5d-0333-97b6-5e49-000000004b8a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-06 07:55:40.388060 | fa163e5d-0333-97b6-5e49-000000004b8a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:20:42.479245 | 0.06s 2025-12-06 07:55:40.411453 | b53b5cf4-a834-42dc-9bdb-b22a868cf939 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:55:40.447371 | fa163e5d-0333-97b6-5e49-000000004c0a | TASK | Gather podman infos 2025-12-06 07:55:41.779045 | fa163e5d-0333-97b6-5e49-000000004c0a | OK | Gather podman infos | standalone 2025-12-06 07:55:41.779986 | fa163e5d-0333-97b6-5e49-000000004c0a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:43.871189 | 1.33s 2025-12-06 07:55:41.852625 | fa163e5d-0333-97b6-5e49-000000004c0b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-06 07:55:41.930889 | fa163e5d-0333-97b6-5e49-000000004c0b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:20:44.022070 | 0.07s 2025-12-06 07:55:42.071843 | fa163e5d-0333-97b6-5e49-000000004c54 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:44.163012 | 0.09s 2025-12-06 07:55:42.131386 | fa163e5d-0333-97b6-5e49-000000004b8b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-06 07:55:42.186275 | fa163e5d-0333-97b6-5e49-000000004b8b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:20:44.277446 | 0.05s 2025-12-06 07:55:42.211311 | 5b57f74d-6e08-4f81-b2e9-07fa244dafe6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:55:42.250534 | fa163e5d-0333-97b6-5e49-000000004c7a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-06 07:55:58.607532 | fa163e5d-0333-97b6-5e49-000000004c7a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-06 07:55:58.609148 | fa163e5d-0333-97b6-5e49-000000004c7a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:00.700337 | 16.36s 2025-12-06 07:55:58.639226 | fa163e5d-0333-97b6-5e49-000000004c7b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-06 07:57:26.519660 | fa163e5d-0333-97b6-5e49-000000004c7b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-06 07:57:26.521356 | fa163e5d-0333-97b6-5e49-000000004c7b | 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:22:28.612546 | 87.88s 2025-12-06 07:57:26.589085 | fa163e5d-0333-97b6-5e49-000000004ae6 | TASK | Clean container_puppet_tasks for standalone step 4 2025-12-06 07:57:26.849877 | fa163e5d-0333-97b6-5e49-000000004ae6 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-12-06 07:57:26.850874 | fa163e5d-0333-97b6-5e49-000000004ae6 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:22:28.942070 | 0.26s 2025-12-06 07:57:26.884405 | fa163e5d-0333-97b6-5e49-000000004ae7 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-12-06 07:57:26.923381 | fa163e5d-0333-97b6-5e49-000000004ae7 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:22:29.014567 | 0.04s 2025-12-06 07:57:26.946104 | fa163e5d-0333-97b6-5e49-000000004ae8 | TASK | Include container-puppet tasks for step 4 2025-12-06 07:57:26.984785 | fa163e5d-0333-97b6-5e49-000000004ae8 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:22:29.075953 | 0.04s 2025-12-06 07:57:27.010695 | b7fd0780-395b-407e-ba61-76a17d08021c | INCLUDED | /root/standalone-ansible-6pn5s7ug/host-container-puppet-tasks.yaml | standalone 2025-12-06 07:57:27.079671 | fa163e5d-0333-97b6-5e49-000000004cc6 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-12-06 07:57:27.591556 | fa163e5d-0333-97b6-5e49-000000004cc6 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-12-06 07:57:27.592823 | fa163e5d-0333-97b6-5e49-000000004cc6 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:22:29.684013 | 0.51s 2025-12-06 07:57:27.623394 | fa163e5d-0333-97b6-5e49-000000004cc8 | TASK | Generate container puppet configs for step 4 2025-12-06 07:57:27.910141 | fa163e5d-0333-97b6-5e49-000000004cc8 | OK | Generate container puppet configs for step 4 | standalone 2025-12-06 07:57:27.911477 | fa163e5d-0333-97b6-5e49-000000004cc8 | TIMING | Generate container puppet configs for step 4 | standalone | 0:22:30.002665 | 0.29s 2025-12-06 07:57:27.941820 | fa163e5d-0333-97b6-5e49-000000004cc9 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-12-06 07:57:27.975301 | fa163e5d-0333-97b6-5e49-000000004cc9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:22:30.066477 | 0.03s 2025-12-06 07:57:28.048795 | fa163e5d-0333-97b6-5e49-000000004cf8 | TASK | Gather variables for each operating system 2025-12-06 07:57:28.161414 | fa163e5d-0333-97b6-5e49-000000004cf8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:30.252600 | 0.11s 2025-12-06 07:57:28.185101 | fa163e5d-0333-97b6-5e49-000000004cf9 | TASK | Create container logs path 2025-12-06 07:57:28.422873 | fa163e5d-0333-97b6-5e49-000000004cf9 | OK | Create container logs path | standalone 2025-12-06 07:57:28.424314 | fa163e5d-0333-97b6-5e49-000000004cf9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:30.515504 | 0.24s 2025-12-06 07:57:28.460753 | fa163e5d-0333-97b6-5e49-000000004cfb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-06 07:57:28.768061 | fa163e5d-0333-97b6-5e49-000000004cfb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-06 07:57:28.769331 | fa163e5d-0333-97b6-5e49-000000004cfb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:30.860523 | 0.31s 2025-12-06 07:57:28.798356 | fa163e5d-0333-97b6-5e49-000000004cfc | TASK | Finalise hashes for all containers 2025-12-06 07:57:28.850519 | fa163e5d-0333-97b6-5e49-000000004cfc | OK | Finalise hashes for all containers | standalone 2025-12-06 07:57:28.852099 | fa163e5d-0333-97b6-5e49-000000004cfc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:30.943289 | 0.05s 2025-12-06 07:57:28.880939 | fa163e5d-0333-97b6-5e49-000000004cfe | TASK | Manage systemd shutdown files 2025-12-06 07:57:28.917208 | fa163e5d-0333-97b6-5e49-000000004cfe | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:57:28.918686 | fa163e5d-0333-97b6-5e49-000000004cfe | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:31.009875 | 0.04s 2025-12-06 07:57:28.949647 | fa163e5d-0333-97b6-5e49-000000004d00 | TASK | Update container configs with new config hashes 2025-12-06 07:57:29.001377 | fa163e5d-0333-97b6-5e49-000000004d00 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:57:29.002675 | fa163e5d-0333-97b6-5e49-000000004d00 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:31.093857 | 0.05s 2025-12-06 07:57:29.035703 | fa163e5d-0333-97b6-5e49-000000004d01 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-06 07:57:29.087486 | fa163e5d-0333-97b6-5e49-000000004d01 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-06 07:57:29.088976 | fa163e5d-0333-97b6-5e49-000000004d01 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:31.180164 | 0.05s 2025-12-06 07:57:29.122096 | fa163e5d-0333-97b6-5e49-000000004d02 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-06 07:57:29.176858 | fa163e5d-0333-97b6-5e49-000000004d02 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-06 07:57:29.178210 | fa163e5d-0333-97b6-5e49-000000004d02 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:31.269368 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-12-06 07:57:29.364470 | fa163e5d-0333-97b6-5e49-0000000000ea | TASK | External deployment step 5 2025-12-06 07:57:29.395573 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000ea') missing from stats 2025-12-06 07:57:29.456663 | fa163e5d-0333-97b6-5e49-0000000000eb | TIMING | include_tasks | undercloud | 0:22:31.547844 | 0.04s 2025-12-06 07:57:29.468887 | 49b4b571-c962-445d-a2d1-823a0ed8a098 | INCLUDED | /root/standalone-ansible-6pn5s7ug/external_deploy_steps_tasks_step5.yaml | undercloud 2025-12-06 07:57:29.488833 | fa163e5d-0333-97b6-5e49-000000004d51 | TASK | Manage Cinder's default volume type 2025-12-06 07:57:39.681871 | fa163e5d-0333-97b6-5e49-000000004d51 | OK | Manage Cinder's default volume type | undercloud 2025-12-06 07:57:39.683363 | fa163e5d-0333-97b6-5e49-000000004d51 | TIMING | Manage Cinder's default volume type | undercloud | 0:22:41.774554 | 10.19s PLAY [Deploy step tasks for 5] ************************************************* 2025-12-06 07:57:39.828897 | fa163e5d-0333-97b6-5e49-0000000000ee | TASK | Deploy step tasks for 5 2025-12-06 07:57:39.860583 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000ee') missing from stats 2025-12-06 07:57:39.882902 | fa163e5d-0333-97b6-5e49-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-12-06 07:57:40.359333 | fa163e5d-0333-97b6-5e49-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-12-06 07:57:40.360860 | fa163e5d-0333-97b6-5e49-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:22:42.452051 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-06 07:57:40.421601 | fa163e5d-0333-97b6-5e49-0000000000f0 | TIMING | include_tasks | standalone | 0:22:42.512781 | 0.03s 2025-12-06 07:57:40.522690 | 8a428650-b6c2-43ec-95c0-f6987a28427a | INCLUDED | /root/standalone-ansible-6pn5s7ug/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-12-06 07:57:40.557940 | fa163e5d-0333-97b6-5e49-000000004d74 | TASK | Gather variables for each operating system 2025-12-06 07:57:40.679924 | fa163e5d-0333-97b6-5e49-000000004d74 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:22:42.771098 | 0.12s 2025-12-06 07:57:40.710131 | fa163e5d-0333-97b6-5e49-000000004d75 | TASK | Detect if resource is being created or already exists 2025-12-06 07:57:41.510953 | fa163e5d-0333-97b6-5e49-000000004d75 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-06 07:57:41.513029 | fa163e5d-0333-97b6-5e49-000000004d75 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:22:43.604216 | 0.80s 2025-12-06 07:57:41.551396 | fa163e5d-0333-97b6-5e49-000000004d76 | TASK | Run init bundle puppet on the host for cinder_backup 2025-12-06 07:58:04.037911 | fa163e5d-0333-97b6-5e49-000000004d76 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-12-06 07:58:04.040216 | fa163e5d-0333-97b6-5e49-000000004d76 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:23:06.131411 | 22.49s 2025-12-06 07:58:04.064817 | fa163e5d-0333-97b6-5e49-000000004d77 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-06 07:58:04.298701 | fa163e5d-0333-97b6-5e49-000000004d77 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-06 07:58:04.300532 | fa163e5d-0333-97b6-5e49-000000004d77 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:06.391732 | 0.23s 2025-12-06 07:58:04.321984 | fa163e5d-0333-97b6-5e49-000000004d78 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-06 07:58:04.731252 | fa163e5d-0333-97b6-5e49-000000004d78 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-06 07:58:04.732577 | fa163e5d-0333-97b6-5e49-000000004d78 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:06.823777 | 0.41s 2025-12-06 07:58:04.753270 | fa163e5d-0333-97b6-5e49-000000004d79 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-12-06 07:58:04.950551 | fa163e5d-0333-97b6-5e49-000000004d79 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-12-06 07:58:04.951426 | fa163e5d-0333-97b6-5e49-000000004d79 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:23:07.042625 | 0.20s 2025-12-06 07:58:04.973064 | fa163e5d-0333-97b6-5e49-000000004d7b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-12-06 07:58:05.020941 | fa163e5d-0333-97b6-5e49-000000004d7b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-12-06 07:58:05.021788 | fa163e5d-0333-97b6-5e49-000000004d7b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:23:07.112988 | 0.05s 2025-12-06 07:58:05.042513 | fa163e5d-0333-97b6-5e49-000000004d7c | TASK | Get container image tag from bundle openstack-cinder-backup 2025-12-06 07:58:05.081844 | fa163e5d-0333-97b6-5e49-000000004d7c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-12-06 07:58:05.082528 | fa163e5d-0333-97b6-5e49-000000004d7c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:23:07.173726 | 0.04s 2025-12-06 07:58:05.102762 | fa163e5d-0333-97b6-5e49-000000004d7d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-12-06 07:58:05.139795 | fa163e5d-0333-97b6-5e49-000000004d7d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-12-06 07:58:05.140643 | fa163e5d-0333-97b6-5e49-000000004d7d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:23:07.231844 | 0.04s 2025-12-06 07:58:05.161588 | fa163e5d-0333-97b6-5e49-000000004d7e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-06 07:58:05.198243 | fa163e5d-0333-97b6-5e49-000000004d7e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-06 07:58:05.198969 | fa163e5d-0333-97b6-5e49-000000004d7e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:07.290169 | 0.04s 2025-12-06 07:58:05.230637 | fa163e5d-0333-97b6-5e49-000000004d7f | TASK | Remove update marker for bundle openstack-cinder-backup 2025-12-06 07:58:05.271064 | fa163e5d-0333-97b6-5e49-000000004d7f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-12-06 07:58:05.271952 | fa163e5d-0333-97b6-5e49-000000004d7f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:23:07.363148 | 0.04s 2025-12-06 07:58:05.316545 | fa163e5d-0333-97b6-5e49-000000004da0 | TASK | Gather variables for each operating system 2025-12-06 07:58:05.429763 | fa163e5d-0333-97b6-5e49-000000004da0 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:07.520939 | 0.11s 2025-12-06 07:58:05.460902 | fa163e5d-0333-97b6-5e49-000000004da1 | TASK | Detect if resource is being created or already exists 2025-12-06 07:58:06.237083 | fa163e5d-0333-97b6-5e49-000000004da1 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-06 07:58:06.238868 | fa163e5d-0333-97b6-5e49-000000004da1 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:08.330050 | 0.78s 2025-12-06 07:58:06.271130 | fa163e5d-0333-97b6-5e49-000000004da2 | TASK | Run init bundle puppet on the host for cinder_volume 2025-12-06 07:58:29.112070 | fa163e5d-0333-97b6-5e49-000000004da2 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-12-06 07:58:29.113148 | fa163e5d-0333-97b6-5e49-000000004da2 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:23:31.204350 | 22.84s 2025-12-06 07:58:29.134039 | fa163e5d-0333-97b6-5e49-000000004da3 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-06 07:58:29.388222 | fa163e5d-0333-97b6-5e49-000000004da3 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-06 07:58:29.390976 | fa163e5d-0333-97b6-5e49-000000004da3 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:31.482165 | 0.26s 2025-12-06 07:58:29.422818 | fa163e5d-0333-97b6-5e49-000000004da4 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-06 07:58:29.801768 | fa163e5d-0333-97b6-5e49-000000004da4 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-06 07:58:29.802746 | fa163e5d-0333-97b6-5e49-000000004da4 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:31.893946 | 0.38s 2025-12-06 07:58:29.823137 | fa163e5d-0333-97b6-5e49-000000004da5 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-12-06 07:58:30.067472 | fa163e5d-0333-97b6-5e49-000000004da5 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-12-06 07:58:30.068341 | fa163e5d-0333-97b6-5e49-000000004da5 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:23:32.159541 | 0.24s 2025-12-06 07:58:30.089446 | fa163e5d-0333-97b6-5e49-000000004da7 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-12-06 07:58:30.148299 | fa163e5d-0333-97b6-5e49-000000004da7 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-12-06 07:58:30.149474 | fa163e5d-0333-97b6-5e49-000000004da7 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:23:32.240671 | 0.06s 2025-12-06 07:58:30.174073 | fa163e5d-0333-97b6-5e49-000000004da8 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-12-06 07:58:30.223809 | fa163e5d-0333-97b6-5e49-000000004da8 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-12-06 07:58:30.224602 | fa163e5d-0333-97b6-5e49-000000004da8 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:23:32.315802 | 0.05s 2025-12-06 07:58:30.244926 | fa163e5d-0333-97b6-5e49-000000004da9 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-12-06 07:58:30.297672 | fa163e5d-0333-97b6-5e49-000000004da9 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-12-06 07:58:30.298584 | fa163e5d-0333-97b6-5e49-000000004da9 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:23:32.389782 | 0.05s 2025-12-06 07:58:30.319422 | fa163e5d-0333-97b6-5e49-000000004daa | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-06 07:58:30.369906 | fa163e5d-0333-97b6-5e49-000000004daa | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-06 07:58:30.370642 | fa163e5d-0333-97b6-5e49-000000004daa | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:32.461842 | 0.05s 2025-12-06 07:58:30.390978 | fa163e5d-0333-97b6-5e49-000000004dab | TASK | Remove update marker for bundle openstack-cinder-volume 2025-12-06 07:58:30.438561 | fa163e5d-0333-97b6-5e49-000000004dab | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-12-06 07:58:30.439316 | fa163e5d-0333-97b6-5e49-000000004dab | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:23:32.530516 | 0.05s 2025-12-06 07:58:30.476889 | fa163e5d-0333-97b6-5e49-000000004dcc | TASK | Gather variables for each operating system 2025-12-06 07:58:30.589559 | fa163e5d-0333-97b6-5e49-000000004dcc | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:32.680751 | 0.11s 2025-12-06 07:58:30.618799 | fa163e5d-0333-97b6-5e49-000000004dcd | TASK | Detect if resource is being created or already exists 2025-12-06 07:58:31.368581 | fa163e5d-0333-97b6-5e49-000000004dcd | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-06 07:58:31.370017 | fa163e5d-0333-97b6-5e49-000000004dcd | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:33.461204 | 0.75s 2025-12-06 07:58:31.403336 | fa163e5d-0333-97b6-5e49-000000004dce | TASK | Run init bundle puppet on the host for manila_share 2025-12-06 07:58:53.200068 | fa163e5d-0333-97b6-5e49-000000004dce | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-12-06 07:58:53.201787 | fa163e5d-0333-97b6-5e49-000000004dce | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:23:55.292976 | 21.80s 2025-12-06 07:58:53.233097 | fa163e5d-0333-97b6-5e49-000000004dcf | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-12-06 07:58:53.491686 | fa163e5d-0333-97b6-5e49-000000004dcf | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-12-06 07:58:53.493007 | fa163e5d-0333-97b6-5e49-000000004dcf | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:23:55.584199 | 0.26s 2025-12-06 07:58:53.521929 | fa163e5d-0333-97b6-5e49-000000004dd0 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-06 07:58:53.933481 | fa163e5d-0333-97b6-5e49-000000004dd0 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-06 07:58:53.934508 | fa163e5d-0333-97b6-5e49-000000004dd0 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:56.025707 | 0.41s 2025-12-06 07:58:53.956801 | fa163e5d-0333-97b6-5e49-000000004dd1 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-12-06 07:58:54.169484 | fa163e5d-0333-97b6-5e49-000000004dd1 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-12-06 07:58:54.170822 | fa163e5d-0333-97b6-5e49-000000004dd1 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:23:56.262013 | 0.21s 2025-12-06 07:58:54.203286 | fa163e5d-0333-97b6-5e49-000000004dd3 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-12-06 07:58:54.243853 | fa163e5d-0333-97b6-5e49-000000004dd3 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-12-06 07:58:54.245269 | fa163e5d-0333-97b6-5e49-000000004dd3 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:23:56.336457 | 0.04s 2025-12-06 07:58:54.282819 | fa163e5d-0333-97b6-5e49-000000004dd4 | TASK | Get container image tag from bundle openstack-manila-share 2025-12-06 07:58:54.324412 | fa163e5d-0333-97b6-5e49-000000004dd4 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-12-06 07:58:54.325800 | fa163e5d-0333-97b6-5e49-000000004dd4 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:23:56.416988 | 0.04s 2025-12-06 07:58:54.359687 | fa163e5d-0333-97b6-5e49-000000004dd5 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-12-06 07:58:54.401870 | fa163e5d-0333-97b6-5e49-000000004dd5 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-12-06 07:58:54.403578 | fa163e5d-0333-97b6-5e49-000000004dd5 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:23:56.494768 | 0.04s 2025-12-06 07:58:54.431435 | fa163e5d-0333-97b6-5e49-000000004dd6 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-06 07:58:54.471921 | fa163e5d-0333-97b6-5e49-000000004dd6 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-06 07:58:54.473618 | fa163e5d-0333-97b6-5e49-000000004dd6 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:56.564800 | 0.04s 2025-12-06 07:58:54.517642 | fa163e5d-0333-97b6-5e49-000000004dd7 | TASK | Remove update marker for bundle openstack-manila-share 2025-12-06 07:58:54.569018 | fa163e5d-0333-97b6-5e49-000000004dd7 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-12-06 07:58:54.570126 | fa163e5d-0333-97b6-5e49-000000004dd7 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:23:56.661320 | 0.05s 2025-12-06 07:58:54.619021 | fa163e5d-0333-97b6-5e49-000000004df8 | TASK | Run kolla_set_configs to copy ring files 2025-12-06 07:58:55.081486 | fa163e5d-0333-97b6-5e49-000000004df8 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-12-06 07:58:55.082691 | fa163e5d-0333-97b6-5e49-000000004df8 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:57.173887 | 0.46s 2025-12-06 07:58:55.088129 | fa163e5d-0333-97b6-5e49-000000004df8 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:57.179325 | 0.47s 2025-12-06 07:58:55.106839 | fa163e5d-0333-97b6-5e49-000000004df9 | TASK | Run kolla_set_configs to copy ring files 2025-12-06 07:58:55.476894 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-12-06 07:58:55.479495 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:57.570679 | 0.37s 2025-12-06 07:58:55.894135 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-12-06 07:58:55.895465 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:57.986663 | 0.79s 2025-12-06 07:58:56.229665 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-12-06 07:58:56.231363 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:58.322555 | 1.12s 2025-12-06 07:58:56.665640 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-12-06 07:58:56.666855 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:58.758054 | 1.56s 2025-12-06 07:58:56.954148 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-12-06 07:58:56.955279 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:59.046472 | 1.85s 2025-12-06 07:58:57.282927 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-12-06 07:58:57.284517 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:59.375712 | 2.18s 2025-12-06 07:58:57.790277 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-12-06 07:58:57.790978 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:23:59.882180 | 2.68s 2025-12-06 07:58:58.335455 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-12-06 07:58:58.336492 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:00.427691 | 3.23s 2025-12-06 07:58:58.646433 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-12-06 07:58:58.647523 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:00.738717 | 3.54s 2025-12-06 07:58:59.132811 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-12-06 07:58:59.133428 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:01.224631 | 4.03s 2025-12-06 07:58:59.392310 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-12-06 07:58:59.394191 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:01.485364 | 4.29s 2025-12-06 07:58:59.848489 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-12-06 07:58:59.849606 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:01.940800 | 4.74s 2025-12-06 07:59:00.348082 | fa163e5d-0333-97b6-5e49-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-12-06 07:59:00.349495 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:02.440689 | 5.24s 2025-12-06 07:59:00.373882 | fa163e5d-0333-97b6-5e49-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:02.465065 | 5.27s 2025-12-06 07:59:00.412204 | fa163e5d-0333-97b6-5e49-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-12-06 07:59:00.638681 | fa163e5d-0333-97b6-5e49-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-12-06 07:59:00.640086 | fa163e5d-0333-97b6-5e49-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:24:02.731278 | 0.23s 2025-12-06 07:59:00.758104 | fa163e5d-0333-97b6-5e49-0000000000f3 | TIMING | include_tasks | standalone | 0:24:02.849286 | 0.09s 2025-12-06 07:59:00.806602 | ece5e36f-0550-484f-a1ee-327aa0a28431 | INCLUDED | /root/standalone-ansible-6pn5s7ug/common_deploy_steps_tasks.yaml | standalone 2025-12-06 07:59:00.834992 | fa163e5d-0333-97b6-5e49-000000004e76 | TASK | Write the config_step hieradata 2025-12-06 07:59:01.322599 | fa163e5d-0333-97b6-5e49-000000004e76 | OK | Write the config_step hieradata | standalone 2025-12-06 07:59:01.323997 | fa163e5d-0333-97b6-5e49-000000004e76 | TIMING | Write the config_step hieradata | standalone | 0:24:03.415185 | 0.49s 2025-12-06 07:59:01.355768 | fa163e5d-0333-97b6-5e49-000000004e77 | TASK | Run puppet host configuration for step 5 2025-12-06 07:59:01.645939 | fa163e5d-0333-97b6-5e49-000000004e77 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-12-06 07:59:01.646855 | fa163e5d-0333-97b6-5e49-000000004e77 | TIMING | Run puppet host configuration for step 5 | standalone | 0:24:03.738053 | 0.29s 2025-12-06 07:59:01.668299 | fa163e5d-0333-97b6-5e49-000000004e78 | TASK | Wait for puppet host configuration to finish 2025-12-06 07:59:01.865076 | fa163e5d-0333-97b6-5e49-000000004e78 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-06 07:59:12.145732 | fa163e5d-0333-97b6-5e49-000000004e78 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-06 07:59:22.356303 | fa163e5d-0333-97b6-5e49-000000004e78 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-06 07:59:22.357696 | fa163e5d-0333-97b6-5e49-000000004e78 | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:24.448891 | 20.69s 2025-12-06 07:59:22.384972 | fa163e5d-0333-97b6-5e49-000000004e79 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-12-06 07:59:22.446924 | fa163e5d-0333-97b6-5e49-000000004e79 | 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>Dec 6 07:59:01 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 6 07:59:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 6 07:59:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 6 07:59:06 puppet-user: (file & line not available)", "<13>Dec 6 07:59:06 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>Dec 6 07:59:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 6 07:59:06 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>Dec 6 07:59:06 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 6 07:59:06 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 6 07:59:06 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>Dec 6 07:59:06 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>Dec 6 07:59:06 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>Dec 6 07:59:06 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>Dec 6 07:59:06 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>Dec 6 07:59:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 6 07:59:06 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Dec 6 07:59:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 6 07:59:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 6 07:59:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 6 07:59:15 puppet-user: Notice: Applied catalog in 8.23 seconds", "<13>Dec 6 07:59:15 puppet-user: Application:", "<13>Dec 6 07:59:15 puppet-user: Initial environment: production", "<13>Dec 6 07:59:15 puppet-user: Converged environment: production", "<13>Dec 6 07:59:15 puppet-user: Run mode: user", "<13>Dec 6 07:59:15 puppet-user: Changes:", "<13>Dec 6 07:59:15 puppet-user: Total: 2", "<13>Dec 6 07:59:15 puppet-user: Events:", "<13>Dec 6 07:59:15 puppet-user: Success: 2", "<13>Dec 6 07:59:15 puppet-user: Resources:", "<13>Dec 6 07:59:15 puppet-user: Changed: 2", "<13>Dec 6 07:59:15 puppet-user: Out of sync: 2", "<13>Dec 6 07:59:15 puppet-user: Total: 37", "<13>Dec 6 07:59:15 puppet-user: Time:", "<13>Dec 6 07:59:15 puppet-user: Filebucket: 0.00", "<13>Dec 6 07:59:15 puppet-user: Schedule: 0.00", "<13>Dec 6 07:59:15 puppet-user: File line: 0.00", "<13>Dec 6 07:59:15 puppet-user: Package: 0.00", "<13>Dec 6 07:59:15 puppet-user: Augeas: 0.01", "<13>Dec 6 07:59:15 puppet-user: User: 0.01", "<13>Dec 6 07:59:15 puppet-user: File: 0.09", "<13>Dec 6 07:59:15 puppet-user: Service: 0.15", "<13>Dec 6 07:59:15 puppet-user: Config retrieval: 0.65", "<13>Dec 6 07:59:15 puppet-user: Pcmk property: 1.53", "<13>Dec 6 07:59:15 puppet-user: Exec: 1.94", "<13>Dec 6 07:59:15 puppet-user: Last run: 1765007955", "<13>Dec 6 07:59:15 puppet-user: Pcmk resource op default: 2.11", "<13>Dec 6 07:59:15 puppet-user: Pcmk resource default: 2.20", "<13>Dec 6 07:59:15 puppet-user: Transaction evaluation: 8.21", "<13>Dec 6 07:59:15 puppet-user: Catalog application: 8.23", "<13>Dec 6 07:59:15 puppet-user: Total: 8.23", "<13>Dec 6 07:59:15 puppet-user: Version:", "<13>Dec 6 07:59:15 puppet-user: Config: 1765007946", "<13>Dec 6 07:59:15 puppet-user: Puppet: 7.10.0" ] } 2025-12-06 07:59:22.449107 | fa163e5d-0333-97b6-5e49-000000004e79 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:24:24.540267 | 0.06s 2025-12-06 07:59:22.478373 | fa163e5d-0333-97b6-5e49-000000004e7a | TASK | Pre-cache facts for puppet containers 2025-12-06 07:59:22.513913 | fa163e5d-0333-97b6-5e49-000000004e7a | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:24.605095 | 0.03s 2025-12-06 07:59:22.578504 | fa163e5d-0333-97b6-5e49-000000004eb9 | TASK | Gather variables for each operating system 2025-12-06 07:59:22.702422 | fa163e5d-0333-97b6-5e49-000000004eb9 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:24.793605 | 0.12s 2025-12-06 07:59:22.726246 | fa163e5d-0333-97b6-5e49-000000004eba | TASK | Create puppet caching structures 2025-12-06 07:59:23.013899 | fa163e5d-0333-97b6-5e49-000000004eba | CHANGED | Create puppet caching structures | standalone 2025-12-06 07:59:23.015205 | fa163e5d-0333-97b6-5e49-000000004eba | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:25.106400 | 0.29s 2025-12-06 07:59:23.038567 | fa163e5d-0333-97b6-5e49-000000004ebb | TASK | Check for facter.conf 2025-12-06 07:59:23.302316 | fa163e5d-0333-97b6-5e49-000000004ebb | OK | Check for facter.conf | standalone 2025-12-06 07:59:23.306000 | fa163e5d-0333-97b6-5e49-000000004ebb | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:25.397177 | 0.27s 2025-12-06 07:59:23.336700 | fa163e5d-0333-97b6-5e49-000000004ebc | TASK | Remove facter.conf if directory 2025-12-06 07:59:23.389395 | fa163e5d-0333-97b6-5e49-000000004ebc | SKIPPED | Remove facter.conf if directory | standalone 2025-12-06 07:59:23.391321 | fa163e5d-0333-97b6-5e49-000000004ebc | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:25.482504 | 0.05s 2025-12-06 07:59:23.421756 | fa163e5d-0333-97b6-5e49-000000004ebd | TASK | Write facter cache config 2025-12-06 07:59:24.005785 | fa163e5d-0333-97b6-5e49-000000004ebd | CHANGED | Write facter cache config | standalone 2025-12-06 07:59:24.007566 | fa163e5d-0333-97b6-5e49-000000004ebd | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:26.098749 | 0.58s 2025-12-06 07:59:24.032166 | fa163e5d-0333-97b6-5e49-000000004ebe | TASK | Cleanup facter cache if exists 2025-12-06 07:59:24.216443 | fa163e5d-0333-97b6-5e49-000000004ebe | CHANGED | Cleanup facter cache if exists | standalone 2025-12-06 07:59:24.217958 | fa163e5d-0333-97b6-5e49-000000004ebe | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:26.309151 | 0.18s 2025-12-06 07:59:24.247532 | fa163e5d-0333-97b6-5e49-000000004ebf | TASK | Pre-cache facts 2025-12-06 07:59:24.905597 | fa163e5d-0333-97b6-5e49-000000004ebf | CHANGED | Pre-cache facts | standalone 2025-12-06 07:59:24.907359 | fa163e5d-0333-97b6-5e49-000000004ebf | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:26.998538 | 0.66s 2025-12-06 07:59:24.949449 | fa163e5d-0333-97b6-5e49-000000004ec0 | TASK | Failed deployment if facter fails 2025-12-06 07:59:24.992107 | fa163e5d-0333-97b6-5e49-000000004ec0 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-06 07:59:24.993788 | fa163e5d-0333-97b6-5e49-000000004ec0 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:27.084976 | 0.04s 2025-12-06 07:59:25.042973 | fa163e5d-0333-97b6-5e49-000000004ec1 | TASK | Sync cached facts 2025-12-06 07:59:25.354248 | fa163e5d-0333-97b6-5e49-000000004ec1 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-0333-97b6-5e49-000000004ec1') missing from stats 2025-12-06 07:59:25.406381 | fa163e5d-0333-97b6-5e49-000000004e7b | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-06 07:59:25.439220 | fa163e5d-0333-97b6-5e49-000000004e7b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-06 07:59:25.441915 | fa163e5d-0333-97b6-5e49-000000004e7b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:27.532998 | 0.03s 2025-12-06 07:59:25.476353 | fa163e5d-0333-97b6-5e49-000000004e7d | TASK | Manage containers for step 5 with tripleo-ansible 2025-12-06 07:59:25.512551 | fa163e5d-0333-97b6-5e49-000000004e7d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:24:27.603739 | 0.03s 2025-12-06 07:59:25.571477 | fa163e5d-0333-97b6-5e49-000000004f18 | TASK | Gather variables for each operating system 2025-12-06 07:59:25.688503 | fa163e5d-0333-97b6-5e49-000000004f18 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:27.779664 | 0.11s 2025-12-06 07:59:25.719634 | fa163e5d-0333-97b6-5e49-000000004f19 | TASK | Create container logs path 2025-12-06 07:59:25.998670 | fa163e5d-0333-97b6-5e49-000000004f19 | OK | Create container logs path | standalone 2025-12-06 07:59:26.001523 | fa163e5d-0333-97b6-5e49-000000004f19 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:28.092712 | 0.28s 2025-12-06 07:59:26.035031 | fa163e5d-0333-97b6-5e49-000000004f1b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-12-06 07:59:26.348223 | fa163e5d-0333-97b6-5e49-000000004f1b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-06 07:59:26.350459 | fa163e5d-0333-97b6-5e49-000000004f1b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:28.441648 | 0.31s 2025-12-06 07:59:26.380610 | fa163e5d-0333-97b6-5e49-000000004f1c | TASK | Finalise hashes for all containers 2025-12-06 07:59:26.437311 | fa163e5d-0333-97b6-5e49-000000004f1c | OK | Finalise hashes for all containers | standalone 2025-12-06 07:59:26.439554 | fa163e5d-0333-97b6-5e49-000000004f1c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:28.530738 | 0.06s 2025-12-06 07:59:26.470288 | fa163e5d-0333-97b6-5e49-000000004f1e | TASK | Manage systemd shutdown files 2025-12-06 07:59:26.502158 | fa163e5d-0333-97b6-5e49-000000004f1e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:28.593339 | 0.03s 2025-12-06 07:59:26.525349 | 336a912e-8223-49a6-9b85-b766a4621db8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-06 07:59:26.560211 | fa163e5d-0333-97b6-5e49-000000004f51 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-06 07:59:26.818642 | fa163e5d-0333-97b6-5e49-000000004f51 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-06 07:59:26.820070 | fa163e5d-0333-97b6-5e49-000000004f51 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:28.911261 | 0.26s 2025-12-06 07:59:26.850698 | fa163e5d-0333-97b6-5e49-000000004f52 | TASK | Set podman_drop_in fact 2025-12-06 07:59:26.902075 | fa163e5d-0333-97b6-5e49-000000004f52 | OK | Set podman_drop_in fact | standalone 2025-12-06 07:59:26.903583 | fa163e5d-0333-97b6-5e49-000000004f52 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:28.994775 | 0.05s 2025-12-06 07:59:26.934985 | fa163e5d-0333-97b6-5e49-000000004f54 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-06 07:59:27.488797 | fa163e5d-0333-97b6-5e49-000000004f54 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-06 07:59:27.490880 | fa163e5d-0333-97b6-5e49-000000004f54 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:29.582065 | 0.55s 2025-12-06 07:59:28.049135 | fa163e5d-0333-97b6-5e49-000000004f54 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-06 07:59:28.050932 | fa163e5d-0333-97b6-5e49-000000004f54 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:30.142126 | 1.11s 2025-12-06 07:59:28.061583 | fa163e5d-0333-97b6-5e49-000000004f54 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:30.152771 | 1.12s 2025-12-06 07:59:28.091864 | fa163e5d-0333-97b6-5e49-000000004f55 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-06 07:59:28.605072 | fa163e5d-0333-97b6-5e49-000000004f55 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-06 07:59:28.606604 | fa163e5d-0333-97b6-5e49-000000004f55 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:30.697796 | 0.51s 2025-12-06 07:59:28.634900 | fa163e5d-0333-97b6-5e49-000000004f56 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-06 07:59:29.163149 | fa163e5d-0333-97b6-5e49-000000004f56 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-06 07:59:29.164444 | fa163e5d-0333-97b6-5e49-000000004f56 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:31.255641 | 0.53s 2025-12-06 07:59:29.189023 | fa163e5d-0333-97b6-5e49-000000004f57 | TASK | Enable and start tripleo-container-shutdown 2025-12-06 07:59:30.102072 | fa163e5d-0333-97b6-5e49-000000004f57 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-06 07:59:30.104693 | fa163e5d-0333-97b6-5e49-000000004f57 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:32.195880 | 0.91s 2025-12-06 07:59:30.137402 | fa163e5d-0333-97b6-5e49-000000004f58 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-06 07:59:30.634832 | fa163e5d-0333-97b6-5e49-000000004f58 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-06 07:59:30.636382 | fa163e5d-0333-97b6-5e49-000000004f58 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:32.727572 | 0.50s 2025-12-06 07:59:30.665401 | fa163e5d-0333-97b6-5e49-000000004f59 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-06 07:59:31.137281 | fa163e5d-0333-97b6-5e49-000000004f59 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-06 07:59:31.138086 | fa163e5d-0333-97b6-5e49-000000004f59 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:33.229287 | 0.47s 2025-12-06 07:59:31.157127 | fa163e5d-0333-97b6-5e49-000000004f5a | TASK | Enable and start netns-placeholder 2025-12-06 07:59:32.224738 | fa163e5d-0333-97b6-5e49-000000004f5a | CHANGED | Enable and start netns-placeholder | standalone 2025-12-06 07:59:32.227554 | fa163e5d-0333-97b6-5e49-000000004f5a | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:34.318673 | 1.07s 2025-12-06 07:59:32.261750 | fa163e5d-0333-97b6-5e49-000000004f20 | TASK | Update container configs with new config hashes 2025-12-06 07:59:32.328690 | fa163e5d-0333-97b6-5e49-000000004f20 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:34.419867 | 0.06s 2025-12-06 07:59:32.349605 | fd1ac2a9-a039-4893-9720-c7aadb061d05 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-06 07:59:32.383331 | fa163e5d-0333-97b6-5e49-000000004f82 | TASK | Update config hashes for container startup configs 2025-12-06 07:59:32.691556 | fa163e5d-0333-97b6-5e49-000000004f82 | OK | Update config hashes for container startup configs | standalone 2025-12-06 07:59:32.693136 | fa163e5d-0333-97b6-5e49-000000004f82 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:34.784325 | 0.31s 2025-12-06 07:59:32.724715 | fa163e5d-0333-97b6-5e49-000000004f21 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-06 07:59:32.787111 | fa163e5d-0333-97b6-5e49-000000004f21 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:34.878289 | 0.06s 2025-12-06 07:59:32.814268 | cfd3a7cb-0481-45b1-aa62-60285ba182d0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-06 07:59:32.846102 | fa163e5d-0333-97b6-5e49-000000004fa1 | TASK | Gather podman infos 2025-12-06 07:59:34.932897 | fa163e5d-0333-97b6-5e49-000000004fa1 | OK | Gather podman infos | standalone 2025-12-06 07:59:34.933969 | fa163e5d-0333-97b6-5e49-000000004fa1 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:37.025168 | 2.09s 2025-12-06 07:59:35.058606 | fa163e5d-0333-97b6-5e49-000000004fa2 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-06 07:59:35.142050 | fa163e5d-0333-97b6-5e49-000000004fa2 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:37.233230 | 0.08s 2025-12-06 07:59:35.339690 | fa163e5d-0333-97b6-5e49-000000004feb | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:37.430866 | 0.14s 2025-12-06 07:59:35.409828 | fa163e5d-0333-97b6-5e49-000000004f22 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-06 07:59:35.463470 | fa163e5d-0333-97b6-5e49-000000004f22 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:37.554642 | 0.05s 2025-12-06 07:59:35.486662 | 39d2d909-cf72-4976-8270-a156cb99c925 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-06 07:59:35.525495 | fa163e5d-0333-97b6-5e49-000000005011 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-06 07:59:49.080966 | fa163e5d-0333-97b6-5e49-000000005011 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-06 07:59:49.082484 | fa163e5d-0333-97b6-5e49-000000005011 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:51.173675 | 13.56s 2025-12-06 07:59:49.113564 | fa163e5d-0333-97b6-5e49-000000005012 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-06 07:59:53.317373 | fa163e5d-0333-97b6-5e49-000000005012 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-06 07:59:53.318760 | fa163e5d-0333-97b6-5e49-000000005012 | 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:24:55.409961 | 4.20s 2025-12-06 07:59:53.370642 | fa163e5d-0333-97b6-5e49-000000004e7f | TASK | Clean container_puppet_tasks for standalone step 5 2025-12-06 07:59:53.586306 | fa163e5d-0333-97b6-5e49-000000004e7f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-12-06 07:59:53.587253 | fa163e5d-0333-97b6-5e49-000000004e7f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:24:55.678450 | 0.22s 2025-12-06 07:59:53.617740 | fa163e5d-0333-97b6-5e49-000000004e80 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-12-06 07:59:53.653965 | fa163e5d-0333-97b6-5e49-000000004e80 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:24:55.745162 | 0.04s 2025-12-06 07:59:53.674777 | fa163e5d-0333-97b6-5e49-000000004e81 | TASK | Include container-puppet tasks for step 5 2025-12-06 07:59:53.702553 | fa163e5d-0333-97b6-5e49-000000004e81 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:24:55.793746 | 0.03s 2025-12-06 07:59:53.716751 | 4277086b-4b88-48cd-b3e9-6e3c6cbef9ac | INCLUDED | /root/standalone-ansible-6pn5s7ug/host-container-puppet-tasks.yaml | standalone 2025-12-06 07:59:53.750465 | fa163e5d-0333-97b6-5e49-00000000505d | TASK | Write container-puppet-tasks json file for standalone step 5 2025-12-06 07:59:54.227875 | fa163e5d-0333-97b6-5e49-00000000505d | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-12-06 07:59:54.229531 | fa163e5d-0333-97b6-5e49-00000000505d | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:24:56.320719 | 0.48s 2025-12-06 07:59:54.262490 | fa163e5d-0333-97b6-5e49-00000000505f | TASK | Generate container puppet configs for step 5 2025-12-06 07:59:54.529886 | fa163e5d-0333-97b6-5e49-00000000505f | OK | Generate container puppet configs for step 5 | standalone 2025-12-06 07:59:54.531233 | fa163e5d-0333-97b6-5e49-00000000505f | TIMING | Generate container puppet configs for step 5 | standalone | 0:24:56.622424 | 0.27s 2025-12-06 07:59:54.561442 | fa163e5d-0333-97b6-5e49-000000005060 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-12-06 07:59:54.592086 | fa163e5d-0333-97b6-5e49-000000005060 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:24:56.683269 | 0.03s 2025-12-06 07:59:54.664098 | fa163e5d-0333-97b6-5e49-00000000508f | TASK | Gather variables for each operating system 2025-12-06 07:59:54.788258 | fa163e5d-0333-97b6-5e49-00000000508f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:56.879436 | 0.12s 2025-12-06 07:59:54.818263 | fa163e5d-0333-97b6-5e49-000000005090 | TASK | Create container logs path 2025-12-06 07:59:55.100593 | fa163e5d-0333-97b6-5e49-000000005090 | OK | Create container logs path | standalone 2025-12-06 07:59:55.102232 | fa163e5d-0333-97b6-5e49-000000005090 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:57.193423 | 0.28s 2025-12-06 07:59:55.134320 | fa163e5d-0333-97b6-5e49-000000005092 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-06 07:59:55.399732 | fa163e5d-0333-97b6-5e49-000000005092 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-06 07:59:55.401114 | fa163e5d-0333-97b6-5e49-000000005092 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:24:57.492302 | 0.27s 2025-12-06 07:59:55.430798 | fa163e5d-0333-97b6-5e49-000000005093 | TASK | Finalise hashes for all containers 2025-12-06 07:59:55.483718 | fa163e5d-0333-97b6-5e49-000000005093 | OK | Finalise hashes for all containers | standalone 2025-12-06 07:59:55.485054 | fa163e5d-0333-97b6-5e49-000000005093 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:57.576245 | 0.05s 2025-12-06 07:59:55.515802 | fa163e5d-0333-97b6-5e49-000000005095 | TASK | Manage systemd shutdown files 2025-12-06 07:59:55.545958 | fa163e5d-0333-97b6-5e49-000000005095 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-06 07:59:55.547054 | fa163e5d-0333-97b6-5e49-000000005095 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:57.638246 | 0.03s 2025-12-06 07:59:55.576631 | fa163e5d-0333-97b6-5e49-000000005097 | TASK | Update container configs with new config hashes 2025-12-06 07:59:55.629952 | fa163e5d-0333-97b6-5e49-000000005097 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-06 07:59:55.631335 | fa163e5d-0333-97b6-5e49-000000005097 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:57.722527 | 0.05s 2025-12-06 07:59:55.662969 | fa163e5d-0333-97b6-5e49-000000005098 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-06 07:59:55.719433 | fa163e5d-0333-97b6-5e49-000000005098 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-06 07:59:55.720878 | fa163e5d-0333-97b6-5e49-000000005098 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:24:57.812070 | 0.06s 2025-12-06 07:59:55.753443 | fa163e5d-0333-97b6-5e49-000000005099 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-06 07:59:55.809102 | fa163e5d-0333-97b6-5e49-000000005099 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-06 07:59:55.810375 | fa163e5d-0333-97b6-5e49-000000005099 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:24:57.901565 | 0.06s PLAY [Server Post Deployments] ************************************************* 2025-12-06 07:59:55.990892 | fa163e5d-0333-97b6-5e49-0000000000f7 | TASK | Server Post Deployments 2025-12-06 07:59:56.029234 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000f7') missing from stats 2025-12-06 07:59:56.115255 | fa163e5d-0333-97b6-5e49-0000000000f8 | TIMING | include_tasks | standalone | 0:24:58.206433 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-12-06 07:59:56.274119 | fa163e5d-0333-97b6-5e49-0000000000fc | TASK | External deployment Post Deploy tasks 2025-12-06 07:59:56.297865 | fa163e5d-0333-97b6-5e49-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', 'fa163e5d-0333-97b6-5e49-0000000000fc') missing from stats 2025-12-06 07:59:56.316226 | fa163e5d-0333-97b6-5e49-000000000100 | TASK | is additonal Cell? 2025-12-06 07:59:56.342762 | fa163e5d-0333-97b6-5e49-000000000100 | OK | is additonal Cell? | undercloud 2025-12-06 07:59:56.343976 | fa163e5d-0333-97b6-5e49-000000000100 | TIMING | is additonal Cell? | undercloud | 0:24:58.435169 | 0.03s 2025-12-06 07:59:56.359494 | fa163e5d-0333-97b6-5e49-000000000102 | TASK | discover via nova_manager? 2025-12-06 07:59:56.417796 | fa163e5d-0333-97b6-5e49-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-12-06 07:59:56.419218 | fa163e5d-0333-97b6-5e49-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:24:58.510377 | 0.06s 2025-12-06 07:59:56.437311 | fa163e5d-0333-97b6-5e49-000000000103 | TASK | discover via nova_api? 2025-12-06 07:59:56.529939 | fa163e5d-0333-97b6-5e49-000000000103 | OK | discover via nova_api? | undercloud 2025-12-06 07:59:56.531218 | fa163e5d-0333-97b6-5e49-000000000103 | TIMING | discover via nova_api? | undercloud | 0:24:58.622366 | 0.09s 2025-12-06 07:59:56.549314 | fa163e5d-0333-97b6-5e49-000000000104 | TASK | Warn if no discovery host available 2025-12-06 07:59:56.614201 | fa163e5d-0333-97b6-5e49-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-12-06 07:59:56.614998 | fa163e5d-0333-97b6-5e49-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:24:58.706196 | 0.06s 2025-12-06 07:59:56.648088 | fa163e5d-0333-97b6-5e49-000000000105 | TASK | Discovering nova hosts 2025-12-06 07:59:59.313489 | fa163e5d-0333-97b6-5e49-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e5d-0333-97b6-5e49-000000000105') missing from stats 2025-12-06 07:59:59.374262 | fa163e5d-0333-97b6-5e49-000000000106 | OK | set_fact | undercloud 2025-12-06 07:59:59.374969 | fa163e5d-0333-97b6-5e49-000000000106 | TIMING | set_fact | undercloud | 0:25:01.466167 | 0.05s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=624 changed=299 unreachable=0 failed=0 skipped=320 rescued=0 ignored=1 undercloud : ok=164 changed=56 unreachable=0 failed=0 skipped=33 rescued=0 ignored=3 2025-12-06 07:59:59.445159 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:59:59.445743 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1171 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:59:59.446281 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:25:01.537481 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-06 07:59:59.446816 | UUID | Info | Host | Task Name | Run Time 2025-12-06 07:59:59.447446 | fa163e5d-0333-97b6-5e49-0000000021e4 | SUMMARY | standalone | Pre-fetch all the containers | 189.71s 2025-12-06 07:59:59.448326 | fa163e5d-0333-97b6-5e49-00000000338e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 104.56s 2025-12-06 07:59:59.448882 | fa163e5d-0333-97b6-5e49-000000004c7b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 87.88s 2025-12-06 07:59:59.449507 | fa163e5d-0333-97b6-5e49-000000002443 | SUMMARY | standalone | Wait for puppet host configuration to finish | 62.43s 2025-12-06 07:59:59.450028 | fa163e5d-0333-97b6-5e49-000000002ff6 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 59.09s 2025-12-06 07:59:59.450624 | fa163e5d-0333-97b6-5e49-000000003b73 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 52.24s 2025-12-06 07:59:59.451215 | fa163e5d-0333-97b6-5e49-000000003b74 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 32.60s 2025-12-06 07:59:59.451791 | fa163e5d-0333-97b6-5e49-000000004adf | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.97s 2025-12-06 07:59:59.452413 | fa163e5d-0333-97b6-5e49-0000000025e1 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 28.07s 2025-12-06 07:59:59.452979 | fa163e5d-0333-97b6-5e49-0000000033ba | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.49s 2025-12-06 07:59:59.453581 | fa163e5d-0333-97b6-5e49-0000000033e6 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.47s 2025-12-06 07:59:59.454207 | fa163e5d-0333-97b6-5e49-000000004da2 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.84s 2025-12-06 07:59:59.454803 | fa163e5d-0333-97b6-5e49-000000004d76 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.49s 2025-12-06 07:59:59.455384 | fa163e5d-0333-97b6-5e49-000000003605 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 21.91s 2025-12-06 07:59:59.455915 | fa163e5d-0333-97b6-5e49-000000004dce | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.80s 2025-12-06 07:59:59.456501 | fa163e5d-0333-97b6-5e49-0000000021ae | SUMMARY | standalone | install systemd-container for a greenfield | 20.96s 2025-12-06 07:59:59.457040 | fa163e5d-0333-97b6-5e49-00000000346c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2025-12-06 07:59:59.457629 | fa163e5d-0333-97b6-5e49-0000000039df | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-12-06 07:59:59.458467 | fa163e5d-0333-97b6-5e49-000000004e78 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-12-06 07:59:59.459083 | fa163e5d-0333-97b6-5e49-000000004c7a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 16.36s 2025-12-06 07:59:59.459659 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-6pn5s7ug Install artifact is located at /root/standalone-install-20251206075959.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.T6inItGQXK + exit 0 ~/ci-framework-data/artifacts