~/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.RPk8dphWBy + 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.RPk8dphWBy/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.RPk8dphWBy/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.RPk8dphWBy + J2_VARS_FILE=/tmp/tmp.RPk8dphWBy/tmp.F6AUMgkzb1.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.RPk8dphWBy/tmp.F6AUMgkzb1.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.RPk8dphWBy/tmp.F6AUMgkzb1.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.RPk8dphWBy/tmp.F6AUMgkzb1.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.RPk8dphWBy/tmp.F6AUMgkzb1.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.RPk8dphWBy/tmp.F6AUMgkzb1.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.RPk8dphWBy/tmp.F6AUMgkzb1.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.RPk8dphWBy/tmp.F6AUMgkzb1.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.RPk8dphWBy/tmp.F6AUMgkzb1.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.RPk8dphWBy/tmp.F6AUMgkzb1.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.RPk8dphWBy/tmp.F6AUMgkzb1.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.RPk8dphWBy/tmp.F6AUMgkzb1.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.RPk8dphWBy/tmp.F6AUMgkzb1.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.RPk8dphWBy/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.RPk8dphWBy/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.RPk8dphWBy/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.RPk8dphWBy/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.RPk8dphWBy/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 5.8 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-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): boost-system-1.75.0-8.el9.x86_64.rpm 103 kB/s | 15 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.2 MB/s | 223 kB 00:00 (3/399): python3-openvswitch3.3-3.3.6-141.el9fd 1.8 MB/s | 383 kB 00:00 (4/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 485 kB/s | 64 kB 00:00 (5/399): perl-Storable-3.21-460.el9.x86_64.rpm 900 kB/s | 98 kB 00:00 (6/399): python3-urllib-gssapi-1.0.2-4.el9.noar 274 kB/s | 24 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.9 MB/s | 216 kB 00:00 (8/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 187 kB/s | 17 kB 00:00 (9/399): boost-thread-1.75.0-8.el9.x86_64.rpm 533 kB/s | 57 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 353 kB/s | 34 kB 00:00 (11/399): perl-Data-Dumper-2.174-462.el9.x86_64 575 kB/s | 59 kB 00:00 (12/399): perl-File-Temp-0.231.100-4.el9.noarch 714 kB/s | 63 kB 00:00 (13/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 273 kB/s | 25 kB 00:00 (14/399): perl-parent-0.238-460.el9.noarch.rpm 162 kB/s | 16 kB 00:00 (15/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.6 MB/s | 283 kB 00:00 (16/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.1 MB/s | 321 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 505 kB/s | 45 kB 00:00 (18/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.0 MB/s | 224 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.0 MB/s | 92 kB 00:00 (20/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.6 MB/s | 392 kB 00:00 (21/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.2 MB/s | 229 kB 00:00 (22/399): perl-Term-ANSIColor-5.01-461.el9.noar 595 kB/s | 51 kB 00:00 (23/399): perl-Text-ParseWords-3.30-460.el9.noa 189 kB/s | 18 kB 00:00 (24/399): perl-URI-5.09-3.el9.noarch.rpm 1.3 MB/s | 125 kB 00:00 (25/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 297 kB/s | 26 kB 00:00 (27/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 10 MB/s | 1.2 MB 00:00 (28/399): iptables-nft-services-1.8.8-6.el9_1.n 309 kB/s | 28 kB 00:00 (29/399): perl-Carp-1.50-460.el9.noarch.rpm 305 kB/s | 31 kB 00:00 (30/399): perl-Encode-3.08-462.el9.x86_64.rpm 14 MB/s | 1.7 MB 00:00 (31/399): perl-Mozilla-CA-20200520-6.el9.noarch 169 kB/s | 14 kB 00:00 (32/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 269 kB/s | 24 kB 00:00 (33/399): perl-Time-Local-1.300-7.el9.noarch.rp 390 kB/s | 37 kB 00:00 (34/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.3 MB/s | 218 kB 00:00 (35/399): python3-yubico-1.3.3-7.el9.noarch.rpm 814 kB/s | 73 kB 00:00 (36/399): perl-Pod-Escapes-1.07-460.el9.noarch. 225 kB/s | 22 kB 00:00 (37/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 728 kB/s | 76 kB 00:00 (38/399): sshpass-1.09-4.el9.x86_64.rpm 345 kB/s | 30 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 674 kB/s | 59 kB 00:00 (40/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.1 MB/s | 410 kB 00:00 (41/399): boost-program-options-1.75.0-8.el9.x8 933 kB/s | 108 kB 00:00 (42/399): libburn-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 175 kB 00:00 (43/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 371 kB/s | 39 kB 00:00 (44/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 397 kB/s | 34 kB 00:00 (45/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 197 kB/s | 19 kB 00:00 (46/399): libisoburn-1.5.4-4.el9.x86_64.rpm 3.8 MB/s | 419 kB 00:00 (47/399): perl-Digest-1.19-4.el9.noarch.rpm 300 kB/s | 29 kB 00:00 (48/399): perl-File-Path-2.18-4.el9.noarch.rpm 423 kB/s | 38 kB 00:00 (49/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (50/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 456 kB/s | 43 kB 00:00 (51/399): perl-Scalar-List-Utils-1.56-461.el9.x 859 kB/s | 77 kB 00:00 (52/399): perl-Socket-2.031-4.el9.x86_64.rpm 616 kB/s | 58 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 1.3 MB/s | 118 kB 00:00 (54/399): perl-constant-1.33-461.el9.noarch.rpm 160 kB/s | 25 kB 00:00 (55/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.2 MB/s | 112 kB 00:00 (56/399): python3-appdirs-1.4.4-4.el9.noarch.rp 302 kB/s | 27 kB 00:00 (57/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 163 kB 00:00 (58/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 997 kB/s | 96 kB 00:00 (59/399): python3-qrcode-core-6.1-12.el9.noarch 673 kB/s | 61 kB 00:00 (60/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 537 kB/s | 48 kB 00:00 (61/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 279 kB 00:00 (62/399): python3-augeas-0.5.0-25.el9.noarch.rp 309 kB/s | 31 kB 00:00 (63/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.0 MB/s | 221 kB 00:00 (64/399): python3-alembic-1.7.5-3.el9.noarch.rp 5.3 MB/s | 900 kB 00:00 (65/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.3 MB/s | 489 kB 00:00 (66/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.5 MB/s | 459 kB 00:00 (67/399): jq-1.6-14.el9.x86_64.rpm 1.9 MB/s | 190 kB 00:00 (68/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 658 kB/s | 59 kB 00:00 (69/399): perl-AutoLoader-5.74-480.el9.noarch.r 250 kB/s | 23 kB 00:00 (70/399): perl-B-1.80-480.el9.x86_64.rpm 2.0 MB/s | 185 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 188 kB/s | 17 kB 00:00 (72/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 246 kB/s | 23 kB 00:00 (73/399): perl-Class-Struct-0.66-480.el9.noarch 137 kB/s | 24 kB 00:00 (74/399): perl-File-Basename-2.85-480.el9.noarc 197 kB/s | 19 kB 00:00 (75/399): perl-File-stat-1.09-480.el9.noarch.rp 206 kB/s | 19 kB 00:00 (76/399): perl-FileHandle-2.03-480.el9.noarch.r 165 kB/s | 17 kB 00:00 (77/399): perl-Getopt-Std-1.12-480.el9.noarch.r 177 kB/s | 17 kB 00:00 (78/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 265 kB/s | 25 kB 00:00 (79/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (80/399): perl-SelectSaver-1.02-480.el9.noarch. 148 kB/s | 13 kB 00:00 (81/399): perl-Symbol-1.08-480.el9.noarch.rpm 178 kB/s | 16 kB 00:00 (82/399): perl-interpreter-5.32.1-480.el9.x86_6 835 kB/s | 75 kB 00:00 (83/399): perl-overload-1.31-480.el9.noarch.rpm 519 kB/s | 47 kB 00:00 (84/399): perl-libs-5.32.1-480.el9.x86_64.rpm 14 MB/s | 2.2 MB 00:00 (85/399): perl-overloading-0.02-480.el9.noarch. 165 kB/s | 15 kB 00:00 (86/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.7 MB/s | 259 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 416 kB/s | 42 kB 00:00 (88/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 333 kB/s | 40 kB 00:00 (89/399): perl-IO-1.43-480.el9.x86_64.rpm 842 kB/s | 94 kB 00:00 (90/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 224 kB/s | 25 kB 00:00 (91/399): perl-base-2.27-480.el9.noarch.rpm 178 kB/s | 18 kB 00:00 (92/399): perl-if-0.60.800-480.el9.noarch.rpm 173 kB/s | 16 kB 00:00 (93/399): perl-mro-1.23-480.el9.x86_64.rpm 318 kB/s | 31 kB 00:00 (94/399): perl-subs-1.03-480.el9.noarch.rpm 136 kB/s | 13 kB 00:00 (95/399): perl-vars-1.05-480.el9.noarch.rpm 157 kB/s | 15 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 4.1 MB/s | 452 kB 00:00 (97/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.5 MB/s | 176 kB 00:00 (98/399): ipa-client-common-4.10.1-12.el9_2.2.n 449 kB/s | 44 kB 00:00 (99/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 6.0 MB/s | 656 kB 00:00 (100/399): rhel-system-roles-1.21.2-1.el9_2.noa 9.5 MB/s | 2.4 MB 00:00 (101/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.2 MB/s | 648 kB 00:00 (102/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.4 MB/s | 663 kB 00:00 (103/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 642 kB/s | 57 kB 00:00 (104/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 447 kB/s | 41 kB 00:00 (105/399): ruby-default-gems-3.0.4-161.el9_2.2. 505 kB/s | 46 kB 00:00 (106/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 602 kB/s | 55 kB 00:00 (107/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 17 MB/s | 3.3 MB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.5 MB/s | 456 kB 00:00 (109/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 20 MB/s | 7.9 MB 00:00 (110/399): rubygem-io-console-0.5.7-161.el9_2.2 234 kB/s | 26 kB 00:00 (111/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 435 kB/s | 59 kB 00:00 (112/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 587 kB/s | 60 kB 00:00 (113/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.0 MB/s | 441 kB 00:00 (114/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (115/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.2 MB/s | 306 kB 00:00 (116/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.0 MB/s | 245 kB 00:00 (117/399): buildah-1.29.5-1.el9_2.x86_64.rpm 39 MB/s | 8.6 MB 00:00 (118/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 12 MB/s | 2.2 MB 00:00 (119/399): ansible-collection-ansible-netcommon 1.6 MB/s | 181 kB 00:00 (120/399): ansible-collection-ansible-posix-1.2 1.3 MB/s | 124 kB 00:00 (121/399): ansible-collection-ansible-utils-2.3 1.0 MB/s | 91 kB 00:00 (122/399): ansible-collection-community-general 12 MB/s | 1.3 MB 00:00 (123/399): golang-github-vbatts-tar-split-0.11. 10 MB/s | 1.0 MB 00:00 (124/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 824 kB/s | 77 kB 00:00 (125/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.3 MB/s | 162 kB 00:00 (126/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.9 MB/s | 178 kB 00:00 (127/399): puppet-fdio-18.2-1.20220727113954.6f 292 kB/s | 25 kB 00:00 (128/399): python3-ansible-runner-2.0.0a1-3.el9 1.0 MB/s | 122 kB 00:00 (129/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 445 kB/s | 44 kB 00:00 (130/399): python3-beautifulsoup4-4.9.3-2.el9os 1.6 MB/s | 204 kB 00:00 (131/399): python3-croniter-0.3.35-2.el9ost.noa 433 kB/s | 49 kB 00:00 (132/399): python3-daemon-2.3.0-1.el9ost.noarch 324 kB/s | 39 kB 00:00 (133/399): python3-docutils-0.16-6.el9ost.noarc 12 MB/s | 1.5 MB 00:00 (134/399): python3-gevent-21.1.2-2.el9ost.x86_6 13 MB/s | 1.6 MB 00:00 (135/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.0 MB/s | 107 kB 00:00 (136/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 227 kB/s | 44 kB 00:00 (137/399): python3-jeepney-0.6.0-2.el9ost.noarc 3.1 MB/s | 284 kB 00:00 (138/399): python3-lockfile-0.12.2-2.el9ost.noa 338 kB/s | 31 kB 00:00 (139/399): python3-jmespath-0.10.0-1.el9ost.noa 361 kB/s | 46 kB 00:00 (140/399): python3-logutils-0.3.5-15.el9ost.noa 525 kB/s | 47 kB 00:00 (141/399): python3-memcached-1.59-3.el9ost.noar 450 kB/s | 40 kB 00:00 (142/399): python3-migrate-0.13.0-1.el9ost.noar 2.0 MB/s | 224 kB 00:00 (143/399): python3-mimeparse-1.6.0-16.el9ost.no 96 kB/s | 16 kB 00:00 (144/399): python3-passlib-1.7.4-3.el9ost.noarc 7.1 MB/s | 712 kB 00:00 (145/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.9 MB/s | 273 kB 00:00 (146/399): python3-natsort-7.1.1-2.el9ost.noarc 274 kB/s | 59 kB 00:00 (147/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 904 kB/s | 90 kB 00:00 (148/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.0 MB/s | 111 kB 00:00 (149/399): python3-setproctitle-1.2.2-1.el9ost. 252 kB/s | 23 kB 00:00 (150/399): python3-pyperclip-1.8.0-3.el9ost.noa 238 kB/s | 25 kB 00:00 (151/399): python3-smmap-3.0.1-4.el9ost.noarch. 532 kB/s | 47 kB 00:00 (152/399): python3-soupsieve-2.2-1.el9ost.noarc 649 kB/s | 67 kB 00:00 (153/399): python3-sqlalchemy13-1.3.24-3.el9ost 14 MB/s | 1.7 MB 00:00 (154/399): python3-tenacity-6.3.1-1.el9ost.noar 506 kB/s | 51 kB 00:00 (155/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 2.5 MB/s | 396 kB 00:00 (156/399): python3-zope-event-4.2.0-20.el9ost.n 2.0 MB/s | 205 kB 00:00 (157/399): python3-webtest-2.0.35-6.el9ost.noar 387 kB/s | 82 kB 00:00 (158/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.1 MB/s | 243 kB 00:00 (159/399): python3-zope-interface-5.4.0-1.el9os 1.5 MB/s | 202 kB 00:00 (160/399): rubygem-deep_merge-1.2.1-7.el9ost.no 93 kB/s | 14 kB 00:00 (161/399): rubygem-fast_gettext-1.2.0-9.el9ost. 383 kB/s | 34 kB 00:00 (162/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 860 kB/s | 90 kB 00:00 (163/399): rubygem-puppet-resource_api-1.8.13-1 383 kB/s | 34 kB 00:00 (164/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 178 kB/s | 16 kB 00:00 (165/399): rubygem-multi_json-1.15.0-2.el9ost.n 137 kB/s | 22 kB 00:00 (166/399): rubygem-semantic_puppet-1.0.4-2.el9o 195 kB/s | 21 kB 00:00 (167/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.5 MB/s | 433 kB 00:00 (168/399): ansible-config_template-2.0.1-17.1.2 236 kB/s | 29 kB 00:00 (169/399): ansible-role-atos-hsm-1.0.1-17.1.202 198 kB/s | 17 kB 00:00 (170/399): ansible-role-chrony-1.3.1-17.1.20230 221 kB/s | 22 kB 00:00 (171/399): ansible-role-collectd-config-0.0.3-1 387 kB/s | 53 kB 00:00 (172/399): ansible-role-container-registry-1.4. 178 kB/s | 24 kB 00:00 (173/399): ansible-role-openstack-operations-0. 123 kB/s | 30 kB 00:00 (174/399): ansible-role-redhat-subscription-1.3 186 kB/s | 28 kB 00:00 (175/399): ansible-role-tripleo-modify-image-1. 316 kB/s | 27 kB 00:00 (176/399): ansible-role-thales-hsm-3.0.1-17.1.2 219 kB/s | 21 kB 00:00 (177/399): ansible-role-qdr-config-0.0.2-17.1.2 78 kB/s | 21 kB 00:00 (178/399): ansible-tripleo-ipa-0.3.1-17.1.20230 404 kB/s | 36 kB 00:00 (179/399): ansible-tripleo-ipsec-11.0.1-17.1.20 349 kB/s | 38 kB 00:00 (180/399): openstack-heat-agents-2.2.1-17.1.202 84 kB/s | 9.6 kB 00:00 (181/399): dib-utils-0.0.11-17.1.20230620173328 60 kB/s | 12 kB 00:00 (182/399): os-apply-config-13.1.1-17.1.20231020 424 kB/s | 54 kB 00:00 (183/399): os-collect-config-13.1.1-17.1.202310 563 kB/s | 50 kB 00:00 (184/399): os-refresh-config-13.1.1-17.1.202310 229 kB/s | 21 kB 00:00 (185/399): puppet-aodh-18.4.2-17.1.202306201512 621 kB/s | 62 kB 00:00 (186/399): puppet-archive-4.6.1-17.1.2023062018 339 kB/s | 44 kB 00:00 (187/399): puppet-auditd-2.2.1-17.1.20230620192 195 kB/s | 28 kB 00:00 (188/399): puppet-ceilometer-18.4.3-17.1.202309 321 kB/s | 70 kB 00:00 (189/399): puppet-certmonger-2.7.1-17.1.2023062 187 kB/s | 26 kB 00:00 (190/399): puppet-cinder-18.5.2-17.1.2023062105 842 kB/s | 120 kB 00:00 (191/399): puppet-corosync-8.0.1-17.1.202306211 708 kB/s | 68 kB 00:00 (192/399): puppet-collectd-13.0.1-17.1.20230620 812 kB/s | 135 kB 00:00 (193/399): puppet-designate-18.6.1-17.1.2023062 474 kB/s | 69 kB 00:00 (194/399): puppet-dns-8.2.1-17.1.20230621002045 357 kB/s | 36 kB 00:00 (195/399): puppet-etcd-1.12.3-17.1.202306201932 206 kB/s | 25 kB 00:00 (196/399): puppet-heat-18.4.1-17.1.202306211116 788 kB/s | 70 kB 00:00 (197/399): puppet-gnocchi-18.4.3-17.1.202306210 400 kB/s | 58 kB 00:00 (198/399): puppet-kmod-2.5.0-17.1.2023062019064 226 kB/s | 21 kB 00:00 (199/399): puppet-memcached-6.0.0-17.1.20230620 209 kB/s | 23 kB 00:00 (200/399): puppet-manila-18.5.2-17.1.2023110219 475 kB/s | 81 kB 00:00 (201/399): puppet-mysql-10.6.1-17.1.20230621022 985 kB/s | 99 kB 00:00 (202/399): puppet-nova-18.6.1-17.1.202306210904 1.9 MB/s | 200 kB 00:00 (203/399): puppet-nssdb-1.0.2-17.1.202306201856 122 kB/s | 12 kB 00:00 (204/399): puppet-neutron-18.6.1-17.1.202306210 1.4 MB/s | 196 kB 00:00 (205/399): puppet-octavia-18.5.1-17.1.202306210 811 kB/s | 76 kB 00:00 (206/399): puppet-openstacklib-18.5.2-17.1.2023 573 kB/s | 62 kB 00:00 (207/399): puppet-openstack_extras-18.5.1-17.1. 363 kB/s | 48 kB 00:00 (208/399): puppet-oslo-18.5.1-17.1.202306210523 449 kB/s | 48 kB 00:00 (209/399): puppet-placement-5.4.3-17.1.20230621 463 kB/s | 41 kB 00:00 (210/399): puppet-qdr-7.4.1-17.1.20230620195605 335 kB/s | 31 kB 00:00 (211/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.5 MB/s | 266 kB 00:00 (212/399): puppet-redis-6.1.1-17.1.202306201917 485 kB/s | 51 kB 00:00 (213/399): puppet-rsyslog-4.0.1-17.1.2023062020 618 kB/s | 58 kB 00:00 (214/399): puppet-ssh-6.2.1-17.1.20230620190251 312 kB/s | 29 kB 00:00 (215/399): puppet-stdlib-6.3.1-17.1.20230621000 1.6 MB/s | 160 kB 00:00 (216/399): puppet-systemd-2.12.1-17.1.202306201 383 kB/s | 42 kB 00:00 (217/399): puppet-swift-18.6.1-17.1.20230621052 491 kB/s | 115 kB 00:00 (218/399): puppet-vswitch-14.4.3-17.1.202306210 180 kB/s | 41 kB 00:00 (219/399): python-oslo-cache-lang-2.7.1-17.1.20 208 kB/s | 19 kB 00:00 (220/399): puppet-xinetd-3.3.1-17.1.20230620185 171 kB/s | 26 kB 00:00 (221/399): python-oslo-middleware-lang-4.2.1-17 143 kB/s | 13 kB 00:00 (222/399): python-oslo-log-lang-4.4.0-17.1.2023 105 kB/s | 14 kB 00:00 (223/399): python-oslo-policy-lang-3.7.1-17.1.2 109 kB/s | 14 kB 00:00 (224/399): python-pycadf-common-3.1.1-17.1.2023 169 kB/s | 15 kB 00:00 (225/399): python3-GitPython-3.1.14-2.el9ost.no 2.2 MB/s | 238 kB 00:00 (226/399): python-oslo-versionedobjects-lang-2. 61 kB/s | 14 kB 00:00 (227/399): python3-aodhclient-2.2.0-17.1.202306 527 kB/s | 56 kB 00:00 (228/399): python3-barbicanclient-5.3.0-17.1.20 1.1 MB/s | 127 kB 00:00 (229/399): python3-cinderclient-7.4.1-17.1.2023 2.2 MB/s | 218 kB 00:00 (230/399): python3-cliff-3.7.0-17.1.20230620172 893 kB/s | 95 kB 00:00 (231/399): python3-designateclient-4.2.1-17.1.2 988 kB/s | 92 kB 00:00 (232/399): python3-futurist-2.3.0-17.1.20230621 648 kB/s | 64 kB 00:00 (233/399): python3-heat-agent-2.2.1-17.1.202306 205 kB/s | 19 kB 00:00 (234/399): python3-heat-agent-ansible-2.2.1-17. 91 kB/s | 11 kB 00:00 (235/399): python3-heat-agent-docker-cmd-2.2.1- 128 kB/s | 12 kB 00:00 (236/399): python3-heat-agent-apply-config-2.2. 85 kB/s | 9.9 kB 00:00 (237/399): python3-heat-agent-hiera-2.2.1-17.1. 122 kB/s | 10 kB 00:00 (238/399): python3-heat-agent-json-file-2.2.1-1 109 kB/s | 9.8 kB 00:00 (239/399): python3-heat-agent-puppet-2.2.1-17.1 97 kB/s | 11 kB 00:00 (240/399): python3-heatclient-2.3.1-17.1.202306 1.5 MB/s | 158 kB 00:00 (241/399): python3-ironic-inspector-client-4.5. 718 kB/s | 67 kB 00:00 (242/399): python3-keystoneclient-4.3.0-17.1.20 2.4 MB/s | 239 kB 00:00 (243/399): python3-ironicclient-4.6.4-17.1.2023 2.9 MB/s | 342 kB 00:00 (244/399): python3-keystonemiddleware-9.2.0-17. 823 kB/s | 92 kB 00:00 (245/399): python3-mistralclient-4.2.0-17.1.202 1.7 MB/s | 166 kB 00:00 (246/399): python3-magnumclient-3.4.1-17.1.2023 1.0 MB/s | 121 kB 00:00 (247/399): python3-neutronclient-7.3.1-17.1.202 3.2 MB/s | 298 kB 00:00 (248/399): python3-novaclient-17.4.1-17.1.20230 2.0 MB/s | 201 kB 00:00 (249/399): python3-os-client-config-2.1.0-17.1. 455 kB/s | 55 kB 00:00 (250/399): python3-os-service-types-1.7.0-17.1. 413 kB/s | 38 kB 00:00 (251/399): python3-os-traits-2.5.0-17.1.2023062 484 kB/s | 45 kB 00:00 (252/399): python3-osc-lib-2.3.1-17.1.202306202 865 kB/s | 78 kB 00:00 (253/399): python3-oslo-cache-2.7.1-17.1.202306 438 kB/s | 56 kB 00:00 (254/399): python3-oslo-context-3.2.1-17.1.2023 287 kB/s | 27 kB 00:00 (255/399): python3-oslo-log-4.4.0-17.1.20230620 617 kB/s | 64 kB 00:00 (256/399): python3-oslo-middleware-4.2.1-17.1.2 534 kB/s | 55 kB 00:00 (257/399): python3-oslo-policy-3.7.1-17.1.20230 829 kB/s | 76 kB 00:00 (258/399): python3-oslo-reports-2.2.0-17.1.2023 680 kB/s | 59 kB 00:00 (259/399): python3-oslo-serialization-4.1.1-17. 362 kB/s | 34 kB 00:00 (260/399): python3-oslo-rootwrap-6.3.1-17.1.202 408 kB/s | 46 kB 00:00 (261/399): python3-oslo-upgradecheck-1.3.1-17.1 326 kB/s | 29 kB 00:00 (262/399): python3-oslo-versionedobjects-2.4.1- 780 kB/s | 79 kB 00:00 (263/399): python3-osprofiler-3.4.0-17.1.202306 1.3 MB/s | 130 kB 00:00 (264/399): python3-pycadf-3.1.1-17.1.2023062021 527 kB/s | 53 kB 00:00 (265/399): python3-saharaclient-3.3.0-17.1.2023 1.8 MB/s | 188 kB 00:00 (266/399): python3-requestsexceptions-1.4.0-17. 145 kB/s | 17 kB 00:00 (267/399): python3-shade-1.33.0-17.1.2023062022 3.7 MB/s | 523 kB 00:00 (268/399): python3-statsd-3.2.1-20.1.el9ost.noa 367 kB/s | 35 kB 00:00 (269/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 577 kB/s | 50 kB 00:00 (270/399): python3-swiftclient-3.11.1-17.1.2023 882 kB/s | 136 kB 00:00 (271/399): python3-troveclient-7.0.0-17.1.20230 3.4 MB/s | 344 kB 00:00 (272/399): python3-validations-libs-1.9.1-17.1. 1.3 MB/s | 137 kB 00:00 (273/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (274/399): validations-common-1.9.1-17.1.202310 1.0 MB/s | 111 kB 00:00 (275/399): python3-paramiko-2.11.0-2.el9ost.noa 2.7 MB/s | 299 kB 00:00 (276/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.9 MB/s | 427 kB 00:00 (277/399): ansible-pacemaker-1.0.4-17.1.2023121 179 kB/s | 21 kB 00:00 (278/399): python3-sqlparse-0.4.1-2.el9ost.noar 959 kB/s | 83 kB 00:00 (279/399): python3-manilaclient-2.6.4-17.1.2024 4.7 MB/s | 528 kB 00:00 (280/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.4 MB/s | 230 kB 00:00 (281/399): ansible-role-metalsmith-deployment-1 232 kB/s | 21 kB 00:00 (282/399): openstack-selinux-0.8.37-17.1.202311 1.8 MB/s | 221 kB 00:00 (283/399): python-oslo-db-lang-8.5.2-17.1.20240 143 kB/s | 14 kB 00:00 (284/399): python3-glanceclient-3.3.0-17.1.2024 1.4 MB/s | 143 kB 00:00 (285/399): puppet-ironic-18.7.1-17.1.2024030521 702 kB/s | 121 kB 00:00 (286/399): python3-keystoneauth1-4.4.0-17.1.202 3.8 MB/s | 409 kB 00:00 (287/399): python3-neutron-lib-2.10.3-17.1.2023 3.7 MB/s | 375 kB 00:00 (288/399): python3-metalsmith-1.4.4-17.1.202405 477 kB/s | 65 kB 00:00 (289/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (290/399): python3-oslo-messaging-12.7.3-17.1.2 2.2 MB/s | 216 kB 00:00 (291/399): python3-oslo-service-2.5.1-17.1.2024 777 kB/s | 71 kB 00:00 (292/399): python3-oslo-db-8.5.2-17.1.202408201 714 kB/s | 144 kB 00:00 (293/399): python3-rhosp-openvswitch-3.3-1.el9o 80 kB/s | 8.3 kB 00:00 (294/399): python3-waitress-2.0.0-4.el9ost.noar 1.1 MB/s | 109 kB 00:00 (295/399): puppet-glance-18.6.1-17.1.2025022015 968 kB/s | 87 kB 00:00 (296/399): openstack-tripleo-validations-14.3.2 1.9 MB/s | 204 kB 00:00 (297/399): openstack-ansible-core-2.14.2-4.7.el 15 MB/s | 2.3 MB 00:00 (298/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (299/399): puppet-ovn-18.6.1-17.1.2024092509490 254 kB/s | 29 kB 00:00 (300/399): python3-os-ken-1.4.1-17.1.2024120509 14 MB/s | 2.1 MB 00:00 (301/399): puppet-tripleo-14.2.3-17.1.202503201 2.4 MB/s | 239 kB 00:00 (302/399): ansible-collection-containers-podman 2.2 MB/s | 243 kB 00:00 (303/399): ansible-collections-openstack-1.9.1- 1.4 MB/s | 146 kB 00:00 (304/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.5 MB/s | 351 kB 00:00 (305/399): facter-3.14.19-3.el9ost.x86_64.rpm 4.9 MB/s | 518 kB 00:00 (306/399): hiera-3.6.0-6.el9ost.noarch.rpm 379 kB/s | 33 kB 00:00 (307/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.2 MB/s | 405 kB 00:00 (308/399): puppet-7.10.0-4.el9ost.noarch.rpm 84 kB/s | 11 kB 00:00 (309/399): puppet-headless-7.10.0-4.el9ost.noar 11 MB/s | 1.4 MB 00:00 (310/399): python3-amqp-5.0.6-5.el9ost.noarch.r 664 kB/s | 92 kB 00:00 (311/399): python3-boto-2.45.0-8.1.el9ost.noarc 13 MB/s | 1.3 MB 00:00 (312/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (313/399): python3-colorama-0.4.4-4.el9ost.noar 400 kB/s | 35 kB 00:00 (314/399): python3-cachetools-4.2.2-3.el9ost.no 216 kB/s | 33 kB 00:00 (315/399): python3-dogpile-cache-1.1.5-5.el9ost 913 kB/s | 89 kB 00:00 (316/399): python3-extras-1.0.0-17.el9ost.noarc 233 kB/s | 21 kB 00:00 (317/399): python3-fixtures-3.0.0-24.el9ost.noa 750 kB/s | 93 kB 00:00 (318/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.3 MB/s | 313 kB 00:00 (319/399): python3-keyring-21.8.0-4.el9ost.noar 573 kB/s | 77 kB 00:00 (320/399): python3-msgpack-1.0.2-4.el9ost.x86_6 923 kB/s | 87 kB 00:00 (321/399): python3-munch-2.5.0-6.el9ost.noarch. 287 kB/s | 25 kB 00:00 (322/399): python3-paste-3.5.0-5.el9ost.noarch. 6.2 MB/s | 776 kB 00:00 (323/399): python3-openstacksdk-0.55.1-17.1.202 4.5 MB/s | 735 kB 00:00 (324/399): python3-paste-deploy-2.1.1-4.el9ost. 323 kB/s | 41 kB 00:00 (325/399): python3-pystache-0.5.4-15.el9ost.noa 1.4 MB/s | 132 kB 00:00 (326/399): python3-repoze-lru-0.7-12.el9ost.noa 300 kB/s | 32 kB 00:00 (327/399): python3-routes-2.4.1-14.el9ost.noarc 2.1 MB/s | 188 kB 00:00 (328/399): python3-secretstorage-3.3.1-3.el9ost 410 kB/s | 36 kB 00:00 (329/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 482 kB/s | 57 kB 00:00 (330/399): python3-simplejson-3.17.5-3.el9ost.x 2.7 MB/s | 266 kB 00:00 (331/399): python3-testtools-2.4.0-10.el9ost.no 3.3 MB/s | 333 kB 00:00 (332/399): python3-vine-5.0.0-5.el9ost.noarch.r 287 kB/s | 26 kB 00:00 (333/399): python3-tempita-0.5.1-27.el9ost.noar 326 kB/s | 36 kB 00:00 (334/399): python3-yappi-1.3.1-5.el9ost.x86_64. 557 kB/s | 56 kB 00:00 (335/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.7 MB/s | 180 kB 00:00 (336/399): python3-warlock-1.3.3-7.el9ost.noarc 185 kB/s | 21 kB 00:00 (337/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 325 kB/s | 29 kB 00:00 (338/399): ruby-facter-3.14.19-3.el9ost.x86_64. 103 kB/s | 9.5 kB 00:00 (339/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.3 MB/s | 123 kB 00:00 (340/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 193 kB/s | 19 kB 00:00 (341/399): openstack-heat-api-16.1.1-17.1.20250 183 kB/s | 16 kB 00:00 (342/399): openstack-heat-common-16.1.1-17.1.20 14 MB/s | 1.6 MB 00:00 (343/399): openstack-heat-monolith-16.1.1-17.1. 176 kB/s | 16 kB 00:00 (344/399): openstack-heat-engine-16.1.1-17.1.20 161 kB/s | 15 kB 00:00 (345/399): puppet-barbican-18.4.2-17.1.20250625 556 kB/s | 57 kB 00:00 (346/399): python3-openstackclient-5.5.2-17.1.2 10 MB/s | 1.1 MB 00:00 (347/399): python-openstackclient-lang-5.5.2-17 500 kB/s | 58 kB 00:00 (348/399): openstack-tripleo-common-15.4.1-17.1 380 kB/s | 48 kB 00:00 (349/399): puppet-apache-6.5.2-17.1.20250811150 2.3 MB/s | 253 kB 00:00 (350/399): openstack-tripleo-common-containers- 568 kB/s | 74 kB 00:00 (351/399): puppet-concat-6.2.1-17.1.20250725131 520 kB/s | 44 kB 00:00 (352/399): puppet-firewall-3.4.1-17.1.202508041 783 kB/s | 73 kB 00:00 (353/399): puppet-git-0.5.0-17.1.20250725114148 304 kB/s | 26 kB 00:00 (354/399): puppet-haproxy-4.2.2-17.1.2025072511 630 kB/s | 55 kB 00:00 (355/399): puppet-inifile-4.2.1-17.1.2025080415 517 kB/s | 46 kB 00:00 (356/399): puppet-ipaclient-2.5.2-17.1.20250725 235 kB/s | 21 kB 00:00 (357/399): puppet-keepalived-0.0.2-17.1.2025072 198 kB/s | 17 kB 00:00 (358/399): puppet-remote-10.0.0-17.1.2025072511 212 kB/s | 19 kB 00:00 (359/399): puppet-module-data-0.5.1-17.1.202507 143 kB/s | 16 kB 00:00 (360/399): puppet-rsync-1.1.4-17.1.202508041515 314 kB/s | 28 kB 00:00 (361/399): puppet-snmp-3.9.1-17.1.2025072511575 422 kB/s | 38 kB 00:00 (362/399): puppet-sysctl-0.0.13-17.1.2025072511 214 kB/s | 19 kB 00:00 (363/399): puppet-vcsrepo-3.1.1-17.1.2025072511 570 kB/s | 53 kB 00:00 (364/399): python3-tripleoclient-16.5.1-17.1.20 5.5 MB/s | 552 kB 00:00 (365/399): python3-tripleo-common-15.4.1-17.1.2 1.6 MB/s | 198 kB 00:00 (366/399): tripleo-ansible-3.3.1-17.1.202508040 4.8 MB/s | 569 kB 00:00 (367/399): puppet-horizon-18.6.1-17.1.202510081 647 kB/s | 59 kB 00:00 (368/399): openstack-tripleo-heat-templates-14. 5.2 MB/s | 611 kB 00:00 (369/399): puppet-keystone-18.6.1-17.1.20251008 750 kB/s | 126 kB 00:00 (370/399): bash-completion-2.11-4.el9.noarch.rp 3.2 MB/s | 459 kB 00:00 (371/399): device-mapper-persistent-data-0.9.0- 5.4 MB/s | 786 kB 00:00 (372/399): libaio-0.3.111-13.el9.x86_64.rpm 273 kB/s | 26 kB 00:00 (373/399): glibc-langpack-en-2.34-60.el9.x86_64 6.4 MB/s | 675 kB 00:00 (374/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 602 kB/s | 62 kB 00:00 (375/399): krb5-workstation-1.20.1-8.el9.x86_64 4.3 MB/s | 542 kB 00:00 (376/399): libkadm5-1.20.1-8.el9.x86_64.rpm 683 kB/s | 81 kB 00:00 (377/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 334 kB/s | 37 kB 00:00 (378/399): pkgconf-1.7.3-10.el9.x86_64.rpm 482 kB/s | 45 kB 00:00 (379/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 157 kB/s | 16 kB 00:00 (380/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 114 kB/s | 12 kB 00:00 (381/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.4 MB/s | 418 kB 00:00 (382/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 293 kB/s | 30 kB 00:00 (383/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 206 kB/s | 19 kB 00:00 (384/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 171 kB/s | 36 kB 00:00 (385/399): device-mapper-event-libs-1.02.187-7. 301 kB/s | 31 kB 00:00 (386/399): device-mapper-event-1.02.187-7.el9_2 171 kB/s | 32 kB 00:00 (387/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 9.4 MB/s | 1.0 MB 00:00 (388/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 9.3 MB/s | 1.5 MB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 507 kB/s | 68 kB 00:00 (390/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 109 kB 00:00 (391/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.0 MB/s | 354 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.6 MB/s | 156 kB 00:00 (393/399): libsmartcols-2.37.4-11.el9_2.x86_64. 706 kB/s | 65 kB 00:00 (394/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.0 MB/s | 136 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 332 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 18 MB/s | 2.3 MB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 1.5 MB/s | 142 kB 00:00 (398/399): util-linux-core-2.37.4-11.el9_2.x86_ 2.7 MB/s | 464 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.0 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.4 MB/s | 97 MB 00:15 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 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 : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 169/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 171/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 172/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-1.7.3-10.el9.x86_64 174/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 175/408 Installing : bash-completion-1:2.11-4.el9.noarch 176/408 Installing : libkadm5-1.20.1-8.el9.x86_64 177/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 178/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 179/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 180/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 181/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 182/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 183/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 184/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 185/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 186/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 187/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 188/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 189/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 190/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 191/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 192/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 193/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 194/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 196/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 197/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 198/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 199/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 200/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 201/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 202/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 203/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 204/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 205/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 206/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 207/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 208/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 209/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 210/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 211/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 212/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 213/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 214/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 215/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 216/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 217/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 218/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 219/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 220/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 221/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 222/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 223/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 224/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 225/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 226/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 227/408 Installing : python3-memcached-1.59-3.el9ost.noarch 228/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 229/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 230/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 231/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 232/408 Installing : python3-docutils-0.16-6.el9ost.noarch 233/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 234/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 235/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 236/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 237/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 238/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 239/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 240/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-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 : perl-IO-Socket-SSL-2.073-1.el9.noarch 2/408 Verifying : boost-system-1.75.0-8.el9.x86_64 3/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 4/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 5/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 6/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 7/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 8/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 9/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 10/408 Verifying : perl-Exporter-5.74-461.el9.noarch 11/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 12/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 13/408 Verifying : perl-parent-1:0.238-460.el9.noarch 14/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 15/408 Verifying : xorriso-1.5.4-4.el9.x86_64 16/408 Verifying : libisofs-1.5.4-4.el9.x86_64 17/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 18/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 19/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 20/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 21/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 22/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 23/408 Verifying : perl-URI-5.09-3.el9.noarch 24/408 Verifying : perl-libnet-3.13-4.el9.noarch 25/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 26/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 27/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 28/408 Verifying : perl-Carp-1.50-460.el9.noarch 29/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 30/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 31/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 32/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 33/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 34/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 35/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 36/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : libburn-1.5.4-4.el9.x86_64 42/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 43/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 44/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 45/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 46/408 Verifying : perl-Digest-1.19-4.el9.noarch 47/408 Verifying : perl-File-Path-2.18-4.el9.noarch 48/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 49/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 50/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 51/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 52/408 Verifying : perl-constant-1.33-461.el9.noarch 53/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 54/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 55/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 56/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 57/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 58/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 59/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 60/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 61/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 62/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 63/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 64/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 65/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 66/408 Verifying : jq-1.6-14.el9.x86_64 67/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 68/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 69/408 Verifying : perl-B-1.80-480.el9.x86_64 70/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 71/408 Verifying : perl-Errno-1.30-480.el9.x86_64 72/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 73/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 74/408 Verifying : perl-File-stat-1.09-480.el9.noarch 75/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 76/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 77/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 78/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 79/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 80/408 Verifying : perl-Symbol-1.08-480.el9.noarch 81/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-overload-1.31-480.el9.noarch 84/408 Verifying : perl-overloading-0.02-480.el9.noarch 85/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 86/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 87/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 88/408 Verifying : perl-IO-1.43-480.el9.x86_64 89/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 90/408 Verifying : perl-base-2.27-480.el9.noarch 91/408 Verifying : perl-if-0.60.800-480.el9.noarch 92/408 Verifying : perl-mro-1.23-480.el9.x86_64 93/408 Verifying : perl-subs-1.03-480.el9.noarch 94/408 Verifying : perl-vars-1.05-480.el9.noarch 95/408 Verifying : python3-mako-1.1.4-6.el9.noarch 96/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 97/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 98/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 101/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 102/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 103/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 104/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 105/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 106/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 108/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 109/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 110/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 111/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 112/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 113/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 114/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 115/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 116/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 117/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 118/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 119/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 120/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 121/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 122/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 123/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 124/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 125/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 126/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 127/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 128/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 129/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 130/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 131/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 132/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 133/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 134/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 135/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 136/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 137/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 138/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 139/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 140/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 141/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 142/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 143/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 144/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 145/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 146/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 147/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 148/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 149/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 150/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 151/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 152/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 153/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 154/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 155/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 156/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 157/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 158/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 159/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 160/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 161/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 162/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 164/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 167/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 168/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 169/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 170/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 171/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 172/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 173/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 174/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 175/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 176/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 177/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 178/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 179/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 180/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 181/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 182/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 183/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 184/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 185/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 186/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 187/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 188/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 189/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 190/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 191/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 192/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 193/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 194/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 195/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 196/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 197/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 198/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 199/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 200/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 201/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 202/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 203/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 204/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 205/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 206/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 207/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 208/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 209/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 210/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 211/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 212/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 213/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 214/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 215/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 216/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 217/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 218/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 219/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 220/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 221/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 222/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 223/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 224/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 225/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 226/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 227/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 228/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 229/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 230/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 231/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 232/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 233/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 234/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 235/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 236/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 237/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 238/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 239/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 240/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 241/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 242/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 243/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 244/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 245/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 246/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 247/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 248/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 249/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 250/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 251/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 252/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 253/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 254/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 255/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 256/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 257/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 258/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 259/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 260/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 261/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 262/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 263/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 264/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 265/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 266/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 267/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 268/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 269/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 270/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 271/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 273/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 274/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 275/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 276/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 277/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 278/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 279/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 280/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 281/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 282/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 283/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 284/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 285/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 286/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 287/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 288/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 289/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 290/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 291/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 292/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 293/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 294/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 295/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 296/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 297/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 298/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 299/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 300/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 301/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 302/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 303/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 305/408 Verifying : hiera-3.6.0-6.el9ost.noarch 306/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 307/408 Verifying : puppet-7.10.0-4.el9ost.noarch 308/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 309/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 310/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 311/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 312/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 313/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 314/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 315/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 316/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 317/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 318/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 319/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 320/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 321/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 322/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 323/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 324/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 325/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 326/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 327/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 328/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 329/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 330/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 331/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 332/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 333/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 334/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 335/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 336/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 337/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 338/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 339/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 340/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 341/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 342/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 343/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 344/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 345/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 346/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 347/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 348/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 349/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 350/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 351/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 352/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 353/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 354/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 355/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 356/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 357/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 358/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 359/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 360/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 361/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 362/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 363/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 364/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 365/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 366/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 367/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 368/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 369/408 Verifying : bash-completion-1:2.11-4.el9.noarch 370/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 371/408 Verifying : libaio-0.3.111-13.el9.x86_64 372/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 373/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 374/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 375/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 376/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 377/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 378/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 379/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 380/408 Verifying : python3-dns-2.2.1-2.el9.noarch 381/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 382/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 383/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 385/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 386/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 387/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 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-16T07:21:04.537114 # # 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, 0.000117255 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-16 07:21:08.414885 | fa163e2b-8431-6e9b-1099-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-12-16 07:21:08.452389 | fa163e2b-8431-6e9b-1099-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-12-16 07:21:08.452999 | fa163e2b-8431-6e9b-1099-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.052210 | 0.04s 2025-12-16 07:21:08.456127 | fa163e2b-8431-6e9b-1099-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-12-16 07:21:08.491619 | fa163e2b-8431-6e9b-1099-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-12-16 07:21:08.492127 | fa163e2b-8431-6e9b-1099-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.091338 | 0.04s 2025-12-16 07:21:08.494917 | fa163e2b-8431-6e9b-1099-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-12-16 07:21:08.584097 | fa163e2b-8431-6e9b-1099-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-16 07:21:08.585205 | fa163e2b-8431-6e9b-1099-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.184406 | 0.09s 2025-12-16 07:21:08.591316 | fa163e2b-8431-6e9b-1099-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-12-16 07:21:08.968596 | fa163e2b-8431-6e9b-1099-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-12-16 07:21:08.969953 | fa163e2b-8431-6e9b-1099-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.569154 | 0.38s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-16 07:21:08.992299 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:08.992883 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:08.993472 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.592676 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:08.994097 | UUID | Info | Host | Task Name | Run Time 2025-12-16 07:21:08.994579 | fa163e2b-8431-6e9b-1099-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.38s 2025-12-16 07:21:08.995147 | fa163e2b-8431-6e9b-1099-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-12-16 07:21:08.995606 | fa163e2b-8431-6e9b-1099-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-12-16 07:21:08.996131 | fa163e2b-8431-6e9b-1099-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-12-16 07:21:08.996670 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-16 07:21:11.496581 | fa163e2b-8431-d394-299c-000000000005 | TASK | set ssh key path facts 2025-12-16 07:21:11.520303 | fa163e2b-8431-d394-299c-000000000005 | OK | set ssh key path facts | undercloud 2025-12-16 07:21:11.521015 | fa163e2b-8431-d394-299c-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.038077 | 0.02s 2025-12-16 07:21:11.524468 | fa163e2b-8431-d394-299c-000000000006 | TASK | stat private key 2025-12-16 07:21:11.857390 | fa163e2b-8431-d394-299c-000000000006 | OK | stat private key | undercloud 2025-12-16 07:21:11.858133 | fa163e2b-8431-d394-299c-000000000006 | TIMING | stat private key | undercloud | 0:00:00.375195 | 0.33s 2025-12-16 07:21:11.861609 | fa163e2b-8431-d394-299c-000000000007 | TASK | stat public key 2025-12-16 07:21:12.042457 | fa163e2b-8431-d394-299c-000000000007 | OK | stat public key | undercloud 2025-12-16 07:21:12.043923 | fa163e2b-8431-d394-299c-000000000007 | TIMING | stat public key | undercloud | 0:00:00.560975 | 0.18s 2025-12-16 07:21:12.051141 | fa163e2b-8431-d394-299c-000000000008 | TASK | create private key if it does not exist 2025-12-16 07:21:12.837918 | fa163e2b-8431-d394-299c-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-12-16 07:21:12.839040 | fa163e2b-8431-d394-299c-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.356093 | 0.79s 2025-12-16 07:21:12.845246 | fa163e2b-8431-d394-299c-000000000009 | TASK | create public key if it does not exist 2025-12-16 07:21:13.068808 | fa163e2b-8431-d394-299c-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-12-16 07:21:13.069644 | fa163e2b-8431-d394-299c-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.586703 | 0.22s PLAY [allovercloud] ************************************************************ 2025-12-16 07:21:13.117909 | fa163e2b-8431-d394-299c-000000000023 | TASK | Get local private key 2025-12-16 07:21:13.442485 | fa163e2b-8431-d394-299c-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e2b-8431-d394-299c-000000000023') missing from stats 2025-12-16 07:21:13.453835 | fa163e2b-8431-d394-299c-000000000024 | TASK | Get local public key 2025-12-16 07:21:13.623304 | fa163e2b-8431-d394-299c-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e2b-8431-d394-299c-000000000024') missing from stats 2025-12-16 07:21:13.643572 | fa163e2b-8431-d394-299c-000000000012 | TASK | create user ceph-admin 2025-12-16 07:21:14.150115 | fa163e2b-8431-d394-299c-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-12-16 07:21:14.151399 | fa163e2b-8431-d394-299c-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.668442 | 0.51s 2025-12-16 07:21:14.161762 | fa163e2b-8431-d394-299c-000000000013 | TASK | grant admin rights to user ceph-admin 2025-12-16 07:21:14.757829 | fa163e2b-8431-d394-299c-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-12-16 07:21:14.758980 | fa163e2b-8431-d394-299c-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.276032 | 0.60s 2025-12-16 07:21:14.768170 | fa163e2b-8431-d394-299c-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-12-16 07:21:15.111091 | fa163e2b-8431-d394-299c-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-12-16 07:21:15.112116 | fa163e2b-8431-d394-299c-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.629169 | 0.34s 2025-12-16 07:21:15.120314 | fa163e2b-8431-d394-299c-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-12-16 07:21:15.322828 | fa163e2b-8431-d394-299c-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-12-16 07:21:15.323528 | fa163e2b-8431-d394-299c-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.840590 | 0.20s 2025-12-16 07:21:15.327958 | fa163e2b-8431-d394-299c-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-12-16 07:21:15.523629 | fa163e2b-8431-d394-299c-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-12-16 07:21:15.524814 | fa163e2b-8431-d394-299c-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.041864 | 0.20s 2025-12-16 07:21:15.533334 | fa163e2b-8431-d394-299c-000000000017 | TASK | get remote ceph-admin public key 2025-12-16 07:21:15.590199 | fa163e2b-8431-d394-299c-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-12-16 07:21:15.591049 | fa163e2b-8431-d394-299c-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.108106 | 0.06s 2025-12-16 07:21:15.597493 | fa163e2b-8431-d394-299c-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-12-16 07:21:15.643343 | fa163e2b-8431-d394-299c-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-12-16 07:21:15.644536 | fa163e2b-8431-d394-299c-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.161585 | 0.05s 2025-12-16 07:21:15.654226 | fa163e2b-8431-d394-299c-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-12-16 07:21:15.995246 | fa163e2b-8431-d394-299c-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-12-16 07:21:15.996377 | fa163e2b-8431-d394-299c-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.513427 | 0.34s 2025-12-16 07:21:16.004872 | fa163e2b-8431-d394-299c-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-12-16 07:21:16.489297 | fa163e2b-8431-d394-299c-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-12-16 07:21:16.490464 | fa163e2b-8431-d394-299c-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.007515 | 0.48s 2025-12-16 07:21:16.498761 | fa163e2b-8431-d394-299c-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-12-16 07:21:16.973442 | fa163e2b-8431-d394-299c-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-12-16 07:21:16.974620 | fa163e2b-8431-d394-299c-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.491670 | 0.47s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-16 07:21:17.001643 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:17.002168 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:17.002648 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.519711 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:17.003146 | UUID | Info | Host | Task Name | Run Time 2025-12-16 07:21:17.003630 | fa163e2b-8431-d394-299c-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.79s 2025-12-16 07:21:17.004175 | fa163e2b-8431-d394-299c-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2025-12-16 07:21:17.004654 | fa163e2b-8431-d394-299c-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2025-12-16 07:21:17.005161 | fa163e2b-8431-d394-299c-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.48s 2025-12-16 07:21:17.005637 | fa163e2b-8431-d394-299c-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.47s 2025-12-16 07:21:17.006268 | fa163e2b-8431-d394-299c-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.34s 2025-12-16 07:21:17.006766 | fa163e2b-8431-d394-299c-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.34s 2025-12-16 07:21:17.007232 | fa163e2b-8431-d394-299c-000000000006 | SUMMARY | undercloud | stat private key | 0.33s 2025-12-16 07:21:17.007737 | fa163e2b-8431-d394-299c-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.22s 2025-12-16 07:21:17.008207 | fa163e2b-8431-d394-299c-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-12-16 07:21:17.008738 | fa163e2b-8431-d394-299c-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.20s 2025-12-16 07:21:17.009211 | fa163e2b-8431-d394-299c-000000000007 | SUMMARY | undercloud | stat public key | 0.18s 2025-12-16 07:21:17.009665 | fa163e2b-8431-d394-299c-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-12-16 07:21:17.010174 | fa163e2b-8431-d394-299c-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2025-12-16 07:21:17.010650 | fa163e2b-8431-d394-299c-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.02s 2025-12-16 07:21:17.011152 | fa163e2b-8431-d394-299c-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-12-16 07:21:17.011607 | fa163e2b-8431-d394-299c-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-12-16 07:21:17.012142 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-16 07:21:19.500232 | fa163e2b-8431-ff6a-35d1-000000000039 | TASK | Gathering Facts 2025-12-16 07:21:20.051034 | fa163e2b-8431-ff6a-35d1-000000000039 | OK | Gathering Facts | undercloud 2025-12-16 07:21:20.052456 | fa163e2b-8431-ff6a-35d1-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.565459 | 0.55s 2025-12-16 07:21:20.055269 | fa163e2b-8431-ff6a-35d1-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-12-16 07:21:20.056305 | fa163e2b-8431-ff6a-35d1-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.569319 | 0.56s 2025-12-16 07:21:20.084544 | fa163e2b-8431-ff6a-35d1-00000000000a | TASK | Load distro-specific variables 2025-12-16 07:21:20.172860 | fa163e2b-8431-ff6a-35d1-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.685840 | 0.09s 2025-12-16 07:21:20.185063 | fa163e2b-8431-ff6a-35d1-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.698074 | 0.09s 2025-12-16 07:21:20.203851 | bc6775d7-9678-4005-9aa8-2f375b2cc91b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-16 07:21:20.204559 | bc6775d7-9678-4005-9aa8-2f375b2cc91b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-16 07:21:20.226596 | fa163e2b-8431-ff6a-35d1-000000000052 | TASK | Load distro-specific variables 2025-12-16 07:21:20.331933 | fa163e2b-8431-ff6a-35d1-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:21:20.333286 | fa163e2b-8431-ff6a-35d1-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.846282 | 0.11s 2025-12-16 07:21:20.342804 | fa163e2b-8431-ff6a-35d1-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.855821 | 0.11s 2025-12-16 07:21:20.350532 | fa163e2b-8431-ff6a-35d1-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:21:20.351272 | fa163e2b-8431-ff6a-35d1-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.864284 | 0.11s 2025-12-16 07:21:20.356609 | fa163e2b-8431-ff6a-35d1-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.869627 | 0.12s 2025-12-16 07:21:20.361469 | fa163e2b-8431-ff6a-35d1-00000000000b | TASK | Install chronyd 2025-12-16 07:21:20.418768 | fa163e2b-8431-ff6a-35d1-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.931753 | 0.06s 2025-12-16 07:21:20.433656 | fa163e2b-8431-ff6a-35d1-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.946665 | 0.06s 2025-12-16 07:21:20.455273 | ced55a5b-657c-41a0-a3ed-6a7f9b8df530 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-12-16 07:21:20.455984 | ced55a5b-657c-41a0-a3ed-6a7f9b8df530 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-12-16 07:21:20.479430 | fa163e2b-8431-ff6a-35d1-0000000000a2 | TASK | Load distro-specific variables 2025-12-16 07:21:20.534267 | fa163e2b-8431-ff6a-35d1-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.047252 | 0.05s 2025-12-16 07:21:20.548103 | fa163e2b-8431-ff6a-35d1-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.061114 | 0.06s 2025-12-16 07:21:20.564066 | 8c6ef256-bbd0-4107-ac7c-0ca9f79b4656 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-16 07:21:20.564828 | 8c6ef256-bbd0-4107-ac7c-0ca9f79b4656 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-16 07:21:20.580462 | fa163e2b-8431-ff6a-35d1-000000000102 | TASK | Load distro-specific variables 2025-12-16 07:21:20.656470 | fa163e2b-8431-ff6a-35d1-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:21:20.657764 | fa163e2b-8431-ff6a-35d1-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.170757 | 0.07s 2025-12-16 07:21:20.666421 | fa163e2b-8431-ff6a-35d1-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:21:20.667480 | fa163e2b-8431-ff6a-35d1-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.180494 | 0.09s 2025-12-16 07:21:20.668367 | fa163e2b-8431-ff6a-35d1-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.181379 | 0.08s 2025-12-16 07:21:20.673417 | fa163e2b-8431-ff6a-35d1-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.186426 | 0.09s 2025-12-16 07:21:20.682369 | fa163e2b-8431-ff6a-35d1-0000000000a3 | TASK | Check for NTP service 2025-12-16 07:21:21.008534 | fa163e2b-8431-ff6a-35d1-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-12-16 07:21:21.009857 | fa163e2b-8431-ff6a-35d1-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.522855 | 0.31s 2025-12-16 07:21:21.052919 | fa163e2b-8431-ff6a-35d1-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-12-16 07:21:21.053979 | fa163e2b-8431-ff6a-35d1-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.566988 | 0.37s 2025-12-16 07:21:21.062485 | fa163e2b-8431-ff6a-35d1-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-12-16 07:21:21.153564 | fa163e2b-8431-ff6a-35d1-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-12-16 07:21:21.154647 | fa163e2b-8431-ff6a-35d1-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.667647 | 0.09s 2025-12-16 07:21:21.155262 | fa163e2b-8431-ff6a-35d1-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-12-16 07:21:21.155849 | fa163e2b-8431-ff6a-35d1-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.668863 | 0.08s 2025-12-16 07:21:21.166058 | fa163e2b-8431-ff6a-35d1-0000000000a5 | TASK | Install chronyd package 2025-12-16 07:21:24.187261 | fa163e2b-8431-ff6a-35d1-0000000000a5 | OK | Install chronyd package | undercloud 2025-12-16 07:21:24.188809 | fa163e2b-8431-ff6a-35d1-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.701807 | 3.01s 2025-12-16 07:21:25.760716 | fa163e2b-8431-ff6a-35d1-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-12-16 07:21:25.761827 | fa163e2b-8431-ff6a-35d1-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.274837 | 4.59s 2025-12-16 07:21:25.770201 | fa163e2b-8431-ff6a-35d1-00000000000c | TASK | Upgrade chronyd 2025-12-16 07:21:25.849913 | fa163e2b-8431-ff6a-35d1-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-12-16 07:21:25.851242 | fa163e2b-8431-ff6a-35d1-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.364239 | 0.08s 2025-12-16 07:21:25.862290 | fa163e2b-8431-ff6a-35d1-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-12-16 07:21:25.863027 | fa163e2b-8431-ff6a-35d1-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.376038 | 0.08s 2025-12-16 07:21:25.871466 | fa163e2b-8431-ff6a-35d1-00000000000d | TASK | Configure chronyd 2025-12-16 07:21:25.930795 | fa163e2b-8431-ff6a-35d1-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.443794 | 0.06s 2025-12-16 07:21:25.971954 | fa163e2b-8431-ff6a-35d1-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.484973 | 0.09s 2025-12-16 07:21:25.980455 | 1765ee6f-9e7a-4b70-9fcd-7efa2a82892e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-12-16 07:21:25.980863 | 1765ee6f-9e7a-4b70-9fcd-7efa2a82892e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-12-16 07:21:25.997017 | fa163e2b-8431-ff6a-35d1-000000000162 | TASK | Load distro-specific variables 2025-12-16 07:21:26.069932 | fa163e2b-8431-ff6a-35d1-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.582898 | 0.07s 2025-12-16 07:21:26.081503 | fa163e2b-8431-ff6a-35d1-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.594507 | 0.08s 2025-12-16 07:21:26.096723 | 19afaf11-1b21-4471-9b86-bb4fbcc651ab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-16 07:21:26.097407 | 19afaf11-1b21-4471-9b86-bb4fbcc651ab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-16 07:21:26.113496 | fa163e2b-8431-ff6a-35d1-0000000001fa | TASK | Load distro-specific variables 2025-12-16 07:21:26.210854 | fa163e2b-8431-ff6a-35d1-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:21:26.211914 | fa163e2b-8431-ff6a-35d1-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.724923 | 0.10s 2025-12-16 07:21:26.222565 | fa163e2b-8431-ff6a-35d1-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.735566 | 0.11s 2025-12-16 07:21:26.233612 | fa163e2b-8431-ff6a-35d1-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:21:26.234609 | fa163e2b-8431-ff6a-35d1-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.747602 | 0.11s 2025-12-16 07:21:26.244614 | fa163e2b-8431-ff6a-35d1-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.757622 | 0.12s 2025-12-16 07:21:26.254308 | fa163e2b-8431-ff6a-35d1-000000000163 | TASK | Install chrony configuration file 2025-12-16 07:21:27.519199 | fa163e2b-8431-ff6a-35d1-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-12-16 07:21:27.519969 | fa163e2b-8431-ff6a-35d1-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.032981 | 1.26s 2025-12-16 07:21:27.520651 | fa163e2b-8431-ff6a-35d1-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-12-16 07:21:27.520971 | fa163e2b-8431-ff6a-35d1-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.033992 | 1.25s 2025-12-16 07:21:27.524752 | fa163e2b-8431-ff6a-35d1-00000000000e | TASK | Run chronyd 2025-12-16 07:21:27.628856 | fa163e2b-8431-ff6a-35d1-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.141846 | 0.10s 2025-12-16 07:21:27.630000 | fa163e2b-8431-ff6a-35d1-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.143013 | 0.10s 2025-12-16 07:21:27.648881 | 0f1c919e-482d-48f3-8f0c-35982782b417 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-12-16 07:21:27.649540 | 0f1c919e-482d-48f3-8f0c-35982782b417 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-12-16 07:21:27.685439 | fa163e2b-8431-ff6a-35d1-000000000233 | TASK | Load distro-specific variables 2025-12-16 07:21:27.782847 | fa163e2b-8431-ff6a-35d1-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.295848 | 0.10s 2025-12-16 07:21:27.794253 | fa163e2b-8431-ff6a-35d1-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.307263 | 0.10s 2025-12-16 07:21:27.810481 | 98d7ac2d-e862-44df-bef7-737b7d5f53ff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-16 07:21:27.811409 | 98d7ac2d-e862-44df-bef7-737b7d5f53ff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-16 07:21:27.829195 | fa163e2b-8431-ff6a-35d1-0000000002ee | TASK | Load distro-specific variables 2025-12-16 07:21:27.930458 | fa163e2b-8431-ff6a-35d1-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:21:27.932040 | fa163e2b-8431-ff6a-35d1-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.445027 | 0.10s 2025-12-16 07:21:27.938110 | fa163e2b-8431-ff6a-35d1-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.451111 | 0.11s 2025-12-16 07:21:27.945832 | fa163e2b-8431-ff6a-35d1-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:21:27.946770 | fa163e2b-8431-ff6a-35d1-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.459781 | 0.11s 2025-12-16 07:21:27.951860 | fa163e2b-8431-ff6a-35d1-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.464872 | 0.11s 2025-12-16 07:21:27.960476 | fa163e2b-8431-ff6a-35d1-000000000234 | TASK | Ensure chronyd is running 2025-12-16 07:21:28.594524 | fa163e2b-8431-ff6a-35d1-000000000234 | OK | Ensure chronyd is running | undercloud 2025-12-16 07:21:28.595556 | fa163e2b-8431-ff6a-35d1-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.108568 | 0.62s 2025-12-16 07:21:28.596642 | fa163e2b-8431-ff6a-35d1-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-12-16 07:21:28.597235 | fa163e2b-8431-ff6a-35d1-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.110256 | 0.64s 2025-12-16 07:21:28.601707 | fa163e2b-8431-ff6a-35d1-000000000235 | TASK | Force chronyd restart 2025-12-16 07:21:28.685859 | fa163e2b-8431-ff6a-35d1-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-12-16 07:21:28.687372 | fa163e2b-8431-ff6a-35d1-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.200352 | 0.08s 2025-12-16 07:21:29.087013 | fa163e2b-8431-ff6a-35d1-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-12-16 07:21:29.088644 | fa163e2b-8431-ff6a-35d1-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.601651 | 0.48s 2025-12-16 07:21:29.097666 | fa163e2b-8431-ff6a-35d1-00000000000f | TASK | Enable online service 2025-12-16 07:21:29.159195 | fa163e2b-8431-ff6a-35d1-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.672173 | 0.06s 2025-12-16 07:21:29.192114 | fa163e2b-8431-ff6a-35d1-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.705123 | 0.08s 2025-12-16 07:21:29.209177 | 34f4f4c1-4178-4321-82d0-aa3a9c75a7e7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-12-16 07:21:29.209924 | 34f4f4c1-4178-4321-82d0-aa3a9c75a7e7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-12-16 07:21:29.253173 | fa163e2b-8431-ff6a-35d1-000000000338 | TASK | Create chrony-online.service unit file 2025-12-16 07:21:29.744786 | fa163e2b-8431-ff6a-35d1-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-12-16 07:21:29.746675 | fa163e2b-8431-ff6a-35d1-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.259670 | 0.49s 2025-12-16 07:21:29.778187 | fa163e2b-8431-ff6a-35d1-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-12-16 07:21:29.778936 | fa163e2b-8431-ff6a-35d1-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.291950 | 0.52s 2025-12-16 07:21:29.786904 | fa163e2b-8431-ff6a-35d1-000000000339 | TASK | Enable chrony-online.service 2025-12-16 07:21:30.847905 | fa163e2b-8431-ff6a-35d1-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-12-16 07:21:30.848909 | fa163e2b-8431-ff6a-35d1-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.361918 | 1.06s 2025-12-16 07:21:31.657814 | fa163e2b-8431-ff6a-35d1-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-12-16 07:21:31.659300 | fa163e2b-8431-ff6a-35d1-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.172283 | 1.86s 2025-12-16 07:21:31.668486 | fa163e2b-8431-ff6a-35d1-000000000010 | TASK | Sync chronyc 2025-12-16 07:21:31.767237 | fa163e2b-8431-ff6a-35d1-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.280227 | 0.09s 2025-12-16 07:21:31.788432 | fa163e2b-8431-ff6a-35d1-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.301449 | 0.12s 2025-12-16 07:21:31.800435 | e4b87727-b4ae-450c-b2f6-f8343b7c96f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-12-16 07:21:31.800914 | e4b87727-b4ae-450c-b2f6-f8343b7c96f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-12-16 07:21:31.841059 | fa163e2b-8431-ff6a-35d1-00000000042a | TASK | Force NTP sync 2025-12-16 07:21:32.087914 | fa163e2b-8431-ff6a-35d1-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-12-16 07:21:32.088996 | fa163e2b-8431-ff6a-35d1-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.601999 | 0.25s 2025-12-16 07:21:32.140559 | fa163e2b-8431-ff6a-35d1-00000000042a | CHANGED | Force NTP sync | undercloud 2025-12-16 07:21:32.141399 | fa163e2b-8431-ff6a-35d1-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.654413 | 0.29s 2025-12-16 07:21:32.146809 | fa163e2b-8431-ff6a-35d1-00000000042b | TASK | Ensure system is NTP time synced 2025-12-16 07:21:42.438720 | fa163e2b-8431-ff6a-35d1-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-12-16 07:21:42.440254 | fa163e2b-8431-ff6a-35d1-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.953248 | 10.29s 2025-12-16 07:21:42.451494 | fa163e2b-8431-ff6a-35d1-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-12-16 07:21:42.452258 | fa163e2b-8431-ff6a-35d1-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.965271 | 10.30s 2025-12-16 07:21:42.472815 | fa163e2b-8431-ff6a-35d1-00000000002c | TASK | Set timezone 2025-12-16 07:21:42.926254 | fa163e2b-8431-ff6a-35d1-00000000002c | OK | Set timezone | standalone.localdomain 2025-12-16 07:21:42.927824 | fa163e2b-8431-ff6a-35d1-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.440815 | 0.45s 2025-12-16 07:21:42.928806 | fa163e2b-8431-ff6a-35d1-00000000002c | OK | Set timezone | undercloud 2025-12-16 07:21:42.929837 | fa163e2b-8431-ff6a-35d1-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.442849 | 0.44s 2025-12-16 07:21:42.938314 | fa163e2b-8431-ff6a-35d1-00000000002d | TASK | Restart time services 2025-12-16 07:21:42.977946 | fa163e2b-8431-ff6a-35d1-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-12-16 07:21:42.983674 | fa163e2b-8431-ff6a-35d1-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-12-16 07:21:42.992326 | fa163e2b-8431-ff6a-35d1-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-12-16 07:21:42.997457 | fa163e2b-8431-ff6a-35d1-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.510462 | 0.06s 2025-12-16 07:21:42.998248 | fa163e2b-8431-ff6a-35d1-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-12-16 07:21:43.008462 | fa163e2b-8431-ff6a-35d1-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.521478 | 0.06s 2025-12-16 07:21:43.040171 | fa163e2b-8431-ff6a-35d1-000000000012 | HANDLER | Restart chronyd 2025-12-16 07:21:43.514774 | fa163e2b-8431-ff6a-35d1-000000000012 | CHANGED | Restart chronyd | undercloud 2025-12-16 07:21:43.516472 | fa163e2b-8431-ff6a-35d1-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:24.029475 | 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-16 07:21:43.533896 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:43.534553 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:43.535209 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.048223 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:21:43.535811 | UUID | Info | Host | Task Name | Run Time 2025-12-16 07:21:43.536390 | fa163e2b-8431-ff6a-35d1-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.30s 2025-12-16 07:21:43.537045 | fa163e2b-8431-ff6a-35d1-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.29s 2025-12-16 07:21:43.537583 | fa163e2b-8431-ff6a-35d1-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.59s 2025-12-16 07:21:43.538216 | fa163e2b-8431-ff6a-35d1-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.01s 2025-12-16 07:21:43.538800 | fa163e2b-8431-ff6a-35d1-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.86s 2025-12-16 07:21:43.539402 | fa163e2b-8431-ff6a-35d1-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 1.26s 2025-12-16 07:21:43.539985 | fa163e2b-8431-ff6a-35d1-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 1.25s 2025-12-16 07:21:43.540544 | fa163e2b-8431-ff6a-35d1-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.06s 2025-12-16 07:21:43.541122 | fa163e2b-8431-ff6a-35d1-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.64s 2025-12-16 07:21:43.541621 | fa163e2b-8431-ff6a-35d1-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.62s 2025-12-16 07:21:43.542154 | fa163e2b-8431-ff6a-35d1-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-12-16 07:21:43.542644 | fa163e2b-8431-ff6a-35d1-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2025-12-16 07:21:43.543175 | fa163e2b-8431-ff6a-35d1-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.52s 2025-12-16 07:21:43.543715 | fa163e2b-8431-ff6a-35d1-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.49s 2025-12-16 07:21:43.544252 | fa163e2b-8431-ff6a-35d1-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.48s 2025-12-16 07:21:43.544861 | fa163e2b-8431-ff6a-35d1-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.48s 2025-12-16 07:21:43.545331 | fa163e2b-8431-ff6a-35d1-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.45s 2025-12-16 07:21:43.545892 | fa163e2b-8431-ff6a-35d1-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.44s 2025-12-16 07:21:43.546378 | fa163e2b-8431-ff6a-35d1-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.37s 2025-12-16 07:21:43.546914 | fa163e2b-8431-ff6a-35d1-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.31s 2025-12-16 07:21:43.547399 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-16 07:21:44.421408 | fa163e2b-8431-0e06-a46f-000000000005 | SKIPPED | fail | undercloud 2025-12-16 07:21:44.422181 | fa163e2b-8431-0e06-a46f-000000000005 | TIMING | fail | undercloud | 0:00:00.065563 | 0.05s 2025-12-16 07:21:44.481115 | fa163e2b-8431-0e06-a46f-000000000006 | SKIPPED | fail | undercloud 2025-12-16 07:21:44.482249 | fa163e2b-8431-0e06-a46f-000000000006 | TIMING | fail | undercloud | 0:00:00.125620 | 0.06s 2025-12-16 07:21:44.489423 | fa163e2b-8431-0e06-a46f-000000000008 | TASK | Ensure working_dir is provided 2025-12-16 07:21:44.525407 | fa163e2b-8431-0e06-a46f-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-12-16 07:21:44.526439 | fa163e2b-8431-0e06-a46f-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.169816 | 0.04s 2025-12-16 07:21:44.545296 | fa163e2b-8431-0e06-a46f-00000000000a | TASK | ensure ceph_spec_path is defined 2025-12-16 07:21:44.581350 | fa163e2b-8431-0e06-a46f-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-12-16 07:21:44.582376 | fa163e2b-8431-0e06-a46f-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.225755 | 0.04s 2025-12-16 07:21:44.589102 | fa163e2b-8431-0e06-a46f-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-12-16 07:21:44.614906 | fa163e2b-8431-0e06-a46f-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-16 07:21:44.616232 | fa163e2b-8431-0e06-a46f-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.259605 | 0.03s 2025-12-16 07:21:44.624669 | fa163e2b-8431-0e06-a46f-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-12-16 07:21:44.650052 | fa163e2b-8431-0e06-a46f-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-12-16 07:21:44.651022 | fa163e2b-8431-0e06-a46f-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.294399 | 0.03s 2025-12-16 07:21:44.658465 | fa163e2b-8431-0e06-a46f-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-12-16 07:21:44.694295 | fa163e2b-8431-0e06-a46f-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-12-16 07:21:44.695385 | fa163e2b-8431-0e06-a46f-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.338763 | 0.04s 2025-12-16 07:21:44.702433 | fa163e2b-8431-0e06-a46f-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-12-16 07:21:44.819193 | fa163e2b-8431-0e06-a46f-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['osd', 'mgr', '_admin', 'mon'], 'service_type': 'host'} 2025-12-16 07:21:44.820785 | fa163e2b-8431-0e06-a46f-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.464156 | 0.12s 2025-12-16 07:21:44.834324 | fa163e2b-8431-0e06-a46f-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-16 07:21:44.849295 | fa163e2b-8431-0e06-a46f-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-16 07:21:44.861817 | fa163e2b-8431-0e06-a46f-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-16 07:21:44.873587 | fa163e2b-8431-0e06-a46f-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.516969 | 0.17s 2025-12-16 07:21:44.881974 | fa163e2b-8431-0e06-a46f-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-12-16 07:21:44.983111 | fa163e2b-8431-0e06-a46f-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': ['osd', 'mgr', '_admin', 'mon'], 'service_type': 'host'} 2025-12-16 07:21:44.999414 | fa163e2b-8431-0e06-a46f-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-16 07:21:45.012015 | fa163e2b-8431-0e06-a46f-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-16 07:21:45.024372 | fa163e2b-8431-0e06-a46f-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-16 07:21:45.035897 | fa163e2b-8431-0e06-a46f-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.679270 | 0.15s 2025-12-16 07:21:45.043498 | fa163e2b-8431-0e06-a46f-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-12-16 07:21:45.121118 | fa163e2b-8431-0e06-a46f-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-12-16 07:21:45.122313 | fa163e2b-8431-0e06-a46f-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.765688 | 0.08s 2025-12-16 07:21:45.130133 | fa163e2b-8431-0e06-a46f-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-12-16 07:21:45.157180 | fa163e2b-8431-0e06-a46f-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-12-16 07:21:45.157837 | fa163e2b-8431-0e06-a46f-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.801224 | 0.03s 2025-12-16 07:21:45.158309 | fa163e2b-8431-0e06-a46f-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.801702 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-12-16 07:21:45.214780 | fa163e2b-8431-0e06-a46f-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-12-16 07:21:45.250821 | fa163e2b-8431-0e06-a46f-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-12-16 07:21:45.251460 | fa163e2b-8431-0e06-a46f-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.894842 | 0.04s 2025-12-16 07:21:45.256391 | fa163e2b-8431-0e06-a46f-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-12-16 07:21:45.423180 | fa163e2b-8431-0e06-a46f-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-12-16 07:21:45.424227 | fa163e2b-8431-0e06-a46f-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.067606 | 0.17s 2025-12-16 07:21:45.432247 | fa163e2b-8431-0e06-a46f-000000000019 | TASK | Set IP address of first monitor 2025-12-16 07:21:45.468145 | fa163e2b-8431-0e06-a46f-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-12-16 07:21:45.469117 | fa163e2b-8431-0e06-a46f-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.112495 | 0.04s 2025-12-16 07:21:45.489841 | fa163e2b-8431-0e06-a46f-000000000020 | TASK | Gather distribution facts if they don't exist 2025-12-16 07:21:45.537576 | fa163e2b-8431-0e06-a46f-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-12-16 07:21:45.538833 | fa163e2b-8431-0e06-a46f-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.182208 | 0.05s 2025-12-16 07:21:45.549533 | fa163e2b-8431-0e06-a46f-000000000021 | TASK | Install cephadm package 2025-12-16 07:21:48.553365 | fa163e2b-8431-0e06-a46f-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-12-16 07:21:48.554644 | fa163e2b-8431-0e06-a46f-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.198020 | 3.00s 2025-12-16 07:21:48.564378 | fa163e2b-8431-0e06-a46f-000000000022 | TASK | Stat cephadm file 2025-12-16 07:21:48.869848 | fa163e2b-8431-0e06-a46f-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-12-16 07:21:48.871122 | fa163e2b-8431-0e06-a46f-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.514497 | 0.31s 2025-12-16 07:21:48.880446 | fa163e2b-8431-0e06-a46f-000000000023 | TASK | Fail if cephadm is not available 2025-12-16 07:21:48.897308 | fa163e2b-8431-0e06-a46f-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-12-16 07:21:48.897989 | fa163e2b-8431-0e06-a46f-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.541375 | 0.02s 2025-12-16 07:21:48.906202 | fa163e2b-8431-0e06-a46f-000000000024 | TASK | List Ceph daemon instances on this host 2025-12-16 07:21:49.734314 | fa163e2b-8431-0e06-a46f-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-12-16 07:21:49.735576 | fa163e2b-8431-0e06-a46f-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.378952 | 0.83s 2025-12-16 07:21:49.745494 | fa163e2b-8431-0e06-a46f-000000000026 | TASK | Set list of found FSIDs 2025-12-16 07:21:49.852728 | fa163e2b-8431-0e06-a46f-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-12-16 07:21:49.853998 | fa163e2b-8431-0e06-a46f-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.497373 | 0.11s 2025-12-16 07:21:49.863880 | fa163e2b-8431-0e06-a46f-000000000027 | TASK | Fail if >1 FSID was discovered 2025-12-16 07:21:49.952157 | fa163e2b-8431-0e06-a46f-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-12-16 07:21:49.953360 | fa163e2b-8431-0e06-a46f-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.596737 | 0.09s 2025-12-16 07:21:49.962611 | fa163e2b-8431-0e06-a46f-000000000028 | TASK | Set FSID to the discovered value 2025-12-16 07:21:50.070347 | fa163e2b-8431-0e06-a46f-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-12-16 07:21:50.071037 | fa163e2b-8431-0e06-a46f-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.714425 | 0.11s 2025-12-16 07:21:50.075267 | fa163e2b-8431-0e06-a46f-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-12-16 07:21:50.181325 | fa163e2b-8431-0e06-a46f-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-12-16 07:21:50.182572 | fa163e2b-8431-0e06-a46f-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.825948 | 0.11s 2025-12-16 07:21:50.191449 | fa163e2b-8431-0e06-a46f-00000000002b | TASK | Set first monitor IP if it was not passed 2025-12-16 07:21:50.268361 | fa163e2b-8431-0e06-a46f-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-12-16 07:21:50.269670 | fa163e2b-8431-0e06-a46f-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.913045 | 0.08s 2025-12-16 07:21:50.278828 | fa163e2b-8431-0e06-a46f-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-12-16 07:21:50.645987 | fa163e2b-8431-0e06-a46f-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-12-16 07:21:50.647245 | fa163e2b-8431-0e06-a46f-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.290623 | 0.37s 2025-12-16 07:21:50.656372 | fa163e2b-8431-0e06-a46f-00000000002d | TASK | Ensure specs directory exists 2025-12-16 07:21:50.887368 | fa163e2b-8431-0e06-a46f-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-12-16 07:21:50.888534 | fa163e2b-8431-0e06-a46f-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.531911 | 0.23s 2025-12-16 07:21:50.901798 | fa163e2b-8431-0e06-a46f-00000000002e | TASK | Stat spec file on ansible host 2025-12-16 07:21:51.123087 | fa163e2b-8431-0e06-a46f-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e2b-8431-0e06-a46f-00000000002e') missing from stats 2025-12-16 07:21:51.134528 | fa163e2b-8431-0e06-a46f-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-12-16 07:21:51.703100 | fa163e2b-8431-0e06-a46f-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-12-16 07:21:51.704308 | fa163e2b-8431-0e06-a46f-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.347683 | 0.57s 2025-12-16 07:21:51.717824 | fa163e2b-8431-0e06-a46f-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-12-16 07:21:51.998984 | fa163e2b-8431-0e06-a46f-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e2b-8431-0e06-a46f-000000000031') missing from stats 2025-12-16 07:21:52.009326 | fa163e2b-8431-0e06-a46f-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-16 07:21:52.517096 | fa163e2b-8431-0e06-a46f-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-16 07:21:52.518365 | fa163e2b-8431-0e06-a46f-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.161740 | 0.51s 2025-12-16 07:21:52.540644 | fa163e2b-8431-0e06-a46f-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-16 07:21:52.648609 | fa163e2b-8431-0e06-a46f-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-16 07:21:52.650161 | fa163e2b-8431-0e06-a46f-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.293534 | 0.11s 2025-12-16 07:21:52.666912 | fa163e2b-8431-0e06-a46f-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-12-16 07:21:52.722364 | fa163e2b-8431-0e06-a46f-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-12-16 07:21:52.723458 | fa163e2b-8431-0e06-a46f-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.366834 | 0.06s 2025-12-16 07:21:52.732583 | fa163e2b-8431-0e06-a46f-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-12-16 07:21:52.985240 | fa163e2b-8431-0e06-a46f-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-12-16 07:21:52.989156 | fa163e2b-8431-0e06-a46f-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.632525 | 0.26s 2025-12-16 07:21:53.161456 | fa163e2b-8431-0e06-a46f-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-12-16 07:21:53.163942 | fa163e2b-8431-0e06-a46f-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.807321 | 0.43s 2025-12-16 07:21:53.203926 | fa163e2b-8431-0e06-a46f-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.847299 | 0.47s 2025-12-16 07:21:53.214347 | fa163e2b-8431-0e06-a46f-000000000065 | TASK | Fail if necessary files are missing 2025-12-16 07:21:53.277964 | fa163e2b-8431-0e06-a46f-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': 276840481, 'dev': 64516, 'nlink': 1, 'atime': 1765869676.4599495, 'mtime': 1765869676.2739437, 'ctime': 1765869676.4629495, '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': 'c555627b4af14a1f9c4029b64a6089d303332f29', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4075738683', '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-16 07:21:53.284813 | fa163e2b-8431-0e06-a46f-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': 302040420, 'dev': 64516, 'nlink': 1, 'atime': 1765869676.933964, 'mtime': 1765869676.7409582, 'ctime': 1765869676.9369643, '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': 'c9918dc123669ed7466db17ab677962ca75af976', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '847698114', '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-16 07:21:53.296878 | fa163e2b-8431-0e06-a46f-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.940251 | 0.08s 2025-12-16 07:21:53.306932 | fa163e2b-8431-0e06-a46f-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-12-16 07:21:53.528316 | fa163e2b-8431-0e06-a46f-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-12-16 07:21:53.530075 | fa163e2b-8431-0e06-a46f-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.173441 | 0.22s 2025-12-16 07:21:53.540952 | fa163e2b-8431-0e06-a46f-000000000068 | TASK | Run cephadm bootstrap 2025-12-16 07:23:01.504953 | fa163e2b-8431-0e06-a46f-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-12-16 07:23:01.506251 | fa163e2b-8431-0e06-a46f-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:17.149627 | 67.96s 2025-12-16 07:23:01.516078 | fa163e2b-8431-0e06-a46f-000000000069 | TASK | Show results of bootstrap 2025-12-16 07:23:01.592766 | fa163e2b-8431-0e06-a46f-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-12-16 07:23:01.593958 | fa163e2b-8431-0e06-a46f-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:17.237333 | 0.08s 2025-12-16 07:23:01.603570 | fa163e2b-8431-0e06-a46f-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-16 07:23:01.650847 | fa163e2b-8431-0e06-a46f-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:17.294209 | 0.05s 2025-12-16 07:23:01.662652 | 240b0041-e349-4965-8a6f-577dd8227393 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-16 07:23:01.678774 | fa163e2b-8431-0e06-a46f-00000000020b | TASK | Set ceph CLI 2025-12-16 07:23:01.900413 | fa163e2b-8431-0e06-a46f-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-12-16 07:23:01.901875 | fa163e2b-8431-0e06-a46f-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:17.545241 | 0.22s 2025-12-16 07:23:01.913632 | fa163e2b-8431-0e06-a46f-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-12-16 07:23:02.784603 | fa163e2b-8431-0e06-a46f-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-12-16 07:23:02.786081 | fa163e2b-8431-0e06-a46f-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:18.429456 | 0.87s 2025-12-16 07:23:02.797591 | fa163e2b-8431-0e06-a46f-00000000006c | TASK | Set the default container image in ceph configuration 2025-12-16 07:23:03.821488 | fa163e2b-8431-0e06-a46f-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-12-16 07:23:03.822961 | fa163e2b-8431-0e06-a46f-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:19.466336 | 1.02s 2025-12-16 07:23:03.836989 | fa163e2b-8431-0e06-a46f-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-12-16 07:23:03.885480 | fa163e2b-8431-0e06-a46f-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-12-16 07:23:03.886748 | fa163e2b-8431-0e06-a46f-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:19.530083 | 0.05s 2025-12-16 07:23:03.909330 | fa163e2b-8431-0e06-a46f-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-16 07:23:03.954463 | fa163e2b-8431-0e06-a46f-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-16 07:23:03.955294 | fa163e2b-8431-0e06-a46f-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:19.598678 | 0.04s 2025-12-16 07:23:03.961299 | fa163e2b-8431-0e06-a46f-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-12-16 07:23:03.996238 | fa163e2b-8431-0e06-a46f-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-12-16 07:23:03.997078 | fa163e2b-8431-0e06-a46f-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:19.640461 | 0.04s 2025-12-16 07:23:04.003036 | fa163e2b-8431-0e06-a46f-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-12-16 07:23:04.060946 | fa163e2b-8431-0e06-a46f-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-12-16 07:23:04.063419 | fa163e2b-8431-0e06-a46f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.706789 | 0.06s 2025-12-16 07:23:04.072221 | fa163e2b-8431-0e06-a46f-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-12-16 07:23:04.073767 | fa163e2b-8431-0e06-a46f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.717153 | 0.07s 2025-12-16 07:23:04.083908 | fa163e2b-8431-0e06-a46f-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-12-16 07:23:04.084953 | fa163e2b-8431-0e06-a46f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.728344 | 0.08s 2025-12-16 07:23:04.088304 | fa163e2b-8431-0e06-a46f-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-12-16 07:23:04.089086 | fa163e2b-8431-0e06-a46f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.732479 | 0.09s 2025-12-16 07:23:04.095181 | fa163e2b-8431-0e06-a46f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.738563 | 0.09s 2025-12-16 07:23:04.117656 | fa163e2b-8431-0e06-a46f-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-12-16 07:23:04.245117 | fa163e2b-8431-0e06-a46f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-12-16 07:23:04.310039 | fa163e2b-8431-0e06-a46f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-12-16 07:23:04.370402 | fa163e2b-8431-0e06-a46f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-12-16 07:23:04.432277 | fa163e2b-8431-0e06-a46f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-12-16 07:23:04.497133 | fa163e2b-8431-0e06-a46f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-12-16 07:23:04.559541 | fa163e2b-8431-0e06-a46f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-12-16 07:23:04.617432 | fa163e2b-8431-0e06-a46f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-12-16 07:23:04.673078 | fa163e2b-8431-0e06-a46f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-12-16 07:23:04.684280 | fa163e2b-8431-0e06-a46f-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:20.327654 | 0.57s 2025-12-16 07:23:04.693271 | fa163e2b-8431-0e06-a46f-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-12-16 07:23:05.702604 | fa163e2b-8431-0e06-a46f-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-16 07:23:05.703494 | fa163e2b-8431-0e06-a46f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.346875 | 1.01s 2025-12-16 07:23:06.525350 | fa163e2b-8431-0e06-a46f-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-16 07:23:06.526433 | fa163e2b-8431-0e06-a46f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.169814 | 1.83s 2025-12-16 07:23:07.576404 | fa163e2b-8431-0e06-a46f-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-16 07:23:07.577579 | fa163e2b-8431-0e06-a46f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.220960 | 2.88s 2025-12-16 07:23:08.556191 | fa163e2b-8431-0e06-a46f-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-16 07:23:08.557029 | fa163e2b-8431-0e06-a46f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:24.200413 | 3.86s 2025-12-16 07:23:08.563132 | fa163e2b-8431-0e06-a46f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:24.206509 | 3.87s 2025-12-16 07:23:08.575514 | fa163e2b-8431-0e06-a46f-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-12-16 07:23:08.830564 | fa163e2b-8431-0e06-a46f-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-12-16 07:23:08.832305 | fa163e2b-8431-0e06-a46f-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.475670 | 0.26s 2025-12-16 07:23:08.841814 | fa163e2b-8431-0e06-a46f-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.485160 | 0.27s 2025-12-16 07:23:08.849194 | fa163e2b-8431-0e06-a46f-0000000000a7 | TASK | Fail if spec file is missing 2025-12-16 07:23:08.929133 | fa163e2b-8431-0e06-a46f-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': 1048578625, 'dev': 64516, 'nlink': 1, 'atime': 1765869711.6691816, 'mtime': 1765869711.3561704, 'ctime': 1765869711.6721816, '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': '6ee7fd7dcdbc4109142ea923652976f49754050f', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2571412978', '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-16 07:23:08.940872 | fa163e2b-8431-0e06-a46f-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:24.584236 | 0.09s 2025-12-16 07:23:08.951093 | fa163e2b-8431-0e06-a46f-0000000000a8 | TASK | Get ceph_cli 2025-12-16 07:23:08.979823 | fa163e2b-8431-0e06-a46f-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:24.623189 | 0.03s 2025-12-16 07:23:08.990751 | c226461a-c0fb-42aa-a690-a853722b4748 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-16 07:23:09.008482 | fa163e2b-8431-0e06-a46f-000000000270 | TASK | Set ceph CLI 2025-12-16 07:23:09.167269 | fa163e2b-8431-0e06-a46f-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-12-16 07:23:09.168281 | fa163e2b-8431-0e06-a46f-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:24.811667 | 0.16s 2025-12-16 07:23:09.173058 | fa163e2b-8431-0e06-a46f-0000000000a9 | TASK | Get the ceph orchestrator status 2025-12-16 07:23:10.249238 | fa163e2b-8431-0e06-a46f-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-16 07:23:10.250653 | fa163e2b-8431-0e06-a46f-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:25.894027 | 1.08s 2025-12-16 07:23:10.260289 | fa163e2b-8431-0e06-a46f-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-12-16 07:23:10.317627 | fa163e2b-8431-0e06-a46f-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-16 07:23:10.319105 | fa163e2b-8431-0e06-a46f-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:25.962473 | 0.06s 2025-12-16 07:23:10.329022 | fa163e2b-8431-0e06-a46f-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-12-16 07:23:10.348437 | fa163e2b-8431-0e06-a46f-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:25.991801 | 0.02s 2025-12-16 07:23:10.376042 | 74020a89-5694-4058-947d-3e8b843ef829 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-12-16 07:23:10.399135 | fa163e2b-8431-0e06-a46f-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-16 07:23:10.444871 | fa163e2b-8431-0e06-a46f-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-16 07:23:10.446014 | fa163e2b-8431-0e06-a46f-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:26.089387 | 0.05s 2025-12-16 07:23:10.455760 | fa163e2b-8431-0e06-a46f-0000000002a8 | TASK | set cephadm debug level 2025-12-16 07:23:10.502500 | fa163e2b-8431-0e06-a46f-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-12-16 07:23:10.503580 | fa163e2b-8431-0e06-a46f-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:26.146955 | 0.05s 2025-12-16 07:23:10.512961 | fa163e2b-8431-0e06-a46f-0000000002a9 | TASK | enforce minimum ceph clients version 2025-12-16 07:23:10.580532 | fa163e2b-8431-0e06-a46f-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-12-16 07:23:10.581996 | fa163e2b-8431-0e06-a46f-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:26.225370 | 0.07s 2025-12-16 07:23:10.591381 | fa163e2b-8431-0e06-a46f-0000000002aa | TASK | set container image base in ceph configuration 2025-12-16 07:23:11.543884 | fa163e2b-8431-0e06-a46f-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-12-16 07:23:11.545501 | fa163e2b-8431-0e06-a46f-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:27.188869 | 0.95s 2025-12-16 07:23:11.557773 | fa163e2b-8431-0e06-a46f-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-12-16 07:23:11.620912 | fa163e2b-8431-0e06-a46f-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-12-16 07:23:11.622219 | fa163e2b-8431-0e06-a46f-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:27.265584 | 0.06s 2025-12-16 07:23:11.632253 | fa163e2b-8431-0e06-a46f-0000000002ad | TASK | set grafana container image in ceph configuration 2025-12-16 07:23:11.681004 | fa163e2b-8431-0e06-a46f-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-12-16 07:23:11.682232 | fa163e2b-8431-0e06-a46f-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:27.325600 | 0.05s 2025-12-16 07:23:11.692352 | fa163e2b-8431-0e06-a46f-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-12-16 07:23:11.752724 | fa163e2b-8431-0e06-a46f-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-12-16 07:23:11.753903 | fa163e2b-8431-0e06-a46f-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:27.397274 | 0.06s 2025-12-16 07:23:11.766979 | fa163e2b-8431-0e06-a46f-0000000002af | TASK | set prometheus container image in ceph configuration 2025-12-16 07:23:11.807194 | fa163e2b-8431-0e06-a46f-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-12-16 07:23:11.808576 | fa163e2b-8431-0e06-a46f-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:27.451944 | 0.04s 2025-12-16 07:23:11.818461 | fa163e2b-8431-0e06-a46f-0000000000ac | TASK | Apply spec 2025-12-16 07:23:13.250662 | fa163e2b-8431-0e06-a46f-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-12-16 07:23:13.252113 | fa163e2b-8431-0e06-a46f-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:28.895489 | 1.43s 2025-12-16 07:23:13.261619 | fa163e2b-8431-0e06-a46f-0000000000ad | TASK | Show results of spec apply 2025-12-16 07:23:13.321240 | fa163e2b-8431-0e06-a46f-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-12-16 07:23:13.322405 | fa163e2b-8431-0e06-a46f-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:28.965780 | 0.06s 2025-12-16 07:23:13.331877 | fa163e2b-8431-0e06-a46f-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-12-16 07:23:13.399037 | fa163e2b-8431-0e06-a46f-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:29.042406 | 0.07s 2025-12-16 07:23:13.411158 | 353d0998-5586-456f-a2a8-719cec324b01 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-12-16 07:23:13.442464 | fa163e2b-8431-0e06-a46f-000000000307 | TASK | Wait for expected number of osds to be running 2025-12-16 07:23:14.484100 | fa163e2b-8431-0e06-a46f-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-12-16 07:23:45.481739 | fa163e2b-8431-0e06-a46f-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-12-16 07:23:45.482621 | fa163e2b-8431-0e06-a46f-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:01.126000 | 32.04s 2025-12-16 07:23:45.494939 | fa163e2b-8431-0e06-a46f-0000000000c9 | TASK | Get ceph_cli 2025-12-16 07:23:45.535019 | fa163e2b-8431-0e06-a46f-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-16 07:23:45.536163 | fa163e2b-8431-0e06-a46f-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.179531 | 0.04s 2025-12-16 07:23:45.545932 | fa163e2b-8431-0e06-a46f-0000000000ca | TASK | Collect ceph config dump 2025-12-16 07:23:45.585200 | fa163e2b-8431-0e06-a46f-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-12-16 07:23:45.586453 | fa163e2b-8431-0e06-a46f-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:01.229821 | 0.04s 2025-12-16 07:23:45.596011 | fa163e2b-8431-0e06-a46f-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-12-16 07:23:45.665378 | fa163e2b-8431-0e06-a46f-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-12-16 07:23:45.666484 | fa163e2b-8431-0e06-a46f-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:01.309855 | 0.07s 2025-12-16 07:23:45.676156 | fa163e2b-8431-0e06-a46f-0000000000cc | TASK | Create pool 2025-12-16 07:23:45.746079 | fa163e2b-8431-0e06-a46f-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:01.389443 | 0.07s 2025-12-16 07:23:45.755294 | fa163e2b-8431-0e06-a46f-0000000000cd | TASK | Enable application on Ceph pools 2025-12-16 07:23:45.826369 | fa163e2b-8431-0e06-a46f-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:01.469738 | 0.07s 2025-12-16 07:23:45.836367 | fa163e2b-8431-0e06-a46f-0000000000cf | TASK | Get the RBD ceph_cli 2025-12-16 07:23:45.877812 | fa163e2b-8431-0e06-a46f-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-12-16 07:23:45.878869 | fa163e2b-8431-0e06-a46f-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:01.522246 | 0.04s 2025-12-16 07:23:45.887898 | fa163e2b-8431-0e06-a46f-0000000000d0 | TASK | Set trash interval 2025-12-16 07:23:45.971859 | fa163e2b-8431-0e06-a46f-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-12-16 07:23:45.979662 | fa163e2b-8431-0e06-a46f-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:01.623037 | 0.09s 2025-12-16 07:23:45.996811 | fa163e2b-8431-0e06-a46f-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-12-16 07:23:46.055098 | fa163e2b-8431-0e06-a46f-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:01.698468 | 0.06s 2025-12-16 07:23:46.064327 | fa163e2b-8431-0e06-a46f-0000000000e9 | TASK | Get ceph_cli 2025-12-16 07:23:46.105736 | fa163e2b-8431-0e06-a46f-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-16 07:23:46.106887 | fa163e2b-8431-0e06-a46f-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.750264 | 0.04s 2025-12-16 07:23:46.115496 | fa163e2b-8431-0e06-a46f-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-12-16 07:23:46.176772 | fa163e2b-8431-0e06-a46f-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:01.820138 | 0.06s 2025-12-16 07:23:46.195173 | fa163e2b-8431-0e06-a46f-0000000000f9 | TASK | Get ceph_cli 2025-12-16 07:23:46.235905 | fa163e2b-8431-0e06-a46f-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-16 07:23:46.237251 | fa163e2b-8431-0e06-a46f-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.880592 | 0.04s 2025-12-16 07:23:46.247497 | fa163e2b-8431-0e06-a46f-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-12-16 07:23:46.295103 | fa163e2b-8431-0e06-a46f-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-12-16 07:23:46.296341 | fa163e2b-8431-0e06-a46f-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:01.939717 | 0.05s 2025-12-16 07:23:46.305424 | fa163e2b-8431-0e06-a46f-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-12-16 07:23:46.353221 | fa163e2b-8431-0e06-a46f-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-12-16 07:23:46.354480 | fa163e2b-8431-0e06-a46f-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:01.997855 | 0.05s 2025-12-16 07:23:46.363256 | fa163e2b-8431-0e06-a46f-0000000000fc | TASK | Extract mons_json 2025-12-16 07:23:46.412838 | fa163e2b-8431-0e06-a46f-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-12-16 07:23:46.414142 | fa163e2b-8431-0e06-a46f-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:02.057520 | 0.05s 2025-12-16 07:23:46.422394 | fa163e2b-8431-0e06-a46f-0000000000fd | TASK | Build mons_list 2025-12-16 07:23:46.463412 | fa163e2b-8431-0e06-a46f-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-12-16 07:23:46.464443 | fa163e2b-8431-0e06-a46f-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:02.107821 | 0.04s 2025-12-16 07:23:46.473146 | fa163e2b-8431-0e06-a46f-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-12-16 07:23:46.513965 | fa163e2b-8431-0e06-a46f-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-12-16 07:23:46.515012 | fa163e2b-8431-0e06-a46f-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:02.158390 | 0.04s 2025-12-16 07:23:46.523806 | fa163e2b-8431-0e06-a46f-0000000000ff | TASK | Verify the keyring 2025-12-16 07:23:46.601449 | fa163e2b-8431-0e06-a46f-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:02.244796 | 0.08s 2025-12-16 07:23:46.614802 | fa163e2b-8431-0e06-a46f-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-12-16 07:23:46.656574 | fa163e2b-8431-0e06-a46f-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-12-16 07:23:46.657776 | fa163e2b-8431-0e06-a46f-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:02.301152 | 0.04s 2025-12-16 07:23:46.670520 | fa163e2b-8431-0e06-a46f-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-12-16 07:23:46.708627 | fa163e2b-8431-0e06-a46f-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-12-16 07:23:46.709820 | fa163e2b-8431-0e06-a46f-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:02.353196 | 0.04s 2025-12-16 07:23:46.726153 | fa163e2b-8431-0e06-a46f-00000000011c | TASK | Get ceph_cli 2025-12-16 07:23:46.752456 | fa163e2b-8431-0e06-a46f-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:02.395828 | 0.03s 2025-12-16 07:23:46.763305 | 7cb17a95-215c-44f7-bbe5-17631486726b | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-16 07:23:46.775885 | fa163e2b-8431-0e06-a46f-0000000003c0 | TASK | Set ceph CLI 2025-12-16 07:23:46.945376 | fa163e2b-8431-0e06-a46f-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-12-16 07:23:46.946605 | fa163e2b-8431-0e06-a46f-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:02.589982 | 0.17s 2025-12-16 07:23:46.956066 | fa163e2b-8431-0e06-a46f-00000000011d | TASK | Get the ceph orchestrator status 2025-12-16 07:23:47.822428 | fa163e2b-8431-0e06-a46f-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-16 07:23:47.823927 | fa163e2b-8431-0e06-a46f-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:03.467301 | 0.87s 2025-12-16 07:23:47.834074 | fa163e2b-8431-0e06-a46f-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-12-16 07:23:47.890430 | fa163e2b-8431-0e06-a46f-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-16 07:23:47.891793 | fa163e2b-8431-0e06-a46f-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:03.535166 | 0.06s 2025-12-16 07:23:47.903516 | fa163e2b-8431-0e06-a46f-000000000120 | TASK | Show the deployed daemons 2025-12-16 07:23:48.758318 | fa163e2b-8431-0e06-a46f-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-12-16 07:23:48.759791 | fa163e2b-8431-0e06-a46f-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:04.403165 | 0.85s 2025-12-16 07:23:48.769787 | fa163e2b-8431-0e06-a46f-000000000121 | TASK | Deployed daemons 2025-12-16 07:23:48.826564 | fa163e2b-8431-0e06-a46f-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-12-16 07:23:48.827888 | fa163e2b-8431-0e06-a46f-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:04.471263 | 0.06s 2025-12-16 07:23:48.838844 | fa163e2b-8431-0e06-a46f-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-12-16 07:23:49.876488 | fa163e2b-8431-0e06-a46f-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-12-16 07:23:49.877937 | fa163e2b-8431-0e06-a46f-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:05.521322 | 1.04s 2025-12-16 07:23:49.882862 | fa163e2b-8431-0e06-a46f-000000000123 | TASK | Ceph cluster status 2025-12-16 07:23:49.917293 | fa163e2b-8431-0e06-a46f-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: d93c1d94-9ca9-5391-8b5c-d906cc413f3c", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 83s)", " mgr: standalone.idiyra(active, since 67s)", " osd: 1 osds: 1 up (since 13s), 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-16 07:23:49.918357 | fa163e2b-8431-0e06-a46f-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:05.561735 | 0.03s 2025-12-16 07:23:49.939137 | fa163e2b-8431-0e06-a46f-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-12-16 07:23:50.497141 | fa163e2b-8431-0e06-a46f-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e2b-8431-0e06-a46f-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-16 07:23:50.536018 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:23:50.536552 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:23:50.537078 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:06.180460 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:23:50.537546 | UUID | Info | Host | Task Name | Run Time 2025-12-16 07:23:50.538059 | fa163e2b-8431-0e06-a46f-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 67.96s 2025-12-16 07:23:50.538569 | fa163e2b-8431-0e06-a46f-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.04s 2025-12-16 07:23:50.539133 | fa163e2b-8431-0e06-a46f-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.87s 2025-12-16 07:23:50.539713 | fa163e2b-8431-0e06-a46f-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.00s 2025-12-16 07:23:50.540179 | fa163e2b-8431-0e06-a46f-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.43s 2025-12-16 07:23:50.540638 | fa163e2b-8431-0e06-a46f-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.08s 2025-12-16 07:23:50.541154 | fa163e2b-8431-0e06-a46f-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 1.04s 2025-12-16 07:23:50.541607 | fa163e2b-8431-0e06-a46f-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.02s 2025-12-16 07:23:50.542114 | fa163e2b-8431-0e06-a46f-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.95s 2025-12-16 07:23:50.542618 | fa163e2b-8431-0e06-a46f-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.87s 2025-12-16 07:23:50.543106 | fa163e2b-8431-0e06-a46f-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.87s 2025-12-16 07:23:50.543583 | fa163e2b-8431-0e06-a46f-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.85s 2025-12-16 07:23:50.544102 | fa163e2b-8431-0e06-a46f-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.83s 2025-12-16 07:23:50.544554 | fa163e2b-8431-0e06-a46f-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.57s 2025-12-16 07:23:50.545037 | fa163e2b-8431-0e06-a46f-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.57s 2025-12-16 07:23:50.545485 | fa163e2b-8431-0e06-a46f-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.51s 2025-12-16 07:23:50.545982 | fa163e2b-8431-0e06-a46f-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.47s 2025-12-16 07:23:50.546431 | fa163e2b-8431-0e06-a46f-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.37s 2025-12-16 07:23:50.546930 | fa163e2b-8431-0e06-a46f-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.31s 2025-12-16 07:23:50.547394 | fa163e2b-8431-0e06-a46f-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.27s 2025-12-16 07:23:50.547889 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-16 07:23:53.924 40173 INFO migrate.versioning.api [-] 72 -> 73...  2025-12-16 07:23:53.948 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:53.948 40173 INFO migrate.versioning.api [-] 73 -> 74...  2025-12-16 07:23:53.950 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:53.950 40173 INFO migrate.versioning.api [-] 74 -> 75...  2025-12-16 07:23:53.952 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:53.952 40173 INFO migrate.versioning.api [-] 75 -> 76...  2025-12-16 07:23:53.954 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:53.954 40173 INFO migrate.versioning.api [-] 76 -> 77...  2025-12-16 07:23:53.956 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:53.956 40173 INFO migrate.versioning.api [-] 77 -> 78...  2025-12-16 07:23:53.957 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:53.957 40173 INFO migrate.versioning.api [-] 78 -> 79...  2025-12-16 07:23:53.983 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:53.983 40173 INFO migrate.versioning.api [-] 79 -> 80...  2025-12-16 07:23:54.001 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:54.001 40173 INFO migrate.versioning.api [-] 80 -> 81...  2025-12-16 07:23:54.003 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:54.003 40173 INFO migrate.versioning.api [-] 81 -> 82...  2025-12-16 07:23:54.004 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:54.004 40173 INFO migrate.versioning.api [-] 82 -> 83...  2025-12-16 07:23:54.006 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:54.007 40173 INFO migrate.versioning.api [-] 83 -> 84...  2025-12-16 07:23:54.008 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:54.008 40173 INFO migrate.versioning.api [-] 84 -> 85...  2025-12-16 07:23:54.010 40173 INFO migrate.versioning.api [-] done 2025-12-16 07:23:54.010 40173 INFO migrate.versioning.api [-] 85 -> 86...  2025-12-16 07:23:54.036 40173 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-16 07:24:01Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:02Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:02Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:02Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:02Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-12-16 07:24:03Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:03Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:03Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:03Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:03Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-12-16 07:24:03Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-12-16 07:24:03Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:03Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:03Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-12-16 07:24:03Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:04Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:04Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-12-16 07:24:04Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-12-16 07:24:04Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-12-16 07:24:05Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:05Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:05Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:05Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-12-16 07:24:05Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:05Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-12-16 07:24:05Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:06Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:06Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:06Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-12-16 07:24:06Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:06Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:06Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:07Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:07Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:07Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:07Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-12-16 07:24:07Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:07Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-12-16 07:24:07Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:07Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:07Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-12-16 07:24:08Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:08Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-12-16 07:24:08Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-12-16 07:24:08Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:08Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-12-16 07:24:08Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-12-16 07:24:08Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:08Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:08Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:08Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-12-16 07:24:09Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:09Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-12-16 07:24:10Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:10Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-12-16 07:24:11Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:11Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-12-16 07:24:11Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:12Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-12-16 07:24:13Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:13Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:13Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:13Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:13Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:13Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:13Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:13Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:13Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:13Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-12-16 07:24:14Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-12-16 07:24:14Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-12-16 07:24:14Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-12-16 07:24:14Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-12-16 07:24:14Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:14Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:14Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:14Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:14Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:15Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-12-16 07:24:15Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:15Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:15Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-12-16 07:24:16Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-12-16 07:24:17Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:17Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-12-16 07:24:17Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:17Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-12-16 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_COMPLETE state changed 2025-12-16 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-12-16 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-12-16 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-12-16 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-12-16 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-16 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-16 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-16 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE state changed 2025-12-16 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-12-16 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-12-16 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-12-16 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-16 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-16 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-16 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE state changed 2025-12-16 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:40Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-12-16 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-16 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-16 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-16 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE state changed 2025-12-16 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-12-16 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-16 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-16 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-16 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE state changed 2025-12-16 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-12-16 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_COMPLETE state changed 2025-12-16 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-12-16 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-12-16 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-12-16 07:25:05Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:05Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:07Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:12Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-12-16 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-12-16 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-12-16 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-12-16 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:36Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:38Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-12-16 07:25:38Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-12-16 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-16 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:45Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-12-16 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:25:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-16 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-16 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-16 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-12-16 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:25:56Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-12-16 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:25:58Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:25:59Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-16 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-16 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:02Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-12-16 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-16 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-16 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:07Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-12-16 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:09Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:09Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:10Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:10Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_COMPLETE state changed 2025-12-16 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-12-16 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-12-16 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-12-16 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:22Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-12-16 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:26Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-12-16 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-12-16 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:30Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:32Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-12-16 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-12-16 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE state changed 2025-12-16 07:26:36Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:36Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-12-16 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:26:43Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:43Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:43Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:47Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-12-16 07:26:47Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:48Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-12-16 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-12-16 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-12-16 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:02Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:02Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-12-16 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:05Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:05Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:05Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:05Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:06Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-12-16 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:08Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:09Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:09Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:10Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:11Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-12-16 07:27:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:12Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-12-16 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:14Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:16Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:16Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:16Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-16 07:27:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:19Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-12-16 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-12-16 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-12-16 07:27:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:25Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:25Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:26Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:27Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:27Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-16 07:27:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:29Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:30Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-12-16 07:27:30Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:32Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:32Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:33Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:33Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-16 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-12-16 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE state changed 2025-12-16 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:42Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:43Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:43Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-12-16 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:48Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:48Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-16 07:27:51Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:51Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:51Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:52Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE state changed 2025-12-16 07:27:52Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-12-16 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:27:56Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:58Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-12-16 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:03Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-12-16 07:28:03Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:03Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:04Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:07Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:07Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-16 07:28:09Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:09Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:09Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:09Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE state changed 2025-12-16 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-12-16 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-16 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-16 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE state changed 2025-12-16 07:28:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:15Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:17Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:17Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:17Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-12-16 07:28:18Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:18Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:18Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:18Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:18Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:18Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:18Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:20Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:20Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:21Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:21Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:22Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:22Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-12-16 07:28:22Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:23Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-12-16 07:28:24Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:24Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:24Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:25Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:25Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:26Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:26Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:26Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:26Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:27Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-12-16 07:28:27Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:27Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:28Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-16 07:28:29Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:29Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:30Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:30Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:30Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:28:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-16 07:28:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:33Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-12-16 07:28:33Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:33Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-12-16 07:28:34Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:34Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:35Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:35Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:36Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:36Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:37Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-12-16 07:28:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:37Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:38Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:38Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:39Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-12-16 07:28:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:40Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:41Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:41Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:42Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:42Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-16 07:28:43Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:43Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:43Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:43Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-12-16 07:28:44Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-12-16 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:47Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:47Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:48Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-12-16 07:28:48Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:48Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:48Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:48Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:48Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:49Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:49Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:49Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE state changed 2025-12-16 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:52Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-12-16 07:28:53Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:54Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-12-16 07:28:54Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:54Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:54Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:28:57Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-12-16 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:59Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:28:59Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:28:59Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE state changed 2025-12-16 07:28:59Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-16 07:28:59Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-16 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-12-16 07:29:01Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:02Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-12-16 07:29:02Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:03Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-12-16 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-12-16 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:06Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-12-16 07:29:07Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:07Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:07Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:08Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:08Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_COMPLETE state changed 2025-12-16 07:29:09Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:09Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-16 07:29:09Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-12-16 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:12Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-12-16 07:29:12Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:13Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:13Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:14Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:14Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_COMPLETE state changed 2025-12-16 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-16 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-12-16 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:17Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-12-16 07:29:17Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:18Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-12-16 07:29:19Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-12-16 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:20Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:21Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-12-16 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:22Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:23Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:23Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:23Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_COMPLETE state changed 2025-12-16 07:29:23Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:24Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-12-16 07:29:24Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:24Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:24Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:24Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:24Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:25Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-12-16 07:29:25Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:26Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-12-16 07:29:27Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:28Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:28Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:28Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-12-16 07:29:28Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:28Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-12-16 07:29:28Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:29Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:29Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:29Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:29Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:29Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-16 07:29:29Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:30Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:30Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:30Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:30Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:31Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:31Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:31Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-16 07:29:31Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:31Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:31Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:31Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:31Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:32Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:32Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:32Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:32Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:32Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:32Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:32Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-12-16 07:29:33Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:34Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:34Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:34Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:34Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:34Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:34Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:34Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:34Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:35Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:35Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:35Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-12-16 07:29:35Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:35Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:35Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:35Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-12-16 07:29:36Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:37Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-12-16 07:29:37Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:37Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-12-16 07:29:38Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:38Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:38Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:38Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-16 07:29:38Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:38Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:38Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-12-16 07:29:38Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-12-16 07:29:38Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:38Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:38Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-16 07:29:39Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:39Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:39Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-12-16 07:29:39Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:40Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-12-16 07:29:40Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:40Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:40Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:40Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:40Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:41Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:41Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-12-16 07:29:41Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:41Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-12-16 07:29:41Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-12-16 07:29:41Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:42Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:42Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:43Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:43Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:43Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:43Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:43Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:43Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:43Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:43Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:43Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:43Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:44Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:44Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:44Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:45Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:45Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-12-16 07:29:45Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:46Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-12-16 07:29:46Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-12-16 07:29:47Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-12-16 07:29:47Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:47Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:47Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:47Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:47Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:47Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:47Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:47Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:47Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-12-16 07:29:47Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-12-16 07:29:47Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-12-16 07:29:47Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-16 07:29:47Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-12-16 07:29:47Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-12-16 07:29:48Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:48Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:48Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:48Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:48Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:48Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-16 07:29:48Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:48Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:48Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:48Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:49Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:49Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-12-16 07:29:49Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:49Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:49Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:50Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-12-16 07:29:50Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:50Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:51Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:51Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:52Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:53Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:53Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:53Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-12-16 07:29:53Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:53Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-12-16 07:29:54Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:54Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-12-16 07:29:55Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-16 07:29:55Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-16 07:29:55Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-16 07:29:56Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-12-16 07:29:56Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/0419b280-52e1-4980-aeae-9b7bdc50e6c1 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-16 07:30:15.623579 | fa163e2b-8431-263f-22bc-000000000006 | TASK | External deployment step 0 2025-12-16 07:30:15.642171 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-000000000006') missing from stats 2025-12-16 07:30:15.680498 | fa163e2b-8431-263f-22bc-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.107371 | 0.02s 2025-12-16 07:30:15.685273 | b0197e73-bdbf-41f9-8a32-df09388e1f38 | INCLUDED | /root/standalone-ansible-x_cpl4b4/external_deploy_steps_tasks_step0.yaml | undercloud 2025-12-16 07:30:15.699437 | fa163e2b-8431-263f-22bc-00000000011a | TASK | create ovn mac address for Standalone role nodes 2025-12-16 07:30:16.527011 | fa163e2b-8431-263f-22bc-00000000011a | OK | create ovn mac address for Standalone role nodes | undercloud 2025-12-16 07:30:16.528262 | fa163e2b-8431-263f-22bc-00000000011a | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.955129 | 0.83s PLAY [Check if required variables are defined] ********************************* 2025-12-16 07:30:16.608633 | fa163e2b-8431-263f-22bc-000000000126 | TASK | Gathering Facts 2025-12-16 07:30:17.158334 | fa163e2b-8431-263f-22bc-000000000126 | OK | Gathering Facts | localhost 2025-12-16 07:30:17.159868 | fa163e2b-8431-263f-22bc-000000000126 | TIMING | Gathering Facts | localhost | 0:00:01.586731 | 0.55s 2025-12-16 07:30:17.216583 | fa163e2b-8431-263f-22bc-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-12-16 07:30:17.217660 | fa163e2b-8431-263f-22bc-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:01.644526 | 0.04s 2025-12-16 07:30:17.264875 | fa163e2b-8431-263f-22bc-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-12-16 07:30:17.265892 | fa163e2b-8431-263f-22bc-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:01.692758 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-12-16 07:30:17.376114 | fa163e2b-8431-263f-22bc-00000000014e | TASK | Gathering Facts 2025-12-16 07:30:17.385111 | fa163e2b-8431-263f-22bc-00000000014e | TASK | Gathering Facts 2025-12-16 07:30:17.711978 | fa163e2b-8431-263f-22bc-00000000014e | OK | Gathering Facts | undercloud 2025-12-16 07:30:17.713652 | fa163e2b-8431-263f-22bc-00000000014e | TIMING | Gathering Facts | undercloud | 0:00:02.140516 | 0.34s 2025-12-16 07:30:17.736954 | fa163e2b-8431-263f-22bc-00000000014e | OK | Gathering Facts | standalone 2025-12-16 07:30:17.738076 | fa163e2b-8431-263f-22bc-00000000014e | TIMING | Gathering Facts | standalone | 0:00:02.164946 | 0.35s 2025-12-16 07:30:17.755227 | fa163e2b-8431-263f-22bc-000000000012 | TASK | Set legacy facts 2025-12-16 07:30:17.805964 | fa163e2b-8431-263f-22bc-000000000012 | TASK | Set legacy facts 2025-12-16 07:30:17.812565 | fa163e2b-8431-263f-22bc-000000000012 | OK | Set legacy facts | undercloud 2025-12-16 07:30:17.814064 | fa163e2b-8431-263f-22bc-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:02.240923 | 0.06s 2025-12-16 07:30:17.856081 | fa163e2b-8431-263f-22bc-000000000012 | OK | Set legacy facts | standalone 2025-12-16 07:30:17.856801 | fa163e2b-8431-263f-22bc-000000000012 | TIMING | Set legacy facts | standalone | 0:00:02.283671 | 0.05s PLAY [Load global variables] *************************************************** 2025-12-16 07:30:18.024302 | fa163e2b-8431-263f-22bc-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-12-16 07:30:18.025328 | fa163e2b-8431-263f-22bc-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:02.452194 | 0.04s 2025-12-16 07:30:18.035935 | fa163e2b-8431-263f-22bc-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-12-16 07:30:18.036355 | fa163e2b-8431-263f-22bc-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:02.463230 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-12-16 07:30:18.107192 | fa163e2b-8431-263f-22bc-000000000018 | TASK | Include Service VIP vars 2025-12-16 07:30:18.132655 | fa163e2b-8431-263f-22bc-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-x_cpl4b4/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-16 07:30:18.133446 | fa163e2b-8431-263f-22bc-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:02.560316 | 0.03s 2025-12-16 07:30:18.144155 | fa163e2b-8431-263f-22bc-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-x_cpl4b4/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-16 07:30:18.144484 | fa163e2b-8431-263f-22bc-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:02.571362 | 0.03s 2025-12-16 07:30:18.147525 | fa163e2b-8431-263f-22bc-000000000019 | TASK | Include OVN bridge MAC address variables 2025-12-16 07:30:18.174982 | fa163e2b-8431-263f-22bc-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-12-16 07:30:18.175781 | fa163e2b-8431-263f-22bc-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:02.602649 | 0.03s 2025-12-16 07:30:18.186304 | fa163e2b-8431-263f-22bc-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-12-16 07:30:18.186672 | fa163e2b-8431-263f-22bc-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:02.613550 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-12-16 07:30:18.263582 | fa163e2b-8431-263f-22bc-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-12-16 07:30:18.862027 | fa163e2b-8431-263f-22bc-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2b-8431-263f-22bc-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-12-16 07:30:18.956954 | fa163e2b-8431-263f-22bc-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-12-16 07:30:18.985458 | fa163e2b-8431-263f-22bc-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-12-16 07:30:18.986154 | fa163e2b-8431-263f-22bc-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:03.413026 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-12-16 07:30:19.045659 | fa163e2b-8431-263f-22bc-000000000023 | TASK | Set selinux state 2025-12-16 07:30:19.583440 | fa163e2b-8431-263f-22bc-000000000023 | OK | Set selinux state | standalone 2025-12-16 07:30:19.584734 | fa163e2b-8431-263f-22bc-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.011562 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2025-12-16 07:30:19.717257 | fa163e2b-8431-263f-22bc-000000000026 | TASK | Configure Hosts Entries 2025-12-16 07:30:19.745961 | fa163e2b-8431-263f-22bc-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:04.172809 | 0.03s 2025-12-16 07:30:19.772936 | fa163e2b-8431-263f-22bc-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:04.199802 | 0.03s 2025-12-16 07:30:19.824706 | fa163e2b-8431-263f-22bc-0000000001df | TASK | Create temporary file for hosts 2025-12-16 07:30:20.169373 | fa163e2b-8431-263f-22bc-0000000001df | CHANGED | Create temporary file for hosts | undercloud 2025-12-16 07:30:20.170735 | fa163e2b-8431-263f-22bc-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:04.597595 | 0.34s 2025-12-16 07:30:20.171572 | fa163e2b-8431-263f-22bc-0000000001df | CHANGED | Create temporary file for hosts | standalone 2025-12-16 07:30:20.172236 | fa163e2b-8431-263f-22bc-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:04.599107 | 0.33s 2025-12-16 07:30:20.191201 | fa163e2b-8431-263f-22bc-0000000001e0 | TASK | Prepare temporary /etc/hosts 2025-12-16 07:30:20.593055 | fa163e2b-8431-263f-22bc-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-12-16 07:30:20.593906 | fa163e2b-8431-263f-22bc-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.020777 | 0.38s 2025-12-16 07:30:20.634889 | fa163e2b-8431-263f-22bc-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-12-16 07:30:20.635277 | fa163e2b-8431-263f-22bc-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.062155 | 0.44s 2025-12-16 07:30:20.653631 | fa163e2b-8431-263f-22bc-0000000001e1 | TASK | Remove old Heat hosts configuration (if present) 2025-12-16 07:30:21.047322 | fa163e2b-8431-263f-22bc-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-12-16 07:30:21.048178 | fa163e2b-8431-263f-22bc-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:05.475049 | 0.37s 2025-12-16 07:30:21.099896 | fa163e2b-8431-263f-22bc-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-12-16 07:30:21.100641 | fa163e2b-8431-263f-22bc-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:05.527511 | 0.45s 2025-12-16 07:30:21.117947 | fa163e2b-8431-263f-22bc-0000000001e2 | TASK | Render out the hosts entries 2025-12-16 07:30:21.237868 | fa163e2b-8431-263f-22bc-0000000001e2 | OK | Render out the hosts entries | undercloud 2025-12-16 07:30:21.239103 | fa163e2b-8431-263f-22bc-0000000001e2 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:05.665967 | 0.12s 2025-12-16 07:30:21.256921 | fa163e2b-8431-263f-22bc-0000000001e3 | TASK | Prepare new /etc/hosts 2025-12-16 07:30:21.527628 | fa163e2b-8431-263f-22bc-0000000001e3 | CHANGED | Prepare new /etc/hosts | standalone 2025-12-16 07:30:21.529133 | fa163e2b-8431-263f-22bc-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:05.955992 | 0.25s 2025-12-16 07:30:21.540495 | fa163e2b-8431-263f-22bc-0000000001e3 | CHANGED | Prepare new /etc/hosts | undercloud 2025-12-16 07:30:21.541297 | fa163e2b-8431-263f-22bc-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:05.968167 | 0.28s 2025-12-16 07:30:21.559635 | fa163e2b-8431-263f-22bc-0000000001e4 | TASK | Update /etc/hosts contents (if changed) 2025-12-16 07:30:21.909158 | fa163e2b-8431-263f-22bc-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-12-16 07:30:21.910743 | fa163e2b-8431-263f-22bc-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:06.337556 | 0.35s 2025-12-16 07:30:21.934132 | fa163e2b-8431-263f-22bc-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-12-16 07:30:21.934942 | fa163e2b-8431-263f-22bc-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:06.361811 | 0.36s 2025-12-16 07:30:21.952785 | fa163e2b-8431-263f-22bc-0000000001e5 | TASK | Clean up temporary hosts file 2025-12-16 07:30:22.294094 | fa163e2b-8431-263f-22bc-0000000001e5 | CHANGED | Clean up temporary hosts file | undercloud 2025-12-16 07:30:22.295658 | fa163e2b-8431-263f-22bc-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:06.722514 | 0.34s 2025-12-16 07:30:22.297143 | fa163e2b-8431-263f-22bc-0000000001e5 | CHANGED | Clean up temporary hosts file | standalone 2025-12-16 07:30:22.298233 | fa163e2b-8431-263f-22bc-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:06.725100 | 0.33s PLAY [Common roles for TripleO servers] **************************************** 2025-12-16 07:30:22.422206 | fa163e2b-8431-263f-22bc-00000000002a | TASK | Common roles for TripleO servers 2025-12-16 07:30:22.450207 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-00000000002a') missing from stats 2025-12-16 07:30:22.527135 | fa163e2b-8431-263f-22bc-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:06.953990 | 0.02s 2025-12-16 07:30:22.599620 | fa163e2b-8431-263f-22bc-000000000242 | TASK | Gather variables for each operating system 2025-12-16 07:30:22.713143 | fa163e2b-8431-263f-22bc-000000000242 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-16 07:30:22.714606 | fa163e2b-8431-263f-22bc-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.141465 | 0.11s 2025-12-16 07:30:22.720968 | fa163e2b-8431-263f-22bc-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.147826 | 0.12s 2025-12-16 07:30:22.745049 | fa163e2b-8431-263f-22bc-000000000244 | TASK | Check release version package is installed 2025-12-16 07:30:23.024458 | fa163e2b-8431-263f-22bc-000000000244 | CHANGED | Check release version package is installed | standalone 2025-12-16 07:30:23.025908 | fa163e2b-8431-263f-22bc-000000000244 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:07.452771 | 0.28s 2025-12-16 07:30:23.051514 | fa163e2b-8431-263f-22bc-000000000245 | TASK | Deploy release version package 2025-12-16 07:30:27.574283 | fa163e2b-8431-263f-22bc-000000000245 | CHANGED | Deploy release version package | standalone 2025-12-16 07:30:27.575337 | fa163e2b-8431-263f-22bc-000000000245 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.002202 | 4.52s 2025-12-16 07:30:27.594804 | fa163e2b-8431-263f-22bc-000000000247 | TASK | Include packages tasks 2025-12-16 07:30:27.621800 | fa163e2b-8431-263f-22bc-000000000247 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.048655 | 0.03s 2025-12-16 07:30:27.638138 | 8e67cbbf-2890-450e-b31c-019c259b69f4 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-12-16 07:30:27.661362 | fa163e2b-8431-263f-22bc-00000000029b | TASK | Gather facts if they don't exist 2025-12-16 07:30:27.708109 | fa163e2b-8431-263f-22bc-00000000029b | SKIPPED | Gather facts if they don't exist | standalone 2025-12-16 07:30:27.709065 | fa163e2b-8431-263f-22bc-00000000029b | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.135932 | 0.05s 2025-12-16 07:30:27.728305 | fa163e2b-8431-263f-22bc-00000000029c | TASK | Gather variables for each operating system 2025-12-16 07:30:27.840578 | fa163e2b-8431-263f-22bc-00000000029c | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-16 07:30:27.846360 | fa163e2b-8431-263f-22bc-00000000029c | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.273220 | 0.12s 2025-12-16 07:30:27.865771 | fa163e2b-8431-263f-22bc-00000000029e | TASK | Check required packages to bootstrap TripleO is installed 2025-12-16 07:30:28.136525 | fa163e2b-8431-263f-22bc-00000000029e | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-16 07:30:28.137566 | fa163e2b-8431-263f-22bc-00000000029e | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:12.564435 | 0.27s 2025-12-16 07:30:28.156819 | fa163e2b-8431-263f-22bc-00000000029f | TASK | Deploy required packages to bootstrap TripleO 2025-12-16 07:30:33.422110 | fa163e2b-8431-263f-22bc-00000000029f | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-12-16 07:30:33.423429 | fa163e2b-8431-263f-22bc-00000000029f | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:17.850293 | 5.27s 2025-12-16 07:30:33.448783 | fa163e2b-8431-263f-22bc-0000000002a0 | TASK | Ensure packages are actually well installed 2025-12-16 07:30:34.515542 | fa163e2b-8431-263f-22bc-0000000002a0 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-16 07:30:34.517009 | fa163e2b-8431-263f-22bc-0000000002a0 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:18.943870 | 1.07s 2025-12-16 07:30:34.541645 | fa163e2b-8431-263f-22bc-000000000248 | TASK | Enable openvswitch service if installed 2025-12-16 07:30:35.436321 | fa163e2b-8431-263f-22bc-000000000248 | CHANGED | Enable openvswitch service if installed | standalone 2025-12-16 07:30:35.437539 | fa163e2b-8431-263f-22bc-000000000248 | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:19.864408 | 0.89s 2025-12-16 07:30:35.457566 | fa163e2b-8431-263f-22bc-000000000249 | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-12-16 07:30:35.683583 | fa163e2b-8431-263f-22bc-000000000249 | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-12-16 07:30:35.684899 | fa163e2b-8431-263f-22bc-000000000249 | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:20.111763 | 0.23s 2025-12-16 07:30:35.708300 | fa163e2b-8431-263f-22bc-00000000024b | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-12-16 07:30:35.984016 | fa163e2b-8431-263f-22bc-00000000024b | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-12-16 07:30:35.985279 | fa163e2b-8431-263f-22bc-00000000024b | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:20.412143 | 0.28s 2025-12-16 07:30:36.008971 | fa163e2b-8431-263f-22bc-00000000024c | TASK | Deploy network-scripts required for deprecated network service 2025-12-16 07:30:36.066260 | fa163e2b-8431-263f-22bc-00000000024c | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-12-16 07:30:36.067462 | fa163e2b-8431-263f-22bc-00000000024c | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:20.494324 | 0.06s 2025-12-16 07:30:36.091836 | fa163e2b-8431-263f-22bc-00000000024d | TASK | Ensure network service is enabled 2025-12-16 07:30:36.507075 | fa163e2b-8431-263f-22bc-00000000024d | OK | Ensure network service is enabled | standalone 2025-12-16 07:30:36.508865 | fa163e2b-8431-263f-22bc-00000000024d | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:20.935728 | 0.42s 2025-12-16 07:30:36.533387 | fa163e2b-8431-263f-22bc-00000000024f | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-12-16 07:30:36.869462 | fa163e2b-8431-263f-22bc-00000000024f | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-16 07:30:36.870815 | fa163e2b-8431-263f-22bc-00000000024f | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.297679 | 0.34s 2025-12-16 07:30:36.894878 | fa163e2b-8431-263f-22bc-000000000250 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-12-16 07:30:37.129543 | fa163e2b-8431-263f-22bc-000000000250 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-16 07:30:37.130838 | fa163e2b-8431-263f-22bc-000000000250 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.557700 | 0.23s 2025-12-16 07:30:37.154174 | fa163e2b-8431-263f-22bc-000000000251 | TASK | Reload NetworkManager 2025-12-16 07:30:37.575035 | fa163e2b-8431-263f-22bc-000000000251 | CHANGED | Reload NetworkManager | standalone 2025-12-16 07:30:37.577226 | fa163e2b-8431-263f-22bc-000000000251 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.004081 | 0.42s 2025-12-16 07:30:37.605534 | fa163e2b-8431-263f-22bc-000000000253 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-12-16 07:30:37.837931 | fa163e2b-8431-263f-22bc-000000000253 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-12-16 07:30:37.839334 | fa163e2b-8431-263f-22bc-000000000253 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:22.266196 | 0.23s 2025-12-16 07:30:37.863380 | fa163e2b-8431-263f-22bc-000000000254 | TASK | Check if /usr/bin/ansible-playbook exists 2025-12-16 07:30:38.179809 | fa163e2b-8431-263f-22bc-000000000254 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-12-16 07:30:38.182308 | fa163e2b-8431-263f-22bc-000000000254 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:22.609168 | 0.32s 2025-12-16 07:30:38.206993 | fa163e2b-8431-263f-22bc-000000000255 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-12-16 07:30:38.421386 | fa163e2b-8431-263f-22bc-000000000255 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-12-16 07:30:38.423976 | fa163e2b-8431-263f-22bc-000000000255 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:22.850840 | 0.21s 2025-12-16 07:30:38.441104 | fa163e2b-8431-263f-22bc-000000000256 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-12-16 07:30:38.652564 | fa163e2b-8431-263f-22bc-000000000256 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-12-16 07:30:38.653658 | fa163e2b-8431-263f-22bc-000000000256 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:23.080530 | 0.21s 2025-12-16 07:30:38.710096 | fa163e2b-8431-263f-22bc-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:23.136969 | 0.02s 2025-12-16 07:30:38.759182 | fa163e2b-8431-263f-22bc-00000000034f | TASK | Create temporary file for ssh_known_hosts 2025-12-16 07:30:38.963005 | fa163e2b-8431-263f-22bc-00000000034f | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-12-16 07:30:38.963834 | fa163e2b-8431-263f-22bc-00000000034f | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:23.390705 | 0.20s 2025-12-16 07:30:38.980358 | fa163e2b-8431-263f-22bc-000000000350 | TASK | Check for ssh_known_hosts file 2025-12-16 07:30:39.197526 | fa163e2b-8431-263f-22bc-000000000350 | OK | Check for ssh_known_hosts file | standalone 2025-12-16 07:30:39.198738 | fa163e2b-8431-263f-22bc-000000000350 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:23.625569 | 0.22s 2025-12-16 07:30:39.222669 | fa163e2b-8431-263f-22bc-000000000351 | TASK | Create a temporary copy of ssh_known_hosts 2025-12-16 07:30:39.250045 | fa163e2b-8431-263f-22bc-000000000351 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-12-16 07:30:39.251113 | fa163e2b-8431-263f-22bc-000000000351 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:23.677975 | 0.03s 2025-12-16 07:30:39.274312 | fa163e2b-8431-263f-22bc-000000000352 | TASK | Write temporary file 2025-12-16 07:30:39.301633 | fa163e2b-8431-263f-22bc-000000000352 | SKIPPED | Write temporary file | standalone 2025-12-16 07:30:39.302738 | fa163e2b-8431-263f-22bc-000000000352 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:23.729569 | 0.03s 2025-12-16 07:30:39.325733 | fa163e2b-8431-263f-22bc-000000000353 | TASK | Set ssh_known_hosts fact 2025-12-16 07:30:39.405004 | fa163e2b-8431-263f-22bc-000000000353 | OK | Set ssh_known_hosts fact | standalone 2025-12-16 07:30:39.406025 | fa163e2b-8431-263f-22bc-000000000353 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:23.832889 | 0.08s 2025-12-16 07:30:39.429156 | fa163e2b-8431-263f-22bc-000000000354 | TASK | Add host keys to temporary ssh_known_hosts 2025-12-16 07:30:39.611068 | fa163e2b-8431-263f-22bc-000000000354 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-12-16 07:30:39.612217 | fa163e2b-8431-263f-22bc-000000000354 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:24.039081 | 0.18s 2025-12-16 07:30:39.635583 | fa163e2b-8431-263f-22bc-000000000355 | TASK | In-place update of /etc/ssh_known_hosts 2025-12-16 07:30:39.859117 | fa163e2b-8431-263f-22bc-000000000355 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-12-16 07:30:39.860260 | fa163e2b-8431-263f-22bc-000000000355 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:24.287104 | 0.22s 2025-12-16 07:30:39.884068 | fa163e2b-8431-263f-22bc-000000000356 | TASK | Remove temp file 2025-12-16 07:30:40.107319 | fa163e2b-8431-263f-22bc-000000000356 | CHANGED | Remove temp file | standalone 2025-12-16 07:30:40.108520 | fa163e2b-8431-263f-22bc-000000000356 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:24.535383 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-12-16 07:30:40.284727 | fa163e2b-8431-263f-22bc-000000000034 | TASK | Deploy step tasks for step 0 2025-12-16 07:30:40.346679 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-000000000034') missing from stats 2025-12-16 07:30:40.366154 | fa163e2b-8431-263f-22bc-000000000035 | TASK | Ensure /var/log/journal exists 2025-12-16 07:30:40.586659 | fa163e2b-8431-263f-22bc-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-12-16 07:30:40.587864 | fa163e2b-8431-263f-22bc-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:25.014728 | 0.22s 2025-12-16 07:30:40.611545 | fa163e2b-8431-263f-22bc-000000000036 | TASK | Check cloud-init status 2025-12-16 07:30:40.843361 | fa163e2b-8431-263f-22bc-000000000036 | CHANGED | Check cloud-init status | standalone 2025-12-16 07:30:40.845848 | fa163e2b-8431-263f-22bc-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:25.272710 | 0.23s 2025-12-16 07:30:40.872603 | fa163e2b-8431-263f-22bc-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-12-16 07:30:41.122809 | fa163e2b-8431-263f-22bc-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-12-16 07:30:41.125244 | fa163e2b-8431-263f-22bc-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:25.552107 | 0.25s 2025-12-16 07:30:41.149914 | fa163e2b-8431-263f-22bc-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-12-16 07:30:41.504400 | fa163e2b-8431-263f-22bc-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-12-16 07:30:41.506664 | fa163e2b-8431-263f-22bc-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:25.933528 | 0.35s 2025-12-16 07:30:41.531349 | fa163e2b-8431-263f-22bc-000000000039 | TASK | Create /var/lib/container-puppet 2025-12-16 07:30:41.752108 | fa163e2b-8431-263f-22bc-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-12-16 07:30:41.753227 | fa163e2b-8431-263f-22bc-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:26.180091 | 0.22s 2025-12-16 07:30:41.776840 | fa163e2b-8431-263f-22bc-00000000003a | TASK | Write container-puppet.sh 2025-12-16 07:30:42.244118 | fa163e2b-8431-263f-22bc-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-12-16 07:30:42.246204 | fa163e2b-8431-263f-22bc-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:26.673067 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-16 07:30:42.309225 | fa163e2b-8431-263f-22bc-00000000003b | TIMING | include_tasks | standalone | 0:00:26.736089 | 0.04s 2025-12-16 07:30:42.328998 | bcebf484-a3ca-48d5-9dcb-621003681bd2 | INCLUDED | /root/standalone-ansible-x_cpl4b4/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-12-16 07:30:42.361123 | fa163e2b-8431-263f-22bc-000000000404 | TASK | Configure tuned before reboot 2025-12-16 07:30:42.411776 | fa163e2b-8431-263f-22bc-000000000404 | TIMING | Configure tuned before reboot | standalone | 0:00:26.838628 | 0.05s 2025-12-16 07:30:42.475248 | fa163e2b-8431-263f-22bc-000000000443 | TASK | Gather variables for each operating system 2025-12-16 07:30:42.590419 | fa163e2b-8431-263f-22bc-000000000443 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-16 07:30:42.592476 | fa163e2b-8431-263f-22bc-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.019337 | 0.12s 2025-12-16 07:30:42.602959 | fa163e2b-8431-263f-22bc-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.029823 | 0.13s 2025-12-16 07:30:42.670438 | fa163e2b-8431-263f-22bc-000000000444 | TIMING | tuned : include_tasks | standalone | 0:00:27.097299 | 0.04s 2025-12-16 07:30:42.691935 | 53e5dde7-86c7-4c63-ad45-1fb409ee92f0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-16 07:30:42.728988 | fa163e2b-8431-263f-22bc-00000000046d | TASK | Check tuned package is installed 2025-12-16 07:30:42.976485 | fa163e2b-8431-263f-22bc-00000000046d | CHANGED | Check tuned package is installed | standalone 2025-12-16 07:30:42.977773 | fa163e2b-8431-263f-22bc-00000000046d | TIMING | tuned : Check tuned package is installed | standalone | 0:00:27.404638 | 0.25s 2025-12-16 07:30:43.002540 | fa163e2b-8431-263f-22bc-00000000046e | TASK | Install tuned 2025-12-16 07:30:49.600998 | fa163e2b-8431-263f-22bc-00000000046e | CHANGED | Install tuned | standalone 2025-12-16 07:30:49.602840 | fa163e2b-8431-263f-22bc-00000000046e | TIMING | tuned : Install tuned | standalone | 0:00:34.029699 | 6.60s 2025-12-16 07:30:49.633025 | fa163e2b-8431-263f-22bc-00000000046f | TASK | Restart tuned 2025-12-16 07:30:51.506228 | fa163e2b-8431-263f-22bc-00000000046f | CHANGED | Restart tuned | standalone 2025-12-16 07:30:51.508537 | fa163e2b-8431-263f-22bc-00000000046f | TIMING | tuned : Restart tuned | standalone | 0:00:35.935393 | 1.87s 2025-12-16 07:30:51.535065 | fa163e2b-8431-263f-22bc-000000000445 | TASK | Check for tuned-adm 2025-12-16 07:30:51.777591 | fa163e2b-8431-263f-22bc-000000000445 | OK | Check for tuned-adm | standalone 2025-12-16 07:30:51.779221 | fa163e2b-8431-263f-22bc-000000000445 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:36.206083 | 0.24s 2025-12-16 07:30:51.846450 | fa163e2b-8431-263f-22bc-000000000446 | TIMING | tuned : include_tasks | standalone | 0:00:36.273299 | 0.04s 2025-12-16 07:30:51.876087 | 62290597-887c-4850-9f6e-b3df0f88b2c9 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-16 07:30:51.910751 | fa163e2b-8431-263f-22bc-0000000004a4 | TASK | Ensure profile directory exists 2025-12-16 07:30:51.979966 | fa163e2b-8431-263f-22bc-0000000004a4 | SKIPPED | Ensure profile directory exists | standalone 2025-12-16 07:30:51.981395 | fa163e2b-8431-263f-22bc-0000000004a4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:36.408248 | 0.07s 2025-12-16 07:30:52.006924 | fa163e2b-8431-263f-22bc-0000000004a5 | TASK | Create custom tuned profile 2025-12-16 07:30:52.079346 | fa163e2b-8431-263f-22bc-0000000004a5 | SKIPPED | Create custom tuned profile | standalone 2025-12-16 07:30:52.080458 | fa163e2b-8431-263f-22bc-0000000004a5 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:36.507322 | 0.07s 2025-12-16 07:30:52.105198 | fa163e2b-8431-263f-22bc-0000000004a6 | TASK | Check tuned active profile 2025-12-16 07:30:52.508616 | fa163e2b-8431-263f-22bc-0000000004a6 | OK | Check tuned active profile | standalone 2025-12-16 07:30:52.510102 | fa163e2b-8431-263f-22bc-0000000004a6 | TIMING | tuned : Check tuned active profile | standalone | 0:00:36.936966 | 0.40s 2025-12-16 07:30:52.537561 | fa163e2b-8431-263f-22bc-0000000004a7 | TASK | Check Tuned Configuration file exists 2025-12-16 07:30:52.747749 | fa163e2b-8431-263f-22bc-0000000004a7 | OK | Check Tuned Configuration file exists | standalone 2025-12-16 07:30:52.748925 | fa163e2b-8431-263f-22bc-0000000004a7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:37.175792 | 0.21s 2025-12-16 07:30:52.775287 | fa163e2b-8431-263f-22bc-0000000004a8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-16 07:30:52.839828 | fa163e2b-8431-263f-22bc-0000000004a8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-16 07:30:52.841251 | fa163e2b-8431-263f-22bc-0000000004a8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:37.268108 | 0.06s 2025-12-16 07:30:52.863801 | fa163e2b-8431-263f-22bc-0000000004a9 | TASK | Configure isolated cores for profile throughput-performance 2025-12-16 07:30:52.922999 | fa163e2b-8431-263f-22bc-0000000004a9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-16 07:30:52.924403 | fa163e2b-8431-263f-22bc-0000000004a9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:37.351261 | 0.06s 2025-12-16 07:30:52.950605 | fa163e2b-8431-263f-22bc-0000000004aa | TASK | Enable tuned profile 2025-12-16 07:30:54.364332 | fa163e2b-8431-263f-22bc-0000000004aa | CHANGED | Enable tuned profile | standalone 2025-12-16 07:30:54.365909 | fa163e2b-8431-263f-22bc-0000000004aa | TIMING | tuned : Enable tuned profile | standalone | 0:00:38.792769 | 1.41s 2025-12-16 07:30:54.414750 | fa163e2b-8431-263f-22bc-000000000405 | TASK | Configure kernel args and reboot 2025-12-16 07:30:54.465609 | fa163e2b-8431-263f-22bc-000000000405 | TIMING | Configure kernel args and reboot | standalone | 0:00:38.892465 | 0.05s 2025-12-16 07:30:54.606860 | fa163e2b-8431-263f-22bc-000000000557 | TASK | Get the command line args of the node 2025-12-16 07:30:54.814503 | fa163e2b-8431-263f-22bc-000000000557 | CHANGED | Get the command line args of the node | standalone 2025-12-16 07:30:54.816046 | fa163e2b-8431-263f-22bc-000000000557 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:39.242903 | 0.21s 2025-12-16 07:30:54.842058 | fa163e2b-8431-263f-22bc-000000000559 | TASK | Check if node has a nova.conf 2025-12-16 07:30:55.011408 | fa163e2b-8431-263f-22bc-000000000559 | OK | Check if node has a nova.conf | standalone 2025-12-16 07:30:55.012818 | fa163e2b-8431-263f-22bc-000000000559 | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:39.439682 | 0.17s 2025-12-16 07:30:55.038386 | fa163e2b-8431-263f-22bc-00000000055b | TASK | Warn operator about workload protection 2025-12-16 07:30:55.078331 | fa163e2b-8431-263f-22bc-00000000055b | SKIPPED | Warn operator about workload protection | standalone 2025-12-16 07:30:55.079632 | fa163e2b-8431-263f-22bc-00000000055b | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:39.506487 | 0.04s 2025-12-16 07:30:55.105182 | fa163e2b-8431-263f-22bc-00000000055c | TASK | Setting defer reboot fact 2025-12-16 07:30:55.144483 | fa163e2b-8431-263f-22bc-00000000055c | SKIPPED | Setting defer reboot fact | standalone 2025-12-16 07:30:55.145586 | fa163e2b-8431-263f-22bc-00000000055c | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:39.572444 | 0.04s 2025-12-16 07:30:55.170756 | fa163e2b-8431-263f-22bc-00000000055e | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-12-16 07:30:55.202672 | fa163e2b-8431-263f-22bc-00000000055e | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:39.629531 | 0.03s 2025-12-16 07:30:55.228079 | fa163e2b-8431-263f-22bc-000000000563 | TASK | Find hugepages in cmdline 2025-12-16 07:30:55.271020 | fa163e2b-8431-263f-22bc-000000000563 | SKIPPED | Find hugepages in cmdline | standalone 2025-12-16 07:30:55.272182 | fa163e2b-8431-263f-22bc-000000000563 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:39.699040 | 0.04s 2025-12-16 07:30:55.297921 | fa163e2b-8431-263f-22bc-000000000564 | TASK | Finding human-readable hugepages in cmdline 2025-12-16 07:30:55.341205 | fa163e2b-8431-263f-22bc-000000000564 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-12-16 07:30:55.342443 | fa163e2b-8431-263f-22bc-000000000564 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:39.769302 | 0.04s 2025-12-16 07:30:55.367931 | fa163e2b-8431-263f-22bc-000000000568 | TASK | Find desired default hugepage size 2025-12-16 07:30:55.412367 | fa163e2b-8431-263f-22bc-000000000568 | SKIPPED | Find desired default hugepage size | standalone 2025-12-16 07:30:55.413412 | fa163e2b-8431-263f-22bc-000000000568 | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:39.840277 | 0.04s 2025-12-16 07:30:55.438862 | fa163e2b-8431-263f-22bc-00000000056a | TASK | Storing non-configured hugepages 2025-12-16 07:30:55.468667 | fa163e2b-8431-263f-22bc-00000000056a | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:39.895525 | 0.03s 2025-12-16 07:30:55.494404 | fa163e2b-8431-263f-22bc-00000000056c | TASK | Validating against hugepages config received from TripleO 2025-12-16 07:30:55.537994 | fa163e2b-8431-263f-22bc-00000000056c | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-12-16 07:30:55.539123 | fa163e2b-8431-263f-22bc-00000000056c | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:39.965986 | 0.04s 2025-12-16 07:30:55.564632 | fa163e2b-8431-263f-22bc-00000000056d | TASK | Determining the default hugepagesz 2025-12-16 07:30:55.615752 | fa163e2b-8431-263f-22bc-00000000056d | SKIPPED | Determining the default hugepagesz | standalone 2025-12-16 07:30:55.616947 | fa163e2b-8431-263f-22bc-00000000056d | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:40.043811 | 0.05s 2025-12-16 07:30:55.641791 | fa163e2b-8431-263f-22bc-00000000056e | TASK | Determining if any hugepage configuration needs to be re-written 2025-12-16 07:30:55.684181 | fa163e2b-8431-263f-22bc-00000000056e | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-12-16 07:30:55.685242 | fa163e2b-8431-263f-22bc-00000000056e | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:40.112104 | 0.04s 2025-12-16 07:30:55.710772 | fa163e2b-8431-263f-22bc-00000000056f | TASK | Making sure that we have a default hugepagesz 2025-12-16 07:30:55.754217 | fa163e2b-8431-263f-22bc-00000000056f | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-12-16 07:30:55.755318 | fa163e2b-8431-263f-22bc-00000000056f | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:40.182180 | 0.04s 2025-12-16 07:30:55.781714 | fa163e2b-8431-263f-22bc-000000000571 | TASK | Warn about possible modifications 2025-12-16 07:30:55.822812 | fa163e2b-8431-263f-22bc-000000000571 | SKIPPED | Warn about possible modifications | standalone 2025-12-16 07:30:55.823823 | fa163e2b-8431-263f-22bc-000000000571 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:40.250686 | 0.04s 2025-12-16 07:30:55.848409 | fa163e2b-8431-263f-22bc-000000000572 | TASK | Remove hugepage settings from kernelargs 2025-12-16 07:30:55.889770 | fa163e2b-8431-263f-22bc-000000000572 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-12-16 07:30:55.890856 | fa163e2b-8431-263f-22bc-000000000572 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:40.317719 | 0.04s 2025-12-16 07:30:55.916056 | fa163e2b-8431-263f-22bc-000000000573 | TASK | Cleaning up whitespaces 2025-12-16 07:30:55.957941 | fa163e2b-8431-263f-22bc-000000000573 | SKIPPED | Cleaning up whitespaces | standalone 2025-12-16 07:30:55.959035 | fa163e2b-8431-263f-22bc-000000000573 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:40.385900 | 0.04s 2025-12-16 07:30:55.985342 | fa163e2b-8431-263f-22bc-000000000575 | TASK | Check if the kernelargs entry is already present in the file 2025-12-16 07:30:56.345254 | fa163e2b-8431-263f-22bc-000000000575 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-12-16 07:30:56.346598 | fa163e2b-8431-263f-22bc-000000000575 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:40.773458 | 0.36s 2025-12-16 07:30:56.372368 | fa163e2b-8431-263f-22bc-000000000577 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-12-16 07:30:56.415920 | fa163e2b-8431-263f-22bc-000000000577 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-12-16 07:30:56.417126 | fa163e2b-8431-263f-22bc-000000000577 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:40.843984 | 0.04s 2025-12-16 07:30:56.445593 | fa163e2b-8431-263f-22bc-000000000578 | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-12-16 07:30:56.489430 | fa163e2b-8431-263f-22bc-000000000578 | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-12-16 07:30:56.490766 | fa163e2b-8431-263f-22bc-000000000578 | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:40.917621 | 0.04s 2025-12-16 07:30:56.516016 | fa163e2b-8431-263f-22bc-000000000579 | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-12-16 07:30:56.558961 | fa163e2b-8431-263f-22bc-000000000579 | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-12-16 07:30:56.560167 | fa163e2b-8431-263f-22bc-000000000579 | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:40.987022 | 0.04s 2025-12-16 07:30:56.585846 | fa163e2b-8431-263f-22bc-00000000057a | TASK | Generate grub config 2025-12-16 07:30:56.629586 | fa163e2b-8431-263f-22bc-00000000057a | SKIPPED | Generate grub config | standalone 2025-12-16 07:30:56.631046 | fa163e2b-8431-263f-22bc-00000000057a | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:41.057905 | 0.04s 2025-12-16 07:30:56.658312 | fa163e2b-8431-263f-22bc-00000000057e | TASK | Get the block device that /boot is on 2025-12-16 07:30:56.722161 | fa163e2b-8431-263f-22bc-00000000057e | SKIPPED | Get the block device that /boot is on | standalone 2025-12-16 07:30:56.723516 | fa163e2b-8431-263f-22bc-00000000057e | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:41.150369 | 0.06s 2025-12-16 07:30:56.749477 | fa163e2b-8431-263f-22bc-00000000057f | TASK | Get the mount point that /boot is in 2025-12-16 07:30:56.812493 | fa163e2b-8431-263f-22bc-00000000057f | SKIPPED | Get the mount point that /boot is in | standalone 2025-12-16 07:30:56.813599 | fa163e2b-8431-263f-22bc-00000000057f | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:41.240463 | 0.06s 2025-12-16 07:30:56.838640 | fa163e2b-8431-263f-22bc-000000000580 | TASK | Set facts for EFI grub.cfg generation 2025-12-16 07:30:56.900417 | fa163e2b-8431-263f-22bc-000000000580 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-12-16 07:30:56.901452 | fa163e2b-8431-263f-22bc-000000000580 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:41.328318 | 0.06s 2025-12-16 07:30:56.926764 | fa163e2b-8431-263f-22bc-000000000581 | TASK | Executed script to fix grub-menu 2025-12-16 07:30:56.987684 | fa163e2b-8431-263f-22bc-000000000581 | SKIPPED | Executed script to fix grub-menu | standalone 2025-12-16 07:30:56.988906 | fa163e2b-8431-263f-22bc-000000000581 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:41.415769 | 0.06s 2025-12-16 07:30:57.014957 | fa163e2b-8431-263f-22bc-000000000582 | TASK | Check grub config paths 2025-12-16 07:30:57.084932 | fa163e2b-8431-263f-22bc-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-12-16 07:30:57.101051 | fa163e2b-8431-263f-22bc-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-12-16 07:30:57.107987 | fa163e2b-8431-263f-22bc-000000000582 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:41.534847 | 0.09s 2025-12-16 07:30:57.135812 | fa163e2b-8431-263f-22bc-000000000583 | TASK | Write EFI grub.cfg 2025-12-16 07:30:57.209017 | fa163e2b-8431-263f-22bc-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-16 07:30:57.239873 | fa163e2b-8431-263f-22bc-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-16 07:30:57.245481 | fa163e2b-8431-263f-22bc-000000000583 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:41.672342 | 0.11s 2025-12-16 07:30:57.271664 | fa163e2b-8431-263f-22bc-000000000584 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-12-16 07:30:57.342609 | fa163e2b-8431-263f-22bc-000000000584 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-12-16 07:30:57.343798 | fa163e2b-8431-263f-22bc-000000000584 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:41.770661 | 0.07s 2025-12-16 07:30:57.369199 | fa163e2b-8431-263f-22bc-000000000585 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-12-16 07:30:57.431848 | fa163e2b-8431-263f-22bc-000000000585 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-12-16 07:30:57.433149 | fa163e2b-8431-263f-22bc-000000000585 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:41.860012 | 0.06s 2025-12-16 07:30:57.459421 | fa163e2b-8431-263f-22bc-000000000586 | TASK | Execute grub2-mkconfig 2025-12-16 07:30:57.520585 | fa163e2b-8431-263f-22bc-000000000586 | SKIPPED | Execute grub2-mkconfig | standalone 2025-12-16 07:30:57.521793 | fa163e2b-8431-263f-22bc-000000000586 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:41.948656 | 0.06s 2025-12-16 07:30:57.547364 | fa163e2b-8431-263f-22bc-000000000587 | TASK | Check for active tuned profile 2025-12-16 07:30:57.607892 | fa163e2b-8431-263f-22bc-000000000587 | SKIPPED | Check for active tuned profile | standalone 2025-12-16 07:30:57.608928 | fa163e2b-8431-263f-22bc-000000000587 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.035792 | 0.06s 2025-12-16 07:30:57.633287 | fa163e2b-8431-263f-22bc-000000000588 | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-12-16 07:30:57.686038 | fa163e2b-8431-263f-22bc-000000000588 | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-12-16 07:30:57.687402 | fa163e2b-8431-263f-22bc-000000000588 | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:42.114265 | 0.05s 2025-12-16 07:30:57.712991 | fa163e2b-8431-263f-22bc-000000000589 | TASK | Set reboot required fact 2025-12-16 07:30:57.774418 | fa163e2b-8431-263f-22bc-000000000589 | SKIPPED | Set reboot required fact | standalone 2025-12-16 07:30:57.775474 | fa163e2b-8431-263f-22bc-000000000589 | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:42.202340 | 0.06s 2025-12-16 07:30:57.800164 | fa163e2b-8431-263f-22bc-00000000058b | TASK | Apply DPDK workarounds 2025-12-16 07:30:57.850924 | fa163e2b-8431-263f-22bc-00000000058b | SKIPPED | Apply DPDK workarounds | standalone 2025-12-16 07:30:57.852068 | fa163e2b-8431-263f-22bc-00000000058b | TIMING | Apply DPDK workarounds | standalone | 0:00:42.278933 | 0.05s 2025-12-16 07:30:57.877022 | fa163e2b-8431-263f-22bc-00000000058d | TASK | Ensure /etc/modules-load.d exists 2025-12-16 07:30:57.916897 | fa163e2b-8431-263f-22bc-00000000058d | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-12-16 07:30:57.917895 | fa163e2b-8431-263f-22bc-00000000058d | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:42.344759 | 0.04s 2025-12-16 07:30:57.941843 | fa163e2b-8431-263f-22bc-00000000058e | TASK | Load modules 2025-12-16 07:30:57.986999 | fa163e2b-8431-263f-22bc-00000000058e | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-12-16 07:30:57.993122 | fa163e2b-8431-263f-22bc-00000000058e | TIMING | tripleo_kernel : Load modules | standalone | 0:00:42.419985 | 0.05s 2025-12-16 07:30:58.017622 | fa163e2b-8431-263f-22bc-000000000590 | TASK | Persist modules via modules-load.d 2025-12-16 07:30:58.067176 | fa163e2b-8431-263f-22bc-000000000590 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-12-16 07:30:58.079137 | fa163e2b-8431-263f-22bc-000000000590 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:42.505998 | 0.06s 2025-12-16 07:30:58.104781 | fa163e2b-8431-263f-22bc-000000000592 | TASK | Drop module persistence 2025-12-16 07:30:58.147109 | fa163e2b-8431-263f-22bc-000000000592 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-12-16 07:30:58.158990 | fa163e2b-8431-263f-22bc-000000000592 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:42.585852 | 0.05s 2025-12-16 07:30:58.183569 | fa163e2b-8431-263f-22bc-000000000594 | TASK | Set modules persistence via /etc/modules 2025-12-16 07:30:58.238283 | fa163e2b-8431-263f-22bc-000000000594 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-12-16 07:30:58.244265 | fa163e2b-8431-263f-22bc-000000000594 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:42.671122 | 0.06s 2025-12-16 07:30:58.269169 | fa163e2b-8431-263f-22bc-000000000596 | TASK | Modules reload 2025-12-16 07:30:58.309158 | fa163e2b-8431-263f-22bc-000000000596 | SKIPPED | Modules reload | standalone 2025-12-16 07:30:58.310200 | fa163e2b-8431-263f-22bc-000000000596 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:42.737065 | 0.04s 2025-12-16 07:30:58.334527 | fa163e2b-8431-263f-22bc-000000000598 | TASK | Reboot tasks 2025-12-16 07:30:58.383606 | fa163e2b-8431-263f-22bc-000000000598 | SKIPPED | Reboot tasks | standalone 2025-12-16 07:30:58.384621 | fa163e2b-8431-263f-22bc-000000000598 | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:42.811486 | 0.05s 2025-12-16 07:30:58.408726 | fa163e2b-8431-263f-22bc-000000000599 | TASK | Skipping reboot for deployed node 2025-12-16 07:30:58.459065 | fa163e2b-8431-263f-22bc-000000000599 | SKIPPED | Skipping reboot for deployed node | standalone 2025-12-16 07:30:58.460138 | fa163e2b-8431-263f-22bc-000000000599 | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:42.887003 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-12-16 07:30:58.634563 | fa163e2b-8431-263f-22bc-00000000003f | TASK | Server pre-network deployments 2025-12-16 07:30:58.664578 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-00000000003f') missing from stats 2025-12-16 07:30:58.690028 | fa163e2b-8431-263f-22bc-000000000043 | TASK | Hiera config 2025-12-16 07:30:58.717938 | fa163e2b-8431-263f-22bc-000000000043 | TIMING | Hiera config | standalone | 0:00:43.144799 | 0.03s 2025-12-16 07:30:58.767308 | fa163e2b-8431-263f-22bc-00000000070f | TASK | Create /etc/puppet/hieradata 2025-12-16 07:30:59.026336 | fa163e2b-8431-263f-22bc-00000000070f | CHANGED | Create /etc/puppet/hieradata | standalone 2025-12-16 07:30:59.027670 | fa163e2b-8431-263f-22bc-00000000070f | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:43.454534 | 0.26s 2025-12-16 07:30:59.052362 | fa163e2b-8431-263f-22bc-000000000710 | TASK | Write hiera config 2025-12-16 07:30:59.583792 | fa163e2b-8431-263f-22bc-000000000710 | CHANGED | Write hiera config | standalone 2025-12-16 07:30:59.585143 | fa163e2b-8431-263f-22bc-000000000710 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.012007 | 0.53s 2025-12-16 07:30:59.633356 | fa163e2b-8431-263f-22bc-000000000044 | TASK | Hiera symlink 2025-12-16 07:30:59.856959 | fa163e2b-8431-263f-22bc-000000000044 | CHANGED | Hiera symlink | standalone 2025-12-16 07:30:59.858275 | fa163e2b-8431-263f-22bc-000000000044 | TIMING | Hiera symlink | standalone | 0:00:44.285139 | 0.22s 2025-12-16 07:30:59.882269 | fa163e2b-8431-263f-22bc-000000000045 | TASK | Hieradata from vars 2025-12-16 07:30:59.910267 | fa163e2b-8431-263f-22bc-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:44.337124 | 0.03s 2025-12-16 07:30:59.969301 | fa163e2b-8431-263f-22bc-00000000076a | TASK | Copy overcloud.json to all_nodes.json 2025-12-16 07:31:00.404119 | fa163e2b-8431-263f-22bc-00000000076a | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-12-16 07:31:00.405637 | fa163e2b-8431-263f-22bc-00000000076a | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:44.832501 | 0.44s 2025-12-16 07:31:00.430974 | fa163e2b-8431-263f-22bc-00000000076b | TASK | Render hieradata from template 2025-12-16 07:31:00.992070 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-12-16 07:31:00.993321 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.420183 | 0.56s 2025-12-16 07:31:01.563203 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-12-16 07:31:01.565268 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.992131 | 1.13s 2025-12-16 07:31:02.237560 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-12-16 07:31:02.240162 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.667021 | 1.81s 2025-12-16 07:31:02.756090 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-12-16 07:31:02.756816 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.183688 | 2.32s 2025-12-16 07:31:03.239619 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-12-16 07:31:03.241276 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.668149 | 2.81s 2025-12-16 07:31:03.738238 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_names 2025-12-16 07:31:03.738978 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.165852 | 3.31s 2025-12-16 07:31:04.250306 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-12-16 07:31:04.251485 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.678350 | 3.82s 2025-12-16 07:31:04.751421 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-12-16 07:31:04.752089 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.178963 | 4.32s 2025-12-16 07:31:05.252928 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-12-16 07:31:05.253599 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.680472 | 4.82s 2025-12-16 07:31:05.728922 | fa163e2b-8431-263f-22bc-00000000076b | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-16 07:31:05.731063 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.157926 | 5.30s 2025-12-16 07:31:05.743745 | fa163e2b-8431-263f-22bc-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.170577 | 5.31s 2025-12-16 07:31:05.793608 | fa163e2b-8431-263f-22bc-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-12-16 07:31:05.823946 | fa163e2b-8431-263f-22bc-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.250803 | 0.03s 2025-12-16 07:31:05.891042 | fa163e2b-8431-263f-22bc-00000000080f | TASK | Check for hieradata file 2025-12-16 07:31:06.112953 | fa163e2b-8431-263f-22bc-00000000080f | OK | Check for hieradata file | standalone 2025-12-16 07:31:06.114351 | fa163e2b-8431-263f-22bc-00000000080f | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:50.541213 | 0.22s 2025-12-16 07:31:06.132740 | fa163e2b-8431-263f-22bc-000000000811 | TASK | Get existing data 2025-12-16 07:31:06.179381 | fa163e2b-8431-263f-22bc-000000000811 | SKIPPED | Get existing data | standalone 2025-12-16 07:31:06.180458 | fa163e2b-8431-263f-22bc-000000000811 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:50.607322 | 0.05s 2025-12-16 07:31:06.204678 | fa163e2b-8431-263f-22bc-000000000812 | TASK | Set data fact 2025-12-16 07:31:06.254118 | fa163e2b-8431-263f-22bc-000000000812 | SKIPPED | Set data fact | standalone 2025-12-16 07:31:06.255158 | fa163e2b-8431-263f-22bc-000000000812 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:50.682023 | 0.05s 2025-12-16 07:31:06.279056 | fa163e2b-8431-263f-22bc-000000000814 | TASK | Write ansible hieradata file 2025-12-16 07:31:06.820563 | fa163e2b-8431-263f-22bc-000000000814 | CHANGED | Write ansible hieradata file | standalone 2025-12-16 07:31:06.821964 | fa163e2b-8431-263f-22bc-000000000814 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.248828 | 0.54s 2025-12-16 07:31:06.920310 | fa163e2b-8431-263f-22bc-000000000047 | TIMING | include_tasks | standalone | 0:00:51.347168 | 0.05s PLAY [Server network deployments] ********************************************** 2025-12-16 07:31:07.074024 | fa163e2b-8431-263f-22bc-00000000004b | TASK | Network Configuration 2025-12-16 07:31:07.099803 | fa163e2b-8431-263f-22bc-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e2b-8431-263f-22bc-00000000004b') missing from stats 2025-12-16 07:31:07.121857 | fa163e2b-8431-263f-22bc-00000000004c | TASK | Check NetworkConfig script existence 2025-12-16 07:31:07.146283 | fa163e2b-8431-263f-22bc-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-12-16 07:31:07.147009 | fa163e2b-8431-263f-22bc-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:51.573880 | 0.02s 2025-12-16 07:31:07.165900 | fa163e2b-8431-263f-22bc-000000000052 | TASK | Gather SELinux fact if needed 2025-12-16 07:31:07.213746 | fa163e2b-8431-263f-22bc-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-12-16 07:31:07.214758 | fa163e2b-8431-263f-22bc-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:51.641622 | 0.05s 2025-12-16 07:31:07.238395 | fa163e2b-8431-263f-22bc-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-12-16 07:31:07.878139 | fa163e2b-8431-263f-22bc-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-12-16 07:31:07.879395 | fa163e2b-8431-263f-22bc-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.306260 | 0.64s 2025-12-16 07:31:07.903820 | fa163e2b-8431-263f-22bc-000000000054 | TASK | Ensure requirements are satisfied 2025-12-16 07:31:07.933500 | fa163e2b-8431-263f-22bc-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.360363 | 0.03s 2025-12-16 07:31:07.990293 | fa163e2b-8431-263f-22bc-0000000008ad | TASK | Gather facts if they don't exist 2025-12-16 07:31:08.038756 | fa163e2b-8431-263f-22bc-0000000008ad | SKIPPED | Gather facts if they don't exist | standalone 2025-12-16 07:31:08.039772 | fa163e2b-8431-263f-22bc-0000000008ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:52.466635 | 0.05s 2025-12-16 07:31:08.063848 | fa163e2b-8431-263f-22bc-0000000008ae | TASK | Gather variables for each operating system 2025-12-16 07:31:08.178018 | fa163e2b-8431-263f-22bc-0000000008ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-16 07:31:08.189876 | fa163e2b-8431-263f-22bc-0000000008ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:52.616740 | 0.12s 2025-12-16 07:31:08.214623 | fa163e2b-8431-263f-22bc-0000000008b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-16 07:31:08.500589 | fa163e2b-8431-263f-22bc-0000000008b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-16 07:31:08.501945 | fa163e2b-8431-263f-22bc-0000000008b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:52.928810 | 0.29s 2025-12-16 07:31:08.530927 | fa163e2b-8431-263f-22bc-0000000008b1 | TASK | Deploy required packages to bootstrap TripleO 2025-12-16 07:31:08.563352 | fa163e2b-8431-263f-22bc-0000000008b1 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-12-16 07:31:08.564602 | fa163e2b-8431-263f-22bc-0000000008b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:52.991462 | 0.03s 2025-12-16 07:31:08.590567 | fa163e2b-8431-263f-22bc-0000000008b2 | TASK | Ensure packages are actually well installed 2025-12-16 07:31:09.586552 | fa163e2b-8431-263f-22bc-0000000008b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-16 07:31:09.588039 | fa163e2b-8431-263f-22bc-0000000008b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.014901 | 1.00s 2025-12-16 07:31:09.635665 | fa163e2b-8431-263f-22bc-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-12-16 07:31:09.877332 | fa163e2b-8431-263f-22bc-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-16 07:31:09.878918 | fa163e2b-8431-263f-22bc-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.305781 | 0.24s 2025-12-16 07:31:09.904044 | fa163e2b-8431-263f-22bc-000000000057 | TASK | Reload NetworkManager 2025-12-16 07:31:10.330819 | fa163e2b-8431-263f-22bc-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-12-16 07:31:10.332738 | fa163e2b-8431-263f-22bc-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:54.759569 | 0.43s 2025-12-16 07:31:10.359545 | fa163e2b-8431-263f-22bc-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-12-16 07:31:10.580515 | fa163e2b-8431-263f-22bc-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-12-16 07:31:10.581762 | fa163e2b-8431-263f-22bc-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.008628 | 0.22s 2025-12-16 07:31:10.606362 | fa163e2b-8431-263f-22bc-00000000005a | TASK | Check for previous run of NetworkConfig 2025-12-16 07:31:10.805634 | fa163e2b-8431-263f-22bc-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-12-16 07:31:10.806810 | fa163e2b-8431-263f-22bc-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.233675 | 0.20s 2025-12-16 07:31:10.831122 | fa163e2b-8431-263f-22bc-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-12-16 07:31:10.862811 | fa163e2b-8431-263f-22bc-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-12-16 07:31:10.863983 | fa163e2b-8431-263f-22bc-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.290845 | 0.03s 2025-12-16 07:31:10.888351 | fa163e2b-8431-263f-22bc-00000000005c | TASK | Ensure we get cloud-init 2025-12-16 07:31:11.130390 | fa163e2b-8431-263f-22bc-00000000005c | OK | Ensure we get cloud-init | standalone 2025-12-16 07:31:11.131531 | fa163e2b-8431-263f-22bc-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:55.558398 | 0.24s 2025-12-16 07:31:11.156147 | fa163e2b-8431-263f-22bc-00000000005e | TASK | Create /etc/os-net-config directory 2025-12-16 07:31:11.409235 | fa163e2b-8431-263f-22bc-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-12-16 07:31:11.410635 | fa163e2b-8431-263f-22bc-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:55.837501 | 0.25s 2025-12-16 07:31:11.435920 | fa163e2b-8431-263f-22bc-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-12-16 07:31:11.820967 | fa163e2b-8431-263f-22bc-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-12-16 07:31:11.822288 | fa163e2b-8431-263f-22bc-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.249153 | 0.38s 2025-12-16 07:31:11.847647 | fa163e2b-8431-263f-22bc-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-12-16 07:31:11.897644 | fa163e2b-8431-263f-22bc-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-12-16 07:31:11.898782 | fa163e2b-8431-263f-22bc-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.325645 | 0.05s 2025-12-16 07:31:11.924682 | fa163e2b-8431-263f-22bc-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-12-16 07:31:12.188517 | fa163e2b-8431-263f-22bc-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-12-16 07:31:12.189817 | fa163e2b-8431-263f-22bc-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:56.616683 | 0.26s 2025-12-16 07:31:12.215150 | fa163e2b-8431-263f-22bc-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-12-16 07:31:12.254043 | fa163e2b-8431-263f-22bc-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:56.680904 | 0.04s 2025-12-16 07:31:12.280720 | 9fbcb6dc-ecd4-4b35-a7f6-899a6dba4a9e | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-12-16 07:31:12.312363 | fa163e2b-8431-263f-22bc-0000000008f7 | TASK | Set nic_config_file fact 2025-12-16 07:31:12.385859 | fa163e2b-8431-263f-22bc-0000000008f7 | OK | Set nic_config_file fact | standalone 2025-12-16 07:31:12.387010 | fa163e2b-8431-263f-22bc-0000000008f7 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:56.813875 | 0.07s 2025-12-16 07:31:12.412200 | fa163e2b-8431-263f-22bc-0000000008f8 | TASK | Render overidden network config 2025-12-16 07:31:12.472594 | fa163e2b-8431-263f-22bc-0000000008f8 | SKIPPED | Render overidden network config | standalone 2025-12-16 07:31:12.473852 | fa163e2b-8431-263f-22bc-0000000008f8 | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:56.900716 | 0.06s 2025-12-16 07:31:12.499240 | fa163e2b-8431-263f-22bc-0000000008f9 | TASK | Render network_config 2025-12-16 07:31:12.571034 | fa163e2b-8431-263f-22bc-0000000008f9 | SKIPPED | Render network_config | standalone 2025-12-16 07:31:12.572199 | fa163e2b-8431-263f-22bc-0000000008f9 | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:56.999062 | 0.07s 2025-12-16 07:31:12.597101 | fa163e2b-8431-263f-22bc-0000000008fa | TASK | Render network_config from template 2025-12-16 07:31:13.101644 | fa163e2b-8431-263f-22bc-0000000008fa | CHANGED | Render network_config from template | standalone 2025-12-16 07:31:13.103256 | fa163e2b-8431-263f-22bc-0000000008fa | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:57.530119 | 0.50s 2025-12-16 07:31:13.129399 | fa163e2b-8431-263f-22bc-0000000008fb | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=409707025117.43035 2025-12-16 07:31:17.130527 | fa163e2b-8431-263f-22bc-0000000008fb | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-12-16 07:31:17.132495 | fa163e2b-8431-263f-22bc-0000000008fb | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:01.559359 | 4.00s 2025-12-16 07:31:17.160100 | fa163e2b-8431-263f-22bc-000000000064 | TASK | Write rc of NetworkConfig script 2025-12-16 07:31:17.668597 | fa163e2b-8431-263f-22bc-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-12-16 07:31:17.670003 | fa163e2b-8431-263f-22bc-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.096867 | 0.51s 2025-12-16 07:31:17.694849 | fa163e2b-8431-263f-22bc-000000000065 | TASK | Disable cloud-init network config 2025-12-16 07:31:18.180214 | fa163e2b-8431-263f-22bc-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-12-16 07:31:18.181839 | fa163e2b-8431-263f-22bc-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:02.608701 | 0.49s 2025-12-16 07:31:18.207229 | fa163e2b-8431-263f-22bc-000000000066 | TASK | Ensure network service is enabled 2025-12-16 07:31:18.617250 | fa163e2b-8431-263f-22bc-000000000066 | OK | Ensure network service is enabled | standalone 2025-12-16 07:31:18.619095 | fa163e2b-8431-263f-22bc-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.045959 | 0.41s PLAY [Server network validation] *********************************************** 2025-12-16 07:31:18.800531 | fa163e2b-8431-263f-22bc-000000000096 | TASK | Basic Network Validation 2025-12-16 07:31:18.828665 | fa163e2b-8431-263f-22bc-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:03.255521 | 0.03s 2025-12-16 07:31:18.879530 | fa163e2b-8431-263f-22bc-000000000933 | TASK | Collect default network fact 2025-12-16 07:31:19.382583 | fa163e2b-8431-263f-22bc-000000000933 | OK | Collect default network fact | standalone 2025-12-16 07:31:19.383822 | fa163e2b-8431-263f-22bc-000000000933 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:03.810687 | 0.50s 2025-12-16 07:31:19.407817 | fa163e2b-8431-263f-22bc-000000000934 | TASK | Check Default IPv4 Gateway availability 2025-12-16 07:31:19.435534 | fa163e2b-8431-263f-22bc-000000000934 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-12-16 07:31:19.436860 | fa163e2b-8431-263f-22bc-000000000934 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:03.863722 | 0.03s 2025-12-16 07:31:19.463712 | fa163e2b-8431-263f-22bc-000000000935 | TASK | Check all networks Gateway availability 2025-12-16 07:31:19.492879 | fa163e2b-8431-263f-22bc-000000000935 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:03.919733 | 0.03s 2025-12-16 07:31:19.518642 | fa163e2b-8431-263f-22bc-000000000937 | TASK | Check Controllers availability 2025-12-16 07:31:19.581286 | fa163e2b-8431-263f-22bc-000000000937 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-12-16 07:31:19.590129 | fa163e2b-8431-263f-22bc-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-12-16 07:31:19.600021 | fa163e2b-8431-263f-22bc-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-12-16 07:31:19.609116 | fa163e2b-8431-263f-22bc-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-12-16 07:31:19.616558 | fa163e2b-8431-263f-22bc-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-12-16 07:31:19.621760 | fa163e2b-8431-263f-22bc-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-12-16 07:31:19.629067 | fa163e2b-8431-263f-22bc-000000000937 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:04.055914 | 0.11s 2025-12-16 07:31:19.658731 | fa163e2b-8431-263f-22bc-000000000939 | TASK | Verify the configured FQDN vs /etc/hosts 2025-12-16 07:31:19.688477 | fa163e2b-8431-263f-22bc-000000000939 | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-12-16 07:31:19.689843 | fa163e2b-8431-263f-22bc-000000000939 | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.116699 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-12-16 07:31:19.867611 | fa163e2b-8431-263f-22bc-00000000009a | TASK | Server pre deployments 2025-12-16 07:31:19.895018 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-00000000009a') missing from stats 2025-12-16 07:31:19.918323 | fa163e2b-8431-263f-22bc-00000000009e | TASK | Hiera config 2025-12-16 07:31:19.946214 | fa163e2b-8431-263f-22bc-00000000009e | TIMING | Hiera config | standalone | 0:01:04.373080 | 0.03s 2025-12-16 07:31:19.991311 | fa163e2b-8431-263f-22bc-00000000098c | TASK | Create /etc/puppet/hieradata 2025-12-16 07:31:20.231096 | fa163e2b-8431-263f-22bc-00000000098c | OK | Create /etc/puppet/hieradata | standalone 2025-12-16 07:31:20.232628 | fa163e2b-8431-263f-22bc-00000000098c | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:04.659489 | 0.24s 2025-12-16 07:31:20.258233 | fa163e2b-8431-263f-22bc-00000000098d | TASK | Write hiera config 2025-12-16 07:31:20.728408 | fa163e2b-8431-263f-22bc-00000000098d | OK | Write hiera config | standalone 2025-12-16 07:31:20.729833 | fa163e2b-8431-263f-22bc-00000000098d | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.156698 | 0.47s 2025-12-16 07:31:20.776516 | fa163e2b-8431-263f-22bc-00000000009f | TASK | Hiera symlink 2025-12-16 07:31:20.999024 | fa163e2b-8431-263f-22bc-00000000009f | OK | Hiera symlink | standalone 2025-12-16 07:31:21.000387 | fa163e2b-8431-263f-22bc-00000000009f | TIMING | Hiera symlink | standalone | 0:01:05.427252 | 0.22s 2025-12-16 07:31:21.024884 | fa163e2b-8431-263f-22bc-0000000000a0 | TASK | Hieradata from vars 2025-12-16 07:31:21.052925 | fa163e2b-8431-263f-22bc-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:05.479786 | 0.03s 2025-12-16 07:31:21.111328 | fa163e2b-8431-263f-22bc-0000000009e7 | TASK | Copy overcloud.json to all_nodes.json 2025-12-16 07:31:21.583085 | fa163e2b-8431-263f-22bc-0000000009e7 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-12-16 07:31:21.584421 | fa163e2b-8431-263f-22bc-0000000009e7 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:06.011285 | 0.47s 2025-12-16 07:31:21.608716 | fa163e2b-8431-263f-22bc-0000000009e8 | TASK | Render hieradata from template 2025-12-16 07:31:22.139080 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-12-16 07:31:22.141661 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.568521 | 0.53s 2025-12-16 07:31:22.636819 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=vip_data 2025-12-16 07:31:22.637871 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.064738 | 1.03s 2025-12-16 07:31:23.175456 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=net_ip_map 2025-12-16 07:31:23.176548 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.603413 | 1.57s 2025-12-16 07:31:23.682666 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=cloud_domain 2025-12-16 07:31:23.683664 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.110532 | 2.07s 2025-12-16 07:31:24.182316 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=fqdn 2025-12-16 07:31:24.183290 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.610158 | 2.57s 2025-12-16 07:31:24.601988 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=service_names 2025-12-16 07:31:24.604302 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.031171 | 2.99s 2025-12-16 07:31:25.086112 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=service_configs 2025-12-16 07:31:25.087273 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.514139 | 3.48s 2025-12-16 07:31:25.564939 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=extraconfig 2025-12-16 07:31:25.565917 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.992783 | 3.96s 2025-12-16 07:31:26.043675 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-12-16 07:31:26.044837 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.471701 | 4.43s 2025-12-16 07:31:27.261452 | fa163e2b-8431-263f-22bc-0000000009e8 | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-16 07:31:27.262216 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.689089 | 5.65s 2025-12-16 07:31:27.273237 | fa163e2b-8431-263f-22bc-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.700097 | 5.66s 2025-12-16 07:31:27.325271 | fa163e2b-8431-263f-22bc-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-12-16 07:31:27.353874 | fa163e2b-8431-263f-22bc-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:11.780735 | 0.03s 2025-12-16 07:31:27.422455 | fa163e2b-8431-263f-22bc-000000000a8c | TASK | Check for hieradata file 2025-12-16 07:31:27.641477 | fa163e2b-8431-263f-22bc-000000000a8c | OK | Check for hieradata file | standalone 2025-12-16 07:31:27.642630 | fa163e2b-8431-263f-22bc-000000000a8c | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.069496 | 0.22s 2025-12-16 07:31:27.667582 | fa163e2b-8431-263f-22bc-000000000a8e | TASK | Get existing data 2025-12-16 07:31:27.716603 | fa163e2b-8431-263f-22bc-000000000a8e | SKIPPED | Get existing data | standalone 2025-12-16 07:31:27.717628 | fa163e2b-8431-263f-22bc-000000000a8e | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.144494 | 0.05s 2025-12-16 07:31:27.741777 | fa163e2b-8431-263f-22bc-000000000a8f | TASK | Set data fact 2025-12-16 07:31:27.790927 | fa163e2b-8431-263f-22bc-000000000a8f | SKIPPED | Set data fact | standalone 2025-12-16 07:31:27.792054 | fa163e2b-8431-263f-22bc-000000000a8f | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.218911 | 0.05s 2025-12-16 07:31:27.817104 | fa163e2b-8431-263f-22bc-000000000a91 | TASK | Write ansible hieradata file 2025-12-16 07:31:28.326441 | fa163e2b-8431-263f-22bc-000000000a91 | OK | Write ansible hieradata file | standalone 2025-12-16 07:31:28.327931 | fa163e2b-8431-263f-22bc-000000000a91 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:12.754794 | 0.51s 2025-12-16 07:31:28.424234 | fa163e2b-8431-263f-22bc-0000000000a2 | TIMING | include_tasks | standalone | 0:01:12.851093 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-12-16 07:31:28.578638 | fa163e2b-8431-263f-22bc-0000000000a6 | TASK | Host prep steps 2025-12-16 07:31:28.605349 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000a6') missing from stats 2025-12-16 07:31:28.709968 | fa163e2b-8431-263f-22bc-0000000000a7 | TASK | Deploy Artifacts 2025-12-16 07:31:28.822141 | fa163e2b-8431-263f-22bc-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-12-16 07:31:28.823332 | fa163e2b-8431-263f-22bc-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.250193 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-16 07:31:28.888509 | fa163e2b-8431-263f-22bc-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.315369 | 0.04s 2025-12-16 07:31:29.056483 | 8b6579ed-0c05-4775-9175-2872eff111a9 | INCLUDED | /root/standalone-ansible-x_cpl4b4/Standalone/host_prep_tasks.yaml | standalone 2025-12-16 07:31:29.109500 | fa163e2b-8431-263f-22bc-000000000b0c | TASK | Run firewall role 2025-12-16 07:31:29.134240 | fa163e2b-8431-263f-22bc-000000000b0c | TIMING | Run firewall role | standalone | 0:01:13.561110 | 0.02s 2025-12-16 07:31:29.182992 | fa163e2b-8431-263f-22bc-000000000c01 | TASK | Gather variables for each operating system 2025-12-16 07:31:29.306843 | fa163e2b-8431-263f-22bc-000000000c01 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-12-16 07:31:29.308748 | fa163e2b-8431-263f-22bc-000000000c01 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.735609 | 0.13s 2025-12-16 07:31:29.318869 | fa163e2b-8431-263f-22bc-000000000c01 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.745732 | 0.14s 2025-12-16 07:31:29.343642 | fa163e2b-8431-263f-22bc-000000000c02 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-12-16 07:31:32.261305 | fa163e2b-8431-263f-22bc-000000000c02 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-12-16 07:31:32.262632 | fa163e2b-8431-263f-22bc-000000000c02 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:16.689497 | 2.92s 2025-12-16 07:31:32.288549 | fa163e2b-8431-263f-22bc-000000000c06 | TASK | Create empty var for masquerade rules 2025-12-16 07:31:32.328208 | fa163e2b-8431-263f-22bc-000000000c06 | OK | Create empty var for masquerade rules | standalone 2025-12-16 07:31:32.329468 | fa163e2b-8431-263f-22bc-000000000c06 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:16.756331 | 0.04s 2025-12-16 07:31:32.355673 | fa163e2b-8431-263f-22bc-000000000c07 | TASK | Enable masquerade 2025-12-16 07:31:32.398606 | fa163e2b-8431-263f-22bc-000000000c07 | SKIPPED | Enable masquerade | standalone 2025-12-16 07:31:32.399814 | fa163e2b-8431-263f-22bc-000000000c07 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:16.826678 | 0.04s 2025-12-16 07:31:32.424107 | fa163e2b-8431-263f-22bc-000000000c08 | TASK | Set the default frontend firewall rules 2025-12-16 07:31:32.455471 | fa163e2b-8431-263f-22bc-000000000c08 | OK | Set the default frontend firewall rules | standalone 2025-12-16 07:31:32.456550 | fa163e2b-8431-263f-22bc-000000000c08 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:16.883416 | 0.03s 2025-12-16 07:31:32.480913 | fa163e2b-8431-263f-22bc-000000000c0b | TASK | Set frontend rule fact (non-ssl rules) 2025-12-16 07:31:32.530795 | fa163e2b-8431-263f-22bc-000000000c0b | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-12-16 07:31:32.533448 | fa163e2b-8431-263f-22bc-000000000c0b | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.960313 | 0.05s 2025-12-16 07:31:32.558341 | fa163e2b-8431-263f-22bc-000000000c0c | TASK | Set frontend rule fact (ssl rules) 2025-12-16 07:31:32.598005 | fa163e2b-8431-263f-22bc-000000000c0c | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-16 07:31:32.599121 | fa163e2b-8431-263f-22bc-000000000c0c | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.025984 | 0.04s 2025-12-16 07:31:32.623358 | fa163e2b-8431-263f-22bc-000000000c0e | TASK | Set frontend rule fact (non-ssl rules) 2025-12-16 07:31:32.655122 | fa163e2b-8431-263f-22bc-000000000c0e | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-12-16 07:31:32.656586 | fa163e2b-8431-263f-22bc-000000000c0e | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.083439 | 0.03s 2025-12-16 07:31:32.681034 | fa163e2b-8431-263f-22bc-000000000c0f | TASK | Set frontend rule fact (ssl rules) 2025-12-16 07:31:32.713104 | fa163e2b-8431-263f-22bc-000000000c0f | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-16 07:31:32.714186 | fa163e2b-8431-263f-22bc-000000000c0f | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.141049 | 0.03s 2025-12-16 07:31:32.743591 | fa163e2b-8431-263f-22bc-000000000c11 | TASK | Enable LOG rules 2025-12-16 07:31:32.772034 | fa163e2b-8431-263f-22bc-000000000c11 | SKIPPED | Enable LOG rules | standalone 2025-12-16 07:31:32.773190 | fa163e2b-8431-263f-22bc-000000000c11 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.200053 | 0.03s 2025-12-16 07:31:32.798547 | fa163e2b-8431-263f-22bc-000000000c12 | TASK | Set rule fact 2025-12-16 07:31:32.904779 | fa163e2b-8431-263f-22bc-000000000c12 | OK | Set rule fact | standalone 2025-12-16 07:31:32.906193 | fa163e2b-8431-263f-22bc-000000000c12 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.333066 | 0.11s 2025-12-16 07:31:32.930893 | fa163e2b-8431-263f-22bc-000000000c13 | TASK | Manage rules via nftables 2025-12-16 07:31:32.958877 | fa163e2b-8431-263f-22bc-000000000c13 | TIMING | Manage rules via nftables | standalone | 0:01:17.385736 | 0.03s 2025-12-16 07:31:33.042987 | fa163e2b-8431-263f-22bc-000000000ca1 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.469851 | 0.03s 2025-12-16 07:31:33.057012 | 4a2157f1-aefc-4f74-ab87-bb2201f0411b | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-12-16 07:31:33.081367 | fa163e2b-8431-263f-22bc-000000000cca | TASK | Ensure legacy iptables services are off 2025-12-16 07:31:33.475136 | fa163e2b-8431-263f-22bc-000000000cca | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-12-16 07:31:33.477943 | fa163e2b-8431-263f-22bc-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.904801 | 0.40s 2025-12-16 07:31:33.792172 | fa163e2b-8431-263f-22bc-000000000cca | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-12-16 07:31:33.793650 | fa163e2b-8431-263f-22bc-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.220516 | 0.71s 2025-12-16 07:31:33.803812 | fa163e2b-8431-263f-22bc-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.230671 | 0.72s 2025-12-16 07:31:33.832217 | fa163e2b-8431-263f-22bc-000000000ccb | TASK | Ensure nftables service is enabled and running 2025-12-16 07:31:34.596016 | fa163e2b-8431-263f-22bc-000000000ccb | CHANGED | Ensure nftables service is enabled and running | standalone 2025-12-16 07:31:34.598263 | fa163e2b-8431-263f-22bc-000000000ccb | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.025120 | 0.76s 2025-12-16 07:31:34.625136 | fa163e2b-8431-263f-22bc-000000000ccc | TASK | Empty nftables from anything that may lay around 2025-12-16 07:31:34.665013 | fa163e2b-8431-263f-22bc-000000000ccc | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-12-16 07:31:34.666172 | fa163e2b-8431-263f-22bc-000000000ccc | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.093029 | 0.04s 2025-12-16 07:31:34.719188 | fa163e2b-8431-263f-22bc-000000000ca2 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.146049 | 0.03s 2025-12-16 07:31:34.754458 | 3330b55a-d0a8-4278-b7ee-5e463d4809af | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-12-16 07:31:34.789372 | fa163e2b-8431-263f-22bc-000000000cfb | TASK | Push empty ruleset 2025-12-16 07:31:35.253851 | fa163e2b-8431-263f-22bc-000000000cfb | CHANGED | Push empty ruleset | standalone 2025-12-16 07:31:35.254600 | fa163e2b-8431-263f-22bc-000000000cfb | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:19.681473 | 0.46s 2025-12-16 07:31:35.272003 | fa163e2b-8431-263f-22bc-000000000cfc | TASK | Load empty ruleset 2025-12-16 07:31:35.539795 | fa163e2b-8431-263f-22bc-000000000cfc | CHANGED | Load empty ruleset | standalone 2025-12-16 07:31:35.541064 | fa163e2b-8431-263f-22bc-000000000cfc | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:19.967929 | 0.27s 2025-12-16 07:31:35.566035 | fa163e2b-8431-263f-22bc-000000000cfe | TASK | Use default rules 2025-12-16 07:31:35.650305 | fa163e2b-8431-263f-22bc-000000000cfe | OK | Use default rules | standalone 2025-12-16 07:31:35.653778 | fa163e2b-8431-263f-22bc-000000000cfe | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.080635 | 0.09s 2025-12-16 07:31:35.681548 | fa163e2b-8431-263f-22bc-000000000cff | TASK | Enable LOG rules 2025-12-16 07:31:35.765434 | fa163e2b-8431-263f-22bc-000000000cff | OK | Enable LOG rules | standalone 2025-12-16 07:31:35.768775 | fa163e2b-8431-263f-22bc-000000000cff | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.195633 | 0.09s 2025-12-16 07:31:35.797194 | fa163e2b-8431-263f-22bc-000000000d01 | TASK | Get current nftables content 2025-12-16 07:31:36.029851 | fa163e2b-8431-263f-22bc-000000000d01 | CHANGED | Get current nftables content | standalone 2025-12-16 07:31:36.031210 | fa163e2b-8431-263f-22bc-000000000d01 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.458069 | 0.23s 2025-12-16 07:31:36.058297 | fa163e2b-8431-263f-22bc-000000000d03 | TASK | Generate chain jumps 2025-12-16 07:31:36.567998 | fa163e2b-8431-263f-22bc-000000000d03 | CHANGED | Generate chain jumps | standalone 2025-12-16 07:31:36.569420 | fa163e2b-8431-263f-22bc-000000000d03 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:20.996280 | 0.51s 2025-12-16 07:31:36.595003 | fa163e2b-8431-263f-22bc-000000000d04 | TASK | Generate chain jumps 2025-12-16 07:31:37.252998 | fa163e2b-8431-263f-22bc-000000000d04 | CHANGED | Generate chain jumps | standalone 2025-12-16 07:31:37.254385 | fa163e2b-8431-263f-22bc-000000000d04 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.681249 | 0.66s 2025-12-16 07:31:37.279804 | fa163e2b-8431-263f-22bc-000000000d05 | TASK | Generate nft flushes 2025-12-16 07:31:37.734457 | fa163e2b-8431-263f-22bc-000000000d05 | CHANGED | Generate nft flushes | standalone 2025-12-16 07:31:37.735866 | fa163e2b-8431-263f-22bc-000000000d05 | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.162731 | 0.45s 2025-12-16 07:31:37.761387 | fa163e2b-8431-263f-22bc-000000000d06 | TASK | Generate nft tripleo chains 2025-12-16 07:31:38.261155 | fa163e2b-8431-263f-22bc-000000000d06 | CHANGED | Generate nft tripleo chains | standalone 2025-12-16 07:31:38.262483 | fa163e2b-8431-263f-22bc-000000000d06 | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:22.689347 | 0.50s 2025-12-16 07:31:38.287513 | fa163e2b-8431-263f-22bc-000000000d07 | TASK | Generate nft ruleset in static file 2025-12-16 07:31:39.760163 | fa163e2b-8431-263f-22bc-000000000d07 | CHANGED | Generate nft ruleset in static file | standalone 2025-12-16 07:31:39.761001 | fa163e2b-8431-263f-22bc-000000000d07 | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.187873 | 1.47s 2025-12-16 07:31:39.778206 | fa163e2b-8431-263f-22bc-000000000d09 | TASK | Validate all of the generated content before loading 2025-12-16 07:31:40.357931 | fa163e2b-8431-263f-22bc-000000000d09 | CHANGED | Validate all of the generated content before loading | standalone 2025-12-16 07:31:40.359284 | fa163e2b-8431-263f-22bc-000000000d09 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:24.786148 | 0.58s 2025-12-16 07:31:40.384403 | fa163e2b-8431-263f-22bc-000000000d0a | TASK | Ensure we load our different nft rulesets on boot 2025-12-16 07:31:40.643447 | fa163e2b-8431-263f-22bc-000000000d0a | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-12-16 07:31:40.644731 | fa163e2b-8431-263f-22bc-000000000d0a | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.071568 | 0.26s 2025-12-16 07:31:40.698129 | fa163e2b-8431-263f-22bc-000000000ca3 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.124989 | 0.03s 2025-12-16 07:31:40.716791 | 22fee814-d64c-47bd-91e2-bd8eedfa5f7d | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-12-16 07:31:40.767985 | fa163e2b-8431-263f-22bc-000000000d72 | TASK | Inject our custom chains in nftables 2025-12-16 07:31:40.997621 | fa163e2b-8431-263f-22bc-000000000d72 | CHANGED | Inject our custom chains in nftables | standalone 2025-12-16 07:31:40.998930 | fa163e2b-8431-263f-22bc-000000000d72 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:25.425794 | 0.23s 2025-12-16 07:31:41.023776 | fa163e2b-8431-263f-22bc-000000000d73 | TASK | Reload custom nftables ruleset files 2025-12-16 07:31:41.307839 | fa163e2b-8431-263f-22bc-000000000d73 | CHANGED | Reload custom nftables ruleset files | standalone 2025-12-16 07:31:41.309143 | fa163e2b-8431-263f-22bc-000000000d73 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:25.736007 | 0.28s 2025-12-16 07:31:41.378804 | fa163e2b-8431-263f-22bc-000000000b0d | TASK | create persistent directories 2025-12-16 07:31:41.628523 | fa163e2b-8431-263f-22bc-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-12-16 07:31:41.631220 | fa163e2b-8431-263f-22bc-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.058078 | 0.25s 2025-12-16 07:31:41.789466 | fa163e2b-8431-263f-22bc-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-12-16 07:31:41.791367 | fa163e2b-8431-263f-22bc-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.218232 | 0.41s 2025-12-16 07:31:41.801927 | fa163e2b-8431-263f-22bc-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.228789 | 0.42s 2025-12-16 07:31:41.826277 | fa163e2b-8431-263f-22bc-000000000b0e | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-12-16 07:31:42.906958 | fa163e2b-8431-263f-22bc-000000000b0e | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-12-16 07:31:42.908567 | fa163e2b-8431-263f-22bc-000000000b0e | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:27.335431 | 1.08s 2025-12-16 07:31:42.932578 | fa163e2b-8431-263f-22bc-000000000b0f | TASK | create persistent directories 2025-12-16 07:31:43.183010 | fa163e2b-8431-263f-22bc-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-16 07:31:43.185197 | fa163e2b-8431-263f-22bc-000000000b0f | TIMING | create persistent directories | standalone | 0:01:27.612053 | 0.25s 2025-12-16 07:31:43.407629 | fa163e2b-8431-263f-22bc-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-12-16 07:31:43.409178 | fa163e2b-8431-263f-22bc-000000000b0f | TIMING | create persistent directories | standalone | 0:01:27.836046 | 0.48s 2025-12-16 07:31:43.419941 | fa163e2b-8431-263f-22bc-000000000b0f | TIMING | create persistent directories | standalone | 0:01:27.846802 | 0.49s 2025-12-16 07:31:43.444498 | fa163e2b-8431-263f-22bc-000000000b10 | TASK | create fcontext entry for cinder data 2025-12-16 07:31:44.750519 | fa163e2b-8431-263f-22bc-000000000b10 | CHANGED | create fcontext entry for cinder data | standalone 2025-12-16 07:31:44.751955 | fa163e2b-8431-263f-22bc-000000000b10 | TIMING | create fcontext entry for cinder data | standalone | 0:01:29.178820 | 1.31s 2025-12-16 07:31:44.776438 | fa163e2b-8431-263f-22bc-000000000b11 | TASK | create persistent directories 2025-12-16 07:31:45.040979 | fa163e2b-8431-263f-22bc-000000000b11 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-16 07:31:45.043150 | fa163e2b-8431-263f-22bc-000000000b11 | TIMING | create persistent directories | standalone | 0:01:29.470010 | 0.27s 2025-12-16 07:31:45.258119 | fa163e2b-8431-263f-22bc-000000000b11 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-12-16 07:31:45.259275 | fa163e2b-8431-263f-22bc-000000000b11 | TIMING | create persistent directories | standalone | 0:01:29.686141 | 0.48s 2025-12-16 07:31:45.265670 | fa163e2b-8431-263f-22bc-000000000b11 | TIMING | create persistent directories | standalone | 0:01:29.692529 | 0.49s 2025-12-16 07:31:45.291035 | fa163e2b-8431-263f-22bc-000000000b12 | TASK | ensure ceph configurations exist 2025-12-16 07:31:45.546738 | fa163e2b-8431-263f-22bc-000000000b12 | CHANGED | ensure ceph configurations exist | standalone 2025-12-16 07:31:45.548022 | fa163e2b-8431-263f-22bc-000000000b12 | TIMING | ensure ceph configurations exist | standalone | 0:01:29.974888 | 0.26s 2025-12-16 07:31:45.571575 | fa163e2b-8431-263f-22bc-000000000b13 | TASK | create persistent directories 2025-12-16 07:31:45.807554 | fa163e2b-8431-263f-22bc-000000000b13 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-16 07:31:45.808999 | fa163e2b-8431-263f-22bc-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.235860 | 0.24s 2025-12-16 07:31:45.815027 | fa163e2b-8431-263f-22bc-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.241887 | 0.24s 2025-12-16 07:31:45.841743 | fa163e2b-8431-263f-22bc-000000000b15 | TASK | Create cinder image conversion directory 2025-12-16 07:31:45.870159 | fa163e2b-8431-263f-22bc-000000000b15 | SKIPPED | Create cinder image conversion directory | standalone 2025-12-16 07:31:45.871224 | fa163e2b-8431-263f-22bc-000000000b15 | TIMING | Create cinder image conversion directory | standalone | 0:01:30.298089 | 0.03s 2025-12-16 07:31:45.895015 | fa163e2b-8431-263f-22bc-000000000b16 | TASK | Mount cinder's image conversion NFS share 2025-12-16 07:31:45.923746 | fa163e2b-8431-263f-22bc-000000000b16 | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-12-16 07:31:45.924811 | fa163e2b-8431-263f-22bc-000000000b16 | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:30.351676 | 0.03s 2025-12-16 07:31:45.948286 | fa163e2b-8431-263f-22bc-000000000b18 | TASK | cinder_configure_lvm fact 2025-12-16 07:31:45.979073 | fa163e2b-8431-263f-22bc-000000000b18 | OK | cinder_configure_lvm fact | standalone 2025-12-16 07:31:45.980170 | fa163e2b-8431-263f-22bc-000000000b18 | TIMING | cinder_configure_lvm fact | standalone | 0:01:30.407033 | 0.03s 2025-12-16 07:31:46.003856 | fa163e2b-8431-263f-22bc-000000000b1a | TASK | ensure LVM rpm dependencies are installed 2025-12-16 07:31:46.033016 | fa163e2b-8431-263f-22bc-000000000b1a | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-12-16 07:31:46.035636 | fa163e2b-8431-263f-22bc-000000000b1a | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:30.462499 | 0.03s 2025-12-16 07:31:46.059270 | fa163e2b-8431-263f-22bc-000000000b1b | TASK | cinder create LVM volume group dd 2025-12-16 07:31:46.086483 | fa163e2b-8431-263f-22bc-000000000b1b | SKIPPED | cinder create LVM volume group dd | standalone 2025-12-16 07:31:46.087586 | fa163e2b-8431-263f-22bc-000000000b1b | TIMING | cinder create LVM volume group dd | standalone | 0:01:30.514451 | 0.03s 2025-12-16 07:31:46.111518 | fa163e2b-8431-263f-22bc-000000000b1c | TASK | Get or create LVM loopback device 2025-12-16 07:31:46.144628 | fa163e2b-8431-263f-22bc-000000000b1c | SKIPPED | Get or create LVM loopback device | standalone 2025-12-16 07:31:46.145812 | fa163e2b-8431-263f-22bc-000000000b1c | TIMING | Get or create LVM loopback device | standalone | 0:01:30.572677 | 0.03s 2025-12-16 07:31:46.169772 | fa163e2b-8431-263f-22bc-000000000b1d | TASK | Create LVM volume group 2025-12-16 07:31:46.200851 | fa163e2b-8431-263f-22bc-000000000b1d | SKIPPED | Create LVM volume group | standalone 2025-12-16 07:31:46.201890 | fa163e2b-8431-263f-22bc-000000000b1d | TIMING | Create LVM volume group | standalone | 0:01:30.628754 | 0.03s 2025-12-16 07:31:46.226117 | fa163e2b-8431-263f-22bc-000000000b1e | TASK | cinder create service to run losetup for LVM on startup 2025-12-16 07:31:46.255650 | fa163e2b-8431-263f-22bc-000000000b1e | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-12-16 07:31:46.256758 | fa163e2b-8431-263f-22bc-000000000b1e | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:30.683624 | 0.03s 2025-12-16 07:31:46.280359 | fa163e2b-8431-263f-22bc-000000000b1f | TASK | cinder enable the LVM losetup service 2025-12-16 07:31:46.309872 | fa163e2b-8431-263f-22bc-000000000b1f | SKIPPED | cinder enable the LVM losetup service | standalone 2025-12-16 07:31:46.310931 | fa163e2b-8431-263f-22bc-000000000b1f | TIMING | cinder enable the LVM losetup service | standalone | 0:01:30.737797 | 0.03s 2025-12-16 07:31:46.334928 | fa163e2b-8431-263f-22bc-000000000b21 | TASK | allow logrotate to read inside containers 2025-12-16 07:31:47.294785 | fa163e2b-8431-263f-22bc-000000000b21 | CHANGED | allow logrotate to read inside containers | standalone 2025-12-16 07:31:47.296398 | fa163e2b-8431-263f-22bc-000000000b21 | TIMING | allow logrotate to read inside containers | standalone | 0:01:31.723262 | 0.96s 2025-12-16 07:31:47.320322 | fa163e2b-8431-263f-22bc-000000000b22 | TASK | authorize httpd to listen on registry ports 2025-12-16 07:31:49.592372 | fa163e2b-8431-263f-22bc-000000000b22 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-12-16 07:31:49.594176 | fa163e2b-8431-263f-22bc-000000000b22 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:34.021039 | 2.27s 2025-12-16 07:31:49.650916 | fa163e2b-8431-263f-22bc-000000000b24 | OK | set_fact | standalone 2025-12-16 07:31:49.652112 | fa163e2b-8431-263f-22bc-000000000b24 | TIMING | set_fact | standalone | 0:01:34.078978 | 0.03s 2025-12-16 07:31:49.706987 | fa163e2b-8431-263f-22bc-000000000b25 | TIMING | include_role : tripleo_image_serve | standalone | 0:01:34.133847 | 0.03s 2025-12-16 07:31:49.762238 | fa163e2b-8431-263f-22bc-000000000eab | TASK | ensure apache is installed 2025-12-16 07:31:56.256498 | fa163e2b-8431-263f-22bc-000000000eab | CHANGED | ensure apache is installed | standalone 2025-12-16 07:31:56.258756 | fa163e2b-8431-263f-22bc-000000000eab | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:40.685617 | 6.50s 2025-12-16 07:31:56.285094 | fa163e2b-8431-263f-22bc-000000000eac | TASK | create image data directory 2025-12-16 07:31:56.552193 | fa163e2b-8431-263f-22bc-000000000eac | CHANGED | create image data directory | standalone 2025-12-16 07:31:56.553911 | fa163e2b-8431-263f-22bc-000000000eac | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:40.980775 | 0.27s 2025-12-16 07:31:56.579208 | fa163e2b-8431-263f-22bc-000000000ead | TASK | create /v2/ response file 2025-12-16 07:31:57.093412 | fa163e2b-8431-263f-22bc-000000000ead | CHANGED | create /v2/ response file | standalone 2025-12-16 07:31:57.094901 | fa163e2b-8431-263f-22bc-000000000ead | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:41.521765 | 0.51s 2025-12-16 07:31:57.119732 | fa163e2b-8431-263f-22bc-000000000eae | TASK | Add listen line 2025-12-16 07:31:57.488213 | fa163e2b-8431-263f-22bc-000000000eae | CHANGED | Add listen line | standalone 2025-12-16 07:31:57.489570 | fa163e2b-8431-263f-22bc-000000000eae | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:41.916435 | 0.37s 2025-12-16 07:31:57.514192 | fa163e2b-8431-263f-22bc-000000000eaf | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-12-16 07:31:58.010642 | fa163e2b-8431-263f-22bc-000000000eaf | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-12-16 07:31:58.011734 | fa163e2b-8431-263f-22bc-000000000eaf | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:42.438604 | 0.50s 2025-12-16 07:31:58.031430 | fa163e2b-8431-263f-22bc-000000000eb0 | TASK | Image-Serve | restart httpd 2025-12-16 07:31:59.102531 | fa163e2b-8431-263f-22bc-000000000eb0 | CHANGED | Image-Serve | restart httpd | standalone 2025-12-16 07:31:59.104347 | fa163e2b-8431-263f-22bc-000000000eb0 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:43.531210 | 1.07s 2025-12-16 07:31:59.152086 | fa163e2b-8431-263f-22bc-000000000b27 | TASK | create persistent logs directory 2025-12-16 07:31:59.391866 | fa163e2b-8431-263f-22bc-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-12-16 07:31:59.393866 | fa163e2b-8431-263f-22bc-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:43.820726 | 0.24s 2025-12-16 07:31:59.562442 | fa163e2b-8431-263f-22bc-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-12-16 07:31:59.563942 | fa163e2b-8431-263f-22bc-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:43.990808 | 0.41s 2025-12-16 07:31:59.574528 | fa163e2b-8431-263f-22bc-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:44.001395 | 0.42s 2025-12-16 07:31:59.598949 | fa163e2b-8431-263f-22bc-000000000b28 | TASK | Mount NFS on host 2025-12-16 07:31:59.626942 | fa163e2b-8431-263f-22bc-000000000b28 | SKIPPED | Mount NFS on host | standalone 2025-12-16 07:31:59.628042 | fa163e2b-8431-263f-22bc-000000000b28 | TIMING | Mount NFS on host | standalone | 0:01:44.054906 | 0.03s 2025-12-16 07:31:59.651534 | fa163e2b-8431-263f-22bc-000000000b29 | TASK | Mount Node Staging Location 2025-12-16 07:31:59.679097 | fa163e2b-8431-263f-22bc-000000000b29 | SKIPPED | Mount Node Staging Location | standalone 2025-12-16 07:31:59.680154 | fa163e2b-8431-263f-22bc-000000000b29 | TIMING | Mount Node Staging Location | standalone | 0:01:44.107017 | 0.03s 2025-12-16 07:31:59.704176 | fa163e2b-8431-263f-22bc-000000000b2a | TASK | ensure /var/lib/glance exists 2025-12-16 07:31:59.934838 | fa163e2b-8431-263f-22bc-000000000b2a | CHANGED | ensure /var/lib/glance exists | standalone 2025-12-16 07:31:59.936165 | fa163e2b-8431-263f-22bc-000000000b2a | TIMING | ensure /var/lib/glance exists | standalone | 0:01:44.363030 | 0.23s 2025-12-16 07:31:59.959761 | fa163e2b-8431-263f-22bc-000000000b2b | TASK | get parameters 2025-12-16 07:32:00.000118 | fa163e2b-8431-263f-22bc-000000000b2b | OK | get parameters | standalone 2025-12-16 07:32:00.001173 | fa163e2b-8431-263f-22bc-000000000b2b | TIMING | get parameters | standalone | 0:01:44.428039 | 0.04s 2025-12-16 07:32:00.024869 | fa163e2b-8431-263f-22bc-000000000b2d | TASK | get DeployedSSLCertificatePath attributes 2025-12-16 07:32:00.067656 | fa163e2b-8431-263f-22bc-000000000b2d | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-12-16 07:32:00.070420 | fa163e2b-8431-263f-22bc-000000000b2d | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:44.497280 | 0.04s 2025-12-16 07:32:00.094337 | fa163e2b-8431-263f-22bc-000000000b2e | TASK | set is_haproxy_bootstrap_node fact 2025-12-16 07:32:00.136801 | fa163e2b-8431-263f-22bc-000000000b2e | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-12-16 07:32:00.137885 | fa163e2b-8431-263f-22bc-000000000b2e | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:44.564748 | 0.04s 2025-12-16 07:32:00.161812 | fa163e2b-8431-263f-22bc-000000000b2f | TASK | get haproxy status 2025-12-16 07:32:00.204799 | fa163e2b-8431-263f-22bc-000000000b2f | SKIPPED | get haproxy status | standalone 2025-12-16 07:32:00.205883 | fa163e2b-8431-263f-22bc-000000000b2f | TIMING | get haproxy status | standalone | 0:01:44.632748 | 0.04s 2025-12-16 07:32:00.229486 | fa163e2b-8431-263f-22bc-000000000b30 | TASK | get pacemaker status 2025-12-16 07:32:00.272356 | fa163e2b-8431-263f-22bc-000000000b30 | SKIPPED | get pacemaker status | standalone 2025-12-16 07:32:00.273542 | fa163e2b-8431-263f-22bc-000000000b30 | TIMING | get pacemaker status | standalone | 0:01:44.700405 | 0.04s 2025-12-16 07:32:00.297111 | fa163e2b-8431-263f-22bc-000000000b31 | TASK | get docker status 2025-12-16 07:32:00.351972 | fa163e2b-8431-263f-22bc-000000000b31 | SKIPPED | get docker status | standalone 2025-12-16 07:32:00.353038 | fa163e2b-8431-263f-22bc-000000000b31 | TIMING | get docker status | standalone | 0:01:44.779903 | 0.05s 2025-12-16 07:32:00.376794 | fa163e2b-8431-263f-22bc-000000000b32 | TASK | get container_id 2025-12-16 07:32:00.426252 | fa163e2b-8431-263f-22bc-000000000b32 | SKIPPED | get container_id | standalone 2025-12-16 07:32:00.427346 | fa163e2b-8431-263f-22bc-000000000b32 | TIMING | get container_id | standalone | 0:01:44.854171 | 0.05s 2025-12-16 07:32:00.451414 | fa163e2b-8431-263f-22bc-000000000b33 | TASK | get pcs resource name for haproxy container 2025-12-16 07:32:00.496017 | fa163e2b-8431-263f-22bc-000000000b33 | SKIPPED | get pcs resource name for haproxy container | standalone 2025-12-16 07:32:00.497199 | fa163e2b-8431-263f-22bc-000000000b33 | TIMING | get pcs resource name for haproxy container | standalone | 0:01:44.924061 | 0.04s 2025-12-16 07:32:00.521033 | fa163e2b-8431-263f-22bc-000000000b34 | TASK | remove DeployedSSLCertificatePath if is dir 2025-12-16 07:32:00.563414 | fa163e2b-8431-263f-22bc-000000000b34 | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-12-16 07:32:00.564495 | fa163e2b-8431-263f-22bc-000000000b34 | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:44.991357 | 0.04s 2025-12-16 07:32:00.588560 | fa163e2b-8431-263f-22bc-000000000b35 | TASK | push certificate content 2025-12-16 07:32:00.637826 | fa163e2b-8431-263f-22bc-000000000b35 | SKIPPED | push certificate content | standalone 2025-12-16 07:32:00.640058 | fa163e2b-8431-263f-22bc-000000000b35 | TIMING | push certificate content | standalone | 0:01:45.066921 | 0.05s 2025-12-16 07:32:00.663626 | fa163e2b-8431-263f-22bc-000000000b37 | TASK | set certificate ownership 2025-12-16 07:32:00.712791 | fa163e2b-8431-263f-22bc-000000000b37 | SKIPPED | set certificate ownership | standalone 2025-12-16 07:32:00.713982 | fa163e2b-8431-263f-22bc-000000000b37 | TIMING | set certificate ownership | standalone | 0:01:45.140847 | 0.05s 2025-12-16 07:32:00.737756 | fa163e2b-8431-263f-22bc-000000000b38 | TASK | reload haproxy if enabled 2025-12-16 07:32:00.787398 | fa163e2b-8431-263f-22bc-000000000b38 | SKIPPED | reload haproxy if enabled | standalone 2025-12-16 07:32:00.788556 | fa163e2b-8431-263f-22bc-000000000b38 | TIMING | reload haproxy if enabled | standalone | 0:01:45.215420 | 0.05s 2025-12-16 07:32:00.812178 | fa163e2b-8431-263f-22bc-000000000b39 | TASK | restart pacemaker resource for haproxy 2025-12-16 07:32:00.863178 | fa163e2b-8431-263f-22bc-000000000b39 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-12-16 07:32:00.864499 | fa163e2b-8431-263f-22bc-000000000b39 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:45.291362 | 0.05s 2025-12-16 07:32:00.892110 | fa163e2b-8431-263f-22bc-000000000b3b | TASK | copy certificate, chgrp, restart haproxy 2025-12-16 07:32:00.941771 | fa163e2b-8431-263f-22bc-000000000b3b | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-12-16 07:32:00.942821 | fa163e2b-8431-263f-22bc-000000000b3b | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:45.369683 | 0.05s 2025-12-16 07:32:00.966877 | fa163e2b-8431-263f-22bc-000000000b3d | TASK | create persistent directories 2025-12-16 07:32:01.251122 | fa163e2b-8431-263f-22bc-000000000b3d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-12-16 07:32:01.253383 | fa163e2b-8431-263f-22bc-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.680241 | 0.29s 2025-12-16 07:32:01.462015 | fa163e2b-8431-263f-22bc-000000000b3d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-12-16 07:32:01.463116 | fa163e2b-8431-263f-22bc-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.889982 | 0.50s 2025-12-16 07:32:01.469907 | fa163e2b-8431-263f-22bc-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.896767 | 0.50s 2025-12-16 07:32:01.494673 | fa163e2b-8431-263f-22bc-000000000b3e | TASK | Run puppet on the host to apply IPtables rules 2025-12-16 07:32:10.642124 | fa163e2b-8431-263f-22bc-000000000b3e | OK | Run puppet on the host to apply IPtables rules | standalone 2025-12-16 07:32:10.643438 | fa163e2b-8431-263f-22bc-000000000b3e | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:55.070302 | 9.15s 2025-12-16 07:32:10.667672 | fa163e2b-8431-263f-22bc-000000000b3f | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-12-16 07:32:10.750528 | fa163e2b-8431-263f-22bc-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.57 seconds", "Notice: Applied catalog in 0.21 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 50", " Total: 50", "Time:", " Transaction evaluation: 0.21", " Catalog application: 0.21", " Config retrieval: 0.69", " Last run: 1765870330", " Total: 0.21", "Version:", " Config: 1765870329", " 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-16 07:32:10.751664 | fa163e2b-8431-263f-22bc-000000000b3f | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:55.178530 | 0.08s 2025-12-16 07:32:10.775519 | fa163e2b-8431-263f-22bc-000000000b40 | TASK | create persistent directories 2025-12-16 07:32:11.020011 | fa163e2b-8431-263f-22bc-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-16 07:32:11.021187 | fa163e2b-8431-263f-22bc-000000000b40 | TIMING | create persistent directories | standalone | 0:01:55.448054 | 0.24s 2025-12-16 07:32:11.243437 | fa163e2b-8431-263f-22bc-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-12-16 07:32:11.245149 | fa163e2b-8431-263f-22bc-000000000b40 | TIMING | create persistent directories | standalone | 0:01:55.672014 | 0.47s 2025-12-16 07:32:11.255895 | fa163e2b-8431-263f-22bc-000000000b40 | TIMING | create persistent directories | standalone | 0:01:55.682756 | 0.48s 2025-12-16 07:32:11.280400 | fa163e2b-8431-263f-22bc-000000000b41 | TASK | create persistent directories 2025-12-16 07:32:11.529195 | fa163e2b-8431-263f-22bc-000000000b41 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-16 07:32:11.530875 | fa163e2b-8431-263f-22bc-000000000b41 | TIMING | create persistent directories | standalone | 0:01:55.957733 | 0.25s 2025-12-16 07:32:11.735631 | fa163e2b-8431-263f-22bc-000000000b41 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-12-16 07:32:11.737202 | fa163e2b-8431-263f-22bc-000000000b41 | TIMING | create persistent directories | standalone | 0:01:56.164069 | 0.46s 2025-12-16 07:32:11.747873 | fa163e2b-8431-263f-22bc-000000000b41 | TIMING | create persistent directories | standalone | 0:01:56.174733 | 0.47s 2025-12-16 07:32:11.765660 | fa163e2b-8431-263f-22bc-000000000b42 | TASK | create persistent directories 2025-12-16 07:32:12.003772 | fa163e2b-8431-263f-22bc-000000000b42 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-16 07:32:12.005734 | fa163e2b-8431-263f-22bc-000000000b42 | TIMING | create persistent directories | standalone | 0:01:56.432566 | 0.24s 2025-12-16 07:32:12.015982 | fa163e2b-8431-263f-22bc-000000000b42 | TIMING | create persistent directories | standalone | 0:01:56.442844 | 0.25s 2025-12-16 07:32:12.040391 | fa163e2b-8431-263f-22bc-000000000b43 | TASK | create persistent directories 2025-12-16 07:32:12.334316 | fa163e2b-8431-263f-22bc-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-12-16 07:32:12.336590 | fa163e2b-8431-263f-22bc-000000000b43 | TIMING | create persistent directories | standalone | 0:01:56.763449 | 0.29s 2025-12-16 07:32:12.551006 | fa163e2b-8431-263f-22bc-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-12-16 07:32:12.552598 | fa163e2b-8431-263f-22bc-000000000b43 | TIMING | create persistent directories | standalone | 0:01:56.979466 | 0.51s 2025-12-16 07:32:12.742782 | fa163e2b-8431-263f-22bc-000000000b43 | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-12-16 07:32:12.744182 | fa163e2b-8431-263f-22bc-000000000b43 | TIMING | create persistent directories | standalone | 0:01:57.171050 | 0.70s 2025-12-16 07:32:12.918026 | fa163e2b-8431-263f-22bc-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-12-16 07:32:12.919024 | fa163e2b-8431-263f-22bc-000000000b43 | TIMING | create persistent directories | standalone | 0:01:57.345892 | 0.88s 2025-12-16 07:32:12.926642 | fa163e2b-8431-263f-22bc-000000000b43 | TIMING | create persistent directories | standalone | 0:01:57.353499 | 0.88s 2025-12-16 07:32:12.951676 | fa163e2b-8431-263f-22bc-000000000b44 | TASK | ensure /var/tmp/horizon exists on boot 2025-12-16 07:32:13.409101 | fa163e2b-8431-263f-22bc-000000000b44 | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-12-16 07:32:13.409977 | fa163e2b-8431-263f-22bc-000000000b44 | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:57.836849 | 0.46s 2025-12-16 07:32:13.426983 | fa163e2b-8431-263f-22bc-000000000b45 | TASK | create fcontext entry for iscsi 2025-12-16 07:32:14.756271 | fa163e2b-8431-263f-22bc-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-16 07:32:14.757977 | fa163e2b-8431-263f-22bc-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.184836 | 1.33s 2025-12-16 07:32:16.115422 | fa163e2b-8431-263f-22bc-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-16 07:32:16.116951 | fa163e2b-8431-263f-22bc-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.543814 | 2.69s 2025-12-16 07:32:17.323949 | fa163e2b-8431-263f-22bc-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-16 07:32:17.324995 | fa163e2b-8431-263f-22bc-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.751867 | 3.90s 2025-12-16 07:32:17.329010 | fa163e2b-8431-263f-22bc-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.755884 | 3.90s 2025-12-16 07:32:17.348959 | fa163e2b-8431-263f-22bc-000000000b46 | TASK | create persistent directories 2025-12-16 07:32:17.596903 | fa163e2b-8431-263f-22bc-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-16 07:32:17.598511 | fa163e2b-8431-263f-22bc-000000000b46 | TIMING | create persistent directories | standalone | 0:02:02.025370 | 0.25s 2025-12-16 07:32:17.767604 | fa163e2b-8431-263f-22bc-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-16 07:32:17.768684 | fa163e2b-8431-263f-22bc-000000000b46 | TIMING | create persistent directories | standalone | 0:02:02.195553 | 0.42s 2025-12-16 07:32:17.935959 | fa163e2b-8431-263f-22bc-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-16 07:32:17.937084 | fa163e2b-8431-263f-22bc-000000000b46 | TIMING | create persistent directories | standalone | 0:02:02.363950 | 0.59s 2025-12-16 07:32:17.944161 | fa163e2b-8431-263f-22bc-000000000b46 | TIMING | create persistent directories | standalone | 0:02:02.371020 | 0.59s 2025-12-16 07:32:17.969708 | fa163e2b-8431-263f-22bc-000000000b47 | TASK | stat /lib/systemd/system/iscsid.socket 2025-12-16 07:32:18.155961 | fa163e2b-8431-263f-22bc-000000000b47 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-12-16 07:32:18.157316 | fa163e2b-8431-263f-22bc-000000000b47 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:02.584180 | 0.19s 2025-12-16 07:32:18.181205 | fa163e2b-8431-263f-22bc-000000000b48 | TASK | Stop and disable iscsid.socket service 2025-12-16 07:32:18.209103 | fa163e2b-8431-263f-22bc-000000000b48 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-12-16 07:32:18.210133 | fa163e2b-8431-263f-22bc-000000000b48 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:02.636997 | 0.03s 2025-12-16 07:32:18.233375 | fa163e2b-8431-263f-22bc-000000000b49 | TASK | Check if iscsi.service is enabled 2025-12-16 07:32:18.463593 | fa163e2b-8431-263f-22bc-000000000b49 | CHANGED | Check if iscsi.service is enabled | standalone 2025-12-16 07:32:18.464918 | fa163e2b-8431-263f-22bc-000000000b49 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:02.891782 | 0.23s 2025-12-16 07:32:18.489346 | fa163e2b-8431-263f-22bc-000000000b4a | TASK | Stop iscsi.service 2025-12-16 07:32:18.528934 | fa163e2b-8431-263f-22bc-000000000b4a | SKIPPED | Stop iscsi.service | standalone 2025-12-16 07:32:18.530021 | fa163e2b-8431-263f-22bc-000000000b4a | TIMING | Stop iscsi.service | standalone | 0:02:02.956885 | 0.04s 2025-12-16 07:32:18.581918 | fa163e2b-8431-263f-22bc-000000000b4b | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.008773 | 0.03s 2025-12-16 07:32:18.673666 | fa163e2b-8431-263f-22bc-000000000ffe | TASK | Install additional packages 2025-12-16 07:32:18.699375 | fa163e2b-8431-263f-22bc-000000000ffe | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.126245 | 0.02s 2025-12-16 07:32:18.716061 | fa163e2b-8431-263f-22bc-000000000fff | TASK | Remove dracut-config-generic 2025-12-16 07:32:22.427236 | fa163e2b-8431-263f-22bc-000000000fff | CHANGED | Remove dracut-config-generic | standalone 2025-12-16 07:32:22.429058 | fa163e2b-8431-263f-22bc-000000000fff | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:06.855919 | 3.71s 2025-12-16 07:32:22.454533 | fa163e2b-8431-263f-22bc-000000001000 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-12-16 07:32:22.675989 | fa163e2b-8431-263f-22bc-000000001000 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-12-16 07:32:22.677411 | fa163e2b-8431-263f-22bc-000000001000 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:07.104274 | 0.22s 2025-12-16 07:32:22.702595 | fa163e2b-8431-263f-22bc-000000001001 | TASK | Write list of modules to load at boot 2025-12-16 07:32:23.135381 | fa163e2b-8431-263f-22bc-000000001001 | CHANGED | Write list of modules to load at boot | standalone 2025-12-16 07:32:23.136754 | fa163e2b-8431-263f-22bc-000000001001 | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.563618 | 0.43s 2025-12-16 07:32:23.161496 | fa163e2b-8431-263f-22bc-000000001002 | TASK | Modules reload 2025-12-16 07:32:23.642521 | fa163e2b-8431-263f-22bc-000000001002 | CHANGED | Modules reload | standalone 2025-12-16 07:32:23.644301 | fa163e2b-8431-263f-22bc-000000001002 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:08.071166 | 0.48s 2025-12-16 07:32:23.669575 | fa163e2b-8431-263f-22bc-000000001003 | TASK | Set default sysctl options 2025-12-16 07:32:24.101080 | fa163e2b-8431-263f-22bc-000000001003 | CHANGED | Set default sysctl options | standalone 2025-12-16 07:32:24.102561 | fa163e2b-8431-263f-22bc-000000001003 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.529426 | 0.43s 2025-12-16 07:32:24.127151 | fa163e2b-8431-263f-22bc-000000001004 | TASK | Set extra sysctl options 2025-12-16 07:32:24.526971 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-12-16 07:32:24.528474 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.955333 | 0.40s 2025-12-16 07:32:24.767599 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-12-16 07:32:24.769131 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.195998 | 0.64s 2025-12-16 07:32:25.003947 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-12-16 07:32:25.005503 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.432371 | 0.88s 2025-12-16 07:32:25.249024 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-12-16 07:32:25.250841 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.677705 | 1.12s 2025-12-16 07:32:25.471466 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-12-16 07:32:25.472502 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.899366 | 1.34s 2025-12-16 07:32:25.712839 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-12-16 07:32:25.714553 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.141418 | 1.59s 2025-12-16 07:32:25.943244 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-12-16 07:32:25.944291 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.371158 | 1.82s 2025-12-16 07:32:26.189180 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-12-16 07:32:26.190208 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.617074 | 2.06s 2025-12-16 07:32:26.431326 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-12-16 07:32:26.432331 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.859198 | 2.30s 2025-12-16 07:32:26.624884 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-12-16 07:32:26.625922 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.052788 | 2.50s 2025-12-16 07:32:26.893218 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-12-16 07:32:26.893954 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.320826 | 2.76s 2025-12-16 07:32:27.170408 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-12-16 07:32:27.171050 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.597923 | 3.04s 2025-12-16 07:32:27.396315 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-12-16 07:32:27.397536 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.824410 | 3.27s 2025-12-16 07:32:27.631565 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-12-16 07:32:27.632857 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.059731 | 3.50s 2025-12-16 07:32:27.848096 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-12-16 07:32:27.848748 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.275622 | 3.72s 2025-12-16 07:32:28.120026 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-12-16 07:32:28.120666 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.547540 | 3.99s 2025-12-16 07:32:28.360485 | fa163e2b-8431-263f-22bc-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-12-16 07:32:28.361439 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.788306 | 4.23s 2025-12-16 07:32:28.369519 | fa163e2b-8431-263f-22bc-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.796381 | 4.24s 2025-12-16 07:32:28.398942 | fa163e2b-8431-263f-22bc-000000001006 | TASK | Sysctl reload 2025-12-16 07:32:28.791777 | fa163e2b-8431-263f-22bc-000000001006 | CHANGED | Sysctl reload | standalone 2025-12-16 07:32:28.793747 | fa163e2b-8431-263f-22bc-000000001006 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:13.220611 | 0.39s 2025-12-16 07:32:28.841137 | fa163e2b-8431-263f-22bc-000000000b4c | TASK | create persistent directories 2025-12-16 07:32:29.086501 | fa163e2b-8431-263f-22bc-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-12-16 07:32:29.088736 | fa163e2b-8431-263f-22bc-000000000b4c | TIMING | create persistent directories | standalone | 0:02:13.515568 | 0.25s 2025-12-16 07:32:29.294332 | fa163e2b-8431-263f-22bc-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-12-16 07:32:29.296098 | fa163e2b-8431-263f-22bc-000000000b4c | TIMING | create persistent directories | standalone | 0:02:13.722965 | 0.45s 2025-12-16 07:32:29.306649 | fa163e2b-8431-263f-22bc-000000000b4c | TIMING | create persistent directories | standalone | 0:02:13.733507 | 0.46s 2025-12-16 07:32:29.331387 | fa163e2b-8431-263f-22bc-000000000b4d | TASK | Check if file certs_valid exist 2025-12-16 07:32:29.544439 | fa163e2b-8431-263f-22bc-000000000b4d | OK | Check if file certs_valid exist | standalone 2025-12-16 07:32:29.545901 | fa163e2b-8431-263f-22bc-000000000b4d | TIMING | Check if file certs_valid exist | standalone | 0:02:13.972683 | 0.21s 2025-12-16 07:32:29.570060 | fa163e2b-8431-263f-22bc-000000000b4e | TASK | Check if file cert9.db exist 2025-12-16 07:32:29.791195 | fa163e2b-8431-263f-22bc-000000000b4e | OK | Check if file cert9.db exist | standalone 2025-12-16 07:32:29.792627 | fa163e2b-8431-263f-22bc-000000000b4e | TIMING | Check if file cert9.db exist | standalone | 0:02:14.219490 | 0.22s 2025-12-16 07:32:29.817499 | fa163e2b-8431-263f-22bc-000000000b4f | TASK | Check if file key4.db exist 2025-12-16 07:32:30.042143 | fa163e2b-8431-263f-22bc-000000000b4f | OK | Check if file key4.db exist | standalone 2025-12-16 07:32:30.043473 | fa163e2b-8431-263f-22bc-000000000b4f | TIMING | Check if file key4.db exist | standalone | 0:02:14.470337 | 0.22s 2025-12-16 07:32:30.096051 | fa163e2b-8431-263f-22bc-000000000b50 | SKIPPED | fail | standalone 2025-12-16 07:32:30.097297 | fa163e2b-8431-263f-22bc-000000000b50 | TIMING | fail | standalone | 0:02:14.524160 | 0.03s 2025-12-16 07:32:30.121101 | fa163e2b-8431-263f-22bc-000000000b51 | TASK | Create persistent directories 2025-12-16 07:32:30.390314 | fa163e2b-8431-263f-22bc-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-16 07:32:30.391959 | fa163e2b-8431-263f-22bc-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:14.818818 | 0.27s 2025-12-16 07:32:30.578778 | fa163e2b-8431-263f-22bc-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-12-16 07:32:30.580606 | fa163e2b-8431-263f-22bc-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:15.007473 | 0.46s 2025-12-16 07:32:30.591237 | fa163e2b-8431-263f-22bc-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:15.018106 | 0.47s 2025-12-16 07:32:30.615836 | fa163e2b-8431-263f-22bc-000000000b52 | TASK | create persistent directories 2025-12-16 07:32:30.848684 | fa163e2b-8431-263f-22bc-000000000b52 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-16 07:32:30.850614 | fa163e2b-8431-263f-22bc-000000000b52 | TIMING | create persistent directories | standalone | 0:02:15.277476 | 0.23s 2025-12-16 07:32:30.860810 | fa163e2b-8431-263f-22bc-000000000b52 | TIMING | create persistent directories | standalone | 0:02:15.287677 | 0.24s 2025-12-16 07:32:30.885209 | fa163e2b-8431-263f-22bc-000000000b53 | TASK | create persistent directories 2025-12-16 07:32:31.136894 | fa163e2b-8431-263f-22bc-000000000b53 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-16 07:32:31.139195 | fa163e2b-8431-263f-22bc-000000000b53 | TIMING | create persistent directories | standalone | 0:02:15.566054 | 0.25s 2025-12-16 07:32:31.381987 | fa163e2b-8431-263f-22bc-000000000b53 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-12-16 07:32:31.383950 | fa163e2b-8431-263f-22bc-000000000b53 | TIMING | create persistent directories | standalone | 0:02:15.810816 | 0.50s 2025-12-16 07:32:31.394578 | fa163e2b-8431-263f-22bc-000000000b53 | TIMING | create persistent directories | standalone | 0:02:15.821440 | 0.51s 2025-12-16 07:32:31.419315 | fa163e2b-8431-263f-22bc-000000000b54 | TASK | create persistent directories 2025-12-16 07:32:31.660650 | fa163e2b-8431-263f-22bc-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-12-16 07:32:31.662583 | fa163e2b-8431-263f-22bc-000000000b54 | TIMING | create persistent directories | standalone | 0:02:16.089446 | 0.24s 2025-12-16 07:32:31.672815 | fa163e2b-8431-263f-22bc-000000000b54 | TIMING | create persistent directories | standalone | 0:02:16.099675 | 0.25s 2025-12-16 07:32:31.697289 | fa163e2b-8431-263f-22bc-000000000b55 | TASK | create persistent directories 2025-12-16 07:32:31.955786 | fa163e2b-8431-263f-22bc-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-12-16 07:32:31.958086 | fa163e2b-8431-263f-22bc-000000000b55 | TIMING | create persistent directories | standalone | 0:02:16.384934 | 0.26s 2025-12-16 07:32:32.190029 | fa163e2b-8431-263f-22bc-000000000b55 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-12-16 07:32:32.192252 | fa163e2b-8431-263f-22bc-000000000b55 | TIMING | create persistent directories | standalone | 0:02:16.619110 | 0.49s 2025-12-16 07:32:32.389544 | fa163e2b-8431-263f-22bc-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-12-16 07:32:32.390862 | fa163e2b-8431-263f-22bc-000000000b55 | TIMING | create persistent directories | standalone | 0:02:16.817728 | 0.69s 2025-12-16 07:32:32.397706 | fa163e2b-8431-263f-22bc-000000000b55 | TIMING | create persistent directories | standalone | 0:02:16.824554 | 0.70s 2025-12-16 07:32:32.423753 | fa163e2b-8431-263f-22bc-000000000b56 | TASK | create persistent directories 2025-12-16 07:32:32.671825 | fa163e2b-8431-263f-22bc-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-16 07:32:32.673384 | fa163e2b-8431-263f-22bc-000000000b56 | TIMING | create persistent directories | standalone | 0:02:17.100243 | 0.25s 2025-12-16 07:32:32.868845 | fa163e2b-8431-263f-22bc-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-12-16 07:32:32.870504 | fa163e2b-8431-263f-22bc-000000000b56 | TIMING | create persistent directories | standalone | 0:02:17.297371 | 0.45s 2025-12-16 07:32:32.881303 | fa163e2b-8431-263f-22bc-000000000b56 | TIMING | create persistent directories | standalone | 0:02:17.308158 | 0.46s 2025-12-16 07:32:32.906646 | fa163e2b-8431-263f-22bc-000000000b57 | TASK | create persistent directories 2025-12-16 07:32:33.150492 | fa163e2b-8431-263f-22bc-000000000b57 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-16 07:32:33.152328 | fa163e2b-8431-263f-22bc-000000000b57 | TIMING | create persistent directories | standalone | 0:02:17.579189 | 0.24s 2025-12-16 07:32:33.162125 | fa163e2b-8431-263f-22bc-000000000b57 | TIMING | create persistent directories | standalone | 0:02:17.588993 | 0.25s 2025-12-16 07:32:33.179421 | fa163e2b-8431-263f-22bc-000000000b58 | TASK | creating directory 2025-12-16 07:32:33.395250 | fa163e2b-8431-263f-22bc-000000000b58 | CHANGED | creating directory | standalone 2025-12-16 07:32:33.396660 | fa163e2b-8431-263f-22bc-000000000b58 | TIMING | creating directory | standalone | 0:02:17.823523 | 0.22s 2025-12-16 07:32:33.420608 | fa163e2b-8431-263f-22bc-000000000b59 | TASK | derive pci passthrough whitelist 2025-12-16 07:32:33.853215 | fa163e2b-8431-263f-22bc-000000000b59 | CHANGED | derive pci passthrough whitelist | standalone 2025-12-16 07:32:33.854488 | fa163e2b-8431-263f-22bc-000000000b59 | TIMING | derive pci passthrough whitelist | standalone | 0:02:18.281353 | 0.43s 2025-12-16 07:32:33.877916 | fa163e2b-8431-263f-22bc-000000000b5a | TASK | run derive_pci_passthrough_whitelist.py 2025-12-16 07:32:34.754823 | fa163e2b-8431-263f-22bc-000000000b5a | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-12-16 07:32:34.756127 | fa163e2b-8431-263f-22bc-000000000b5a | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:19.182992 | 0.88s 2025-12-16 07:32:34.772996 | fa163e2b-8431-263f-22bc-000000000b5b | TASK | create /run/netns with temp namespace 2025-12-16 07:32:35.006049 | fa163e2b-8431-263f-22bc-000000000b5b | CHANGED | create /run/netns with temp namespace | standalone 2025-12-16 07:32:35.007287 | fa163e2b-8431-263f-22bc-000000000b5b | TIMING | create /run/netns with temp namespace | standalone | 0:02:19.434151 | 0.23s 2025-12-16 07:32:35.031138 | fa163e2b-8431-263f-22bc-000000000b5c | TASK | remove temp namespace 2025-12-16 07:32:35.269809 | fa163e2b-8431-263f-22bc-000000000b5c | CHANGED | remove temp namespace | standalone 2025-12-16 07:32:35.271549 | fa163e2b-8431-263f-22bc-000000000b5c | TIMING | remove temp namespace | standalone | 0:02:19.698409 | 0.24s 2025-12-16 07:32:35.296176 | fa163e2b-8431-263f-22bc-000000000b5d | TASK | create /var/lib/neutron 2025-12-16 07:32:35.527666 | fa163e2b-8431-263f-22bc-000000000b5d | CHANGED | create /var/lib/neutron | standalone 2025-12-16 07:32:35.529091 | fa163e2b-8431-263f-22bc-000000000b5d | TIMING | create /var/lib/neutron | standalone | 0:02:19.955927 | 0.23s 2025-12-16 07:32:35.553659 | fa163e2b-8431-263f-22bc-000000000b5e | TASK | set conditions 2025-12-16 07:32:35.582044 | fa163e2b-8431-263f-22bc-000000000b5e | OK | set conditions | standalone 2025-12-16 07:32:35.583265 | fa163e2b-8431-263f-22bc-000000000b5e | TIMING | set conditions | standalone | 0:02:20.010129 | 0.03s 2025-12-16 07:32:35.607350 | fa163e2b-8431-263f-22bc-000000000b5f | TASK | create kill_scripts directory within /var/lib/neutron 2025-12-16 07:32:35.827577 | fa163e2b-8431-263f-22bc-000000000b5f | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-12-16 07:32:35.829019 | fa163e2b-8431-263f-22bc-000000000b5f | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:20.255884 | 0.22s 2025-12-16 07:32:35.852620 | fa163e2b-8431-263f-22bc-000000000b60 | TASK | create dnsmasq dhcp kill script 2025-12-16 07:32:36.324455 | fa163e2b-8431-263f-22bc-000000000b60 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-12-16 07:32:36.325851 | fa163e2b-8431-263f-22bc-000000000b60 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:20.752715 | 0.47s 2025-12-16 07:32:36.350109 | fa163e2b-8431-263f-22bc-000000000b61 | TASK | create haproxy kill script 2025-12-16 07:32:36.818056 | fa163e2b-8431-263f-22bc-000000000b61 | CHANGED | create haproxy kill script | standalone 2025-12-16 07:32:36.819480 | fa163e2b-8431-263f-22bc-000000000b61 | TIMING | create haproxy kill script | standalone | 0:02:21.246344 | 0.47s 2025-12-16 07:32:36.843953 | fa163e2b-8431-263f-22bc-000000000b62 | TASK | create persistent directories 2025-12-16 07:32:37.088885 | fa163e2b-8431-263f-22bc-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-16 07:32:37.090501 | fa163e2b-8431-263f-22bc-000000000b62 | TIMING | create persistent directories | standalone | 0:02:21.517361 | 0.25s 2025-12-16 07:32:37.293435 | fa163e2b-8431-263f-22bc-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-12-16 07:32:37.295155 | fa163e2b-8431-263f-22bc-000000000b62 | TIMING | create persistent directories | standalone | 0:02:21.722020 | 0.45s 2025-12-16 07:32:37.305829 | fa163e2b-8431-263f-22bc-000000000b62 | TIMING | create persistent directories | standalone | 0:02:21.732691 | 0.46s 2025-12-16 07:32:37.330636 | fa163e2b-8431-263f-22bc-000000000b63 | TASK | create persistent directories 2025-12-16 07:32:37.570899 | fa163e2b-8431-263f-22bc-000000000b63 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-16 07:32:37.572786 | fa163e2b-8431-263f-22bc-000000000b63 | TIMING | create persistent directories | standalone | 0:02:21.999649 | 0.24s 2025-12-16 07:32:37.583075 | fa163e2b-8431-263f-22bc-000000000b63 | TIMING | create persistent directories | standalone | 0:02:22.009936 | 0.25s 2025-12-16 07:32:37.608377 | fa163e2b-8431-263f-22bc-000000000b64 | TASK | create persistent directories 2025-12-16 07:32:37.859311 | fa163e2b-8431-263f-22bc-000000000b64 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-16 07:32:37.861747 | fa163e2b-8431-263f-22bc-000000000b64 | TIMING | create persistent directories | standalone | 0:02:22.288604 | 0.25s 2025-12-16 07:32:38.072926 | fa163e2b-8431-263f-22bc-000000000b64 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-12-16 07:32:38.074043 | fa163e2b-8431-263f-22bc-000000000b64 | TIMING | create persistent directories | standalone | 0:02:22.500909 | 0.46s 2025-12-16 07:32:38.086241 | fa163e2b-8431-263f-22bc-000000000b64 | TIMING | create persistent directories | standalone | 0:02:22.513097 | 0.48s 2025-12-16 07:32:38.111641 | fa163e2b-8431-263f-22bc-000000000b65 | TASK | Check for /var/lib/nova/instances directory exitance 2025-12-16 07:32:38.335910 | fa163e2b-8431-263f-22bc-000000000b65 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-12-16 07:32:38.337447 | fa163e2b-8431-263f-22bc-000000000b65 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:22.764309 | 0.22s 2025-12-16 07:32:38.362096 | fa163e2b-8431-263f-22bc-000000000b66 | TASK | create persistent directories 2025-12-16 07:32:38.632294 | fa163e2b-8431-263f-22bc-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-16 07:32:38.633977 | fa163e2b-8431-263f-22bc-000000000b66 | TIMING | create persistent directories | standalone | 0:02:23.060835 | 0.27s 2025-12-16 07:32:38.835469 | fa163e2b-8431-263f-22bc-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-12-16 07:32:38.837147 | fa163e2b-8431-263f-22bc-000000000b66 | TIMING | create persistent directories | standalone | 0:02:23.264008 | 0.47s 2025-12-16 07:32:39.064658 | fa163e2b-8431-263f-22bc-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-12-16 07:32:39.066328 | fa163e2b-8431-263f-22bc-000000000b66 | TIMING | create persistent directories | standalone | 0:02:23.493194 | 0.70s 2025-12-16 07:32:39.265825 | fa163e2b-8431-263f-22bc-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-16 07:32:39.266769 | fa163e2b-8431-263f-22bc-000000000b66 | TIMING | create persistent directories | standalone | 0:02:23.693639 | 0.90s 2025-12-16 07:32:39.489710 | fa163e2b-8431-263f-22bc-000000000b66 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-12-16 07:32:39.491420 | fa163e2b-8431-263f-22bc-000000000b66 | TIMING | create persistent directories | standalone | 0:02:23.918288 | 1.13s 2025-12-16 07:32:39.503379 | fa163e2b-8431-263f-22bc-000000000b66 | TIMING | create persistent directories | standalone | 0:02:23.930235 | 1.14s 2025-12-16 07:32:39.529479 | fa163e2b-8431-263f-22bc-000000000b67 | TASK | ensure /run/nova is present upon reboot 2025-12-16 07:32:39.969698 | fa163e2b-8431-263f-22bc-000000000b67 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-12-16 07:32:39.970784 | fa163e2b-8431-263f-22bc-000000000b67 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:24.397654 | 0.44s 2025-12-16 07:32:39.994555 | fa163e2b-8431-263f-22bc-000000000b68 | TASK | create tempfiles 2025-12-16 07:32:40.267379 | fa163e2b-8431-263f-22bc-000000000b68 | CHANGED | create tempfiles | standalone 2025-12-16 07:32:40.268916 | fa163e2b-8431-263f-22bc-000000000b68 | TIMING | create tempfiles | standalone | 0:02:24.695778 | 0.27s 2025-12-16 07:32:40.294174 | fa163e2b-8431-263f-22bc-000000000b69 | TASK | Mount Nova NFS Share 2025-12-16 07:32:40.325562 | fa163e2b-8431-263f-22bc-000000000b69 | SKIPPED | Mount Nova NFS Share | standalone 2025-12-16 07:32:40.326667 | fa163e2b-8431-263f-22bc-000000000b69 | TIMING | Mount Nova NFS Share | standalone | 0:02:24.753533 | 0.03s 2025-12-16 07:32:40.350208 | fa163e2b-8431-263f-22bc-000000000b6b | TASK | check systemd-container package installed or not 2025-12-16 07:32:40.379171 | fa163e2b-8431-263f-22bc-000000000b6b | SKIPPED | check systemd-container package installed or not | standalone 2025-12-16 07:32:40.380401 | fa163e2b-8431-263f-22bc-000000000b6b | TIMING | check systemd-container package installed or not | standalone | 0:02:24.807266 | 0.03s 2025-12-16 07:32:40.404904 | fa163e2b-8431-263f-22bc-000000000b6c | TASK | get latest package from downloaded package versions 2025-12-16 07:32:40.435148 | fa163e2b-8431-263f-22bc-000000000b6c | SKIPPED | get latest package from downloaded package versions | standalone 2025-12-16 07:32:40.436253 | fa163e2b-8431-263f-22bc-000000000b6c | TIMING | get latest package from downloaded package versions | standalone | 0:02:24.863115 | 0.03s 2025-12-16 07:32:40.459799 | fa163e2b-8431-263f-22bc-000000000b6d | TASK | Install systemd-container package on boot 2025-12-16 07:32:40.498557 | fa163e2b-8431-263f-22bc-000000000b6d | SKIPPED | Install systemd-container package on boot | standalone 2025-12-16 07:32:40.499656 | fa163e2b-8431-263f-22bc-000000000b6d | TIMING | Install systemd-container package on boot | standalone | 0:02:24.926521 | 0.04s 2025-12-16 07:32:40.523402 | fa163e2b-8431-263f-22bc-000000000b6e | TASK | enable install-systemd-container on compute boot 2025-12-16 07:32:40.552209 | fa163e2b-8431-263f-22bc-000000000b6e | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-12-16 07:32:40.553360 | fa163e2b-8431-263f-22bc-000000000b6e | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:24.980225 | 0.03s 2025-12-16 07:32:40.577761 | fa163e2b-8431-263f-22bc-000000000b6f | TASK | check if install-systemd-container service exists 2025-12-16 07:32:40.605583 | fa163e2b-8431-263f-22bc-000000000b6f | SKIPPED | check if install-systemd-container service exists | standalone 2025-12-16 07:32:40.606837 | fa163e2b-8431-263f-22bc-000000000b6f | TIMING | check if install-systemd-container service exists | standalone | 0:02:25.033699 | 0.03s 2025-12-16 07:32:40.631815 | fa163e2b-8431-263f-22bc-000000000b70 | TASK | disable and mask install-systemd-container on compute boot 2025-12-16 07:32:40.660254 | fa163e2b-8431-263f-22bc-000000000b70 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-12-16 07:32:40.661463 | fa163e2b-8431-263f-22bc-000000000b70 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:25.088326 | 0.03s 2025-12-16 07:32:40.685256 | fa163e2b-8431-263f-22bc-000000000b72 | TASK | is Nova Resume Guests State On Host Boot enabled 2025-12-16 07:32:40.713414 | fa163e2b-8431-263f-22bc-000000000b72 | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-12-16 07:32:40.714558 | fa163e2b-8431-263f-22bc-000000000b72 | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:25.141424 | 0.03s 2025-12-16 07:32:40.738333 | fa163e2b-8431-263f-22bc-000000000b74 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-12-16 07:32:40.768219 | fa163e2b-8431-263f-22bc-000000000b74 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-12-16 07:32:40.769360 | fa163e2b-8431-263f-22bc-000000000b74 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:25.196224 | 0.03s 2025-12-16 07:32:40.792919 | fa163e2b-8431-263f-22bc-000000000b75 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-16 07:32:40.820991 | fa163e2b-8431-263f-22bc-000000000b75 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-16 07:32:40.822143 | fa163e2b-8431-263f-22bc-000000000b75 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.249004 | 0.03s 2025-12-16 07:32:40.845994 | fa163e2b-8431-263f-22bc-000000000b76 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-12-16 07:32:40.874230 | fa163e2b-8431-263f-22bc-000000000b76 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-16 07:32:40.875358 | fa163e2b-8431-263f-22bc-000000000b76 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.302223 | 0.03s 2025-12-16 07:32:40.898921 | fa163e2b-8431-263f-22bc-000000000b78 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-12-16 07:32:40.930409 | fa163e2b-8431-263f-22bc-000000000b78 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-12-16 07:32:40.931537 | fa163e2b-8431-263f-22bc-000000000b78 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:25.358399 | 0.03s 2025-12-16 07:32:40.955918 | fa163e2b-8431-263f-22bc-000000000b79 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-12-16 07:32:40.988110 | fa163e2b-8431-263f-22bc-000000000b79 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-12-16 07:32:40.989195 | fa163e2b-8431-263f-22bc-000000000b79 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:25.416061 | 0.03s 2025-12-16 07:32:41.012789 | fa163e2b-8431-263f-22bc-000000000b7a | TASK | Making sure virt-guest-shutdown.target is present 2025-12-16 07:32:41.043572 | fa163e2b-8431-263f-22bc-000000000b7a | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-16 07:32:41.044661 | fa163e2b-8431-263f-22bc-000000000b7a | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.471527 | 0.03s 2025-12-16 07:32:41.068448 | fa163e2b-8431-263f-22bc-000000000b7b | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-12-16 07:32:41.107522 | fa163e2b-8431-263f-22bc-000000000b7b | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-16 07:32:41.108590 | fa163e2b-8431-263f-22bc-000000000b7b | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.535453 | 0.04s 2025-12-16 07:32:41.133158 | fa163e2b-8431-263f-22bc-000000000b7d | TASK | Do we prepend nova startup with a delay 2025-12-16 07:32:41.172038 | fa163e2b-8431-263f-22bc-000000000b7d | OK | Do we prepend nova startup with a delay | standalone 2025-12-16 07:32:41.173109 | fa163e2b-8431-263f-22bc-000000000b7d | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:25.599976 | 0.04s 2025-12-16 07:32:41.196591 | fa163e2b-8431-263f-22bc-000000000b7e | TASK | install nova-compute delay wrapper script 2025-12-16 07:32:41.245845 | fa163e2b-8431-263f-22bc-000000000b7e | SKIPPED | install nova-compute delay wrapper script | standalone 2025-12-16 07:32:41.246908 | fa163e2b-8431-263f-22bc-000000000b7e | TIMING | install nova-compute delay wrapper script | standalone | 0:02:25.673773 | 0.05s 2025-12-16 07:32:41.270494 | fa163e2b-8431-263f-22bc-000000000b7f | TASK | Is irqbalance enabled 2025-12-16 07:32:41.300776 | fa163e2b-8431-263f-22bc-000000000b7f | OK | Is irqbalance enabled | standalone 2025-12-16 07:32:41.301820 | fa163e2b-8431-263f-22bc-000000000b7f | TIMING | Is irqbalance enabled | standalone | 0:02:25.728688 | 0.03s 2025-12-16 07:32:41.325891 | fa163e2b-8431-263f-22bc-000000000b80 | TASK | disable irqbalance service on compute 2025-12-16 07:32:41.354767 | fa163e2b-8431-263f-22bc-000000000b80 | SKIPPED | disable irqbalance service on compute | standalone 2025-12-16 07:32:41.355851 | fa163e2b-8431-263f-22bc-000000000b80 | TIMING | disable irqbalance service on compute | standalone | 0:02:25.782717 | 0.03s 2025-12-16 07:32:41.379423 | fa163e2b-8431-263f-22bc-000000000b81 | TASK | create persistent directories 2025-12-16 07:32:41.639755 | fa163e2b-8431-263f-22bc-000000000b81 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-12-16 07:32:41.641983 | fa163e2b-8431-263f-22bc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.068844 | 0.26s 2025-12-16 07:32:41.651894 | fa163e2b-8431-263f-22bc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.078755 | 0.27s 2025-12-16 07:32:41.676041 | fa163e2b-8431-263f-22bc-000000000b82 | TASK | create libvirt persistent data directories 2025-12-16 07:32:41.926896 | fa163e2b-8431-263f-22bc-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-12-16 07:32:41.929344 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:26.356189 | 0.25s 2025-12-16 07:32:42.137288 | fa163e2b-8431-263f-22bc-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-12-16 07:32:42.138442 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:26.565305 | 0.46s 2025-12-16 07:32:42.372801 | fa163e2b-8431-263f-22bc-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-12-16 07:32:42.374429 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:26.801295 | 0.70s 2025-12-16 07:32:42.607217 | fa163e2b-8431-263f-22bc-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-16 07:32:42.609032 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:27.035898 | 0.93s 2025-12-16 07:32:42.869004 | fa163e2b-8431-263f-22bc-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-12-16 07:32:42.870210 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:27.297075 | 1.19s 2025-12-16 07:32:43.083275 | fa163e2b-8431-263f-22bc-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-16 07:32:43.084397 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:27.511262 | 1.41s 2025-12-16 07:32:43.302155 | fa163e2b-8431-263f-22bc-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-12-16 07:32:43.303817 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:27.730682 | 1.63s 2025-12-16 07:32:43.529679 | fa163e2b-8431-263f-22bc-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-12-16 07:32:43.530797 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:27.957662 | 1.85s 2025-12-16 07:32:43.539632 | fa163e2b-8431-263f-22bc-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:27.966489 | 1.86s 2025-12-16 07:32:43.566748 | fa163e2b-8431-263f-22bc-000000000b83 | TASK | ensure qemu group is present on the host 2025-12-16 07:32:43.960907 | fa163e2b-8431-263f-22bc-000000000b83 | CHANGED | ensure qemu group is present on the host | standalone 2025-12-16 07:32:43.962158 | fa163e2b-8431-263f-22bc-000000000b83 | TIMING | ensure qemu group is present on the host | standalone | 0:02:28.389024 | 0.39s 2025-12-16 07:32:43.985997 | fa163e2b-8431-263f-22bc-000000000b84 | TASK | ensure qemu user is present on the host 2025-12-16 07:32:44.513224 | fa163e2b-8431-263f-22bc-000000000b84 | CHANGED | ensure qemu user is present on the host | standalone 2025-12-16 07:32:44.514808 | fa163e2b-8431-263f-22bc-000000000b84 | TIMING | ensure qemu user is present on the host | standalone | 0:02:28.941672 | 0.53s 2025-12-16 07:32:44.538916 | fa163e2b-8431-263f-22bc-000000000b85 | TASK | create directory for vhost-user sockets with qemu ownership 2025-12-16 07:32:44.768475 | fa163e2b-8431-263f-22bc-000000000b85 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-12-16 07:32:44.769970 | fa163e2b-8431-263f-22bc-000000000b85 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:29.196833 | 0.23s 2025-12-16 07:32:44.787436 | fa163e2b-8431-263f-22bc-000000000b86 | TASK | check if libvirt is installed 2025-12-16 07:32:45.018199 | fa163e2b-8431-263f-22bc-000000000b86 | CHANGED | check if libvirt is installed | standalone 2025-12-16 07:32:45.019646 | fa163e2b-8431-263f-22bc-000000000b86 | TIMING | check if libvirt is installed | standalone | 0:02:29.446508 | 0.23s 2025-12-16 07:32:45.043605 | fa163e2b-8431-263f-22bc-000000000b87 | TASK | make sure libvirt services are disabled and masked 2025-12-16 07:32:45.083860 | fa163e2b-8431-263f-22bc-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-12-16 07:32:45.090188 | fa163e2b-8431-263f-22bc-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-12-16 07:32:45.095971 | fa163e2b-8431-263f-22bc-000000000b87 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:29.522831 | 0.05s 2025-12-16 07:32:45.119507 | fa163e2b-8431-263f-22bc-000000000b88 | TASK | ensure /run/libvirt is present upon reboot 2025-12-16 07:32:45.583468 | fa163e2b-8431-263f-22bc-000000000b88 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-12-16 07:32:45.584803 | fa163e2b-8431-263f-22bc-000000000b88 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:30.011667 | 0.46s 2025-12-16 07:32:45.608518 | fa163e2b-8431-263f-22bc-000000000b89 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-12-16 07:32:46.560879 | fa163e2b-8431-263f-22bc-000000000b89 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-12-16 07:32:46.564062 | fa163e2b-8431-263f-22bc-000000000b89 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:30.990921 | 0.95s 2025-12-16 07:32:46.591438 | fa163e2b-8431-263f-22bc-000000000b8a | TASK | remove gnutls-qemu.config 2025-12-16 07:32:46.822438 | fa163e2b-8431-263f-22bc-000000000b8a | OK | remove gnutls-qemu.config | standalone 2025-12-16 07:32:46.823798 | fa163e2b-8431-263f-22bc-000000000b8a | TIMING | remove gnutls-qemu.config | standalone | 0:02:31.250661 | 0.23s 2025-12-16 07:32:46.847545 | fa163e2b-8431-263f-22bc-000000000b8b | TASK | update crypto policies 2025-12-16 07:32:46.876647 | fa163e2b-8431-263f-22bc-000000000b8b | SKIPPED | update crypto policies | standalone 2025-12-16 07:32:46.877917 | fa163e2b-8431-263f-22bc-000000000b8b | TIMING | update crypto policies | standalone | 0:02:31.304779 | 0.03s 2025-12-16 07:32:46.901851 | fa163e2b-8431-263f-22bc-000000000b8c | TASK | Create libvirt persistent data directories 2025-12-16 07:32:47.149003 | fa163e2b-8431-263f-22bc-000000000b8c | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-12-16 07:32:47.150425 | fa163e2b-8431-263f-22bc-000000000b8c | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.577287 | 0.25s 2025-12-16 07:32:47.156414 | fa163e2b-8431-263f-22bc-000000000b8c | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.583275 | 0.25s 2025-12-16 07:32:47.181620 | fa163e2b-8431-263f-22bc-000000000b8d | TASK | create persistent directories 2025-12-16 07:32:47.426396 | fa163e2b-8431-263f-22bc-000000000b8d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-16 07:32:47.428626 | fa163e2b-8431-263f-22bc-000000000b8d | TIMING | create persistent directories | standalone | 0:02:31.855485 | 0.25s 2025-12-16 07:32:47.618060 | fa163e2b-8431-263f-22bc-000000000b8d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-16 07:32:47.619278 | fa163e2b-8431-263f-22bc-000000000b8d | TIMING | create persistent directories | standalone | 0:02:32.046144 | 0.44s 2025-12-16 07:32:47.631660 | fa163e2b-8431-263f-22bc-000000000b8d | TIMING | create persistent directories | standalone | 0:02:32.058520 | 0.45s 2025-12-16 07:32:47.656233 | fa163e2b-8431-263f-22bc-000000000b8e | TASK | Copy in cleanup script 2025-12-16 07:32:48.099733 | fa163e2b-8431-263f-22bc-000000000b8e | CHANGED | Copy in cleanup script | standalone 2025-12-16 07:32:48.101073 | fa163e2b-8431-263f-22bc-000000000b8e | TIMING | Copy in cleanup script | standalone | 0:02:32.527938 | 0.44s 2025-12-16 07:32:48.125110 | fa163e2b-8431-263f-22bc-000000000b8f | TASK | Copy in cleanup service 2025-12-16 07:32:48.559009 | fa163e2b-8431-263f-22bc-000000000b8f | CHANGED | Copy in cleanup service | standalone 2025-12-16 07:32:48.560293 | fa163e2b-8431-263f-22bc-000000000b8f | TIMING | Copy in cleanup service | standalone | 0:02:32.987157 | 0.43s 2025-12-16 07:32:48.584193 | fa163e2b-8431-263f-22bc-000000000b90 | TASK | Enabling the cleanup service 2025-12-16 07:32:49.148507 | fa163e2b-8431-263f-22bc-000000000b90 | CHANGED | Enabling the cleanup service | standalone 2025-12-16 07:32:49.150336 | fa163e2b-8431-263f-22bc-000000000b90 | TIMING | Enabling the cleanup service | standalone | 0:02:33.577199 | 0.56s 2025-12-16 07:32:49.176972 | fa163e2b-8431-263f-22bc-000000000b91 | TASK | create persistent directories 2025-12-16 07:32:49.434052 | fa163e2b-8431-263f-22bc-000000000b91 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-16 07:32:49.435677 | fa163e2b-8431-263f-22bc-000000000b91 | TIMING | create persistent directories | standalone | 0:02:33.862536 | 0.26s 2025-12-16 07:32:49.650021 | fa163e2b-8431-263f-22bc-000000000b91 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-16 07:32:49.651500 | fa163e2b-8431-263f-22bc-000000000b91 | TIMING | create persistent directories | standalone | 0:02:34.078369 | 0.47s 2025-12-16 07:32:49.662613 | fa163e2b-8431-263f-22bc-000000000b91 | TIMING | create persistent directories | standalone | 0:02:34.089474 | 0.48s 2025-12-16 07:32:49.686930 | fa163e2b-8431-263f-22bc-000000000b92 | TASK | set conditions 2025-12-16 07:32:49.715771 | fa163e2b-8431-263f-22bc-000000000b92 | OK | set conditions | standalone 2025-12-16 07:32:49.716843 | fa163e2b-8431-263f-22bc-000000000b92 | TIMING | set conditions | standalone | 0:02:34.143708 | 0.03s 2025-12-16 07:32:49.769201 | fa163e2b-8431-263f-22bc-000000000b93 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:34.196061 | 0.03s 2025-12-16 07:32:49.858578 | fa163e2b-8431-263f-22bc-000000001268 | TASK | Gather variables for each operating system 2025-12-16 07:32:49.970339 | fa163e2b-8431-263f-22bc-000000001268 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:34.397193 | 0.11s 2025-12-16 07:32:49.996434 | fa163e2b-8431-263f-22bc-000000001269 | TASK | Set packages facts 2025-12-16 07:32:50.039123 | fa163e2b-8431-263f-22bc-000000001269 | OK | Set packages facts | standalone 2025-12-16 07:32:50.040384 | fa163e2b-8431-263f-22bc-000000001269 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:34.467249 | 0.04s 2025-12-16 07:32:50.065286 | fa163e2b-8431-263f-22bc-00000000126a | TASK | Manage package 2025-12-16 07:32:50.124090 | fa163e2b-8431-263f-22bc-00000000126a | SKIPPED | Manage package | standalone | item=[]: absent 2025-12-16 07:32:50.139268 | fa163e2b-8431-263f-22bc-00000000126a | SKIPPED | Manage package | standalone | item=[]: installed 2025-12-16 07:32:50.155547 | fa163e2b-8431-263f-22bc-00000000126a | SKIPPED | Manage package | standalone | item=[]: latest 2025-12-16 07:32:54.691915 | fa163e2b-8431-263f-22bc-00000000126a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:39.118765 | 4.63s 2025-12-16 07:32:54.712983 | fa163e2b-8431-263f-22bc-00000000126a | SKIPPED | Manage package | standalone | item=[]: removed 2025-12-16 07:32:54.719889 | fa163e2b-8431-263f-22bc-00000000126a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:39.146749 | 4.65s 2025-12-16 07:32:54.767027 | fa163e2b-8431-263f-22bc-000000000b94 | TASK | create fcontext for rabbitmq data 2025-12-16 07:32:56.057119 | fa163e2b-8431-263f-22bc-000000000b94 | CHANGED | create fcontext for rabbitmq data | standalone 2025-12-16 07:32:56.058738 | fa163e2b-8431-263f-22bc-000000000b94 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:40.485565 | 1.29s 2025-12-16 07:32:56.082944 | fa163e2b-8431-263f-22bc-000000000b95 | TASK | create persistent directories 2025-12-16 07:32:56.345966 | fa163e2b-8431-263f-22bc-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-12-16 07:32:56.348100 | fa163e2b-8431-263f-22bc-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.774959 | 0.26s 2025-12-16 07:32:56.573308 | fa163e2b-8431-263f-22bc-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-12-16 07:32:56.575006 | fa163e2b-8431-263f-22bc-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.001872 | 0.49s 2025-12-16 07:32:56.585787 | fa163e2b-8431-263f-22bc-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.012650 | 0.50s 2025-12-16 07:32:56.610119 | fa163e2b-8431-263f-22bc-000000000b96 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-12-16 07:32:56.880840 | fa163e2b-8431-263f-22bc-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-16 07:32:56.882184 | fa163e2b-8431-263f-22bc-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:41.309048 | 0.27s 2025-12-16 07:32:56.906215 | fa163e2b-8431-263f-22bc-000000000b97 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-12-16 07:32:56.926554 | fa163e2b-8431-263f-22bc-000000000b97 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-12-16 07:32:56.927726 | fa163e2b-8431-263f-22bc-000000000b97 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:41.354557 | 0.02s 2025-12-16 07:32:56.951147 | fa163e2b-8431-263f-22bc-000000000b98 | TASK | Remove existing entries from logind conf 2025-12-16 07:32:57.169464 | fa163e2b-8431-263f-22bc-000000000b98 | CHANGED | Remove existing entries from logind conf | standalone 2025-12-16 07:32:57.170682 | fa163e2b-8431-263f-22bc-000000000b98 | TIMING | Remove existing entries from logind conf | standalone | 0:02:41.597547 | 0.22s 2025-12-16 07:32:57.194499 | fa163e2b-8431-263f-22bc-000000000b99 | TASK | Make sure systemd-logind ignores power off 2025-12-16 07:32:57.401856 | fa163e2b-8431-263f-22bc-000000000b99 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-12-16 07:32:57.403065 | fa163e2b-8431-263f-22bc-000000000b99 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:41.829929 | 0.21s 2025-12-16 07:32:57.427169 | fa163e2b-8431-263f-22bc-000000000b9a | TASK | Restart systemd-logind 2025-12-16 07:32:57.892482 | fa163e2b-8431-263f-22bc-000000000b9a | CHANGED | Restart systemd-logind | standalone 2025-12-16 07:32:57.894319 | fa163e2b-8431-263f-22bc-000000000b9a | TIMING | Restart systemd-logind | standalone | 0:02:42.321183 | 0.47s 2025-12-16 07:32:57.919766 | fa163e2b-8431-263f-22bc-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-16 07:32:57.990882 | fa163e2b-8431-263f-22bc-000000000b9b | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-12-16 07:32:57.991656 | fa163e2b-8431-263f-22bc-000000000b9b | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:42.418519 | 0.07s 2025-12-16 07:32:58.015430 | fa163e2b-8431-263f-22bc-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-16 07:32:58.086234 | fa163e2b-8431-263f-22bc-000000000b9c | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-12-16 07:32:58.087272 | fa163e2b-8431-263f-22bc-000000000b9c | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:42.514134 | 0.07s 2025-12-16 07:32:58.111933 | fa163e2b-8431-263f-22bc-000000000b9d | TASK | create persistent logs directory 2025-12-16 07:32:58.356901 | fa163e2b-8431-263f-22bc-000000000b9d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-12-16 07:32:58.359205 | fa163e2b-8431-263f-22bc-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:42.786066 | 0.25s 2025-12-16 07:32:58.566916 | fa163e2b-8431-263f-22bc-000000000b9d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-12-16 07:32:58.568083 | fa163e2b-8431-263f-22bc-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:42.994951 | 0.45s 2025-12-16 07:32:58.574843 | fa163e2b-8431-263f-22bc-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:43.001711 | 0.46s 2025-12-16 07:32:58.599019 | fa163e2b-8431-263f-22bc-000000000b9f | TASK | Set login facts 2025-12-16 07:32:58.628434 | fa163e2b-8431-263f-22bc-000000000b9f | OK | Set login facts | standalone 2025-12-16 07:32:58.629456 | fa163e2b-8431-263f-22bc-000000000b9f | TIMING | Set login facts | standalone | 0:02:43.056323 | 0.03s 2025-12-16 07:32:58.653071 | fa163e2b-8431-263f-22bc-000000000ba0 | TASK | Convert logins json to dict 2025-12-16 07:32:58.692590 | fa163e2b-8431-263f-22bc-000000000ba0 | SKIPPED | Convert logins json to dict | standalone 2025-12-16 07:32:58.694090 | fa163e2b-8431-263f-22bc-000000000ba0 | TIMING | Convert logins json to dict | standalone | 0:02:43.120952 | 0.04s 2025-12-16 07:32:58.719087 | fa163e2b-8431-263f-22bc-000000000ba1 | TASK | Set registry logins 2025-12-16 07:32:58.768499 | fa163e2b-8431-263f-22bc-000000000ba1 | SKIPPED | Set registry logins | standalone 2025-12-16 07:32:58.769584 | fa163e2b-8431-263f-22bc-000000000ba1 | TIMING | Set registry logins | standalone | 0:02:43.196447 | 0.05s 2025-12-16 07:32:58.794992 | fa163e2b-8431-263f-22bc-000000000ba2 | TASK | Run podman install 2025-12-16 07:32:58.824180 | fa163e2b-8431-263f-22bc-000000000ba2 | TIMING | Run podman install | standalone | 0:02:43.251043 | 0.03s 2025-12-16 07:32:58.904153 | fa163e2b-8431-263f-22bc-000000001352 | TASK | Gather variables for each operating system 2025-12-16 07:32:59.044972 | fa163e2b-8431-263f-22bc-000000001352 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-12-16 07:32:59.046275 | fa163e2b-8431-263f-22bc-000000001352 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:43.473137 | 0.14s 2025-12-16 07:32:59.052094 | fa163e2b-8431-263f-22bc-000000001352 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:43.478959 | 0.15s 2025-12-16 07:32:59.076818 | fa163e2b-8431-263f-22bc-000000001354 | TASK | ensure podman and deps are installed 2025-12-16 07:33:02.035512 | fa163e2b-8431-263f-22bc-000000001354 | OK | ensure podman and deps are installed | standalone 2025-12-16 07:33:02.036670 | fa163e2b-8431-263f-22bc-000000001354 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:46.463540 | 2.96s 2025-12-16 07:33:02.056055 | fa163e2b-8431-263f-22bc-000000001355 | TASK | Ensure we get the ansible interfaces facts 2025-12-16 07:33:02.584307 | fa163e2b-8431-263f-22bc-000000001355 | OK | Ensure we get the ansible interfaces facts | standalone 2025-12-16 07:33:02.585506 | fa163e2b-8431-263f-22bc-000000001355 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:47.012371 | 0.53s 2025-12-16 07:33:02.610497 | fa163e2b-8431-263f-22bc-000000001356 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-12-16 07:33:02.640298 | fa163e2b-8431-263f-22bc-000000001356 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-12-16 07:33:02.641569 | fa163e2b-8431-263f-22bc-000000001356 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:47.068431 | 0.03s 2025-12-16 07:33:02.666523 | fa163e2b-8431-263f-22bc-000000001358 | TASK | Make sure /etc/cni/net.d folder exists 2025-12-16 07:33:02.707302 | fa163e2b-8431-263f-22bc-000000001358 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-12-16 07:33:02.708419 | fa163e2b-8431-263f-22bc-000000001358 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:47.135283 | 0.04s 2025-12-16 07:33:02.733266 | fa163e2b-8431-263f-22bc-000000001359 | TASK | Update default network configuration if possible 2025-12-16 07:33:02.772303 | fa163e2b-8431-263f-22bc-000000001359 | SKIPPED | Update default network configuration if possible | standalone 2025-12-16 07:33:02.773406 | fa163e2b-8431-263f-22bc-000000001359 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:47.200272 | 0.04s 2025-12-16 07:33:02.798217 | fa163e2b-8431-263f-22bc-00000000135b | TASK | Make sure /etc/containers/networks exists 2025-12-16 07:33:03.020446 | fa163e2b-8431-263f-22bc-00000000135b | OK | Make sure /etc/containers/networks exists | standalone 2025-12-16 07:33:03.023008 | fa163e2b-8431-263f-22bc-00000000135b | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:47.449869 | 0.22s 2025-12-16 07:33:03.048245 | fa163e2b-8431-263f-22bc-00000000135c | TASK | Get current podman network 2025-12-16 07:33:03.344542 | fa163e2b-8431-263f-22bc-00000000135c | CHANGED | Get current podman network | standalone 2025-12-16 07:33:03.347131 | fa163e2b-8431-263f-22bc-00000000135c | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:47.773985 | 0.30s 2025-12-16 07:33:03.373484 | fa163e2b-8431-263f-22bc-00000000135d | TASK | Update the default network configuration 2025-12-16 07:33:03.913303 | fa163e2b-8431-263f-22bc-00000000135d | CHANGED | Update the default network configuration | standalone 2025-12-16 07:33:03.914684 | fa163e2b-8431-263f-22bc-00000000135d | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:48.341547 | 0.54s 2025-12-16 07:33:03.940413 | fa163e2b-8431-263f-22bc-00000000135e | TASK | Write containers registries.conf 2025-12-16 07:33:04.499012 | fa163e2b-8431-263f-22bc-00000000135e | CHANGED | Write containers registries.conf | standalone 2025-12-16 07:33:04.500433 | fa163e2b-8431-263f-22bc-00000000135e | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:48.927296 | 0.56s 2025-12-16 07:33:04.525063 | fa163e2b-8431-263f-22bc-00000000135f | TASK | Write containers.conf 2025-12-16 07:33:04.769796 | fa163e2b-8431-263f-22bc-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-12-16 07:33:04.771984 | fa163e2b-8431-263f-22bc-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:49.198845 | 0.25s 2025-12-16 07:33:04.982507 | fa163e2b-8431-263f-22bc-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-12-16 07:33:04.984179 | fa163e2b-8431-263f-22bc-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:49.411046 | 0.46s 2025-12-16 07:33:05.161150 | fa163e2b-8431-263f-22bc-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-12-16 07:33:05.162280 | fa163e2b-8431-263f-22bc-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:49.589146 | 0.64s 2025-12-16 07:33:05.365254 | fa163e2b-8431-263f-22bc-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-12-16 07:33:05.366355 | fa163e2b-8431-263f-22bc-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:49.793221 | 0.84s 2025-12-16 07:33:05.379197 | fa163e2b-8431-263f-22bc-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:49.806056 | 0.85s 2025-12-16 07:33:05.405514 | fa163e2b-8431-263f-22bc-000000001360 | TASK | Enable podman.socket service 2025-12-16 07:33:05.435333 | fa163e2b-8431-263f-22bc-000000001360 | SKIPPED | Enable podman.socket service | standalone 2025-12-16 07:33:05.436368 | fa163e2b-8431-263f-22bc-000000001360 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:49.863233 | 0.03s 2025-12-16 07:33:05.483621 | fa163e2b-8431-263f-22bc-000000000ba3 | TASK | Run podman login 2025-12-16 07:33:05.512478 | fa163e2b-8431-263f-22bc-000000000ba3 | TIMING | Run podman login | standalone | 0:02:49.939338 | 0.03s 2025-12-16 07:33:05.588112 | fa163e2b-8431-263f-22bc-000000001460 | TASK | Perform container registry login(s) with podman 2025-12-16 07:33:05.615056 | fa163e2b-8431-263f-22bc-000000001460 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:50.041924 | 0.03s 2025-12-16 07:33:05.651343 | fa163e2b-8431-263f-22bc-000000000ba5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-12-16 07:33:06.113576 | fa163e2b-8431-263f-22bc-000000000ba5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-12-16 07:33:06.115003 | fa163e2b-8431-263f-22bc-000000000ba5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:50.541865 | 0.46s 2025-12-16 07:33:06.138466 | fa163e2b-8431-263f-22bc-000000000ba6 | TASK | Ensure rsyslog is installed 2025-12-16 07:33:09.289111 | fa163e2b-8431-263f-22bc-000000000ba6 | OK | Ensure rsyslog is installed | standalone 2025-12-16 07:33:09.290999 | fa163e2b-8431-263f-22bc-000000000ba6 | TIMING | Ensure rsyslog is installed | standalone | 0:02:53.717862 | 3.15s 2025-12-16 07:33:09.315669 | fa163e2b-8431-263f-22bc-000000000ba7 | TASK | Ensure rsyslog is enabled and started 2025-12-16 07:33:09.673746 | fa163e2b-8431-263f-22bc-000000000ba7 | OK | Ensure rsyslog is enabled and started | standalone 2025-12-16 07:33:09.675711 | fa163e2b-8431-263f-22bc-000000000ba7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:54.102547 | 0.36s 2025-12-16 07:33:09.730442 | fa163e2b-8431-263f-22bc-000000000ba8 | TIMING | include_role : tripleo_sshd | standalone | 0:02:54.157297 | 0.03s 2025-12-16 07:33:09.815046 | fa163e2b-8431-263f-22bc-000000001569 | TASK | Gather variables for each operating system 2025-12-16 07:33:09.937527 | fa163e2b-8431-263f-22bc-000000001569 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-12-16 07:33:09.939553 | fa163e2b-8431-263f-22bc-000000001569 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:54.366413 | 0.12s 2025-12-16 07:33:09.949756 | fa163e2b-8431-263f-22bc-000000001569 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:54.376617 | 0.13s 2025-12-16 07:33:09.974862 | fa163e2b-8431-263f-22bc-00000000156b | TASK | Install the OpenSSH server 2025-12-16 07:33:12.860581 | fa163e2b-8431-263f-22bc-00000000156b | OK | Install the OpenSSH server | standalone 2025-12-16 07:33:12.861789 | fa163e2b-8431-263f-22bc-00000000156b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:02:57.288654 | 2.89s 2025-12-16 07:33:12.885897 | fa163e2b-8431-263f-22bc-00000000156c | TASK | Start sshd 2025-12-16 07:33:12.912809 | fa163e2b-8431-263f-22bc-00000000156c | SKIPPED | Start sshd | standalone 2025-12-16 07:33:12.913974 | fa163e2b-8431-263f-22bc-00000000156c | TIMING | tripleo_sshd : Start sshd | standalone | 0:02:57.340838 | 0.03s 2025-12-16 07:33:12.938226 | fa163e2b-8431-263f-22bc-00000000156d | TASK | PasswordAuthentication notice 2025-12-16 07:33:12.965051 | fa163e2b-8431-263f-22bc-00000000156d | SKIPPED | PasswordAuthentication notice | standalone 2025-12-16 07:33:12.966141 | fa163e2b-8431-263f-22bc-00000000156d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:02:57.393006 | 0.03s 2025-12-16 07:33:12.990871 | fa163e2b-8431-263f-22bc-00000000156e | TASK | PasswordAuthentication duplication notice 2025-12-16 07:33:13.019139 | fa163e2b-8431-263f-22bc-00000000156e | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-12-16 07:33:13.020631 | fa163e2b-8431-263f-22bc-00000000156e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:02:57.447488 | 0.03s 2025-12-16 07:33:13.041058 | fa163e2b-8431-263f-22bc-00000000156f | TASK | Motd duplication notice 2025-12-16 07:33:13.071186 | fa163e2b-8431-263f-22bc-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-16 07:33:13.072462 | fa163e2b-8431-263f-22bc-00000000156f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:02:57.499327 | 0.03s 2025-12-16 07:33:13.097184 | fa163e2b-8431-263f-22bc-000000001570 | TASK | Configure the banner text 2025-12-16 07:33:13.126204 | fa163e2b-8431-263f-22bc-000000001570 | SKIPPED | Configure the banner text | standalone 2025-12-16 07:33:13.127404 | fa163e2b-8431-263f-22bc-000000001570 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:02:57.554268 | 0.03s 2025-12-16 07:33:13.152787 | fa163e2b-8431-263f-22bc-000000001571 | TASK | Configure the motd banner 2025-12-16 07:33:13.183970 | fa163e2b-8431-263f-22bc-000000001571 | SKIPPED | Configure the motd banner | standalone 2025-12-16 07:33:13.185183 | fa163e2b-8431-263f-22bc-000000001571 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:02:57.612048 | 0.03s 2025-12-16 07:33:13.209173 | fa163e2b-8431-263f-22bc-000000001572 | TASK | Update sshd configuration options from vars 2025-12-16 07:33:13.248001 | fa163e2b-8431-263f-22bc-000000001572 | OK | Update sshd configuration options from vars | standalone 2025-12-16 07:33:13.249238 | fa163e2b-8431-263f-22bc-000000001572 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:02:57.676103 | 0.04s 2025-12-16 07:33:13.273631 | fa163e2b-8431-263f-22bc-000000001573 | TASK | Adjust ssh server configuration 2025-12-16 07:33:13.791601 | fa163e2b-8431-263f-22bc-000000001573 | CHANGED | Adjust ssh server configuration | standalone 2025-12-16 07:33:13.793026 | fa163e2b-8431-263f-22bc-000000001573 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:02:58.219884 | 0.52s 2025-12-16 07:33:13.818146 | fa163e2b-8431-263f-22bc-000000001574 | TASK | Restart sshd 2025-12-16 07:33:14.228623 | fa163e2b-8431-263f-22bc-000000001574 | CHANGED | Restart sshd | standalone 2025-12-16 07:33:14.230383 | fa163e2b-8431-263f-22bc-000000001574 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:02:58.657248 | 0.41s 2025-12-16 07:33:14.277738 | fa163e2b-8431-263f-22bc-000000000ba9 | TASK | create persistent directories 2025-12-16 07:33:14.537547 | fa163e2b-8431-263f-22bc-000000000ba9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-16 07:33:14.540053 | fa163e2b-8431-263f-22bc-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:58.966901 | 0.26s 2025-12-16 07:33:14.735956 | fa163e2b-8431-263f-22bc-000000000ba9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-12-16 07:33:14.737937 | fa163e2b-8431-263f-22bc-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:59.164797 | 0.46s 2025-12-16 07:33:14.948164 | fa163e2b-8431-263f-22bc-000000000ba9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-16 07:33:14.949321 | fa163e2b-8431-263f-22bc-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:59.376183 | 0.67s 2025-12-16 07:33:14.957275 | fa163e2b-8431-263f-22bc-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:59.384151 | 0.68s 2025-12-16 07:33:14.974237 | fa163e2b-8431-263f-22bc-000000000baa | TASK | create persistent directories 2025-12-16 07:33:15.229153 | fa163e2b-8431-263f-22bc-000000000baa | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-16 07:33:15.231198 | fa163e2b-8431-263f-22bc-000000000baa | TIMING | create persistent directories | standalone | 0:02:59.658057 | 0.26s 2025-12-16 07:33:15.434324 | fa163e2b-8431-263f-22bc-000000000baa | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-12-16 07:33:15.436058 | fa163e2b-8431-263f-22bc-000000000baa | TIMING | create persistent directories | standalone | 0:02:59.862924 | 0.46s 2025-12-16 07:33:15.693695 | fa163e2b-8431-263f-22bc-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-16 07:33:15.694929 | fa163e2b-8431-263f-22bc-000000000baa | TIMING | create persistent directories | standalone | 0:03:00.121794 | 0.72s 2025-12-16 07:33:15.702210 | fa163e2b-8431-263f-22bc-000000000baa | TIMING | create persistent directories | standalone | 0:03:00.129068 | 0.73s 2025-12-16 07:33:15.727647 | fa163e2b-8431-263f-22bc-000000000bab | TASK | Set swift_use_local_disks fact 2025-12-16 07:33:15.757940 | fa163e2b-8431-263f-22bc-000000000bab | OK | Set swift_use_local_disks fact | standalone 2025-12-16 07:33:15.759233 | fa163e2b-8431-263f-22bc-000000000bab | TIMING | Set swift_use_local_disks fact | standalone | 0:03:00.186090 | 0.03s 2025-12-16 07:33:15.783811 | fa163e2b-8431-263f-22bc-000000000bac | TASK | Set use_node_data_lookup fact 2025-12-16 07:33:15.813360 | fa163e2b-8431-263f-22bc-000000000bac | OK | Set use_node_data_lookup fact | standalone 2025-12-16 07:33:15.814544 | fa163e2b-8431-263f-22bc-000000000bac | TIMING | Set use_node_data_lookup fact | standalone | 0:03:00.241403 | 0.03s 2025-12-16 07:33:15.838931 | fa163e2b-8431-263f-22bc-000000000bad | TASK | Create Swift d1 directory if needed 2025-12-16 07:33:16.074260 | fa163e2b-8431-263f-22bc-000000000bad | CHANGED | Create Swift d1 directory if needed | standalone 2025-12-16 07:33:16.075605 | fa163e2b-8431-263f-22bc-000000000bad | TIMING | Create Swift d1 directory if needed | standalone | 0:03:00.502469 | 0.24s 2025-12-16 07:33:16.099752 | fa163e2b-8431-263f-22bc-000000000bae | TASK | Set fact for SwiftRawDisks 2025-12-16 07:33:16.138678 | fa163e2b-8431-263f-22bc-000000000bae | OK | Set fact for SwiftRawDisks | standalone 2025-12-16 07:33:16.139770 | fa163e2b-8431-263f-22bc-000000000bae | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:00.566636 | 0.04s 2025-12-16 07:33:16.163919 | fa163e2b-8431-263f-22bc-000000000baf | TASK | Get hiera swift::storage::disks::args 2025-12-16 07:33:16.196808 | fa163e2b-8431-263f-22bc-000000000baf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-12-16 07:33:16.197917 | fa163e2b-8431-263f-22bc-000000000baf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:00.624781 | 0.03s 2025-12-16 07:33:16.221977 | fa163e2b-8431-263f-22bc-000000000bb0 | TASK | Set fact for swift_raw_disks 2025-12-16 07:33:16.250440 | fa163e2b-8431-263f-22bc-000000000bb0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-12-16 07:33:16.251805 | fa163e2b-8431-263f-22bc-000000000bb0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:00.678661 | 0.03s 2025-12-16 07:33:16.276949 | fa163e2b-8431-263f-22bc-000000000bb1 | TASK | Format SwiftRawDisks 2025-12-16 07:33:16.305676 | fa163e2b-8431-263f-22bc-000000000bb1 | TIMING | Format SwiftRawDisks | standalone | 0:03:00.732532 | 0.03s 2025-12-16 07:33:16.329539 | fa163e2b-8431-263f-22bc-000000000bb2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-12-16 07:33:16.373001 | fa163e2b-8431-263f-22bc-000000000bb2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-12-16 07:33:16.374197 | fa163e2b-8431-263f-22bc-000000000bb2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:00.801061 | 0.04s 2025-12-16 07:33:16.398400 | fa163e2b-8431-263f-22bc-000000000bb3 | TASK | Mount devices defined in SwiftRawDisks 2025-12-16 07:33:16.426138 | fa163e2b-8431-263f-22bc-000000000bb3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:00.852996 | 0.03s 2025-12-16 07:33:16.449892 | fa163e2b-8431-263f-22bc-000000000bb4 | TASK | Check for NTP service 2025-12-16 07:33:16.695894 | fa163e2b-8431-263f-22bc-000000000bb4 | CHANGED | Check for NTP service | standalone 2025-12-16 07:33:16.697170 | fa163e2b-8431-263f-22bc-000000000bb4 | TIMING | Check for NTP service | standalone | 0:03:01.124035 | 0.25s 2025-12-16 07:33:16.720797 | fa163e2b-8431-263f-22bc-000000000bb5 | TASK | Disable NTP before configuring Chrony 2025-12-16 07:33:16.760072 | fa163e2b-8431-263f-22bc-000000000bb5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-16 07:33:16.761289 | fa163e2b-8431-263f-22bc-000000000bb5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:01.188152 | 0.04s 2025-12-16 07:33:16.786059 | fa163e2b-8431-263f-22bc-000000000bb6 | TASK | Install, Configure and Run Chrony 2025-12-16 07:33:16.814149 | fa163e2b-8431-263f-22bc-000000000bb6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:01.240993 | 0.03s 2025-12-16 07:33:16.913241 | fa163e2b-8431-263f-22bc-0000000016f5 | TASK | Load distro-specific variables 2025-12-16 07:33:16.933841 | fa163e2b-8431-263f-22bc-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.360703 | 0.02s 2025-12-16 07:33:16.945571 | 2e54eee9-96a4-4e33-96e9-c429e178e86b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-16 07:33:16.979663 | fa163e2b-8431-263f-22bc-0000000017d2 | TASK | Load distro-specific variables 2025-12-16 07:33:17.017744 | fa163e2b-8431-263f-22bc-0000000017d2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:33:17.019449 | fa163e2b-8431-263f-22bc-0000000017d2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.446311 | 0.04s 2025-12-16 07:33:17.029803 | fa163e2b-8431-263f-22bc-0000000017d2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.456673 | 0.05s 2025-12-16 07:33:17.055194 | fa163e2b-8431-263f-22bc-0000000016f6 | TASK | Install chronyd 2025-12-16 07:33:17.085189 | fa163e2b-8431-263f-22bc-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:01.512053 | 0.03s 2025-12-16 07:33:17.107794 | 3d7d73f8-32f4-43ef-885c-596b838718c8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-12-16 07:33:17.141413 | fa163e2b-8431-263f-22bc-00000000180b | TASK | Load distro-specific variables 2025-12-16 07:33:17.167588 | fa163e2b-8431-263f-22bc-00000000180b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.594457 | 0.03s 2025-12-16 07:33:17.178134 | b0d29173-2c1d-4840-9462-4f9297aa56dc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-16 07:33:17.203236 | fa163e2b-8431-263f-22bc-000000001852 | TASK | Load distro-specific variables 2025-12-16 07:33:17.302761 | fa163e2b-8431-263f-22bc-000000001852 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:33:17.305141 | fa163e2b-8431-263f-22bc-000000001852 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.732002 | 0.10s 2025-12-16 07:33:17.315675 | fa163e2b-8431-263f-22bc-000000001852 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.742536 | 0.11s 2025-12-16 07:33:17.341139 | fa163e2b-8431-263f-22bc-00000000180c | TASK | Check for NTP service 2025-12-16 07:33:17.599992 | fa163e2b-8431-263f-22bc-00000000180c | CHANGED | Check for NTP service | standalone 2025-12-16 07:33:17.601338 | fa163e2b-8431-263f-22bc-00000000180c | TIMING | chrony : Check for NTP service | standalone | 0:03:02.028203 | 0.26s 2025-12-16 07:33:17.626373 | fa163e2b-8431-263f-22bc-00000000180d | TASK | Disable NTP before configuring Chrony 2025-12-16 07:33:17.676437 | fa163e2b-8431-263f-22bc-00000000180d | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-16 07:33:17.677530 | fa163e2b-8431-263f-22bc-00000000180d | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:02.104393 | 0.05s 2025-12-16 07:33:17.702092 | fa163e2b-8431-263f-22bc-00000000180e | TASK | Install chronyd package 2025-12-16 07:33:20.662862 | fa163e2b-8431-263f-22bc-00000000180e | OK | Install chronyd package | standalone 2025-12-16 07:33:20.664262 | fa163e2b-8431-263f-22bc-00000000180e | TIMING | chrony : Install chronyd package | standalone | 0:03:05.091127 | 2.96s 2025-12-16 07:33:20.689491 | fa163e2b-8431-263f-22bc-0000000016f7 | TASK | Upgrade chronyd 2025-12-16 07:33:20.720566 | fa163e2b-8431-263f-22bc-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2025-12-16 07:33:20.721644 | fa163e2b-8431-263f-22bc-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:05.148507 | 0.03s 2025-12-16 07:33:20.746465 | fa163e2b-8431-263f-22bc-0000000016f8 | TASK | Configure chronyd 2025-12-16 07:33:20.775987 | fa163e2b-8431-263f-22bc-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:05.202848 | 0.03s 2025-12-16 07:33:20.794744 | c71ee60b-d526-4c51-9b8c-f5bb4347ea19 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-12-16 07:33:20.831777 | fa163e2b-8431-263f-22bc-00000000188b | TASK | Load distro-specific variables 2025-12-16 07:33:20.858404 | fa163e2b-8431-263f-22bc-00000000188b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.285271 | 0.03s 2025-12-16 07:33:20.868271 | ee095847-b328-41de-aeff-3cd0febef1d3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-16 07:33:20.890310 | fa163e2b-8431-263f-22bc-0000000018f7 | TASK | Load distro-specific variables 2025-12-16 07:33:20.945321 | fa163e2b-8431-263f-22bc-0000000018f7 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:33:20.946641 | fa163e2b-8431-263f-22bc-0000000018f7 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.373502 | 0.06s 2025-12-16 07:33:20.952385 | fa163e2b-8431-263f-22bc-0000000018f7 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.379252 | 0.06s 2025-12-16 07:33:20.976847 | fa163e2b-8431-263f-22bc-00000000188c | TASK | Install chrony configuration file 2025-12-16 07:33:21.575297 | fa163e2b-8431-263f-22bc-00000000188c | OK | Install chrony configuration file | standalone 2025-12-16 07:33:21.576745 | fa163e2b-8431-263f-22bc-00000000188c | TIMING | chrony : Install chrony configuration file | standalone | 0:03:06.003608 | 0.60s 2025-12-16 07:33:21.601395 | fa163e2b-8431-263f-22bc-0000000016f9 | TASK | Run chronyd 2025-12-16 07:33:21.633362 | fa163e2b-8431-263f-22bc-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:06.060222 | 0.03s 2025-12-16 07:33:21.654170 | dada84a5-aeeb-42f4-97c9-03b34388fcfb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-12-16 07:33:21.695542 | fa163e2b-8431-263f-22bc-00000000191a | TASK | Load distro-specific variables 2025-12-16 07:33:21.722367 | fa163e2b-8431-263f-22bc-00000000191a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.149225 | 0.03s 2025-12-16 07:33:21.738286 | bfbd24aa-60b5-4914-b9ef-f8e4877fb414 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-16 07:33:21.764494 | fa163e2b-8431-263f-22bc-00000000199e | TASK | Load distro-specific variables 2025-12-16 07:33:21.818685 | fa163e2b-8431-263f-22bc-00000000199e | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-16 07:33:21.819756 | fa163e2b-8431-263f-22bc-00000000199e | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.246623 | 0.05s 2025-12-16 07:33:21.823748 | fa163e2b-8431-263f-22bc-00000000199e | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.250613 | 0.06s 2025-12-16 07:33:21.848768 | fa163e2b-8431-263f-22bc-00000000191b | TASK | Ensure chronyd is running 2025-12-16 07:33:22.266181 | fa163e2b-8431-263f-22bc-00000000191b | OK | Ensure chronyd is running | standalone 2025-12-16 07:33:22.268044 | fa163e2b-8431-263f-22bc-00000000191b | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:06.694907 | 0.42s 2025-12-16 07:33:22.294392 | fa163e2b-8431-263f-22bc-00000000191c | TASK | Force chronyd restart 2025-12-16 07:33:22.344116 | fa163e2b-8431-263f-22bc-00000000191c | SKIPPED | Force chronyd restart | standalone 2025-12-16 07:33:22.345206 | fa163e2b-8431-263f-22bc-00000000191c | TIMING | chrony : Force chronyd restart | standalone | 0:03:06.772071 | 0.05s 2025-12-16 07:33:22.369576 | fa163e2b-8431-263f-22bc-0000000016fa | TASK | Enable online service 2025-12-16 07:33:22.398385 | fa163e2b-8431-263f-22bc-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:06.825244 | 0.03s 2025-12-16 07:33:22.417003 | a508db9c-c825-466c-b09a-40bf69f5c25d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-12-16 07:33:22.460765 | fa163e2b-8431-263f-22bc-0000000019cb | TASK | Create chrony-online.service unit file 2025-12-16 07:33:22.888082 | fa163e2b-8431-263f-22bc-0000000019cb | OK | Create chrony-online.service unit file | standalone 2025-12-16 07:33:22.889442 | fa163e2b-8431-263f-22bc-0000000019cb | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:07.316307 | 0.43s 2025-12-16 07:33:22.914588 | fa163e2b-8431-263f-22bc-0000000019cc | TASK | Enable chrony-online.service 2025-12-16 07:33:23.610836 | fa163e2b-8431-263f-22bc-0000000019cc | CHANGED | Enable chrony-online.service | standalone 2025-12-16 07:33:23.613064 | fa163e2b-8431-263f-22bc-0000000019cc | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:08.039926 | 0.70s 2025-12-16 07:33:23.639250 | fa163e2b-8431-263f-22bc-0000000016fb | TASK | Sync chronyc 2025-12-16 07:33:23.671464 | fa163e2b-8431-263f-22bc-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:08.098310 | 0.03s 2025-12-16 07:33:23.694915 | 928e331a-5a09-4525-aa3b-b0737c3910fb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-12-16 07:33:23.737092 | fa163e2b-8431-263f-22bc-000000001a71 | TASK | Force NTP sync 2025-12-16 07:33:23.965046 | fa163e2b-8431-263f-22bc-000000001a71 | CHANGED | Force NTP sync | standalone 2025-12-16 07:33:23.966001 | fa163e2b-8431-263f-22bc-000000001a71 | TIMING | chrony : Force NTP sync | standalone | 0:03:08.392870 | 0.23s 2025-12-16 07:33:23.985659 | fa163e2b-8431-263f-22bc-000000001a72 | TASK | Ensure system is NTP time synced 2025-12-16 07:33:24.206893 | fa163e2b-8431-263f-22bc-000000001a72 | CHANGED | Ensure system is NTP time synced | standalone 2025-12-16 07:33:24.208216 | fa163e2b-8431-263f-22bc-000000001a72 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:08.635080 | 0.22s 2025-12-16 07:33:24.254398 | fa163e2b-8431-263f-22bc-000000000bb7 | TASK | Force NTP sync 2025-12-16 07:33:24.476419 | fa163e2b-8431-263f-22bc-000000000bb7 | CHANGED | Force NTP sync | standalone 2025-12-16 07:33:24.477587 | fa163e2b-8431-263f-22bc-000000000bb7 | TIMING | Force NTP sync | standalone | 0:03:08.904453 | 0.22s 2025-12-16 07:33:24.501155 | fa163e2b-8431-263f-22bc-000000000bb8 | TASK | Ensure system is NTP time synced 2025-12-16 07:33:24.721374 | fa163e2b-8431-263f-22bc-000000000bb8 | CHANGED | Ensure system is NTP time synced | standalone 2025-12-16 07:33:24.722492 | fa163e2b-8431-263f-22bc-000000000bb8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:09.149359 | 0.22s 2025-12-16 07:33:24.746790 | fa163e2b-8431-263f-22bc-000000000bb9 | TASK | Run timezone role 2025-12-16 07:33:24.774750 | fa163e2b-8431-263f-22bc-000000000bb9 | TIMING | Run timezone role | standalone | 0:03:09.201610 | 0.03s 2025-12-16 07:33:24.873784 | fa163e2b-8431-263f-22bc-000000001c2a | TASK | Set timezone 2025-12-16 07:33:25.404012 | fa163e2b-8431-263f-22bc-000000001c2a | OK | Set timezone | standalone 2025-12-16 07:33:25.405329 | fa163e2b-8431-263f-22bc-000000001c2a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:09.832193 | 0.53s 2025-12-16 07:33:25.430176 | fa163e2b-8431-263f-22bc-000000001c2b | TASK | Restart time services 2025-12-16 07:33:25.469332 | fa163e2b-8431-263f-22bc-000000001c2b | SKIPPED | Restart time services | standalone | item=rsyslog 2025-12-16 07:33:25.476068 | fa163e2b-8431-263f-22bc-000000001c2b | SKIPPED | Restart time services | standalone | item=crond 2025-12-16 07:33:25.482188 | fa163e2b-8431-263f-22bc-000000001c2b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:09.909050 | 0.05s 2025-12-16 07:33:25.528745 | fa163e2b-8431-263f-22bc-000000000bba | TASK | install tmpwatch on the host 2025-12-16 07:33:28.463231 | fa163e2b-8431-263f-22bc-000000000bba | OK | install tmpwatch on the host | standalone 2025-12-16 07:33:28.464659 | fa163e2b-8431-263f-22bc-000000000bba | TIMING | install tmpwatch on the host | standalone | 0:03:12.891523 | 2.93s 2025-12-16 07:33:28.488378 | fa163e2b-8431-263f-22bc-000000000bbb | TASK | Notice - ctlplane subnet is set 2025-12-16 07:33:28.553389 | fa163e2b-8431-263f-22bc-000000000bbb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-12-16 07:33:28.554418 | fa163e2b-8431-263f-22bc-000000000bbb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:12.981284 | 0.06s 2025-12-16 07:33:28.644434 | fa163e2b-8431-263f-22bc-000000000bbc | TIMING | include_role : tuned | standalone | 0:03:13.071297 | 0.02s 2025-12-16 07:33:28.729737 | fa163e2b-8431-263f-22bc-000000001e4e | TASK | Gather variables for each operating system 2025-12-16 07:33:28.847419 | fa163e2b-8431-263f-22bc-000000001e4e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-16 07:33:28.848658 | fa163e2b-8431-263f-22bc-000000001e4e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:13.275518 | 0.12s 2025-12-16 07:33:28.854599 | fa163e2b-8431-263f-22bc-000000001e4e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:13.281460 | 0.12s 2025-12-16 07:33:28.940171 | fa163e2b-8431-263f-22bc-000000001e4f | TIMING | tuned : include_tasks | standalone | 0:03:13.367025 | 0.06s 2025-12-16 07:33:28.961338 | f4eeddef-14fe-4698-bdec-21abdb51d15d | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-16 07:33:28.996374 | fa163e2b-8431-263f-22bc-000000001f77 | TASK | Check tuned package is installed 2025-12-16 07:33:29.254896 | fa163e2b-8431-263f-22bc-000000001f77 | CHANGED | Check tuned package is installed | standalone 2025-12-16 07:33:29.256331 | fa163e2b-8431-263f-22bc-000000001f77 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:13.683186 | 0.26s 2025-12-16 07:33:29.281528 | fa163e2b-8431-263f-22bc-000000001f78 | TASK | Install tuned 2025-12-16 07:33:29.310469 | fa163e2b-8431-263f-22bc-000000001f78 | SKIPPED | Install tuned | standalone 2025-12-16 07:33:29.311704 | fa163e2b-8431-263f-22bc-000000001f78 | TIMING | tuned : Install tuned | standalone | 0:03:13.738539 | 0.03s 2025-12-16 07:33:29.337130 | fa163e2b-8431-263f-22bc-000000001f79 | TASK | Restart tuned 2025-12-16 07:33:29.366521 | fa163e2b-8431-263f-22bc-000000001f79 | SKIPPED | Restart tuned | standalone 2025-12-16 07:33:29.367596 | fa163e2b-8431-263f-22bc-000000001f79 | TIMING | tuned : Restart tuned | standalone | 0:03:13.794459 | 0.03s 2025-12-16 07:33:29.392504 | fa163e2b-8431-263f-22bc-000000001e50 | TASK | Check for tuned-adm 2025-12-16 07:33:29.620450 | fa163e2b-8431-263f-22bc-000000001e50 | OK | Check for tuned-adm | standalone 2025-12-16 07:33:29.621270 | fa163e2b-8431-263f-22bc-000000001e50 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:14.048143 | 0.23s 2025-12-16 07:33:29.667897 | fa163e2b-8431-263f-22bc-000000001e51 | TIMING | tuned : include_tasks | standalone | 0:03:14.094768 | 0.03s 2025-12-16 07:33:29.685666 | f7f81773-d9cd-463d-bdb7-af25570874e8 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-16 07:33:29.718259 | fa163e2b-8431-263f-22bc-000000001fa4 | TASK | Ensure profile directory exists 2025-12-16 07:33:29.819647 | fa163e2b-8431-263f-22bc-000000001fa4 | SKIPPED | Ensure profile directory exists | standalone 2025-12-16 07:33:29.820859 | fa163e2b-8431-263f-22bc-000000001fa4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:14.247721 | 0.10s 2025-12-16 07:33:29.845799 | fa163e2b-8431-263f-22bc-000000001fa5 | TASK | Create custom tuned profile 2025-12-16 07:33:29.919216 | fa163e2b-8431-263f-22bc-000000001fa5 | SKIPPED | Create custom tuned profile | standalone 2025-12-16 07:33:29.920192 | fa163e2b-8431-263f-22bc-000000001fa5 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:14.347062 | 0.07s 2025-12-16 07:33:29.939591 | fa163e2b-8431-263f-22bc-000000001fa6 | TASK | Check tuned active profile 2025-12-16 07:33:30.159942 | fa163e2b-8431-263f-22bc-000000001fa6 | OK | Check tuned active profile | standalone 2025-12-16 07:33:30.161442 | fa163e2b-8431-263f-22bc-000000001fa6 | TIMING | tuned : Check tuned active profile | standalone | 0:03:14.588306 | 0.22s 2025-12-16 07:33:30.185882 | fa163e2b-8431-263f-22bc-000000001fa7 | TASK | Check Tuned Configuration file exists 2025-12-16 07:33:30.406788 | fa163e2b-8431-263f-22bc-000000001fa7 | OK | Check Tuned Configuration file exists | standalone 2025-12-16 07:33:30.408085 | fa163e2b-8431-263f-22bc-000000001fa7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:14.834949 | 0.22s 2025-12-16 07:33:30.432859 | fa163e2b-8431-263f-22bc-000000001fa8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-16 07:33:30.493481 | fa163e2b-8431-263f-22bc-000000001fa8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-16 07:33:30.494731 | fa163e2b-8431-263f-22bc-000000001fa8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:14.921594 | 0.06s 2025-12-16 07:33:30.522639 | fa163e2b-8431-263f-22bc-000000001fa9 | TASK | Configure isolated cores for profile throughput-performance 2025-12-16 07:33:30.584263 | fa163e2b-8431-263f-22bc-000000001fa9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-16 07:33:30.585467 | fa163e2b-8431-263f-22bc-000000001fa9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:15.012327 | 0.06s 2025-12-16 07:33:30.610270 | fa163e2b-8431-263f-22bc-000000001faa | TASK | Enable tuned profile 2025-12-16 07:33:30.643777 | fa163e2b-8431-263f-22bc-000000001faa | SKIPPED | Enable tuned profile | standalone 2025-12-16 07:33:30.644840 | fa163e2b-8431-263f-22bc-000000001faa | TIMING | tuned : Enable tuned profile | standalone | 0:03:15.071705 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-12-16 07:33:30.817619 | fa163e2b-8431-263f-22bc-0000000000ac | TASK | Overcloud container setup tasks 2025-12-16 07:33:30.845033 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000ac') missing from stats 2025-12-16 07:33:30.864808 | fa163e2b-8431-263f-22bc-0000000000ad | TASK | Write config data 2025-12-16 07:33:30.928348 | fa163e2b-8431-263f-22bc-0000000000ad | TIMING | Write config data | standalone | 0:03:15.355213 | 0.06s 2025-12-16 07:33:30.955171 | 4430b606-7666-4abb-8a9a-d96b7e59dbe0 | INCLUDED | /root/standalone-ansible-x_cpl4b4/common_container_setup_tasks.yaml | standalone 2025-12-16 07:33:30.978649 | fa163e2b-8431-263f-22bc-000000002008 | TASK | Create and ensure setype for /var/log/containers directory 2025-12-16 07:33:31.206156 | fa163e2b-8431-263f-22bc-000000002008 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-12-16 07:33:31.207488 | fa163e2b-8431-263f-22bc-000000002008 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:15.634352 | 0.23s 2025-12-16 07:33:31.231943 | fa163e2b-8431-263f-22bc-000000002009 | TASK | Create ContainerLogStdoutPath directory 2025-12-16 07:33:31.441531 | fa163e2b-8431-263f-22bc-000000002009 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-12-16 07:33:31.442961 | fa163e2b-8431-263f-22bc-000000002009 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:15.869826 | 0.21s 2025-12-16 07:33:31.467547 | fa163e2b-8431-263f-22bc-00000000200a | TASK | Create /var/lib/tripleo-config directory 2025-12-16 07:33:31.697502 | fa163e2b-8431-263f-22bc-00000000200a | OK | Create /var/lib/tripleo-config directory | standalone 2025-12-16 07:33:31.699021 | fa163e2b-8431-263f-22bc-00000000200a | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:16.125884 | 0.23s 2025-12-16 07:33:31.723414 | fa163e2b-8431-263f-22bc-00000000200b | TASK | Clean old /var/lib/container-startup-configs.json file 2025-12-16 07:33:31.965400 | fa163e2b-8431-263f-22bc-00000000200b | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-12-16 07:33:31.966713 | fa163e2b-8431-263f-22bc-00000000200b | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:16.393551 | 0.24s 2025-12-16 07:33:31.990491 | fa163e2b-8431-263f-22bc-00000000200c | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-12-16 07:33:32.211168 | fa163e2b-8431-263f-22bc-00000000200c | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-12-16 07:33:32.212541 | fa163e2b-8431-263f-22bc-00000000200c | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:16.639405 | 0.22s 2025-12-16 07:33:32.237569 | fa163e2b-8431-263f-22bc-000000002010 | TASK | Create fcontext entry for container-config-scripts 2025-12-16 07:33:33.567276 | fa163e2b-8431-263f-22bc-000000002010 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-12-16 07:33:33.569109 | fa163e2b-8431-263f-22bc-000000002010 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:17.995972 | 1.33s 2025-12-16 07:33:33.594992 | fa163e2b-8431-263f-22bc-000000002011 | TASK | Create /var/lib/container-config-scripts 2025-12-16 07:33:33.825209 | fa163e2b-8431-263f-22bc-000000002011 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-12-16 07:33:33.826517 | fa163e2b-8431-263f-22bc-000000002011 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:18.253382 | 0.23s 2025-12-16 07:33:33.851500 | fa163e2b-8431-263f-22bc-000000002012 | TASK | Write container config scripts 2025-12-16 07:33:34.198524 | fa163e2b-8431-263f-22bc-000000002012 | CHANGED | Write container config scripts | standalone 2025-12-16 07:33:34.199768 | fa163e2b-8431-263f-22bc-000000002012 | TIMING | Write container config scripts | standalone | 0:03:18.626631 | 0.35s 2025-12-16 07:33:34.223665 | fa163e2b-8431-263f-22bc-000000002013 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-12-16 07:33:34.699141 | fa163e2b-8431-263f-22bc-000000002013 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-12-16 07:33:34.700373 | fa163e2b-8431-263f-22bc-000000002013 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:19.127236 | 0.48s 2025-12-16 07:33:34.724400 | fa163e2b-8431-263f-22bc-000000002014 | TASK | Generate startup configs files per step and per container 2025-12-16 07:33:35.336806 | fa163e2b-8431-263f-22bc-000000002014 | CHANGED | Generate startup configs files per step and per container | standalone 2025-12-16 07:33:35.344004 | fa163e2b-8431-263f-22bc-000000002014 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:19.770866 | 0.62s 2025-12-16 07:33:35.380096 | fa163e2b-8431-263f-22bc-000000002015 | TASK | Create /var/lib/kolla/config_files directory 2025-12-16 07:33:35.610378 | fa163e2b-8431-263f-22bc-000000002015 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-12-16 07:33:35.611699 | fa163e2b-8431-263f-22bc-000000002015 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:20.038540 | 0.23s 2025-12-16 07:33:35.635585 | fa163e2b-8431-263f-22bc-000000002016 | TASK | Create /var/lib/config-data directory 2025-12-16 07:33:35.854542 | fa163e2b-8431-263f-22bc-000000002016 | CHANGED | Create /var/lib/config-data directory | standalone 2025-12-16 07:33:35.855941 | fa163e2b-8431-263f-22bc-000000002016 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:20.282805 | 0.22s 2025-12-16 07:33:35.880476 | fa163e2b-8431-263f-22bc-000000002017 | TASK | Write container config json files 2025-12-16 07:33:36.347462 | fa163e2b-8431-263f-22bc-000000002017 | CHANGED | Write container config json files | standalone 2025-12-16 07:33:36.353668 | fa163e2b-8431-263f-22bc-000000002017 | TIMING | Write container config json files | standalone | 0:03:20.780531 | 0.47s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-12-16 07:33:36.513667 | fa163e2b-8431-263f-22bc-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-12-16 07:33:36.540020 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-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-16 07:33:36.599818 | fa163e2b-8431-263f-22bc-0000000000b2 | TIMING | include_tasks | standalone | 0:03:21.026675 | 0.04s 2025-12-16 07:33:36.612508 | 931631b0-4f2f-48fe-9aed-2062f8c933a3 | INCLUDED | /root/standalone-ansible-x_cpl4b4/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-12-16 07:33:36.748315 | fa163e2b-8431-263f-22bc-0000000000b6 | TASK | External deployment step 1 2025-12-16 07:33:36.776896 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000b6') missing from stats 2025-12-16 07:33:36.835114 | fa163e2b-8431-263f-22bc-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:21.261974 | 0.04s 2025-12-16 07:33:36.874114 | 9bb560bb-cba3-43d7-86eb-50ad9deed6cc | INCLUDED | /root/standalone-ansible-x_cpl4b4/external_deploy_steps_tasks_step1.yaml | undercloud 2025-12-16 07:33:36.892016 | fa163e2b-8431-263f-22bc-00000000205c | TASK | Set some tripleo-ansible facts 2025-12-16 07:33:36.941750 | fa163e2b-8431-263f-22bc-00000000205c | OK | Set some tripleo-ansible facts | undercloud 2025-12-16 07:33:36.942837 | fa163e2b-8431-263f-22bc-00000000205c | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:21.369703 | 0.05s 2025-12-16 07:33:36.960017 | fa163e2b-8431-263f-22bc-00000000205e | TASK | Build disk list for cephadm 2025-12-16 07:33:37.010522 | fa163e2b-8431-263f-22bc-00000000205e | OK | Build disk list for cephadm | undercloud 2025-12-16 07:33:37.011663 | fa163e2b-8431-263f-22bc-00000000205e | TIMING | Build disk list for cephadm | undercloud | 0:03:21.438529 | 0.05s 2025-12-16 07:33:37.030169 | fa163e2b-8431-263f-22bc-000000002065 | TASK | Container image prepare 2025-12-16 07:33:38.047914 | fa163e2b-8431-263f-22bc-000000002065 | CHANGED | Container image prepare | undercloud 2025-12-16 07:33:38.049963 | fa163e2b-8431-263f-22bc-000000002065 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:22.476801 | 1.02s 2025-12-16 07:33:38.085252 | fa163e2b-8431-263f-22bc-00000000206c | TASK | Create /etc/openstack directory if it does not exist 2025-12-16 07:33:38.336234 | fa163e2b-8431-263f-22bc-00000000206c | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-12-16 07:33:38.337486 | fa163e2b-8431-263f-22bc-00000000206c | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:22.764351 | 0.25s 2025-12-16 07:33:38.355001 | fa163e2b-8431-263f-22bc-00000000206d | TASK | Configure /etc/openstack/clouds.yaml 2025-12-16 07:33:38.405336 | fa163e2b-8431-263f-22bc-00000000206d | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:22.832194 | 0.05s 2025-12-16 07:33:38.450623 | fa163e2b-8431-263f-22bc-000000002094 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-12-16 07:33:38.697032 | fa163e2b-8431-263f-22bc-000000002094 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-12-16 07:33:38.698245 | fa163e2b-8431-263f-22bc-000000002094 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:23.125108 | 0.25s 2025-12-16 07:33:38.717409 | fa163e2b-8431-263f-22bc-000000002095 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-12-16 07:33:39.152998 | fa163e2b-8431-263f-22bc-000000002095 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-12-16 07:33:39.154368 | fa163e2b-8431-263f-22bc-000000002095 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:23.581232 | 0.44s 2025-12-16 07:33:39.174281 | fa163e2b-8431-263f-22bc-000000002096 | TASK | Configure /etc/openstack/clouds.yaml 2025-12-16 07:33:39.225920 | fa163e2b-8431-263f-22bc-000000002096 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:23.652771 | 0.05s 2025-12-16 07:33:39.272198 | fa163e2b-8431-263f-22bc-0000000020d0 | TASK | Check for a configured destination 2025-12-16 07:33:39.333454 | fa163e2b-8431-263f-22bc-0000000020d0 | SKIPPED | Check for a configured destination | undercloud 2025-12-16 07:33:39.334520 | fa163e2b-8431-263f-22bc-0000000020d0 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:23.761385 | 0.06s 2025-12-16 07:33:39.359730 | fa163e2b-8431-263f-22bc-0000000020d1 | TASK | Generate /etc/openstack/clouds.yaml config 2025-12-16 07:33:39.857607 | fa163e2b-8431-263f-22bc-0000000020d1 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-12-16 07:33:39.859268 | fa163e2b-8431-263f-22bc-0000000020d1 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:24.286126 | 0.50s PLAY [Deploy step tasks for 1] ************************************************* 2025-12-16 07:33:40.022539 | fa163e2b-8431-263f-22bc-0000000000ba | TASK | Deploy step tasks for 1 2025-12-16 07:33:40.052638 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000ba') missing from stats 2025-12-16 07:33:40.071355 | fa163e2b-8431-263f-22bc-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-12-16 07:33:40.547307 | fa163e2b-8431-263f-22bc-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-12-16 07:33:40.548599 | fa163e2b-8431-263f-22bc-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:24.975464 | 0.48s 2025-12-16 07:33:40.572307 | fa163e2b-8431-263f-22bc-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-16 07:33:40.803234 | fa163e2b-8431-263f-22bc-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-16 07:33:40.804667 | fa163e2b-8431-263f-22bc-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:25.231531 | 0.23s 2025-12-16 07:33:40.830217 | fa163e2b-8431-263f-22bc-0000000000be | TASK | Write config data at the start of step 1 2025-12-16 07:33:40.872740 | fa163e2b-8431-263f-22bc-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:25.299597 | 0.04s 2025-12-16 07:33:40.918516 | 330a9493-6de3-4f38-b5cd-f485626efd1a | INCLUDED | /root/standalone-ansible-x_cpl4b4/common_deploy_steps_tasks_step_1.yaml | standalone 2025-12-16 07:33:40.942897 | fa163e2b-8431-263f-22bc-00000000210f | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-12-16 07:33:40.970521 | fa163e2b-8431-263f-22bc-00000000210f | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-16 07:33:40.971254 | fa163e2b-8431-263f-22bc-00000000210f | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:25.398125 | 0.03s 2025-12-16 07:33:40.990200 | fa163e2b-8431-263f-22bc-000000002110 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-12-16 07:33:41.017712 | fa163e2b-8431-263f-22bc-000000002110 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-16 07:33:41.018781 | fa163e2b-8431-263f-22bc-000000002110 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:25.445646 | 0.03s 2025-12-16 07:33:41.042531 | fa163e2b-8431-263f-22bc-000000002111 | TASK | Write the puppet step_config manifest 2025-12-16 07:33:41.494009 | fa163e2b-8431-263f-22bc-000000002111 | CHANGED | Write the puppet step_config manifest | standalone 2025-12-16 07:33:41.495318 | fa163e2b-8431-263f-22bc-000000002111 | TIMING | Write the puppet step_config manifest | standalone | 0:03:25.922183 | 0.45s 2025-12-16 07:33:41.519613 | fa163e2b-8431-263f-22bc-000000002112 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-16 07:33:41.549503 | fa163e2b-8431-263f-22bc-000000002112 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-16 07:33:41.550585 | fa163e2b-8431-263f-22bc-000000002112 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:25.977448 | 0.03s 2025-12-16 07:33:41.574405 | fa163e2b-8431-263f-22bc-000000002113 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-16 07:33:41.602986 | fa163e2b-8431-263f-22bc-000000002113 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-16 07:33:41.604068 | fa163e2b-8431-263f-22bc-000000002113 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:26.030931 | 0.03s 2025-12-16 07:33:41.627804 | fa163e2b-8431-263f-22bc-000000002114 | TASK | Create /var/lib/container-puppet 2025-12-16 07:33:41.857475 | fa163e2b-8431-263f-22bc-000000002114 | OK | Create /var/lib/container-puppet | standalone 2025-12-16 07:33:41.858823 | fa163e2b-8431-263f-22bc-000000002114 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:26.285687 | 0.23s 2025-12-16 07:33:41.883149 | fa163e2b-8431-263f-22bc-000000002115 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-12-16 07:33:41.913060 | fa163e2b-8431-263f-22bc-000000002115 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-16 07:33:41.914109 | fa163e2b-8431-263f-22bc-000000002115 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:26.340975 | 0.03s 2025-12-16 07:33:41.937991 | fa163e2b-8431-263f-22bc-000000002116 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-12-16 07:33:41.968322 | fa163e2b-8431-263f-22bc-000000002116 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-16 07:33:41.969401 | fa163e2b-8431-263f-22bc-000000002116 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:26.396265 | 0.03s 2025-12-16 07:33:41.992838 | fa163e2b-8431-263f-22bc-000000002117 | TASK | Write container-puppet.json file 2025-12-16 07:33:42.561305 | fa163e2b-8431-263f-22bc-000000002117 | CHANGED | Write container-puppet.json file | standalone 2025-12-16 07:33:42.562645 | fa163e2b-8431-263f-22bc-000000002117 | TIMING | Write container-puppet.json file | standalone | 0:03:26.989506 | 0.57s 2025-12-16 07:33:42.586791 | fa163e2b-8431-263f-22bc-000000002118 | TASK | Diff container-puppet.json changes for check mode 2025-12-16 07:33:42.616154 | fa163e2b-8431-263f-22bc-000000002118 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-16 07:33:42.617356 | fa163e2b-8431-263f-22bc-000000002118 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:27.044217 | 0.03s 2025-12-16 07:33:42.641545 | fa163e2b-8431-263f-22bc-000000002119 | TASK | Diff container-puppet.json changes for check mode 2025-12-16 07:33:42.672387 | fa163e2b-8431-263f-22bc-000000002119 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-16 07:33:42.673435 | fa163e2b-8431-263f-22bc-000000002119 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:27.100298 | 0.03s 2025-12-16 07:33:42.699052 | fa163e2b-8431-263f-22bc-00000000211a | TASK | Ensure config hashes are up-to-date for container startup configs 2025-12-16 07:33:43.130993 | fa163e2b-8431-263f-22bc-00000000211a | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-12-16 07:33:43.132166 | fa163e2b-8431-263f-22bc-00000000211a | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:27.559032 | 0.43s 2025-12-16 07:33:43.155909 | fa163e2b-8431-263f-22bc-00000000211b | TASK | Set host puppet debugging fact string 2025-12-16 07:33:43.185623 | fa163e2b-8431-263f-22bc-00000000211b | SKIPPED | Set host puppet debugging fact string | standalone 2025-12-16 07:33:43.186836 | fa163e2b-8431-263f-22bc-00000000211b | TIMING | Set host puppet debugging fact string | standalone | 0:03:27.613697 | 0.03s 2025-12-16 07:33:43.210637 | fa163e2b-8431-263f-22bc-00000000211c | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-12-16 07:33:43.238066 | fa163e2b-8431-263f-22bc-00000000211c | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-12-16 07:33:43.239260 | fa163e2b-8431-263f-22bc-00000000211c | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:27.666122 | 0.03s 2025-12-16 07:33:43.263252 | fa163e2b-8431-263f-22bc-00000000211d | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-12-16 07:33:43.290209 | fa163e2b-8431-263f-22bc-00000000211d | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-12-16 07:33:43.291303 | fa163e2b-8431-263f-22bc-00000000211d | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:27.718166 | 0.03s 2025-12-16 07:33:43.315980 | fa163e2b-8431-263f-22bc-00000000211e | TASK | Create puppet check-mode files if they don't exist for check mode 2025-12-16 07:33:43.347410 | fa163e2b-8431-263f-22bc-00000000211e | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-12-16 07:33:43.348616 | fa163e2b-8431-263f-22bc-00000000211e | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:27.775478 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-16 07:33:43.414513 | fa163e2b-8431-263f-22bc-0000000000c0 | TIMING | include_tasks | standalone | 0:03:27.841370 | 0.04s 2025-12-16 07:33:43.521389 | f09f7fa2-80b0-4b2b-a384-9236e5b5a6ee | INCLUDED | /root/standalone-ansible-x_cpl4b4/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-12-16 07:33:43.558258 | fa163e2b-8431-263f-22bc-000000002149 | TASK | Create dirs for certificates and keys 2025-12-16 07:33:43.617908 | fa163e2b-8431-263f-22bc-000000002149 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-12-16 07:33:43.639542 | fa163e2b-8431-263f-22bc-000000002149 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-12-16 07:33:43.645562 | fa163e2b-8431-263f-22bc-000000002149 | TIMING | Create dirs for certificates and keys | standalone | 0:03:28.072415 | 0.09s 2025-12-16 07:33:43.721660 | fa163e2b-8431-263f-22bc-00000000214a | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-16 07:33:43.723029 | fa163e2b-8431-263f-22bc-00000000214a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:28.149892 | 0.05s 2025-12-16 07:33:43.748443 | fa163e2b-8431-263f-22bc-000000002151 | TASK | Fail if container image is undefined 2025-12-16 07:33:43.810772 | fa163e2b-8431-263f-22bc-000000002151 | SKIPPED | Fail if container image is undefined | standalone 2025-12-16 07:33:43.812077 | fa163e2b-8431-263f-22bc-000000002151 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:28.238940 | 0.06s 2025-12-16 07:33:43.854762 | fa163e2b-8431-263f-22bc-000000002152 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-16 07:34:06.877779 | fa163e2b-8431-263f-22bc-000000002152 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-16 07:34:06.879546 | fa163e2b-8431-263f-22bc-000000002152 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:51.306409 | 23.02s 2025-12-16 07:34:06.935606 | fa163e2b-8431-263f-22bc-000000002153 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-16 07:34:07.310075 | fa163e2b-8431-263f-22bc-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-16 07:34:07.311402 | fa163e2b-8431-263f-22bc-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:51.738266 | 0.37s 2025-12-16 07:34:07.358762 | fa163e2b-8431-263f-22bc-000000002162 | TASK | Fail if container image is undefined 2025-12-16 07:34:07.419554 | fa163e2b-8431-263f-22bc-000000002162 | SKIPPED | Fail if container image is undefined | standalone 2025-12-16 07:34:07.420812 | fa163e2b-8431-263f-22bc-000000002162 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:51.847674 | 0.06s 2025-12-16 07:34:07.461617 | fa163e2b-8431-263f-22bc-000000002163 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-16 07:34:14.954845 | fa163e2b-8431-263f-22bc-000000002163 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-16 07:34:14.957628 | fa163e2b-8431-263f-22bc-000000002163 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:59.384488 | 7.49s 2025-12-16 07:34:15.013600 | fa163e2b-8431-263f-22bc-000000002164 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-16 07:34:15.402156 | fa163e2b-8431-263f-22bc-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-16 07:34:15.403108 | fa163e2b-8431-263f-22bc-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:59.829982 | 0.39s 2025-12-16 07:34:15.436760 | fa163e2b-8431-263f-22bc-00000000216f | TASK | Check if rsyslog exists 2025-12-16 07:34:15.653035 | fa163e2b-8431-263f-22bc-00000000216f | CHANGED | Check if rsyslog exists | standalone 2025-12-16 07:34:15.655782 | fa163e2b-8431-263f-22bc-00000000216f | TIMING | Check if rsyslog exists | standalone | 0:04:00.082645 | 0.22s 2025-12-16 07:34:15.681281 | fa163e2b-8431-263f-22bc-000000002171 | TASK | Forward logging to haproxy.log file 2025-12-16 07:34:15.934181 | fa163e2b-8431-263f-22bc-000000002171 | CHANGED | Forward logging to haproxy.log file | standalone 2025-12-16 07:34:15.936589 | fa163e2b-8431-263f-22bc-000000002171 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:00.363452 | 0.25s 2025-12-16 07:34:15.962733 | fa163e2b-8431-263f-22bc-000000002172 | TASK | restart rsyslog service after logging conf change 2025-12-16 07:34:16.617533 | fa163e2b-8431-263f-22bc-000000002172 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-12-16 07:34:16.621954 | fa163e2b-8431-263f-22bc-000000002172 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:01.048810 | 0.66s 2025-12-16 07:34:16.650636 | fa163e2b-8431-263f-22bc-000000002179 | TASK | Fail if container image is undefined 2025-12-16 07:34:16.712842 | fa163e2b-8431-263f-22bc-000000002179 | SKIPPED | Fail if container image is undefined | standalone 2025-12-16 07:34:16.714948 | fa163e2b-8431-263f-22bc-000000002179 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:01.141805 | 0.06s 2025-12-16 07:34:16.758449 | fa163e2b-8431-263f-22bc-00000000217a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-16 07:34:21.999995 | fa163e2b-8431-263f-22bc-00000000217a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-16 07:34:22.001516 | fa163e2b-8431-263f-22bc-00000000217a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:06.428380 | 5.24s 2025-12-16 07:34:22.055110 | fa163e2b-8431-263f-22bc-00000000217b | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-16 07:34:22.390958 | fa163e2b-8431-263f-22bc-00000000217b | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-16 07:34:22.392361 | fa163e2b-8431-263f-22bc-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:04:06.819224 | 0.34s 2025-12-16 07:34:22.442156 | fa163e2b-8431-263f-22bc-000000002185 | TASK | Run lvmfilter role 2025-12-16 07:34:22.492483 | fa163e2b-8431-263f-22bc-000000002185 | TIMING | Run lvmfilter role | standalone | 0:04:06.919314 | 0.05s 2025-12-16 07:34:22.572793 | fa163e2b-8431-263f-22bc-000000002284 | TASK | Check if lvm2 is installed 2025-12-16 07:34:22.814089 | fa163e2b-8431-263f-22bc-000000002284 | CHANGED | Check if lvm2 is installed | standalone 2025-12-16 07:34:22.816941 | fa163e2b-8431-263f-22bc-000000002284 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:07.243800 | 0.24s 2025-12-16 07:34:22.835183 | fa163e2b-8431-263f-22bc-000000002286 | TASK | collect ansible devices 2025-12-16 07:34:22.885033 | fa163e2b-8431-263f-22bc-000000002286 | SKIPPED | collect ansible devices | standalone 2025-12-16 07:34:22.886265 | fa163e2b-8431-263f-22bc-000000002286 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:07.313128 | 0.05s 2025-12-16 07:34:22.910880 | fa163e2b-8431-263f-22bc-000000002287 | TASK | collect in-use lvm2 devices list 2025-12-16 07:34:22.959592 | fa163e2b-8431-263f-22bc-000000002287 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-12-16 07:34:22.961090 | fa163e2b-8431-263f-22bc-000000002287 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:07.387950 | 0.05s 2025-12-16 07:34:22.987488 | fa163e2b-8431-263f-22bc-000000002288 | TASK | set allowed_devices 2025-12-16 07:34:23.036006 | fa163e2b-8431-263f-22bc-000000002288 | SKIPPED | set allowed_devices | standalone 2025-12-16 07:34:23.037296 | fa163e2b-8431-263f-22bc-000000002288 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:07.464158 | 0.05s 2025-12-16 07:34:23.061576 | fa163e2b-8431-263f-22bc-000000002289 | TASK | build lvm2 allow list 2025-12-16 07:34:23.110877 | fa163e2b-8431-263f-22bc-000000002289 | SKIPPED | build lvm2 allow list | standalone 2025-12-16 07:34:23.112151 | fa163e2b-8431-263f-22bc-000000002289 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:07.539013 | 0.05s 2025-12-16 07:34:23.137809 | fa163e2b-8431-263f-22bc-00000000228a | TASK | build lvm2 deny list 2025-12-16 07:34:23.187625 | fa163e2b-8431-263f-22bc-00000000228a | SKIPPED | build lvm2 deny list | standalone 2025-12-16 07:34:23.188900 | fa163e2b-8431-263f-22bc-00000000228a | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:07.615762 | 0.05s 2025-12-16 07:34:23.213960 | fa163e2b-8431-263f-22bc-00000000228b | TASK | build lvm2 filter 2025-12-16 07:34:23.262489 | fa163e2b-8431-263f-22bc-00000000228b | SKIPPED | build lvm2 filter | standalone 2025-12-16 07:34:23.263642 | fa163e2b-8431-263f-22bc-00000000228b | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:07.690504 | 0.05s 2025-12-16 07:34:23.288724 | fa163e2b-8431-263f-22bc-00000000228c | TASK | regenerate lvm config 2025-12-16 07:34:23.338325 | fa163e2b-8431-263f-22bc-00000000228c | SKIPPED | regenerate lvm config | standalone 2025-12-16 07:34:23.339351 | fa163e2b-8431-263f-22bc-00000000228c | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:07.766215 | 0.05s 2025-12-16 07:34:23.364198 | fa163e2b-8431-263f-22bc-00000000228d | TASK | copy new lvm.conf in place 2025-12-16 07:34:23.414659 | fa163e2b-8431-263f-22bc-00000000228d | SKIPPED | copy new lvm.conf in place | standalone 2025-12-16 07:34:23.415828 | fa163e2b-8431-263f-22bc-00000000228d | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:07.842693 | 0.05s 2025-12-16 07:34:23.463399 | fa163e2b-8431-263f-22bc-00000000218b | TASK | Fail if container image is undefined 2025-12-16 07:34:23.526514 | fa163e2b-8431-263f-22bc-00000000218b | SKIPPED | Fail if container image is undefined | standalone 2025-12-16 07:34:23.527733 | fa163e2b-8431-263f-22bc-00000000218b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:07.954597 | 0.06s 2025-12-16 07:34:23.569339 | fa163e2b-8431-263f-22bc-00000000218c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-16 07:34:32.700894 | fa163e2b-8431-263f-22bc-00000000218c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-16 07:34:32.702430 | fa163e2b-8431-263f-22bc-00000000218c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:17.129293 | 9.13s 2025-12-16 07:34:32.757423 | fa163e2b-8431-263f-22bc-00000000218d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-16 07:34:33.112380 | fa163e2b-8431-263f-22bc-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-16 07:34:33.113784 | fa163e2b-8431-263f-22bc-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:17.540648 | 0.35s 2025-12-16 07:34:33.213944 | fa163e2b-8431-263f-22bc-000000002198 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-16 07:34:33.215134 | fa163e2b-8431-263f-22bc-000000002198 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:17.641998 | 0.05s 2025-12-16 07:34:33.239517 | fa163e2b-8431-263f-22bc-00000000219f | TASK | Fail if container image is undefined 2025-12-16 07:34:33.312522 | fa163e2b-8431-263f-22bc-00000000219f | SKIPPED | Fail if container image is undefined | standalone 2025-12-16 07:34:33.313824 | fa163e2b-8431-263f-22bc-00000000219f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:17.740686 | 0.07s 2025-12-16 07:34:33.354715 | fa163e2b-8431-263f-22bc-0000000021a0 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-16 07:34:40.755621 | fa163e2b-8431-263f-22bc-0000000021a0 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-16 07:34:40.757305 | fa163e2b-8431-263f-22bc-0000000021a0 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:25.184169 | 7.40s 2025-12-16 07:34:40.812536 | fa163e2b-8431-263f-22bc-0000000021a1 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-16 07:34:41.167777 | fa163e2b-8431-263f-22bc-0000000021a1 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-16 07:34:41.169191 | fa163e2b-8431-263f-22bc-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:25.596055 | 0.35s 2025-12-16 07:34:41.268857 | fa163e2b-8431-263f-22bc-0000000021ac | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-16 07:34:41.270209 | fa163e2b-8431-263f-22bc-0000000021ac | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:25.697072 | 0.05s 2025-12-16 07:34:41.294787 | fa163e2b-8431-263f-22bc-0000000021ae | TASK | install systemd-container for a greenfield 2025-12-16 07:35:02.462858 | fa163e2b-8431-263f-22bc-0000000021ae | CHANGED | install systemd-container for a greenfield | standalone 2025-12-16 07:35:02.465723 | fa163e2b-8431-263f-22bc-0000000021ae | TIMING | install systemd-container for a greenfield | standalone | 0:04:46.892585 | 21.17s 2025-12-16 07:35:02.494195 | fa163e2b-8431-263f-22bc-0000000021af | TASK | manage PMEM namespaces for vPMEM 2025-12-16 07:35:02.544798 | fa163e2b-8431-263f-22bc-0000000021af | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-12-16 07:35:02.546988 | fa163e2b-8431-263f-22bc-0000000021af | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:46.973849 | 0.05s 2025-12-16 07:35:02.572697 | fa163e2b-8431-263f-22bc-0000000021b1 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-12-16 07:35:02.840759 | fa163e2b-8431-263f-22bc-0000000021b1 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-12-16 07:35:02.842274 | fa163e2b-8431-263f-22bc-0000000021b1 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:47.269137 | 0.27s 2025-12-16 07:35:02.866609 | fa163e2b-8431-263f-22bc-0000000021b3 | TASK | is KSM enabled 2025-12-16 07:35:02.917405 | fa163e2b-8431-263f-22bc-0000000021b3 | OK | is KSM enabled | standalone 2025-12-16 07:35:02.918669 | fa163e2b-8431-263f-22bc-0000000021b3 | TIMING | is KSM enabled | standalone | 0:04:47.345532 | 0.05s 2025-12-16 07:35:02.943957 | fa163e2b-8431-263f-22bc-0000000021b5 | TASK | Check for ksm 2025-12-16 07:35:03.209168 | fa163e2b-8431-263f-22bc-0000000021b5 | CHANGED | Check for ksm | standalone 2025-12-16 07:35:03.210207 | fa163e2b-8431-263f-22bc-0000000021b5 | TIMING | Check for ksm | standalone | 0:04:47.637076 | 0.27s 2025-12-16 07:35:03.229696 | fa163e2b-8431-263f-22bc-0000000021b6 | TASK | disable KSM services 2025-12-16 07:35:03.301136 | fa163e2b-8431-263f-22bc-0000000021b6 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-12-16 07:35:03.324783 | fa163e2b-8431-263f-22bc-0000000021b6 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-12-16 07:35:03.335861 | fa163e2b-8431-263f-22bc-0000000021b6 | TIMING | disable KSM services | standalone | 0:04:47.762726 | 0.11s 2025-12-16 07:35:03.353029 | fa163e2b-8431-263f-22bc-0000000021b7 | TASK | delete PageKSM after disable ksm on compute 2025-12-16 07:35:03.400261 | fa163e2b-8431-263f-22bc-0000000021b7 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-12-16 07:35:03.401054 | fa163e2b-8431-263f-22bc-0000000021b7 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:47.827926 | 0.05s 2025-12-16 07:35:03.418666 | fa163e2b-8431-263f-22bc-0000000021b9 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-12-16 07:35:03.467976 | fa163e2b-8431-263f-22bc-0000000021b9 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-12-16 07:35:03.468725 | fa163e2b-8431-263f-22bc-0000000021b9 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:47.895596 | 0.05s 2025-12-16 07:35:03.487357 | fa163e2b-8431-263f-22bc-0000000021ba | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-12-16 07:35:03.536213 | fa163e2b-8431-263f-22bc-0000000021ba | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-12-16 07:35:03.537471 | fa163e2b-8431-263f-22bc-0000000021ba | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:47.964332 | 0.05s 2025-12-16 07:35:03.562057 | fa163e2b-8431-263f-22bc-0000000021bb | TASK | enable ksmtunded 2025-12-16 07:35:03.625987 | fa163e2b-8431-263f-22bc-0000000021bb | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-12-16 07:35:03.638481 | fa163e2b-8431-263f-22bc-0000000021bb | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-12-16 07:35:03.652716 | fa163e2b-8431-263f-22bc-0000000021bb | TIMING | enable ksmtunded | standalone | 0:04:48.079552 | 0.09s 2025-12-16 07:35:03.726596 | fa163e2b-8431-263f-22bc-0000000021bd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-16 07:35:03.727986 | fa163e2b-8431-263f-22bc-0000000021bd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:48.154846 | 0.05s 2025-12-16 07:35:03.747607 | fa163e2b-8431-263f-22bc-0000000021bf | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-16 07:35:03.818319 | fa163e2b-8431-263f-22bc-0000000021bf | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-16 07:35:03.819278 | fa163e2b-8431-263f-22bc-0000000021bf | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:48.246148 | 0.07s 2025-12-16 07:35:03.838872 | fa163e2b-8431-263f-22bc-0000000021c0 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-12-16 07:35:06.873236 | fa163e2b-8431-263f-22bc-0000000021c0 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-12-16 07:35:06.878334 | fa163e2b-8431-263f-22bc-0000000021c0 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:51.305198 | 3.04s 2025-12-16 07:35:06.913253 | fa163e2b-8431-263f-22bc-0000000021c2 | TASK | Fetch ovn-dbs-bundle 2025-12-16 07:35:07.028052 | fa163e2b-8431-263f-22bc-0000000021c2 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-12-16 07:35:07.029232 | fa163e2b-8431-263f-22bc-0000000021c2 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:51.456094 | 0.11s 2025-12-16 07:35:07.104954 | fa163e2b-8431-263f-22bc-0000000021c3 | TASK | Fetch ovn VIP 2025-12-16 07:35:07.173449 | fa163e2b-8431-263f-22bc-0000000021c3 | SKIPPED | Fetch ovn VIP | standalone 2025-12-16 07:35:07.174806 | fa163e2b-8431-263f-22bc-0000000021c3 | TIMING | Fetch ovn VIP | standalone | 0:04:51.601669 | 0.07s 2025-12-16 07:35:07.203279 | fa163e2b-8431-263f-22bc-0000000021c4 | TASK | Remove OVNDBs from pacemaker 2025-12-16 07:35:07.266499 | fa163e2b-8431-263f-22bc-0000000021c4 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-12-16 07:35:07.267588 | fa163e2b-8431-263f-22bc-0000000021c4 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:51.694452 | 0.06s 2025-12-16 07:35:07.295027 | fa163e2b-8431-263f-22bc-0000000021c5 | TASK | Remove OVNDBs VIP from pacemaker 2025-12-16 07:35:07.366051 | fa163e2b-8431-263f-22bc-0000000021c5 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-12-16 07:35:07.367276 | fa163e2b-8431-263f-22bc-0000000021c5 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:51.794140 | 0.07s 2025-12-16 07:35:07.396821 | fa163e2b-8431-263f-22bc-0000000021c6 | TASK | Clean up pacemaker remote nodes cache 2025-12-16 07:35:07.459364 | fa163e2b-8431-263f-22bc-0000000021c6 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-12-16 07:35:07.460672 | fa163e2b-8431-263f-22bc-0000000021c6 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:51.887533 | 0.06s 2025-12-16 07:35:07.489299 | fa163e2b-8431-263f-22bc-0000000021c7 | TASK | Remove pacemaker attributes 2025-12-16 07:35:07.552586 | fa163e2b-8431-263f-22bc-0000000021c7 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-12-16 07:35:07.565353 | fa163e2b-8431-263f-22bc-0000000021c7 | TIMING | Remove pacemaker attributes | standalone | 0:04:51.992209 | 0.07s 2025-12-16 07:35:07.644786 | fa163e2b-8431-263f-22bc-0000000021ca | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-16 07:35:07.646001 | fa163e2b-8431-263f-22bc-0000000021ca | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:52.072865 | 0.05s 2025-12-16 07:35:07.673898 | fa163e2b-8431-263f-22bc-0000000021cc | TASK | Configure OVN DBs and northd 2025-12-16 07:35:07.724290 | fa163e2b-8431-263f-22bc-0000000021cc | TIMING | Configure OVN DBs and northd | standalone | 0:04:52.151144 | 0.05s 2025-12-16 07:35:07.790184 | fa163e2b-8431-263f-22bc-00000000235c | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-12-16 07:35:08.052626 | fa163e2b-8431-263f-22bc-00000000235c | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-12-16 07:35:08.053981 | fa163e2b-8431-263f-22bc-00000000235c | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:52.480845 | 0.26s 2025-12-16 07:35:08.082090 | fa163e2b-8431-263f-22bc-00000000235d | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-16 07:35:08.147149 | fa163e2b-8431-263f-22bc-00000000235d | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-16 07:35:08.148398 | fa163e2b-8431-263f-22bc-00000000235d | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:52.575262 | 0.06s 2025-12-16 07:35:08.177051 | fa163e2b-8431-263f-22bc-00000000235e | TASK | check ovsdb-tool election-timer options 2025-12-16 07:35:08.433110 | fa163e2b-8431-263f-22bc-00000000235e | CHANGED | check ovsdb-tool election-timer options | standalone 2025-12-16 07:35:08.434389 | fa163e2b-8431-263f-22bc-00000000235e | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:52.861250 | 0.26s 2025-12-16 07:35:08.461938 | fa163e2b-8431-263f-22bc-00000000235f | TASK | set has_ovsdb_tool_election_timer fact 2025-12-16 07:35:08.533091 | fa163e2b-8431-263f-22bc-00000000235f | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-12-16 07:35:08.534354 | fa163e2b-8431-263f-22bc-00000000235f | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:52.961220 | 0.07s 2025-12-16 07:35:08.562577 | fa163e2b-8431-263f-22bc-000000002360 | TASK | render OVN cluster configuration 2025-12-16 07:35:09.101747 | fa163e2b-8431-263f-22bc-000000002360 | CHANGED | render OVN cluster configuration | standalone 2025-12-16 07:35:09.103057 | fa163e2b-8431-263f-22bc-000000002360 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:53.529923 | 0.54s 2025-12-16 07:35:09.131469 | fa163e2b-8431-263f-22bc-000000002361 | TASK | restart OVN northd and north and south databases 2025-12-16 07:35:09.175563 | fa163e2b-8431-263f-22bc-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.602417 | 0.04s 2025-12-16 07:35:09.190456 | fa163e2b-8431-263f-22bc-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.617325 | 0.06s 2025-12-16 07:35:09.204652 | fa163e2b-8431-263f-22bc-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.631521 | 0.07s 2025-12-16 07:35:09.216803 | fa163e2b-8431-263f-22bc-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.643672 | 0.08s 2025-12-16 07:35:09.239774 | 19f10507-4799-4ee7-9e53-5afcc145adfa | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-16 07:35:09.247267 | d4d97e32-4638-42b9-b601-c861833cf6d1 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-16 07:35:09.254596 | 923c04cd-be3b-41a0-90a3-4853f9903c4b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-16 07:35:09.286132 | fa163e2b-8431-263f-22bc-000000002390 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-12-16 07:35:09.537485 | fa163e2b-8431-263f-22bc-000000002390 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-12-16 07:35:09.538790 | fa163e2b-8431-263f-22bc-000000002390 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:53.965652 | 0.25s 2025-12-16 07:35:09.568744 | fa163e2b-8431-263f-22bc-000000002391 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-12-16 07:35:09.619076 | fa163e2b-8431-263f-22bc-000000002391 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-12-16 07:35:09.620166 | fa163e2b-8431-263f-22bc-000000002391 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:54.047030 | 0.05s 2025-12-16 07:35:09.653150 | fa163e2b-8431-263f-22bc-000000002395 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-12-16 07:35:09.888485 | fa163e2b-8431-263f-22bc-000000002395 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-12-16 07:35:09.889772 | fa163e2b-8431-263f-22bc-000000002395 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:54.316636 | 0.24s 2025-12-16 07:35:09.922340 | fa163e2b-8431-263f-22bc-000000002396 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-12-16 07:35:09.973152 | fa163e2b-8431-263f-22bc-000000002396 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-12-16 07:35:09.974341 | fa163e2b-8431-263f-22bc-000000002396 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:54.401203 | 0.05s 2025-12-16 07:35:10.004913 | fa163e2b-8431-263f-22bc-00000000239a | TASK | check if tripleo_cluster_northd systemd service is active 2025-12-16 07:35:10.280043 | fa163e2b-8431-263f-22bc-00000000239a | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-12-16 07:35:10.281360 | fa163e2b-8431-263f-22bc-00000000239a | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:54.708224 | 0.28s 2025-12-16 07:35:10.311372 | fa163e2b-8431-263f-22bc-00000000239b | TASK | restart tripleo_cluster_northd systemd service 2025-12-16 07:35:10.362589 | fa163e2b-8431-263f-22bc-00000000239b | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-12-16 07:35:10.363638 | fa163e2b-8431-263f-22bc-00000000239b | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:54.790503 | 0.05s 2025-12-16 07:35:10.467397 | fa163e2b-8431-263f-22bc-0000000021ce | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-16 07:35:10.468609 | fa163e2b-8431-263f-22bc-0000000021ce | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.895472 | 0.05s 2025-12-16 07:35:10.545912 | fa163e2b-8431-263f-22bc-0000000021d0 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-16 07:35:10.547032 | fa163e2b-8431-263f-22bc-0000000021d0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.973896 | 0.05s 2025-12-16 07:35:10.577085 | fa163e2b-8431-263f-22bc-0000000021d7 | TASK | Fail if container image is undefined 2025-12-16 07:35:10.642394 | fa163e2b-8431-263f-22bc-0000000021d7 | SKIPPED | Fail if container image is undefined | standalone 2025-12-16 07:35:10.643359 | fa163e2b-8431-263f-22bc-0000000021d7 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:55.070228 | 0.06s 2025-12-16 07:35:10.681362 | fa163e2b-8431-263f-22bc-0000000021d8 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-16 07:35:17.299094 | fa163e2b-8431-263f-22bc-0000000021d8 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-16 07:35:17.300458 | fa163e2b-8431-263f-22bc-0000000021d8 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:01.727322 | 6.62s 2025-12-16 07:35:17.360452 | fa163e2b-8431-263f-22bc-0000000021d9 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-16 07:35:17.684526 | fa163e2b-8431-263f-22bc-0000000021d9 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-16 07:35:17.685995 | fa163e2b-8431-263f-22bc-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:05:02.112860 | 0.32s 2025-12-16 07:35:17.738790 | fa163e2b-8431-263f-22bc-0000000021e4 | TASK | Pre-fetch all the containers 2025-12-16 07:35:22.740561 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-12-16 07:35:22.745896 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:07.172753 | 5.01s 2025-12-16 07:35:28.301385 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-12-16 07:35:28.305241 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:12.732105 | 10.56s 2025-12-16 07:35:31.425423 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-12-16 07:35:31.429195 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:15.856058 | 13.69s 2025-12-16 07:35:34.813810 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-12-16 07:35:34.817858 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:19.244696 | 17.08s 2025-12-16 07:35:36.931756 | fa163e2b-8431-263f-22bc-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-12-16 07:35:36.934249 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:21.361114 | 19.19s 2025-12-16 07:35:38.909347 | fa163e2b-8431-263f-22bc-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-12-16 07:35:38.911702 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:23.338550 | 21.17s 2025-12-16 07:35:43.284626 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-12-16 07:35:43.288647 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:27.715512 | 25.55s 2025-12-16 07:35:47.593563 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-12-16 07:35:47.597538 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:32.024403 | 29.86s 2025-12-16 07:35:50.572149 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-12-16 07:35:50.575538 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:35.002399 | 32.83s 2025-12-16 07:35:58.262858 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-12-16 07:35:58.265260 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:42.692131 | 40.52s 2025-12-16 07:36:01.548008 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-12-16 07:36:01.551748 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:45.978613 | 43.81s 2025-12-16 07:36:20.470664 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-12-16 07:36:20.473609 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:04.900475 | 62.73s 2025-12-16 07:36:31.583885 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-12-16 07:36:31.587209 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:16.014073 | 73.85s 2025-12-16 07:36:41.873033 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-12-16 07:36:41.876415 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:26.303280 | 84.14s 2025-12-16 07:36:52.790797 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-12-16 07:36:52.794458 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:37.221321 | 95.05s 2025-12-16 07:36:57.535244 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-12-16 07:36:57.538496 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:41.965361 | 99.80s 2025-12-16 07:37:00.887833 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-12-16 07:37:00.890558 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:45.317423 | 103.15s 2025-12-16 07:37:04.769017 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-12-16 07:37:04.771861 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:49.198726 | 107.03s 2025-12-16 07:37:10.362307 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-12-16 07:37:10.365764 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:54.792630 | 112.63s 2025-12-16 07:37:22.258999 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-12-16 07:37:22.262480 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:06.689343 | 124.52s 2025-12-16 07:37:27.822366 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-12-16 07:37:27.825116 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:12.251981 | 130.08s 2025-12-16 07:37:33.064354 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-12-16 07:37:33.067811 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:17.494672 | 135.33s 2025-12-16 07:37:35.973889 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-12-16 07:37:35.977380 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:20.404245 | 138.24s 2025-12-16 07:37:39.320236 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-12-16 07:37:39.322957 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:23.749829 | 141.58s 2025-12-16 07:37:41.029748 | fa163e2b-8431-263f-22bc-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-12-16 07:37:41.032418 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:25.459285 | 143.29s 2025-12-16 07:37:42.992323 | fa163e2b-8431-263f-22bc-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-12-16 07:37:42.995096 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:27.421961 | 145.25s 2025-12-16 07:37:47.588243 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-12-16 07:37:47.591988 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:32.018852 | 149.85s 2025-12-16 07:37:49.533741 | fa163e2b-8431-263f-22bc-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-12-16 07:37:49.537111 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:33.963975 | 151.80s 2025-12-16 07:37:56.725481 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-12-16 07:37:56.728897 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:41.155764 | 158.99s 2025-12-16 07:37:59.470817 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-12-16 07:37:59.473779 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:43.900643 | 161.73s 2025-12-16 07:38:04.597558 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-12-16 07:38:04.600624 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:49.027490 | 166.86s 2025-12-16 07:38:07.547796 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-12-16 07:38:07.550993 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:51.977857 | 169.81s 2025-12-16 07:38:10.642654 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-12-16 07:38:10.645353 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:55.072219 | 172.90s 2025-12-16 07:38:20.541799 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-12-16 07:38:20.544330 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:04.971193 | 182.80s 2025-12-16 07:38:23.309130 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-12-16 07:38:23.312427 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:07.739286 | 185.57s 2025-12-16 07:38:27.519385 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-12-16 07:38:27.523199 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:11.950060 | 189.78s 2025-12-16 07:38:31.324707 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-12-16 07:38:31.327661 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:15.754528 | 193.59s 2025-12-16 07:38:34.937454 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-12-16 07:38:34.941566 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:19.368431 | 197.20s 2025-12-16 07:38:37.750742 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-12-16 07:38:37.754519 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:22.181382 | 200.01s 2025-12-16 07:38:40.479279 | fa163e2b-8431-263f-22bc-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-12-16 07:38:40.482336 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:24.909202 | 202.74s 2025-12-16 07:38:40.738303 | fa163e2b-8431-263f-22bc-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.165169 | 203.00s 2025-12-16 07:38:40.848320 | fa163e2b-8431-263f-22bc-0000000021e7 | TASK | Check if rsyslog exists 2025-12-16 07:38:41.121184 | fa163e2b-8431-263f-22bc-0000000021e7 | CHANGED | Check if rsyslog exists | standalone 2025-12-16 07:38:41.122450 | fa163e2b-8431-263f-22bc-0000000021e7 | TIMING | Check if rsyslog exists | standalone | 0:08:25.549316 | 0.27s 2025-12-16 07:38:41.149784 | fa163e2b-8431-263f-22bc-0000000021e8 | TASK | Forward logging to swift.log file 2025-12-16 07:38:41.638634 | fa163e2b-8431-263f-22bc-0000000021e8 | CHANGED | Forward logging to swift.log file | standalone 2025-12-16 07:38:41.639993 | fa163e2b-8431-263f-22bc-0000000021e8 | TIMING | Forward logging to swift.log file | standalone | 0:08:26.066858 | 0.49s 2025-12-16 07:38:41.667079 | fa163e2b-8431-263f-22bc-0000000021e9 | TASK | Restart rsyslogd service after logging conf change 2025-12-16 07:38:42.361543 | fa163e2b-8431-263f-22bc-0000000021e9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-12-16 07:38:42.363397 | fa163e2b-8431-263f-22bc-0000000021e9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:08:26.790261 | 0.69s 2025-12-16 07:38:42.391734 | fa163e2b-8431-263f-22bc-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-16 07:38:42.620256 | fa163e2b-8431-263f-22bc-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-16 07:38:42.621583 | fa163e2b-8431-263f-22bc-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:08:27.048448 | 0.23s 2025-12-16 07:38:42.733841 | fa163e2b-8431-263f-22bc-0000000000c3 | TIMING | include_tasks | standalone | 0:08:27.160694 | 0.08s 2025-12-16 07:38:42.773721 | 2efb785c-571f-4368-9575-19f429207dcc | INCLUDED | /root/standalone-ansible-x_cpl4b4/common_deploy_steps_tasks.yaml | standalone 2025-12-16 07:38:42.800552 | fa163e2b-8431-263f-22bc-000000002441 | TASK | Write the config_step hieradata 2025-12-16 07:38:43.284491 | fa163e2b-8431-263f-22bc-000000002441 | OK | Write the config_step hieradata | standalone 2025-12-16 07:38:43.285771 | fa163e2b-8431-263f-22bc-000000002441 | TIMING | Write the config_step hieradata | standalone | 0:08:27.712635 | 0.48s 2025-12-16 07:38:43.314326 | fa163e2b-8431-263f-22bc-000000002442 | TASK | Run puppet host configuration for step 1 2025-12-16 07:38:43.690939 | fa163e2b-8431-263f-22bc-000000002442 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-12-16 07:38:43.691782 | fa163e2b-8431-263f-22bc-000000002442 | TIMING | Run puppet host configuration for step 1 | standalone | 0:08:28.118654 | 0.38s 2025-12-16 07:38:43.713651 | fa163e2b-8431-263f-22bc-000000002443 | TASK | Wait for puppet host configuration to finish 2025-12-16 07:38:43.949188 | fa163e2b-8431-263f-22bc-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-16 07:38:54.152883 | fa163e2b-8431-263f-22bc-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-16 07:39:04.344282 | fa163e2b-8431-263f-22bc-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-16 07:39:14.570032 | fa163e2b-8431-263f-22bc-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-12-16 07:39:24.807399 | fa163e2b-8431-263f-22bc-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-12-16 07:39:35.047319 | fa163e2b-8431-263f-22bc-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-12-16 07:39:45.256899 | fa163e2b-8431-263f-22bc-000000002443 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-16 07:39:45.258248 | fa163e2b-8431-263f-22bc-000000002443 | TIMING | Wait for puppet host configuration to finish | standalone | 0:09:29.685111 | 61.54s 2025-12-16 07:39:45.287156 | fa163e2b-8431-263f-22bc-000000002444 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-12-16 07:39:45.369326 | fa163e2b-8431-263f-22bc-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 16 07:38:43 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 16 07:38:47 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 16 07:38:47 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 16 07:38:47 puppet-user: (file & line not available)", "<13>Dec 16 07:38:47 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 16 07:38:47 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 16 07:38:47 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 16 07:38:47 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Dec 16 07:38:47 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Dec 16 07:38:47 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Dec 16 07:38:47 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Dec 16 07:38:57 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Dec 16 07:39:05 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Dec 16 07:39:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Dec 16 07:39:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Dec 16 07:39:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Dec 16 07:39:08 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 16 07:39:08 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Dec 16 07:39:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Dec 16 07:39:13 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 16 07:39:15 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 16 07:39:15 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Dec 16 07:39:16 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Dec 16 07:39:39 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Dec 16 07:39:40 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 16 07:39:42 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Dec 16 07:39:42 puppet-user: Notice: Applied catalog in 54.80 seconds", "<13>Dec 16 07:39:42 puppet-user: Application:", "<13>Dec 16 07:39:42 puppet-user: Initial environment: production", "<13>Dec 16 07:39:42 puppet-user: Converged environment: production", "<13>Dec 16 07:39:42 puppet-user: Run mode: user", "<13>Dec 16 07:39:42 puppet-user: Changes:", "<13>Dec 16 07:39:42 puppet-user: Total: 17", "<13>Dec 16 07:39:42 puppet-user: Events:", "<13>Dec 16 07:39:42 puppet-user: Success: 17", "<13>Dec 16 07:39:42 puppet-user: Resources:", "<13>Dec 16 07:39:42 puppet-user: Restarted: 1", "<13>Dec 16 07:39:42 puppet-user: Changed: 16", "<13>Dec 16 07:39:42 puppet-user: Out of sync: 16", "<13>Dec 16 07:39:42 puppet-user: Total: 26", "<13>Dec 16 07:39:42 puppet-user: Time:", "<13>Dec 16 07:39:42 puppet-user: Filebucket: 0.00", "<13>Dec 16 07:39:42 puppet-user: Schedule: 0.00", "<13>Dec 16 07:39:42 puppet-user: File line: 0.00", "<13>Dec 16 07:39:42 puppet-user: File: 0.00", "<13>Dec 16 07:39:42 puppet-user: Augeas: 0.02", "<13>Dec 16 07:39:42 puppet-user: User: 0.15", "<13>Dec 16 07:39:42 puppet-user: Config retrieval: 0.44", "<13>Dec 16 07:39:42 puppet-user: Package: 17.13", "<13>Dec 16 07:39:42 puppet-user: Last run: 1765870782", "<13>Dec 16 07:39:42 puppet-user: Exec: 28.61", "<13>Dec 16 07:39:42 puppet-user: Pcmk property: 3.51", "<13>Dec 16 07:39:42 puppet-user: Service: 4.14", "<13>Dec 16 07:39:42 puppet-user: Transaction evaluation: 54.79", "<13>Dec 16 07:39:42 puppet-user: Catalog application: 54.80", "<13>Dec 16 07:39:42 puppet-user: Total: 54.80", "<13>Dec 16 07:39:42 puppet-user: Version:", "<13>Dec 16 07:39:42 puppet-user: Config: 1765870727", "<13>Dec 16 07:39:42 puppet-user: Puppet: 7.10.0" ] } 2025-12-16 07:39:45.370725 | fa163e2b-8431-263f-22bc-000000002444 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:09:29.797552 | 0.08s 2025-12-16 07:39:45.399854 | fa163e2b-8431-263f-22bc-000000002445 | TASK | Pre-cache facts for puppet containers 2025-12-16 07:39:45.470380 | fa163e2b-8431-263f-22bc-000000002445 | TIMING | Pre-cache facts for puppet containers | standalone | 0:09:29.897241 | 0.07s 2025-12-16 07:39:45.543451 | fa163e2b-8431-263f-22bc-00000000248c | TASK | Gather variables for each operating system 2025-12-16 07:39:45.665475 | fa163e2b-8431-263f-22bc-00000000248c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:09:30.092328 | 0.12s 2025-12-16 07:39:45.694040 | fa163e2b-8431-263f-22bc-00000000248d | TASK | Create puppet caching structures 2025-12-16 07:39:45.929449 | fa163e2b-8431-263f-22bc-00000000248d | CHANGED | Create puppet caching structures | standalone 2025-12-16 07:39:45.930914 | fa163e2b-8431-263f-22bc-00000000248d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:09:30.357740 | 0.24s 2025-12-16 07:39:45.959347 | fa163e2b-8431-263f-22bc-00000000248e | TASK | Check for facter.conf 2025-12-16 07:39:46.157810 | fa163e2b-8431-263f-22bc-00000000248e | OK | Check for facter.conf | standalone 2025-12-16 07:39:46.159116 | fa163e2b-8431-263f-22bc-00000000248e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:09:30.585979 | 0.20s 2025-12-16 07:39:46.188805 | fa163e2b-8431-263f-22bc-00000000248f | TASK | Remove facter.conf if directory 2025-12-16 07:39:46.217371 | fa163e2b-8431-263f-22bc-00000000248f | SKIPPED | Remove facter.conf if directory | standalone 2025-12-16 07:39:46.218426 | fa163e2b-8431-263f-22bc-00000000248f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:09:30.645288 | 0.03s 2025-12-16 07:39:46.246296 | fa163e2b-8431-263f-22bc-000000002490 | TASK | Write facter cache config 2025-12-16 07:39:46.699048 | fa163e2b-8431-263f-22bc-000000002490 | CHANGED | Write facter cache config | standalone 2025-12-16 07:39:46.700376 | fa163e2b-8431-263f-22bc-000000002490 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:09:31.127240 | 0.45s 2025-12-16 07:39:46.728363 | fa163e2b-8431-263f-22bc-000000002491 | TASK | Cleanup facter cache if exists 2025-12-16 07:39:46.961359 | fa163e2b-8431-263f-22bc-000000002491 | OK | Cleanup facter cache if exists | standalone 2025-12-16 07:39:46.962644 | fa163e2b-8431-263f-22bc-000000002491 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:09:31.389509 | 0.23s 2025-12-16 07:39:46.990397 | fa163e2b-8431-263f-22bc-000000002492 | TASK | Pre-cache facts 2025-12-16 07:39:47.592840 | fa163e2b-8431-263f-22bc-000000002492 | CHANGED | Pre-cache facts | standalone 2025-12-16 07:39:47.594099 | fa163e2b-8431-263f-22bc-000000002492 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:09:32.020964 | 0.60s 2025-12-16 07:39:47.623538 | fa163e2b-8431-263f-22bc-000000002493 | TASK | Failed deployment if facter fails 2025-12-16 07:39:47.656177 | fa163e2b-8431-263f-22bc-000000002493 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-16 07:39:47.657371 | fa163e2b-8431-263f-22bc-000000002493 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:09:32.084233 | 0.03s 2025-12-16 07:39:47.705621 | fa163e2b-8431-263f-22bc-000000002494 | TASK | Sync cached facts 2025-12-16 07:39:48.118267 | fa163e2b-8431-263f-22bc-000000002494 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-8431-263f-22bc-000000002494') missing from stats 2025-12-16 07:39:48.172273 | fa163e2b-8431-263f-22bc-000000002446 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-16 07:39:48.222266 | fa163e2b-8431-263f-22bc-000000002446 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:09:32.649124 | 0.05s 2025-12-16 07:39:48.250972 | 3b4be096-9f22-4c3c-9b24-b407203bbc06 | INCLUDED | /root/standalone-ansible-x_cpl4b4/generate-config-tasks.yaml | standalone 2025-12-16 07:39:48.289245 | fa163e2b-8431-263f-22bc-0000000024de | TASK | Create base directory puppet configs 2025-12-16 07:39:48.506448 | fa163e2b-8431-263f-22bc-0000000024de | CHANGED | Create base directory puppet configs | standalone 2025-12-16 07:39:48.507827 | fa163e2b-8431-263f-22bc-0000000024de | TIMING | Create base directory puppet configs | standalone | 0:09:32.934689 | 0.22s 2025-12-16 07:39:48.536943 | fa163e2b-8431-263f-22bc-0000000024df | TASK | Generate container puppet configs for step 1 2025-12-16 07:39:48.814868 | fa163e2b-8431-263f-22bc-0000000024df | CHANGED | Generate container puppet configs for step 1 | standalone 2025-12-16 07:39:48.816027 | fa163e2b-8431-263f-22bc-0000000024df | TIMING | Generate container puppet configs for step 1 | standalone | 0:09:33.242892 | 0.28s 2025-12-16 07:39:48.846347 | fa163e2b-8431-263f-22bc-0000000024e0 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-12-16 07:39:48.869180 | fa163e2b-8431-263f-22bc-0000000024e0 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:09:33.296040 | 0.02s 2025-12-16 07:39:48.942701 | fa163e2b-8431-263f-22bc-00000000256a | TASK | Gather variables for each operating system 2025-12-16 07:39:49.065265 | fa163e2b-8431-263f-22bc-00000000256a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:09:33.492120 | 0.12s 2025-12-16 07:39:49.093793 | fa163e2b-8431-263f-22bc-00000000256b | TASK | Create container logs path 2025-12-16 07:39:49.368009 | fa163e2b-8431-263f-22bc-00000000256b | OK | Create container logs path | standalone 2025-12-16 07:39:49.369313 | fa163e2b-8431-263f-22bc-00000000256b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:09:33.796177 | 0.27s 2025-12-16 07:39:49.399948 | fa163e2b-8431-263f-22bc-00000000256d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:39:49.809068 | fa163e2b-8431-263f-22bc-00000000256d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-16 07:39:49.810514 | fa163e2b-8431-263f-22bc-00000000256d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:34.237372 | 0.41s 2025-12-16 07:39:49.842102 | fa163e2b-8431-263f-22bc-00000000256e | TASK | Finalise hashes for all containers 2025-12-16 07:39:49.914416 | fa163e2b-8431-263f-22bc-00000000256e | OK | Finalise hashes for all containers | standalone 2025-12-16 07:39:49.915662 | fa163e2b-8431-263f-22bc-00000000256e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:09:34.342525 | 0.07s 2025-12-16 07:39:49.946625 | fa163e2b-8431-263f-22bc-000000002570 | TASK | Manage systemd shutdown files 2025-12-16 07:39:49.978926 | fa163e2b-8431-263f-22bc-000000002570 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:39:49.980032 | fa163e2b-8431-263f-22bc-000000002570 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:09:34.406896 | 0.03s 2025-12-16 07:39:50.009671 | fa163e2b-8431-263f-22bc-000000002572 | TASK | Update container configs with new config hashes 2025-12-16 07:39:50.070840 | fa163e2b-8431-263f-22bc-000000002572 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:39:50.072154 | fa163e2b-8431-263f-22bc-000000002572 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:09:34.499014 | 0.06s 2025-12-16 07:39:50.106150 | fa163e2b-8431-263f-22bc-000000002573 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:39:50.161341 | fa163e2b-8431-263f-22bc-000000002573 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:34.588198 | 0.05s 2025-12-16 07:39:50.187507 | 7df23a98-bbdc-45e3-9f91-aded8840a508 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:39:50.225230 | fa163e2b-8431-263f-22bc-0000000025b7 | TASK | Gather podman infos 2025-12-16 07:39:50.879953 | fa163e2b-8431-263f-22bc-0000000025b7 | OK | Gather podman infos | standalone 2025-12-16 07:39:50.881187 | fa163e2b-8431-263f-22bc-0000000025b7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:09:35.308050 | 0.65s 2025-12-16 07:39:50.922978 | fa163e2b-8431-263f-22bc-0000000025b8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:39:50.985954 | fa163e2b-8431-263f-22bc-0000000025b8 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-16 07:39:50.987274 | fa163e2b-8431-263f-22bc-0000000025b8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:35.414137 | 0.06s 2025-12-16 07:39:51.018923 | fa163e2b-8431-263f-22bc-000000002574 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:39:51.073246 | fa163e2b-8431-263f-22bc-000000002574 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:35.500093 | 0.05s 2025-12-16 07:39:51.098111 | 95803ae8-9223-45cc-b0fa-c68e2288f729 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:39:51.136069 | fa163e2b-8431-263f-22bc-0000000025e1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:40:20.272533 | fa163e2b-8431-263f-22bc-0000000025e1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-16 07:40:20.275318 | fa163e2b-8431-263f-22bc-0000000025e1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:04.702174 | 29.14s 2025-12-16 07:40:20.365857 | fa163e2b-8431-263f-22bc-0000000025e2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:40:20.452501 | fa163e2b-8431-263f-22bc-0000000025e2 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-16 07:40:20.454274 | fa163e2b-8431-263f-22bc-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:10:04.881131 | 0.09s 2025-12-16 07:40:20.509775 | fa163e2b-8431-263f-22bc-0000000024e2 | TASK | Diff puppet-generated changes for check mode 2025-12-16 07:40:20.545561 | fa163e2b-8431-263f-22bc-0000000024e2 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-16 07:40:20.546988 | fa163e2b-8431-263f-22bc-0000000024e2 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:04.973845 | 0.04s 2025-12-16 07:40:20.595614 | fa163e2b-8431-263f-22bc-0000000024e3 | TASK | Diff puppet-generated changes for check mode 2025-12-16 07:40:20.630575 | fa163e2b-8431-263f-22bc-0000000024e3 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-16 07:40:20.631845 | fa163e2b-8431-263f-22bc-0000000024e3 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:05.058708 | 0.03s 2025-12-16 07:40:20.656506 | fa163e2b-8431-263f-22bc-000000002448 | TASK | Manage containers for step 1 with tripleo-ansible 2025-12-16 07:40:20.686613 | fa163e2b-8431-263f-22bc-000000002448 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:10:05.113459 | 0.03s 2025-12-16 07:40:20.750841 | fa163e2b-8431-263f-22bc-000000002637 | TASK | Gather variables for each operating system 2025-12-16 07:40:20.876726 | fa163e2b-8431-263f-22bc-000000002637 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:05.303537 | 0.12s 2025-12-16 07:40:20.908490 | fa163e2b-8431-263f-22bc-000000002638 | TASK | Create container logs path 2025-12-16 07:40:21.146928 | fa163e2b-8431-263f-22bc-000000002638 | OK | Create container logs path | standalone 2025-12-16 07:40:21.148641 | fa163e2b-8431-263f-22bc-000000002638 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:05.575498 | 0.24s 2025-12-16 07:40:21.182868 | fa163e2b-8431-263f-22bc-00000000263a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-12-16 07:40:21.454246 | fa163e2b-8431-263f-22bc-00000000263a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-16 07:40:21.456199 | fa163e2b-8431-263f-22bc-00000000263a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:05.883055 | 0.27s 2025-12-16 07:40:21.486844 | fa163e2b-8431-263f-22bc-00000000263b | TASK | Finalise hashes for all containers 2025-12-16 07:40:21.551445 | fa163e2b-8431-263f-22bc-00000000263b | OK | Finalise hashes for all containers | standalone 2025-12-16 07:40:21.553083 | fa163e2b-8431-263f-22bc-00000000263b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:05.979939 | 0.06s 2025-12-16 07:40:21.584147 | fa163e2b-8431-263f-22bc-00000000263d | TASK | Manage systemd shutdown files 2025-12-16 07:40:21.620101 | fa163e2b-8431-263f-22bc-00000000263d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:06.046946 | 0.03s 2025-12-16 07:40:21.657089 | 649563dc-086e-4dc5-80a4-8f12170173ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-16 07:40:21.688107 | fa163e2b-8431-263f-22bc-000000002670 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-16 07:40:21.953983 | fa163e2b-8431-263f-22bc-000000002670 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-16 07:40:21.955735 | fa163e2b-8431-263f-22bc-000000002670 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:10:06.382592 | 0.27s 2025-12-16 07:40:21.986487 | fa163e2b-8431-263f-22bc-000000002671 | TASK | Set podman_drop_in fact 2025-12-16 07:40:22.044799 | fa163e2b-8431-263f-22bc-000000002671 | OK | Set podman_drop_in fact | standalone 2025-12-16 07:40:22.046489 | fa163e2b-8431-263f-22bc-000000002671 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:10:06.473349 | 0.06s 2025-12-16 07:40:22.075933 | fa163e2b-8431-263f-22bc-000000002673 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-16 07:40:22.629414 | fa163e2b-8431-263f-22bc-000000002673 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-16 07:40:22.633227 | fa163e2b-8431-263f-22bc-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:07.060081 | 0.54s 2025-12-16 07:40:23.068190 | fa163e2b-8431-263f-22bc-000000002673 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-16 07:40:23.071376 | fa163e2b-8431-263f-22bc-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:07.498238 | 0.98s 2025-12-16 07:40:23.079885 | fa163e2b-8431-263f-22bc-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:07.506741 | 0.99s 2025-12-16 07:40:23.111173 | fa163e2b-8431-263f-22bc-000000002674 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-16 07:40:23.705999 | fa163e2b-8431-263f-22bc-000000002674 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-16 07:40:23.707513 | fa163e2b-8431-263f-22bc-000000002674 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:10:08.134376 | 0.59s 2025-12-16 07:40:23.736314 | fa163e2b-8431-263f-22bc-000000002675 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-16 07:40:24.322052 | fa163e2b-8431-263f-22bc-000000002675 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-16 07:40:24.323493 | fa163e2b-8431-263f-22bc-000000002675 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:10:08.750356 | 0.59s 2025-12-16 07:40:24.352324 | fa163e2b-8431-263f-22bc-000000002676 | TASK | Enable and start tripleo-container-shutdown 2025-12-16 07:40:25.403152 | fa163e2b-8431-263f-22bc-000000002676 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-12-16 07:40:25.406520 | fa163e2b-8431-263f-22bc-000000002676 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:10:09.833380 | 1.05s 2025-12-16 07:40:25.437254 | fa163e2b-8431-263f-22bc-000000002677 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-16 07:40:25.931692 | fa163e2b-8431-263f-22bc-000000002677 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-16 07:40:25.933275 | fa163e2b-8431-263f-22bc-000000002677 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:10:10.360138 | 0.49s 2025-12-16 07:40:25.962665 | fa163e2b-8431-263f-22bc-000000002678 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-16 07:40:26.504419 | fa163e2b-8431-263f-22bc-000000002678 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-16 07:40:26.505926 | fa163e2b-8431-263f-22bc-000000002678 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:10:10.932789 | 0.54s 2025-12-16 07:40:26.535533 | fa163e2b-8431-263f-22bc-000000002679 | TASK | Enable and start netns-placeholder 2025-12-16 07:40:27.569936 | fa163e2b-8431-263f-22bc-000000002679 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-16 07:40:27.572915 | fa163e2b-8431-263f-22bc-000000002679 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:10:11.999777 | 1.04s 2025-12-16 07:40:27.603669 | fa163e2b-8431-263f-22bc-00000000263f | TASK | Update container configs with new config hashes 2025-12-16 07:40:27.666364 | fa163e2b-8431-263f-22bc-00000000263f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:12.093221 | 0.06s 2025-12-16 07:40:27.689903 | 5a5d48c9-4773-481c-9147-30f21a149da1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-16 07:40:27.724170 | fa163e2b-8431-263f-22bc-0000000026a1 | TASK | Update config hashes for container startup configs 2025-12-16 07:40:28.024008 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-12-16 07:40:28.025344 | | WARNING | Config change detected for mysql_bootstrap, new hash: 50aa68d695d3c08c6a56bf607f7a8429 2025-12-16 07:40:28.025893 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: e9e539d1ec396d3f86c8c26a59163ed4 2025-12-16 07:40:28.026440 | | WARNING | Config change detected for clustercheck, new hash: a28e8e3de6b445ddaa665ed98ceb02d6 2025-12-16 07:40:28.026952 | | WARNING | Config change detected for horizon_fix_perms, new hash: 93c7927f7c7e4e713f4dd9ea889907c6 2025-12-16 07:40:28.027439 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 50aa68d695d3c08c6a56bf607f7a8429 2025-12-16 07:40:28.027935 | | WARNING | Config change detected for barbican_api, new hash: 5eab3328c9ea931e741994d15bc7392e 2025-12-16 07:40:28.028399 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 5eab3328c9ea931e741994d15bc7392e 2025-12-16 07:40:28.028893 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 5eab3328c9ea931e741994d15bc7392e 2025-12-16 07:40:28.029360 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 5eab3328c9ea931e741994d15bc7392e 2025-12-16 07:40:28.029863 | | WARNING | Config change detected for barbican_worker, new hash: 5eab3328c9ea931e741994d15bc7392e 2025-12-16 07:40:28.030348 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 58e7bdcf4c68e8ca397fb53b89a8c173 2025-12-16 07:40:28.030854 | | WARNING | Config change detected for glance_api_db_sync, new hash: d865b15baef8db81adeeba8b235606d3-b92335c0340686ca6c431a32fe6510c1 2025-12-16 07:40:28.031322 | | WARNING | Config change detected for heat_engine_db_sync, new hash: af15112494622b985c053cad90ddf5b8 2025-12-16 07:40:28.031855 | | WARNING | Config change detected for horizon, new hash: 93c7927f7c7e4e713f4dd9ea889907c6 2025-12-16 07:40:28.032340 | | WARNING | Config change detected for iscsid, new hash: b92335c0340686ca6c431a32fe6510c1 2025-12-16 07:40:28.032840 | | WARNING | Config change detected for keystone, new hash: 62eb5f3d3efba5f743ec532f9fbf8aea 2025-12-16 07:40:28.033298 | | WARNING | Config change detected for keystone_cron, new hash: 62eb5f3d3efba5f743ec532f9fbf8aea 2025-12-16 07:40:28.033802 | | WARNING | Config change detected for keystone_db_sync, new hash: 62eb5f3d3efba5f743ec532f9fbf8aea 2025-12-16 07:40:28.034365 | | WARNING | Config change detected for manila_api_db_sync, new hash: 1da3febcd37d1a5f146ed04ed5746dc4 2025-12-16 07:40:28.034876 | | WARNING | Config change detected for neutron_db_sync, new hash: bb02511299978c477eeff226b7f2b403 2025-12-16 07:40:28.035339 | | WARNING | Config change detected for nova_api_db_sync, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.035856 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.036338 | | WARNING | Config change detected for nova_db_sync, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.036883 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.037414 | | WARNING | Config change detected for nova_virtnodedevd, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.037987 | | WARNING | Config change detected for nova_virtproxyd, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.038489 | | WARNING | Config change detected for nova_virtqemud, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.039028 | | WARNING | Config change detected for nova_virtsecretd, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.039623 | | WARNING | Config change detected for nova_virtstoraged, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.040183 | | WARNING | Config change detected for placement_api_db_sync, new hash: 8817a618e58becdbbae689b7f2944edb 2025-12-16 07:40:28.040731 | | WARNING | Config change detected for swift_copy_rings, new hash: 31f622574c6b7dcd9d536dfd4b385314-04910911fdedc2a4e49558df7baeec61 2025-12-16 07:40:28.041332 | | WARNING | Config change detected for cinder_api, new hash: 58e7bdcf4c68e8ca397fb53b89a8c173 2025-12-16 07:40:28.042054 | | WARNING | Config change detected for cinder_api_cron, new hash: 58e7bdcf4c68e8ca397fb53b89a8c173 2025-12-16 07:40:28.042635 | | WARNING | Config change detected for cinder_scheduler, new hash: 58e7bdcf4c68e8ca397fb53b89a8c173 2025-12-16 07:40:28.043297 | | WARNING | Config change detected for glance_api, new hash: d865b15baef8db81adeeba8b235606d3-b92335c0340686ca6c431a32fe6510c1 2025-12-16 07:40:28.043857 | | WARNING | Config change detected for glance_api_cron, new hash: d865b15baef8db81adeeba8b235606d3 2025-12-16 07:40:28.044402 | | WARNING | Config change detected for glance_api_internal, new hash: 0caca07c850836ba84da77b45360dc35-b92335c0340686ca6c431a32fe6510c1 2025-12-16 07:40:28.044972 | | WARNING | Config change detected for heat_api, new hash: ec2413793ac037894fcc8a302e7e1adc 2025-12-16 07:40:28.045531 | | WARNING | Config change detected for heat_api_cfn, new hash: d86a722d6bb63204d89ac79c300b9b25 2025-12-16 07:40:28.046187 | | WARNING | Config change detected for heat_api_cron, new hash: ec2413793ac037894fcc8a302e7e1adc 2025-12-16 07:40:28.046744 | | WARNING | Config change detected for heat_engine, new hash: af15112494622b985c053cad90ddf5b8 2025-12-16 07:40:28.047322 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-12-16 07:40:28.047898 | | WARNING | Config change detected for manila_api, new hash: 1da3febcd37d1a5f146ed04ed5746dc4 2025-12-16 07:40:28.048427 | | WARNING | Config change detected for manila_api_cron, new hash: 1da3febcd37d1a5f146ed04ed5746dc4 2025-12-16 07:40:28.048982 | | WARNING | Config change detected for manila_scheduler, new hash: 1da3febcd37d1a5f146ed04ed5746dc4 2025-12-16 07:40:28.049478 | | WARNING | Config change detected for neutron_api, new hash: bb02511299978c477eeff226b7f2b403 2025-12-16 07:40:28.050063 | | WARNING | Config change detected for neutron_dhcp, new hash: bb02511299978c477eeff226b7f2b403 2025-12-16 07:40:28.050567 | | WARNING | Config change detected for neutron_sriov_agent, new hash: bb02511299978c477eeff226b7f2b403 2025-12-16 07:40:28.051118 | | WARNING | Config change detected for nova_api, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.051621 | | WARNING | Config change detected for nova_api_cron, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.052168 | | WARNING | Config change detected for nova_conductor, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.052704 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.053258 | | WARNING | Config change detected for nova_metadata, new hash: 70b84790bc21c1752b626736c2f18e42 2025-12-16 07:40:28.053837 | | WARNING | Config change detected for nova_migration_target, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.054385 | | WARNING | Config change detected for nova_scheduler, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.054959 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.055526 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 511d1baaaee6a6c49f87f9db652ce291 2025-12-16 07:40:28.056124 | | WARNING | Config change detected for ovn_metadata_agent, new hash: bb02511299978c477eeff226b7f2b403 2025-12-16 07:40:28.056707 | | WARNING | Config change detected for placement_api, new hash: 8817a618e58becdbbae689b7f2944edb 2025-12-16 07:40:28.057185 | | WARNING | Config change detected for placement_wait_for_service, new hash: 8817a618e58becdbbae689b7f2944edb 2025-12-16 07:40:28.057702 | | WARNING | Config change detected for swift_account_reaper, new hash: 31f622574c6b7dcd9d536dfd4b385314 2025-12-16 07:40:28.058423 | | WARNING | Config change detected for swift_account_server, new hash: 31f622574c6b7dcd9d536dfd4b385314 2025-12-16 07:40:28.059018 | | WARNING | Config change detected for swift_container_server, new hash: 31f622574c6b7dcd9d536dfd4b385314 2025-12-16 07:40:28.059497 | | WARNING | Config change detected for swift_container_updater, new hash: 31f622574c6b7dcd9d536dfd4b385314 2025-12-16 07:40:28.060024 | | WARNING | Config change detected for swift_object_expirer, new hash: 31f622574c6b7dcd9d536dfd4b385314 2025-12-16 07:40:28.060494 | | WARNING | Config change detected for swift_object_server, new hash: 31f622574c6b7dcd9d536dfd4b385314 2025-12-16 07:40:28.061021 | | WARNING | Config change detected for swift_object_updater, new hash: 31f622574c6b7dcd9d536dfd4b385314 2025-12-16 07:40:28.061554 | | WARNING | Config change detected for swift_proxy, new hash: 31f622574c6b7dcd9d536dfd4b385314 2025-12-16 07:40:28.062309 | | WARNING | Config change detected for nova_compute, new hash: b92335c0340686ca6c431a32fe6510c1-e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.062878 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: e84019968107e5cba63ba181be364e91 2025-12-16 07:40:28.063387 | fa163e2b-8431-263f-22bc-0000000026a1 | CHANGED | Update config hashes for container startup configs | standalone 2025-12-16 07:40:28.064175 | fa163e2b-8431-263f-22bc-0000000026a1 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:10:12.491039 | 0.34s 2025-12-16 07:40:28.096210 | fa163e2b-8431-263f-22bc-000000002640 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-16 07:40:28.147949 | fa163e2b-8431-263f-22bc-000000002640 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:12.574814 | 0.05s 2025-12-16 07:40:28.162153 | f6e15d91-ac3b-4b79-a757-6aa67744bc8c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:40:28.188503 | fa163e2b-8431-263f-22bc-0000000026c0 | TASK | Gather podman infos 2025-12-16 07:40:29.194362 | fa163e2b-8431-263f-22bc-0000000026c0 | OK | Gather podman infos | standalone 2025-12-16 07:40:29.195628 | fa163e2b-8431-263f-22bc-0000000026c0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:13.622496 | 1.01s 2025-12-16 07:40:29.242126 | fa163e2b-8431-263f-22bc-0000000026c1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-16 07:40:29.302009 | fa163e2b-8431-263f-22bc-0000000026c1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:13.728869 | 0.06s 2025-12-16 07:40:29.423462 | fa163e2b-8431-263f-22bc-00000000270a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:10:13.850312 | 0.06s 2025-12-16 07:40:29.483892 | fa163e2b-8431-263f-22bc-000000002641 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-16 07:40:29.536885 | fa163e2b-8431-263f-22bc-000000002641 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:13.963741 | 0.05s 2025-12-16 07:40:29.562568 | c541a767-1cc9-4b8c-80c9-26149fef5bd9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:40:29.597851 | fa163e2b-8431-263f-22bc-000000002730 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-16 07:40:37.267426 | fa163e2b-8431-263f-22bc-000000002730 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-16 07:40:37.269181 | fa163e2b-8431-263f-22bc-000000002730 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:21.696043 | 7.67s 2025-12-16 07:40:37.300941 | fa163e2b-8431-263f-22bc-000000002731 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-16 07:40:39.811070 | fa163e2b-8431-263f-22bc-000000002731 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-16 07:40:39.812912 | fa163e2b-8431-263f-22bc-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:10:24.239774 | 2.51s 2025-12-16 07:40:39.886962 | fa163e2b-8431-263f-22bc-00000000244a | TASK | Clean container_puppet_tasks for standalone step 1 2025-12-16 07:40:40.144128 | fa163e2b-8431-263f-22bc-00000000244a | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-12-16 07:40:40.145092 | fa163e2b-8431-263f-22bc-00000000244a | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:10:24.571962 | 0.26s 2025-12-16 07:40:40.178128 | fa163e2b-8431-263f-22bc-00000000244b | TASK | Calculate container_puppet_tasks for standalone step 1 2025-12-16 07:40:40.229095 | fa163e2b-8431-263f-22bc-00000000244b | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:10:24.655961 | 0.05s 2025-12-16 07:40:40.252013 | fa163e2b-8431-263f-22bc-00000000244c | TASK | Include container-puppet tasks for step 1 2025-12-16 07:40:40.301106 | fa163e2b-8431-263f-22bc-00000000244c | TIMING | Include container-puppet tasks for step 1 | standalone | 0:10:24.727963 | 0.05s 2025-12-16 07:40:40.328174 | e24583e5-2306-456c-9001-2345f86ff84a | INCLUDED | /root/standalone-ansible-x_cpl4b4/host-container-puppet-tasks.yaml | standalone 2025-12-16 07:40:40.366288 | fa163e2b-8431-263f-22bc-00000000277c | TASK | Write container-puppet-tasks json file for standalone step 1 2025-12-16 07:40:40.833410 | fa163e2b-8431-263f-22bc-00000000277c | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-12-16 07:40:40.834807 | fa163e2b-8431-263f-22bc-00000000277c | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:10:25.261669 | 0.47s 2025-12-16 07:40:40.865582 | fa163e2b-8431-263f-22bc-00000000277e | TASK | Generate container puppet configs for step 1 2025-12-16 07:40:41.149510 | fa163e2b-8431-263f-22bc-00000000277e | OK | Generate container puppet configs for step 1 | standalone 2025-12-16 07:40:41.150883 | fa163e2b-8431-263f-22bc-00000000277e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:25.577746 | 0.28s 2025-12-16 07:40:41.181766 | fa163e2b-8431-263f-22bc-00000000277f | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-12-16 07:40:41.212179 | fa163e2b-8431-263f-22bc-00000000277f | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:10:25.639031 | 0.03s 2025-12-16 07:40:41.270259 | fa163e2b-8431-263f-22bc-00000000256a | TASK | Gather variables for each operating system 2025-12-16 07:40:41.393372 | fa163e2b-8431-263f-22bc-00000000256a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:25.820222 | 0.12s 2025-12-16 07:40:41.422417 | fa163e2b-8431-263f-22bc-00000000256b | TASK | Create container logs path 2025-12-16 07:40:41.665026 | fa163e2b-8431-263f-22bc-00000000256b | OK | Create container logs path | standalone 2025-12-16 07:40:41.666355 | fa163e2b-8431-263f-22bc-00000000256b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:26.093219 | 0.24s 2025-12-16 07:40:41.697101 | fa163e2b-8431-263f-22bc-00000000256d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:40:41.941144 | fa163e2b-8431-263f-22bc-00000000256d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-16 07:40:41.941986 | fa163e2b-8431-263f-22bc-00000000256d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:26.368858 | 0.24s 2025-12-16 07:40:41.968219 | fa163e2b-8431-263f-22bc-00000000256e | TASK | Finalise hashes for all containers 2025-12-16 07:40:42.000444 | fa163e2b-8431-263f-22bc-00000000256e | OK | Finalise hashes for all containers | standalone 2025-12-16 07:40:42.001381 | fa163e2b-8431-263f-22bc-00000000256e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:26.428251 | 0.03s 2025-12-16 07:40:42.023755 | fa163e2b-8431-263f-22bc-000000002570 | TASK | Manage systemd shutdown files 2025-12-16 07:40:42.060820 | fa163e2b-8431-263f-22bc-000000002570 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:40:42.061910 | fa163e2b-8431-263f-22bc-000000002570 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:26.488771 | 0.04s 2025-12-16 07:40:42.089766 | fa163e2b-8431-263f-22bc-000000002572 | TASK | Update container configs with new config hashes 2025-12-16 07:40:42.142320 | fa163e2b-8431-263f-22bc-000000002572 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:40:42.143644 | fa163e2b-8431-263f-22bc-000000002572 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:26.570506 | 0.05s 2025-12-16 07:40:42.174973 | fa163e2b-8431-263f-22bc-000000002573 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:40:42.224311 | fa163e2b-8431-263f-22bc-000000002573 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-16 07:40:42.225440 | fa163e2b-8431-263f-22bc-000000002573 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:26.652303 | 0.05s 2025-12-16 07:40:42.256088 | fa163e2b-8431-263f-22bc-000000002574 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-16 07:40:42.310370 | fa163e2b-8431-263f-22bc-000000002574 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-16 07:40:42.311725 | fa163e2b-8431-263f-22bc-000000002574 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:26.738555 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-12-16 07:40:42.491007 | fa163e2b-8431-263f-22bc-0000000000c6 | TASK | External deployment step 2 2025-12-16 07:40:42.521644 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000c6') missing from stats 2025-12-16 07:40:42.580976 | fa163e2b-8431-263f-22bc-0000000000c7 | TIMING | include_tasks | undercloud | 0:10:27.007831 | 0.04s 2025-12-16 07:40:42.612441 | 2f961014-701d-4ab6-8d1d-7aa973d9cf85 | INCLUDED | /root/standalone-ansible-x_cpl4b4/external_deploy_steps_tasks_step2.yaml | undercloud 2025-12-16 07:40:42.632835 | fa163e2b-8431-263f-22bc-0000000027f9 | TASK | create cephadm working directory and related files 2025-12-16 07:40:42.686279 | fa163e2b-8431-263f-22bc-0000000027f9 | TIMING | create cephadm working directory and related files | undercloud | 0:10:27.113141 | 0.05s 2025-12-16 07:40:42.742237 | fa163e2b-8431-263f-22bc-000000002821 | TASK | create cephadm workdir 2025-12-16 07:40:43.006310 | fa163e2b-8431-263f-22bc-000000002821 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-x_cpl4b4/cephadm 2025-12-16 07:40:43.008232 | fa163e2b-8431-263f-22bc-000000002821 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:27.435096 | 0.26s 2025-12-16 07:40:43.018299 | fa163e2b-8431-263f-22bc-000000002821 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:27.445168 | 0.27s 2025-12-16 07:40:43.037209 | fa163e2b-8431-263f-22bc-000000002822 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-12-16 07:40:43.279837 | fa163e2b-8431-263f-22bc-000000002822 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-12-16 07:40:43.282334 | fa163e2b-8431-263f-22bc-000000002822 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:10:27.709194 | 0.24s 2025-12-16 07:40:43.302031 | fa163e2b-8431-263f-22bc-000000002823 | TASK | get the list of enabled services on the overcloud 2025-12-16 07:40:43.374817 | fa163e2b-8431-263f-22bc-000000002823 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-16 07:40:43.376872 | fa163e2b-8431-263f-22bc-000000002823 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:10:27.803735 | 0.07s 2025-12-16 07:40:43.398223 | fa163e2b-8431-263f-22bc-000000002824 | TASK | Set grafana_vip: 192.168.122.99 2025-12-16 07:40:43.453936 | fa163e2b-8431-263f-22bc-000000002824 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-12-16 07:40:43.455300 | fa163e2b-8431-263f-22bc-000000002824 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:10:27.882161 | 0.05s 2025-12-16 07:40:43.518985 | fa163e2b-8431-263f-22bc-000000002825 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:27.945845 | 0.04s 2025-12-16 07:40:43.605769 | fa163e2b-8431-263f-22bc-0000000028a9 | TASK | set basic user fact 2025-12-16 07:40:43.674595 | fa163e2b-8431-263f-22bc-0000000028a9 | SKIPPED | set basic user fact | undercloud 2025-12-16 07:40:43.675882 | fa163e2b-8431-263f-22bc-0000000028a9 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:10:28.102743 | 0.07s 2025-12-16 07:40:43.694593 | fa163e2b-8431-263f-22bc-0000000028aa | TASK | set basic home fact 2025-12-16 07:40:43.767202 | fa163e2b-8431-263f-22bc-0000000028aa | OK | set basic home fact | undercloud 2025-12-16 07:40:43.768658 | fa163e2b-8431-263f-22bc-0000000028aa | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:10:28.195520 | 0.07s 2025-12-16 07:40:43.787055 | fa163e2b-8431-263f-22bc-0000000028ab | TASK | set calling_ansible_environment_variables fact 2025-12-16 07:40:43.861525 | fa163e2b-8431-263f-22bc-0000000028ab | OK | set calling_ansible_environment_variables fact | undercloud 2025-12-16 07:40:43.862800 | fa163e2b-8431-263f-22bc-0000000028ab | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:10:28.289663 | 0.07s 2025-12-16 07:40:43.886086 | fa163e2b-8431-263f-22bc-0000000028ad | TASK | get all ansible environment variables 2025-12-16 07:40:43.968362 | fa163e2b-8431-263f-22bc-0000000028ad | SKIPPED | get all ansible environment variables | undercloud 2025-12-16 07:40:43.969619 | fa163e2b-8431-263f-22bc-0000000028ad | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:10:28.396481 | 0.08s 2025-12-16 07:40:43.988437 | fa163e2b-8431-263f-22bc-0000000028ae | TASK | set calling_ansible_environment_variables 2025-12-16 07:40:44.062022 | fa163e2b-8431-263f-22bc-0000000028ae | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-12-16 07:40:44.063347 | fa163e2b-8431-263f-22bc-0000000028ae | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:10:28.490209 | 0.07s 2025-12-16 07:40:44.084043 | fa163e2b-8431-263f-22bc-0000000028b0 | TASK | Set common fact 2025-12-16 07:40:44.156452 | fa163e2b-8431-263f-22bc-0000000028b0 | OK | Set common fact | undercloud 2025-12-16 07:40:44.157613 | fa163e2b-8431-263f-22bc-0000000028b0 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:10:28.584477 | 0.07s 2025-12-16 07:40:44.175739 | fa163e2b-8431-263f-22bc-0000000028b1 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-12-16 07:40:44.227476 | fa163e2b-8431-263f-22bc-0000000028b1 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-12-16 07:40:44.228767 | fa163e2b-8431-263f-22bc-0000000028b1 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:10:28.655629 | 0.05s 2025-12-16 07:40:44.264189 | fa163e2b-8431-263f-22bc-0000000028b3 | TASK | build filter list 2025-12-16 07:40:44.294624 | fa163e2b-8431-263f-22bc-0000000028b3 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:10:28.721485 | 0.03s 2025-12-16 07:40:44.312916 | fa163e2b-8431-263f-22bc-0000000028b4 | TASK | add images pool 2025-12-16 07:40:44.397064 | fa163e2b-8431-263f-22bc-0000000028b4 | OK | add images pool | undercloud 2025-12-16 07:40:44.398206 | fa163e2b-8431-263f-22bc-0000000028b4 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:10:28.825073 | 0.08s 2025-12-16 07:40:44.416591 | fa163e2b-8431-263f-22bc-0000000028b5 | TASK | add volumes pool 2025-12-16 07:40:44.501457 | fa163e2b-8431-263f-22bc-0000000028b5 | OK | add volumes pool | undercloud 2025-12-16 07:40:44.502698 | fa163e2b-8431-263f-22bc-0000000028b5 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:10:28.929564 | 0.08s 2025-12-16 07:40:44.520740 | fa163e2b-8431-263f-22bc-0000000028b6 | TASK | add vms pool 2025-12-16 07:40:44.594517 | fa163e2b-8431-263f-22bc-0000000028b6 | OK | add vms pool | undercloud 2025-12-16 07:40:44.595668 | fa163e2b-8431-263f-22bc-0000000028b6 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:10:29.022534 | 0.07s 2025-12-16 07:40:44.613832 | fa163e2b-8431-263f-22bc-0000000028b7 | TASK | add gnocchi pool 2025-12-16 07:40:44.668259 | fa163e2b-8431-263f-22bc-0000000028b7 | SKIPPED | add gnocchi pool | undercloud 2025-12-16 07:40:44.669380 | fa163e2b-8431-263f-22bc-0000000028b7 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:10:29.096244 | 0.05s 2025-12-16 07:40:44.687216 | fa163e2b-8431-263f-22bc-0000000028b8 | TASK | add cinder backup pool 2025-12-16 07:40:44.771231 | fa163e2b-8431-263f-22bc-0000000028b8 | OK | add cinder backup pool | undercloud 2025-12-16 07:40:44.772401 | fa163e2b-8431-263f-22bc-0000000028b8 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:10:29.199267 | 0.08s 2025-12-16 07:40:44.790894 | fa163e2b-8431-263f-22bc-0000000028b9 | TASK | add cinder extra pools 2025-12-16 07:40:44.821895 | fa163e2b-8431-263f-22bc-0000000028b9 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:10:29.248755 | 0.03s 2025-12-16 07:40:44.841332 | fa163e2b-8431-263f-22bc-0000000028ba | TASK | build resulting pool list 2025-12-16 07:40:45.003063 | fa163e2b-8431-263f-22bc-0000000028ba | OK | build resulting pool list | undercloud 2025-12-16 07:40:45.004448 | fa163e2b-8431-263f-22bc-0000000028ba | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:10:29.431310 | 0.16s 2025-12-16 07:40:45.023021 | fa163e2b-8431-263f-22bc-0000000028bc | TASK | add manila data pool 2025-12-16 07:40:45.066744 | fa163e2b-8431-263f-22bc-0000000028bc | OK | add manila data pool | undercloud 2025-12-16 07:40:45.067893 | fa163e2b-8431-263f-22bc-0000000028bc | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:10:29.494759 | 0.04s 2025-12-16 07:40:45.085570 | fa163e2b-8431-263f-22bc-0000000028bd | TASK | add manila metadata pool 2025-12-16 07:40:45.138306 | fa163e2b-8431-263f-22bc-0000000028bd | OK | add manila metadata pool | undercloud 2025-12-16 07:40:45.139396 | fa163e2b-8431-263f-22bc-0000000028bd | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:10:29.566263 | 0.05s 2025-12-16 07:40:45.215358 | fa163e2b-8431-263f-22bc-000000002826 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:29.642217 | 0.04s 2025-12-16 07:40:45.350303 | fa163e2b-8431-263f-22bc-000000002a4f | TASK | reset profiles string to avoid complex string manipulation 2025-12-16 07:40:45.408782 | fa163e2b-8431-263f-22bc-000000002a4f | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-12-16 07:40:45.409551 | fa163e2b-8431-263f-22bc-000000002a4f | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:10:29.836425 | 0.06s 2025-12-16 07:40:45.423770 | fa163e2b-8431-263f-22bc-000000002a51 | TASK | build openstack client profiles per pool 2025-12-16 07:40:45.503877 | fa163e2b-8431-263f-22bc-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-16 07:40:45.506200 | fa163e2b-8431-263f-22bc-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:29.933056 | 0.08s 2025-12-16 07:40:45.533094 | fa163e2b-8431-263f-22bc-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-16 07:40:45.533820 | fa163e2b-8431-263f-22bc-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:29.960690 | 0.11s 2025-12-16 07:40:45.560058 | fa163e2b-8431-263f-22bc-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-16 07:40:45.561441 | fa163e2b-8431-263f-22bc-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:29.988311 | 0.14s 2025-12-16 07:40:45.578430 | fa163e2b-8431-263f-22bc-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-16 07:40:45.579179 | fa163e2b-8431-263f-22bc-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:30.006045 | 0.15s 2025-12-16 07:40:45.585351 | fa163e2b-8431-263f-22bc-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:30.012213 | 0.16s 2025-12-16 07:40:45.603966 | fa163e2b-8431-263f-22bc-000000002a52 | TASK | set openstack client caps 2025-12-16 07:40:45.666633 | fa163e2b-8431-263f-22bc-000000002a52 | OK | set openstack client caps | undercloud 2025-12-16 07:40:45.668006 | fa163e2b-8431-263f-22bc-000000002a52 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:10:30.094869 | 0.06s 2025-12-16 07:40:45.686929 | fa163e2b-8431-263f-22bc-000000002a53 | TASK | set openstack client osd(s) caps 2025-12-16 07:40:45.761906 | fa163e2b-8431-263f-22bc-000000002a53 | OK | set openstack client osd(s) caps | undercloud 2025-12-16 07:40:45.763144 | fa163e2b-8431-263f-22bc-000000002a53 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:10:30.190008 | 0.07s 2025-12-16 07:40:45.781899 | fa163e2b-8431-263f-22bc-000000002a54 | TASK | Combine caps 2025-12-16 07:40:45.848039 | fa163e2b-8431-263f-22bc-000000002a54 | OK | Combine caps | undercloud 2025-12-16 07:40:45.849731 | fa163e2b-8431-263f-22bc-000000002a54 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:10:30.276555 | 0.07s 2025-12-16 07:40:45.868754 | fa163e2b-8431-263f-22bc-000000002a55 | TASK | set openstack client key 2025-12-16 07:40:45.922554 | fa163e2b-8431-263f-22bc-000000002a55 | OK | set openstack client key | undercloud 2025-12-16 07:40:45.923880 | fa163e2b-8431-263f-22bc-000000002a55 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:10:30.350744 | 0.05s 2025-12-16 07:40:45.942309 | fa163e2b-8431-263f-22bc-000000002a57 | TASK | build manila key for openstack 2025-12-16 07:40:45.996377 | fa163e2b-8431-263f-22bc-000000002a57 | OK | build manila key for openstack | undercloud 2025-12-16 07:40:45.997645 | fa163e2b-8431-263f-22bc-000000002a57 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:10:30.424510 | 0.05s 2025-12-16 07:40:46.016067 | fa163e2b-8431-263f-22bc-000000002a58 | TASK | build radosgw key for openstack 2025-12-16 07:40:46.056594 | fa163e2b-8431-263f-22bc-000000002a58 | SKIPPED | build radosgw key for openstack | undercloud 2025-12-16 07:40:46.057804 | fa163e2b-8431-263f-22bc-000000002a58 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:10:30.484666 | 0.04s 2025-12-16 07:40:46.076618 | fa163e2b-8431-263f-22bc-000000002a59 | TASK | build the resulting keys 2025-12-16 07:40:46.197331 | fa163e2b-8431-263f-22bc-000000002a59 | OK | build the resulting keys | undercloud 2025-12-16 07:40:46.198669 | fa163e2b-8431-263f-22bc-000000002a59 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:10:30.625533 | 0.12s 2025-12-16 07:40:46.265444 | fa163e2b-8431-263f-22bc-000000002827 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:30.692302 | 0.03s 2025-12-16 07:40:46.463841 | fa163e2b-8431-263f-22bc-000000002d74 | TASK | build ceph orphan set 2025-12-16 07:40:46.545134 | fa163e2b-8431-263f-22bc-000000002d74 | OK | build ceph orphan set | undercloud 2025-12-16 07:40:46.546274 | fa163e2b-8431-263f-22bc-000000002d74 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:10:30.973137 | 0.08s 2025-12-16 07:40:46.564300 | fa163e2b-8431-263f-22bc-000000002d75 | TASK | clean ceph_config_overrides list 2025-12-16 07:40:46.608463 | fa163e2b-8431-263f-22bc-000000002d75 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:10:31.035332 | 0.04s 2025-12-16 07:40:46.623689 | fa163e2b-8431-263f-22bc-000000002d76 | TASK | ceph_config_overrides w/o orphans 2025-12-16 07:40:46.683255 | fa163e2b-8431-263f-22bc-000000002d76 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-12-16 07:40:46.684302 | fa163e2b-8431-263f-22bc-000000002d76 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:10:31.111169 | 0.06s 2025-12-16 07:40:46.702145 | fa163e2b-8431-263f-22bc-000000002d77 | TASK | build ceph config overrides 2025-12-16 07:40:46.810557 | fa163e2b-8431-263f-22bc-000000002d77 | OK | build ceph config overrides | undercloud 2025-12-16 07:40:46.811630 | fa163e2b-8431-263f-22bc-000000002d77 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:10:31.238499 | 0.11s 2025-12-16 07:40:46.845668 | fa163e2b-8431-263f-22bc-000000002828 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-12-16 07:40:47.464075 | fa163e2b-8431-263f-22bc-000000002828 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-16 07:40:47.465450 | fa163e2b-8431-263f-22bc-000000002828 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:31.892315 | 0.62s 2025-12-16 07:40:47.483811 | fa163e2b-8431-263f-22bc-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-16 07:40:47.601032 | fa163e2b-8431-263f-22bc-00000000282a | OK | Set bootstrap host | undercloud 2025-12-16 07:40:47.601851 | fa163e2b-8431-263f-22bc-00000000282a | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:10:32.028717 | 0.12s 2025-12-16 07:40:47.619474 | fa163e2b-8431-263f-22bc-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-16 07:40:47.768072 | fa163e2b-8431-263f-22bc-00000000282b | OK | Set first monitor IP | undercloud 2025-12-16 07:40:47.768858 | fa163e2b-8431-263f-22bc-00000000282b | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:10:32.195725 | 0.15s 2025-12-16 07:40:47.786721 | fa163e2b-8431-263f-22bc-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-16 07:40:47.881531 | fa163e2b-8431-263f-22bc-00000000282c | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-12-16 07:40:47.882307 | fa163e2b-8431-263f-22bc-00000000282c | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:10:32.309173 | 0.09s 2025-12-16 07:40:47.900691 | fa163e2b-8431-263f-22bc-00000000282e | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-12-16 07:40:48.457907 | fa163e2b-8431-263f-22bc-00000000282e | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-16 07:40:48.459338 | fa163e2b-8431-263f-22bc-00000000282e | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:32.886203 | 0.56s 2025-12-16 07:40:48.497144 | fa163e2b-8431-263f-22bc-0000000027fa | TASK | Prepare cephadm user and keys 2025-12-16 07:40:49.007989 | fa163e2b-8431-263f-22bc-0000000027fa | SKIPPED | Prepare cephadm user and keys | undercloud 2025-12-16 07:40:49.009173 | fa163e2b-8431-263f-22bc-0000000027fa | TIMING | Prepare cephadm user and keys | undercloud | 0:10:33.436036 | 0.51s 2025-12-16 07:40:49.026617 | fa163e2b-8431-263f-22bc-0000000027fb | TASK | Deploy or configure the cephadm Ceph cluster 2025-12-16 07:40:49.149773 | fa163e2b-8431-263f-22bc-0000000027fb | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:10:33.576641 | 0.12s 2025-12-16 07:40:49.205547 | fa163e2b-8431-263f-22bc-000000002ff0 | TASK | set cephadm playbook 2025-12-16 07:40:49.274825 | fa163e2b-8431-263f-22bc-000000002ff0 | OK | set cephadm playbook | undercloud 2025-12-16 07:40:49.276047 | fa163e2b-8431-263f-22bc-000000002ff0 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:10:33.702907 | 0.07s 2025-12-16 07:40:49.294684 | fa163e2b-8431-263f-22bc-000000002ff1 | TASK | Setup the log path 2025-12-16 07:40:49.337601 | fa163e2b-8431-263f-22bc-000000002ff1 | OK | Setup the log path | undercloud 2025-12-16 07:40:49.339280 | fa163e2b-8431-263f-22bc-000000002ff1 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:10:33.766135 | 0.04s 2025-12-16 07:40:49.358400 | fa163e2b-8431-263f-22bc-000000002ff2 | TASK | Setup the cephadm playbook command 2025-12-16 07:40:49.432563 | fa163e2b-8431-263f-22bc-000000002ff2 | OK | Setup the cephadm playbook command | undercloud 2025-12-16 07:40:49.434192 | fa163e2b-8431-263f-22bc-000000002ff2 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:10:33.861050 | 0.07s 2025-12-16 07:40:49.452947 | fa163e2b-8431-263f-22bc-000000002ff3 | TASK | rotate cephadm_command.log 2025-12-16 07:40:49.712034 | fa163e2b-8431-263f-22bc-000000002ff3 | CHANGED | rotate cephadm_command.log | undercloud 2025-12-16 07:40:49.713570 | fa163e2b-8431-263f-22bc-000000002ff3 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:10:34.140432 | 0.26s 2025-12-16 07:40:49.732050 | fa163e2b-8431-263f-22bc-000000002ff4 | TASK | save cephadm playbook command to shell script 2025-12-16 07:40:50.189117 | fa163e2b-8431-263f-22bc-000000002ff4 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-12-16 07:40:50.190592 | fa163e2b-8431-263f-22bc-000000002ff4 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:10:34.617455 | 0.46s 2025-12-16 07:40:50.208911 | fa163e2b-8431-263f-22bc-000000002ff5 | TASK | Notify user about upcoming cephadm execution(s) 2025-12-16 07:40:50.285470 | fa163e2b-8431-263f-22bc-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-x_cpl4b4/cephadm/cephadm_command.log)" } 2025-12-16 07:40:50.286638 | fa163e2b-8431-263f-22bc-000000002ff5 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:10:34.713504 | 0.08s 2025-12-16 07:40:50.304482 | fa163e2b-8431-263f-22bc-000000002ff6 | TASK | run cephadm playbook 2025-12-16 07:41:47.629756 | fa163e2b-8431-263f-22bc-000000002ff6 | CHANGED | run cephadm playbook | undercloud 2025-12-16 07:41:47.632229 | fa163e2b-8431-263f-22bc-000000002ff6 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:11:32.059093 | 57.33s 2025-12-16 07:41:47.653163 | fa163e2b-8431-263f-22bc-000000002ff7 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-12-16 07:41:47.724649 | fa163e2b-8431-263f-22bc-000000002ff7 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-12-16 07:41:47.725936 | fa163e2b-8431-263f-22bc-000000002ff7 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:11:32.152798 | 0.07s 2025-12-16 07:41:47.743879 | fa163e2b-8431-263f-22bc-000000002ff8 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-12-16 07:41:47.798429 | fa163e2b-8431-263f-22bc-000000002ff8 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-12-16 07:41:47.799768 | fa163e2b-8431-263f-22bc-000000002ff8 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:11:32.226631 | 0.05s 2025-12-16 07:41:47.833760 | fa163e2b-8431-263f-22bc-0000000027fd | TASK | Check if the input variable file exists 2025-12-16 07:41:48.094862 | fa163e2b-8431-263f-22bc-0000000027fd | OK | Check if the input variable file exists | undercloud 2025-12-16 07:41:48.096258 | fa163e2b-8431-263f-22bc-0000000027fd | TIMING | Check if the input variable file exists | undercloud | 0:11:32.523122 | 0.26s 2025-12-16 07:41:48.113902 | fa163e2b-8431-263f-22bc-0000000027fe | TASK | Populate CephClientConfigVars from THT 2025-12-16 07:41:48.159500 | fa163e2b-8431-263f-22bc-0000000027fe | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-12-16 07:41:48.161348 | fa163e2b-8431-263f-22bc-0000000027fe | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:11:32.588211 | 0.05s 2025-12-16 07:41:48.178970 | fa163e2b-8431-263f-22bc-0000000027ff | TASK | configure ceph clients 2025-12-16 07:41:48.230124 | fa163e2b-8431-263f-22bc-0000000027ff | TIMING | configure ceph clients | undercloud | 0:11:32.656979 | 0.05s 2025-12-16 07:41:48.296376 | fa163e2b-8431-263f-22bc-0000000030ba | TASK | get the list of enabled services on the overcloud 2025-12-16 07:41:48.366747 | fa163e2b-8431-263f-22bc-0000000030ba | OK | get the list of enabled services on the overcloud | undercloud 2025-12-16 07:41:48.368220 | fa163e2b-8431-263f-22bc-0000000030ba | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:11:32.795083 | 0.07s 2025-12-16 07:41:48.386895 | fa163e2b-8431-263f-22bc-0000000030bb | TASK | Create ceph_client_fetch_dir 2025-12-16 07:41:48.485765 | fa163e2b-8431-263f-22bc-0000000030bb | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:11:32.912615 | 0.10s 2025-12-16 07:41:48.499840 | 10096b30-1989-4676-9cee-553c1d0525dd | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-16 07:41:48.531459 | fa163e2b-8431-263f-22bc-0000000030fe | TASK | Clean any old fetch directory path 2025-12-16 07:41:48.790015 | fa163e2b-8431-263f-22bc-0000000030fe | OK | Clean any old fetch directory path | undercloud 2025-12-16 07:41:48.791387 | fa163e2b-8431-263f-22bc-0000000030fe | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:33.218251 | 0.26s 2025-12-16 07:41:48.810516 | fa163e2b-8431-263f-22bc-0000000030ff | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-16 07:41:49.058546 | fa163e2b-8431-263f-22bc-0000000030ff | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-16 07:41:49.060084 | fa163e2b-8431-263f-22bc-0000000030ff | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:33.486948 | 0.25s 2025-12-16 07:41:49.078772 | fa163e2b-8431-263f-22bc-0000000030bc | TASK | Check if the input variables exist 2025-12-16 07:41:49.406484 | fa163e2b-8431-263f-22bc-0000000030bc | OK | Check if the input variables exist | undercloud 2025-12-16 07:41:49.407996 | fa163e2b-8431-263f-22bc-0000000030bc | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:11:33.834857 | 0.33s 2025-12-16 07:41:49.426863 | fa163e2b-8431-263f-22bc-0000000030bd | TASK | Load variables produced by the cephadm provisioning process 2025-12-16 07:41:49.500792 | fa163e2b-8431-263f-22bc-0000000030bd | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-12-16 07:41:49.502040 | fa163e2b-8431-263f-22bc-0000000030bd | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:11:33.928905 | 0.07s 2025-12-16 07:41:49.520794 | fa163e2b-8431-263f-22bc-0000000030be | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-12-16 07:41:49.593945 | fa163e2b-8431-263f-22bc-0000000030be | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-12-16 07:41:49.595373 | fa163e2b-8431-263f-22bc-0000000030be | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:11:34.022224 | 0.07s 2025-12-16 07:41:49.615510 | fa163e2b-8431-263f-22bc-0000000030bf | TASK | Configure multiple external ceph clusters 2025-12-16 07:41:49.689773 | fa163e2b-8431-263f-22bc-0000000030bf | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-12-16 07:41:49.691015 | fa163e2b-8431-263f-22bc-0000000030bf | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:11:34.117877 | 0.07s 2025-12-16 07:41:49.712668 | fa163e2b-8431-263f-22bc-0000000030c0 | TASK | Render keys provided for the Ceph cluster 2025-12-16 07:41:49.789740 | fa163e2b-8431-263f-22bc-0000000030c0 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:11:34.216554 | 0.07s 2025-12-16 07:41:49.801603 | 21204b37-82d3-477c-b001-db89d77b6d75 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-12-16 07:41:49.838256 | fa163e2b-8431-263f-22bc-000000003152 | TASK | create cephx key(s) 2025-12-16 07:41:50.395386 | fa163e2b-8431-263f-22bc-000000003152 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQANCUFpAAAAABAA7zF/l9wcpDXzQzvBZlArGg==', '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-16 07:41:50.397133 | fa163e2b-8431-263f-22bc-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:34.823990 | 0.56s 2025-12-16 07:41:50.880033 | fa163e2b-8431-263f-22bc-000000003152 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQANCUFpAAAAABAADueHKqtV/VpMlJQ0wO9caA==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-12-16 07:41:50.881207 | fa163e2b-8431-263f-22bc-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:35.308073 | 1.04s 2025-12-16 07:41:50.887848 | fa163e2b-8431-263f-22bc-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:35.314704 | 1.05s 2025-12-16 07:41:50.907537 | fa163e2b-8431-263f-22bc-0000000030c1 | TASK | Render ceph config for the Ceph Clients 2025-12-16 07:41:50.952159 | fa163e2b-8431-263f-22bc-0000000030c1 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:11:35.379019 | 0.04s 2025-12-16 07:41:50.964032 | 98c1619d-cce8-48e4-84c0-328ba2f8881e | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-12-16 07:41:51.001439 | fa163e2b-8431-263f-22bc-0000000031b6 | TASK | create ceph.conf 2025-12-16 07:41:51.546506 | fa163e2b-8431-263f-22bc-0000000031b6 | CHANGED | create ceph.conf | undercloud 2025-12-16 07:41:51.547987 | fa163e2b-8431-263f-22bc-0000000031b6 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:11:35.974846 | 0.55s 2025-12-16 07:41:51.566798 | fa163e2b-8431-263f-22bc-0000000030c2 | TASK | Configure Ceph Clients 2025-12-16 07:41:51.617587 | fa163e2b-8431-263f-22bc-0000000030c2 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:11:36.044445 | 0.05s 2025-12-16 07:41:51.636793 | 5c0b9ccf-5758-452a-9578-3deed13b1b3a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-12-16 07:41:51.677062 | fa163e2b-8431-263f-22bc-000000003225 | TASK | set effective ceph_clients without limit 2025-12-16 07:41:51.802997 | fa163e2b-8431-263f-22bc-000000003225 | OK | set effective ceph_clients without limit | undercloud 2025-12-16 07:41:51.804197 | fa163e2b-8431-263f-22bc-000000003225 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:11:36.231060 | 0.13s 2025-12-16 07:41:51.824317 | fa163e2b-8431-263f-22bc-000000003226 | TASK | set effective ceph_clients with limit 2025-12-16 07:41:51.907169 | fa163e2b-8431-263f-22bc-000000003226 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-12-16 07:41:51.908334 | fa163e2b-8431-263f-22bc-000000003226 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:11:36.335196 | 0.08s 2025-12-16 07:41:51.927488 | fa163e2b-8431-263f-22bc-000000003227 | TASK | set distribution list from cross product of files and effective clients 2025-12-16 07:41:52.033117 | fa163e2b-8431-263f-22bc-000000003227 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-12-16 07:41:52.034246 | fa163e2b-8431-263f-22bc-000000003227 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:11:36.461111 | 0.11s 2025-12-16 07:41:52.072519 | fa163e2b-8431-263f-22bc-000000003228 | TASK | Ensure /etc/ceph exists on all clients 2025-12-16 07:41:52.342857 | fa163e2b-8431-263f-22bc-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-x_cpl4b4/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e2b-8431-263f-22bc-000000003228') missing from stats 2025-12-16 07:41:52.573641 | fa163e2b-8431-263f-22bc-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-x_cpl4b4/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-16 07:41:52.809141 | fa163e2b-8431-263f-22bc-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-x_cpl4b4/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-16 07:41:52.817722 | fa163e2b-8431-263f-22bc-000000003228 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:11:37.244556 | 0.74s 2025-12-16 07:41:52.857618 | fa163e2b-8431-263f-22bc-000000003229 | TASK | push files to the other nodes of cluster 2025-12-16 07:41:53.311881 | fa163e2b-8431-263f-22bc-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-x_cpl4b4/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e2b-8431-263f-22bc-000000003229') missing from stats 2025-12-16 07:41:53.785567 | fa163e2b-8431-263f-22bc-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-x_cpl4b4/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-16 07:41:54.289051 | fa163e2b-8431-263f-22bc-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-x_cpl4b4/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-16 07:41:54.300754 | fa163e2b-8431-263f-22bc-000000003229 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:11:38.727621 | 1.44s 2025-12-16 07:41:54.317346 | fa163e2b-8431-263f-22bc-0000000030c3 | TASK | Clean ceph_client_fetch_dir 2025-12-16 07:41:54.370044 | fa163e2b-8431-263f-22bc-0000000030c3 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:11:38.796903 | 0.05s 2025-12-16 07:41:54.381784 | 0980ef27-7407-4c73-9307-4d99ae5c21db | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-16 07:41:54.428008 | fa163e2b-8431-263f-22bc-0000000032bd | TASK | Clean any old fetch directory path 2025-12-16 07:41:54.691408 | fa163e2b-8431-263f-22bc-0000000032bd | CHANGED | Clean any old fetch directory path | undercloud 2025-12-16 07:41:54.692672 | fa163e2b-8431-263f-22bc-0000000032bd | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:39.119535 | 0.26s 2025-12-16 07:41:54.711878 | fa163e2b-8431-263f-22bc-0000000032be | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-16 07:41:54.764059 | fa163e2b-8431-263f-22bc-0000000032be | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-16 07:41:54.765231 | fa163e2b-8431-263f-22bc-0000000032be | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:39.192064 | 0.05s 2025-12-16 07:41:54.800593 | fa163e2b-8431-263f-22bc-000000002800 | TASK | tripleo client role 2025-12-16 07:41:54.830385 | fa163e2b-8431-263f-22bc-000000002800 | TIMING | tripleo client role | undercloud | 0:11:39.257245 | 0.03s 2025-12-16 07:41:54.848007 | fa163e2b-8431-263f-22bc-000000002801 | TASK | Load variables for standalone ganesha 2025-12-16 07:41:54.922933 | fa163e2b-8431-263f-22bc-000000002801 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-12-16 07:41:54.924239 | fa163e2b-8431-263f-22bc-000000002801 | TIMING | Load variables for standalone ganesha | undercloud | 0:11:39.351100 | 0.07s 2025-12-16 07:41:54.942215 | fa163e2b-8431-263f-22bc-000000002802 | TASK | Config Standalone Ganesha 2025-12-16 07:41:55.038135 | fa163e2b-8431-263f-22bc-000000002802 | SKIPPED | Config Standalone Ganesha | undercloud 2025-12-16 07:41:55.039245 | fa163e2b-8431-263f-22bc-000000002802 | TIMING | Config Standalone Ganesha | undercloud | 0:11:39.466109 | 0.10s PLAY [Deploy step tasks for 2] ************************************************* 2025-12-16 07:41:55.179999 | fa163e2b-8431-263f-22bc-0000000000ca | TASK | Deploy step tasks for 2 2025-12-16 07:41:55.210093 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000ca') missing from stats 2025-12-16 07:41:55.231505 | fa163e2b-8431-263f-22bc-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-12-16 07:41:55.749867 | fa163e2b-8431-263f-22bc-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-12-16 07:41:55.751769 | fa163e2b-8431-263f-22bc-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:11:40.178627 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-16 07:41:55.823450 | fa163e2b-8431-263f-22bc-0000000000cc | TIMING | include_tasks | standalone | 0:11:40.250286 | 0.04s 2025-12-16 07:41:55.914942 | 177bc5fb-e84a-49cc-a38d-dbcec4afa46d | INCLUDED | /root/standalone-ansible-x_cpl4b4/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-12-16 07:41:55.948907 | fa163e2b-8431-263f-22bc-000000003384 | TASK | Push script 2025-12-16 07:41:56.445834 | fa163e2b-8431-263f-22bc-000000003384 | CHANGED | Push script | standalone 2025-12-16 07:41:56.447281 | fa163e2b-8431-263f-22bc-000000003384 | TIMING | Push script | standalone | 0:11:40.874144 | 0.50s 2025-12-16 07:41:56.477196 | fa163e2b-8431-263f-22bc-000000003385 | TASK | Insert cronjob in root crontab 2025-12-16 07:41:56.931821 | fa163e2b-8431-263f-22bc-000000003385 | CHANGED | Insert cronjob in root crontab | standalone 2025-12-16 07:41:56.933332 | fa163e2b-8431-263f-22bc-000000003385 | TIMING | Insert cronjob in root crontab | standalone | 0:11:41.360194 | 0.45s 2025-12-16 07:41:56.964187 | fa163e2b-8431-263f-22bc-00000000338c | TASK | Gather variables for each operating system 2025-12-16 07:41:57.083454 | fa163e2b-8431-263f-22bc-00000000338c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:11:41.510310 | 0.12s 2025-12-16 07:41:57.106699 | fa163e2b-8431-263f-22bc-00000000338d | TASK | Detect if resource is being created or already exists 2025-12-16 07:41:57.857212 | fa163e2b-8431-263f-22bc-00000000338d | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-16 07:41:57.860818 | fa163e2b-8431-263f-22bc-00000000338d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:11:42.287680 | 0.75s 2025-12-16 07:41:57.891814 | fa163e2b-8431-263f-22bc-00000000338e | TASK | Run init bundle puppet on the host for haproxy 2025-12-16 07:43:41.383712 | fa163e2b-8431-263f-22bc-00000000338e | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-12-16 07:43:41.385396 | fa163e2b-8431-263f-22bc-00000000338e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:13:25.812260 | 103.49s 2025-12-16 07:43:41.416738 | fa163e2b-8431-263f-22bc-00000000338f | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-12-16 07:43:41.663499 | fa163e2b-8431-263f-22bc-00000000338f | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-12-16 07:43:41.665449 | fa163e2b-8431-263f-22bc-00000000338f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:13:26.092301 | 0.25s 2025-12-16 07:43:41.695368 | fa163e2b-8431-263f-22bc-000000003390 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-16 07:43:42.290787 | fa163e2b-8431-263f-22bc-000000003390 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-16 07:43:42.292389 | fa163e2b-8431-263f-22bc-000000003390 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:26.719247 | 0.59s 2025-12-16 07:43:42.323607 | fa163e2b-8431-263f-22bc-000000003391 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-12-16 07:43:42.569468 | fa163e2b-8431-263f-22bc-000000003391 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-12-16 07:43:42.570929 | fa163e2b-8431-263f-22bc-000000003391 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:13:26.997787 | 0.25s 2025-12-16 07:43:42.601128 | fa163e2b-8431-263f-22bc-000000003393 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-12-16 07:43:42.655722 | fa163e2b-8431-263f-22bc-000000003393 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-12-16 07:43:42.657190 | fa163e2b-8431-263f-22bc-000000003393 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:13:27.084046 | 0.05s 2025-12-16 07:43:42.688091 | fa163e2b-8431-263f-22bc-000000003394 | TASK | Get container image tag from bundle haproxy-bundle 2025-12-16 07:43:42.743759 | fa163e2b-8431-263f-22bc-000000003394 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-12-16 07:43:42.745202 | fa163e2b-8431-263f-22bc-000000003394 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:13:27.172059 | 0.06s 2025-12-16 07:43:42.776559 | fa163e2b-8431-263f-22bc-000000003395 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-12-16 07:43:42.831845 | fa163e2b-8431-263f-22bc-000000003395 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-12-16 07:43:42.832981 | fa163e2b-8431-263f-22bc-000000003395 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:13:27.259842 | 0.05s 2025-12-16 07:43:42.864902 | fa163e2b-8431-263f-22bc-000000003396 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-16 07:43:42.926256 | fa163e2b-8431-263f-22bc-000000003396 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-16 07:43:42.927657 | fa163e2b-8431-263f-22bc-000000003396 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:27.354518 | 0.06s 2025-12-16 07:43:42.958608 | fa163e2b-8431-263f-22bc-000000003397 | TASK | Remove update marker for bundle haproxy-bundle 2025-12-16 07:43:43.011127 | fa163e2b-8431-263f-22bc-000000003397 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-12-16 07:43:43.012278 | fa163e2b-8431-263f-22bc-000000003397 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:13:27.439142 | 0.05s 2025-12-16 07:43:43.058137 | fa163e2b-8431-263f-22bc-0000000033b8 | TASK | Gather variables for each operating system 2025-12-16 07:43:43.158428 | fa163e2b-8431-263f-22bc-0000000033b8 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:27.585281 | 0.10s 2025-12-16 07:43:43.187725 | fa163e2b-8431-263f-22bc-0000000033b9 | TASK | Detect if resource is being created or already exists 2025-12-16 07:43:43.961013 | fa163e2b-8431-263f-22bc-0000000033b9 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-16 07:43:43.962320 | fa163e2b-8431-263f-22bc-0000000033b9 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:28.389185 | 0.77s 2025-12-16 07:43:43.991995 | fa163e2b-8431-263f-22bc-0000000033ba | TASK | Run init bundle puppet on the host for mysql 2025-12-16 07:44:11.373869 | fa163e2b-8431-263f-22bc-0000000033ba | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-12-16 07:44:11.375514 | fa163e2b-8431-263f-22bc-0000000033ba | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:13:55.802380 | 27.38s 2025-12-16 07:44:11.400084 | fa163e2b-8431-263f-22bc-0000000033bb | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-12-16 07:44:11.675994 | fa163e2b-8431-263f-22bc-0000000033bb | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-12-16 07:44:11.677462 | fa163e2b-8431-263f-22bc-0000000033bb | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:13:56.104323 | 0.28s 2025-12-16 07:44:11.710120 | fa163e2b-8431-263f-22bc-0000000033bc | TASK | Run pacemaker restart if the config file for the service changed 2025-12-16 07:44:12.159136 | fa163e2b-8431-263f-22bc-0000000033bc | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-16 07:44:12.161161 | fa163e2b-8431-263f-22bc-0000000033bc | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:56.588031 | 0.45s 2025-12-16 07:44:12.185876 | fa163e2b-8431-263f-22bc-0000000033bd | TASK | Check if an image update marker exists for bundle galera-bundle 2025-12-16 07:44:12.405204 | fa163e2b-8431-263f-22bc-0000000033bd | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-12-16 07:44:12.407226 | fa163e2b-8431-263f-22bc-0000000033bd | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:13:56.834095 | 0.22s 2025-12-16 07:44:12.428288 | fa163e2b-8431-263f-22bc-0000000033bf | TASK | Get container image tag from marker for bundle galera-bundle 2025-12-16 07:44:12.486098 | fa163e2b-8431-263f-22bc-0000000033bf | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-12-16 07:44:12.487738 | fa163e2b-8431-263f-22bc-0000000033bf | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:13:56.914607 | 0.06s 2025-12-16 07:44:12.508341 | fa163e2b-8431-263f-22bc-0000000033c0 | TASK | Get container image tag from bundle galera-bundle 2025-12-16 07:44:12.559087 | fa163e2b-8431-263f-22bc-0000000033c0 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-12-16 07:44:12.560092 | fa163e2b-8431-263f-22bc-0000000033c0 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:13:56.986959 | 0.05s 2025-12-16 07:44:12.584219 | fa163e2b-8431-263f-22bc-0000000033c1 | TASK | Compare tags between marker and bundle galera-bundle 2025-12-16 07:44:12.632896 | fa163e2b-8431-263f-22bc-0000000033c1 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-12-16 07:44:12.634478 | fa163e2b-8431-263f-22bc-0000000033c1 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:13:57.061346 | 0.05s 2025-12-16 07:44:12.659494 | fa163e2b-8431-263f-22bc-0000000033c2 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-16 07:44:12.708850 | fa163e2b-8431-263f-22bc-0000000033c2 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-16 07:44:12.710472 | fa163e2b-8431-263f-22bc-0000000033c2 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:57.137341 | 0.05s 2025-12-16 07:44:12.734494 | fa163e2b-8431-263f-22bc-0000000033c3 | TASK | Remove update marker for bundle galera-bundle 2025-12-16 07:44:12.788569 | fa163e2b-8431-263f-22bc-0000000033c3 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-12-16 07:44:12.790337 | fa163e2b-8431-263f-22bc-0000000033c3 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:13:57.217118 | 0.05s 2025-12-16 07:44:12.831847 | fa163e2b-8431-263f-22bc-0000000033e4 | TASK | Gather variables for each operating system 2025-12-16 07:44:12.945185 | fa163e2b-8431-263f-22bc-0000000033e4 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:57.372041 | 0.11s 2025-12-16 07:44:12.969552 | fa163e2b-8431-263f-22bc-0000000033e5 | TASK | Detect if resource is being created or already exists 2025-12-16 07:44:13.702938 | fa163e2b-8431-263f-22bc-0000000033e5 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-16 07:44:13.705777 | fa163e2b-8431-263f-22bc-0000000033e5 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:58.132636 | 0.73s 2025-12-16 07:44:13.736338 | fa163e2b-8431-263f-22bc-0000000033e6 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-12-16 07:44:38.915770 | fa163e2b-8431-263f-22bc-0000000033e6 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-12-16 07:44:38.917370 | fa163e2b-8431-263f-22bc-0000000033e6 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:14:23.344234 | 25.18s 2025-12-16 07:44:38.952323 | fa163e2b-8431-263f-22bc-0000000033e7 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-12-16 07:44:39.216601 | fa163e2b-8431-263f-22bc-0000000033e7 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-12-16 07:44:39.218022 | fa163e2b-8431-263f-22bc-0000000033e7 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:14:23.644887 | 0.26s 2025-12-16 07:44:39.246417 | fa163e2b-8431-263f-22bc-0000000033e8 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-16 07:44:39.717811 | fa163e2b-8431-263f-22bc-0000000033e8 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-16 07:44:39.719160 | fa163e2b-8431-263f-22bc-0000000033e8 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:24.146024 | 0.47s 2025-12-16 07:44:39.753601 | fa163e2b-8431-263f-22bc-0000000033e9 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-12-16 07:44:39.986367 | fa163e2b-8431-263f-22bc-0000000033e9 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-12-16 07:44:39.988026 | fa163e2b-8431-263f-22bc-0000000033e9 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:14:24.414890 | 0.23s 2025-12-16 07:44:40.017850 | fa163e2b-8431-263f-22bc-0000000033eb | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-12-16 07:44:40.068423 | fa163e2b-8431-263f-22bc-0000000033eb | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-12-16 07:44:40.069766 | fa163e2b-8431-263f-22bc-0000000033eb | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:14:24.496627 | 0.05s 2025-12-16 07:44:40.099970 | fa163e2b-8431-263f-22bc-0000000033ec | TASK | Get container image tag from bundle rabbitmq-bundle 2025-12-16 07:44:40.160397 | fa163e2b-8431-263f-22bc-0000000033ec | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-12-16 07:44:40.161943 | fa163e2b-8431-263f-22bc-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:14:24.588807 | 0.06s 2025-12-16 07:44:40.192395 | fa163e2b-8431-263f-22bc-0000000033ed | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-12-16 07:44:40.242749 | fa163e2b-8431-263f-22bc-0000000033ed | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-12-16 07:44:40.243907 | fa163e2b-8431-263f-22bc-0000000033ed | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:14:24.670770 | 0.05s 2025-12-16 07:44:40.275150 | fa163e2b-8431-263f-22bc-0000000033ee | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-16 07:44:40.336527 | fa163e2b-8431-263f-22bc-0000000033ee | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-16 07:44:40.338079 | fa163e2b-8431-263f-22bc-0000000033ee | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:24.764936 | 0.06s 2025-12-16 07:44:40.369060 | fa163e2b-8431-263f-22bc-0000000033ef | TASK | Remove update marker for bundle rabbitmq-bundle 2025-12-16 07:44:40.409533 | fa163e2b-8431-263f-22bc-0000000033ef | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-12-16 07:44:40.410466 | fa163e2b-8431-263f-22bc-0000000033ef | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:14:24.837332 | 0.04s 2025-12-16 07:44:40.451006 | fa163e2b-8431-263f-22bc-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-12-16 07:44:40.675789 | fa163e2b-8431-263f-22bc-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-12-16 07:44:40.677097 | fa163e2b-8431-263f-22bc-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:14:25.103961 | 0.23s 2025-12-16 07:44:40.791356 | fa163e2b-8431-263f-22bc-0000000000cf | TIMING | include_tasks | standalone | 0:14:25.218210 | 0.09s 2025-12-16 07:44:40.828968 | 55505c8a-6ae9-4e34-9013-f7a0cc87983a | INCLUDED | /root/standalone-ansible-x_cpl4b4/common_deploy_steps_tasks.yaml | standalone 2025-12-16 07:44:40.857375 | fa163e2b-8431-263f-22bc-00000000346a | TASK | Write the config_step hieradata 2025-12-16 07:44:41.411248 | fa163e2b-8431-263f-22bc-00000000346a | OK | Write the config_step hieradata | standalone 2025-12-16 07:44:41.412630 | fa163e2b-8431-263f-22bc-00000000346a | TIMING | Write the config_step hieradata | standalone | 0:14:25.839492 | 0.55s 2025-12-16 07:44:41.442795 | fa163e2b-8431-263f-22bc-00000000346b | TASK | Run puppet host configuration for step 2 2025-12-16 07:44:41.742094 | fa163e2b-8431-263f-22bc-00000000346b | CHANGED | Run puppet host configuration for step 2 | standalone 2025-12-16 07:44:41.743593 | fa163e2b-8431-263f-22bc-00000000346b | TIMING | Run puppet host configuration for step 2 | standalone | 0:14:26.170453 | 0.30s 2025-12-16 07:44:41.772514 | fa163e2b-8431-263f-22bc-00000000346c | TASK | Wait for puppet host configuration to finish 2025-12-16 07:44:42.026992 | fa163e2b-8431-263f-22bc-00000000346c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-16 07:44:52.252480 | fa163e2b-8431-263f-22bc-00000000346c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-16 07:45:02.485030 | fa163e2b-8431-263f-22bc-00000000346c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-16 07:45:02.486399 | fa163e2b-8431-263f-22bc-00000000346c | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:46.913262 | 20.71s 2025-12-16 07:45:02.515969 | fa163e2b-8431-263f-22bc-00000000346d | TASK | Debug output for task: Run puppet host configuration for step 2 2025-12-16 07:45:02.605384 | fa163e2b-8431-263f-22bc-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 16 07:44:41 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 16 07:44:46 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 16 07:44:46 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 16 07:44:46 puppet-user: (file & line not available)", "<13>Dec 16 07:44:46 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 16 07:44:46 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 16 07:44:46 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 16 07:44:46 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Dec 16 07:44:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 16 07:44:54 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 16 07:44:56 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 16 07:44:56 puppet-user: Notice: Applied catalog in 9.90 seconds", "<13>Dec 16 07:44:56 puppet-user: Application:", "<13>Dec 16 07:44:56 puppet-user: Initial environment: production", "<13>Dec 16 07:44:56 puppet-user: Converged environment: production", "<13>Dec 16 07:44:56 puppet-user: Run mode: user", "<13>Dec 16 07:44:56 puppet-user: Changes:", "<13>Dec 16 07:44:56 puppet-user: Total: 2", "<13>Dec 16 07:44:56 puppet-user: Events:", "<13>Dec 16 07:44:56 puppet-user: Success: 2", "<13>Dec 16 07:44:56 puppet-user: Resources:", "<13>Dec 16 07:44:56 puppet-user: Changed: 2", "<13>Dec 16 07:44:56 puppet-user: Out of sync: 2", "<13>Dec 16 07:44:56 puppet-user: Total: 28", "<13>Dec 16 07:44:56 puppet-user: Time:", "<13>Dec 16 07:44:56 puppet-user: Filebucket: 0.00", "<13>Dec 16 07:44:56 puppet-user: File line: 0.00", "<13>Dec 16 07:44:56 puppet-user: Package: 0.00", "<13>Dec 16 07:44:56 puppet-user: Schedule: 0.00", "<13>Dec 16 07:44:56 puppet-user: File: 0.00", "<13>Dec 16 07:44:56 puppet-user: User: 0.01", "<13>Dec 16 07:44:56 puppet-user: Augeas: 0.01", "<13>Dec 16 07:44:56 puppet-user: Service: 0.07", "<13>Dec 16 07:44:56 puppet-user: Config retrieval: 0.47", "<13>Dec 16 07:44:56 puppet-user: Pcmk property: 1.56", "<13>Dec 16 07:44:56 puppet-user: Exec: 1.94", "<13>Dec 16 07:44:56 puppet-user: Last run: 1765871096", "<13>Dec 16 07:44:56 puppet-user: Pcmk resource default: 2.99", "<13>Dec 16 07:44:56 puppet-user: Pcmk resource op default: 3.06", "<13>Dec 16 07:44:56 puppet-user: Transaction evaluation: 9.88", "<13>Dec 16 07:44:56 puppet-user: Catalog application: 9.90", "<13>Dec 16 07:44:56 puppet-user: Total: 9.91", "<13>Dec 16 07:44:56 puppet-user: Version:", "<13>Dec 16 07:44:56 puppet-user: Config: 1765871086", "<13>Dec 16 07:44:56 puppet-user: Puppet: 7.10.0" ] } 2025-12-16 07:45:02.606886 | fa163e2b-8431-263f-22bc-00000000346d | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:14:47.033748 | 0.09s 2025-12-16 07:45:02.636870 | fa163e2b-8431-263f-22bc-00000000346e | TASK | Pre-cache facts for puppet containers 2025-12-16 07:45:02.666534 | fa163e2b-8431-263f-22bc-00000000346e | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:47.093392 | 0.03s 2025-12-16 07:45:02.733621 | fa163e2b-8431-263f-22bc-0000000034ad | TASK | Gather variables for each operating system 2025-12-16 07:45:02.855040 | fa163e2b-8431-263f-22bc-0000000034ad | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:47.281891 | 0.12s 2025-12-16 07:45:02.961477 | fa163e2b-8431-263f-22bc-0000000034ae | TASK | Create puppet caching structures 2025-12-16 07:45:03.211638 | fa163e2b-8431-263f-22bc-0000000034ae | CHANGED | Create puppet caching structures | standalone 2025-12-16 07:45:03.213180 | fa163e2b-8431-263f-22bc-0000000034ae | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:47.640044 | 0.25s 2025-12-16 07:45:03.241624 | fa163e2b-8431-263f-22bc-0000000034af | TASK | Check for facter.conf 2025-12-16 07:45:03.497097 | fa163e2b-8431-263f-22bc-0000000034af | OK | Check for facter.conf | standalone 2025-12-16 07:45:03.498781 | fa163e2b-8431-263f-22bc-0000000034af | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:47.925644 | 0.26s 2025-12-16 07:45:03.527657 | fa163e2b-8431-263f-22bc-0000000034b0 | TASK | Remove facter.conf if directory 2025-12-16 07:45:03.578937 | fa163e2b-8431-263f-22bc-0000000034b0 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-16 07:45:03.580169 | fa163e2b-8431-263f-22bc-0000000034b0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:48.007030 | 0.05s 2025-12-16 07:45:03.609198 | fa163e2b-8431-263f-22bc-0000000034b1 | TASK | Write facter cache config 2025-12-16 07:45:04.128589 | fa163e2b-8431-263f-22bc-0000000034b1 | CHANGED | Write facter cache config | standalone 2025-12-16 07:45:04.130095 | fa163e2b-8431-263f-22bc-0000000034b1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:48.556958 | 0.52s 2025-12-16 07:45:04.160330 | fa163e2b-8431-263f-22bc-0000000034b2 | TASK | Cleanup facter cache if exists 2025-12-16 07:45:04.399892 | fa163e2b-8431-263f-22bc-0000000034b2 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-16 07:45:04.401570 | fa163e2b-8431-263f-22bc-0000000034b2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:48.828433 | 0.24s 2025-12-16 07:45:04.430740 | fa163e2b-8431-263f-22bc-0000000034b3 | TASK | Pre-cache facts 2025-12-16 07:45:05.073775 | fa163e2b-8431-263f-22bc-0000000034b3 | CHANGED | Pre-cache facts | standalone 2025-12-16 07:45:05.075109 | fa163e2b-8431-263f-22bc-0000000034b3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:49.501971 | 0.64s 2025-12-16 07:45:05.105016 | fa163e2b-8431-263f-22bc-0000000034b4 | TASK | Failed deployment if facter fails 2025-12-16 07:45:05.137786 | fa163e2b-8431-263f-22bc-0000000034b4 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-16 07:45:05.138959 | fa163e2b-8431-263f-22bc-0000000034b4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:49.565823 | 0.03s 2025-12-16 07:45:05.183143 | fa163e2b-8431-263f-22bc-0000000034b5 | TASK | Sync cached facts 2025-12-16 07:45:05.515649 | fa163e2b-8431-263f-22bc-0000000034b5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-8431-263f-22bc-0000000034b5') missing from stats 2025-12-16 07:45:05.580001 | fa163e2b-8431-263f-22bc-00000000346f | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-16 07:45:05.632509 | fa163e2b-8431-263f-22bc-00000000346f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-16 07:45:05.633949 | fa163e2b-8431-263f-22bc-00000000346f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:50.060810 | 0.05s 2025-12-16 07:45:05.666090 | fa163e2b-8431-263f-22bc-000000003471 | TASK | Manage containers for step 2 with tripleo-ansible 2025-12-16 07:45:05.706909 | fa163e2b-8431-263f-22bc-000000003471 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:14:50.133763 | 0.04s 2025-12-16 07:45:05.774882 | fa163e2b-8431-263f-22bc-00000000350c | TASK | Gather variables for each operating system 2025-12-16 07:45:05.912084 | fa163e2b-8431-263f-22bc-00000000350c | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:50.338932 | 0.14s 2025-12-16 07:45:05.941797 | fa163e2b-8431-263f-22bc-00000000350d | TASK | Create container logs path 2025-12-16 07:45:06.209792 | fa163e2b-8431-263f-22bc-00000000350d | OK | Create container logs path | standalone 2025-12-16 07:45:06.211280 | fa163e2b-8431-263f-22bc-00000000350d | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:50.638139 | 0.27s 2025-12-16 07:45:06.244914 | fa163e2b-8431-263f-22bc-00000000350f | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-12-16 07:45:06.563002 | fa163e2b-8431-263f-22bc-00000000350f | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-16 07:45:06.564357 | fa163e2b-8431-263f-22bc-00000000350f | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:50.991221 | 0.32s 2025-12-16 07:45:06.593452 | fa163e2b-8431-263f-22bc-000000003510 | TASK | Finalise hashes for all containers 2025-12-16 07:45:06.655416 | fa163e2b-8431-263f-22bc-000000003510 | OK | Finalise hashes for all containers | standalone 2025-12-16 07:45:06.656827 | fa163e2b-8431-263f-22bc-000000003510 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:51.083689 | 0.06s 2025-12-16 07:45:06.687167 | fa163e2b-8431-263f-22bc-000000003512 | TASK | Manage systemd shutdown files 2025-12-16 07:45:06.729026 | fa163e2b-8431-263f-22bc-000000003512 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:51.155883 | 0.04s 2025-12-16 07:45:06.763948 | eb92fbe1-9a9a-480b-abe0-bd1983820a5d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-16 07:45:06.791983 | fa163e2b-8431-263f-22bc-000000003545 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-16 07:45:07.091858 | fa163e2b-8431-263f-22bc-000000003545 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-16 07:45:07.093407 | fa163e2b-8431-263f-22bc-000000003545 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:51.520269 | 0.30s 2025-12-16 07:45:07.124275 | fa163e2b-8431-263f-22bc-000000003546 | TASK | Set podman_drop_in fact 2025-12-16 07:45:07.192143 | fa163e2b-8431-263f-22bc-000000003546 | OK | Set podman_drop_in fact | standalone 2025-12-16 07:45:07.193531 | fa163e2b-8431-263f-22bc-000000003546 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:51.620394 | 0.07s 2025-12-16 07:45:07.222270 | fa163e2b-8431-263f-22bc-000000003548 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-16 07:45:07.717386 | fa163e2b-8431-263f-22bc-000000003548 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-16 07:45:07.718793 | fa163e2b-8431-263f-22bc-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:52.145662 | 0.49s 2025-12-16 07:45:08.142923 | fa163e2b-8431-263f-22bc-000000003548 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-16 07:45:08.144103 | fa163e2b-8431-263f-22bc-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:52.570968 | 0.92s 2025-12-16 07:45:08.150933 | fa163e2b-8431-263f-22bc-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:52.577788 | 0.93s 2025-12-16 07:45:08.181150 | fa163e2b-8431-263f-22bc-000000003549 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-16 07:45:08.712907 | fa163e2b-8431-263f-22bc-000000003549 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-16 07:45:08.713879 | fa163e2b-8431-263f-22bc-000000003549 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:53.140750 | 0.53s 2025-12-16 07:45:08.742094 | fa163e2b-8431-263f-22bc-00000000354a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-16 07:45:09.317109 | fa163e2b-8431-263f-22bc-00000000354a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-16 07:45:09.319435 | fa163e2b-8431-263f-22bc-00000000354a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:53.746293 | 0.58s 2025-12-16 07:45:09.349711 | fa163e2b-8431-263f-22bc-00000000354b | TASK | Enable and start tripleo-container-shutdown 2025-12-16 07:45:10.086776 | fa163e2b-8431-263f-22bc-00000000354b | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-16 07:45:10.089461 | fa163e2b-8431-263f-22bc-00000000354b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:54.516315 | 0.74s 2025-12-16 07:45:10.121191 | fa163e2b-8431-263f-22bc-00000000354c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-16 07:45:10.704731 | fa163e2b-8431-263f-22bc-00000000354c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-16 07:45:10.706454 | fa163e2b-8431-263f-22bc-00000000354c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:55.133317 | 0.58s 2025-12-16 07:45:10.738521 | fa163e2b-8431-263f-22bc-00000000354d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-16 07:45:11.256894 | fa163e2b-8431-263f-22bc-00000000354d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-16 07:45:11.258514 | fa163e2b-8431-263f-22bc-00000000354d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:55.685376 | 0.52s 2025-12-16 07:45:11.288656 | fa163e2b-8431-263f-22bc-00000000354e | TASK | Enable and start netns-placeholder 2025-12-16 07:45:12.025961 | fa163e2b-8431-263f-22bc-00000000354e | CHANGED | Enable and start netns-placeholder | standalone 2025-12-16 07:45:12.028239 | fa163e2b-8431-263f-22bc-00000000354e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:56.455099 | 0.74s 2025-12-16 07:45:12.058164 | fa163e2b-8431-263f-22bc-000000003514 | TASK | Update container configs with new config hashes 2025-12-16 07:45:12.118097 | fa163e2b-8431-263f-22bc-000000003514 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:56.544957 | 0.06s 2025-12-16 07:45:12.137413 | 9044b3ac-c165-48da-9757-2308c7b8cd8f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-16 07:45:12.169932 | fa163e2b-8431-263f-22bc-000000003576 | TASK | Update config hashes for container startup configs 2025-12-16 07:45:12.458846 | fa163e2b-8431-263f-22bc-000000003576 | OK | Update config hashes for container startup configs | standalone 2025-12-16 07:45:12.460278 | fa163e2b-8431-263f-22bc-000000003576 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:56.887141 | 0.29s 2025-12-16 07:45:12.491061 | fa163e2b-8431-263f-22bc-000000003515 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-16 07:45:12.522641 | fa163e2b-8431-263f-22bc-000000003515 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:56.949501 | 0.03s 2025-12-16 07:45:12.544472 | eb254b24-83f8-48a0-ae57-d4f44277ab25 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:45:12.580892 | fa163e2b-8431-263f-22bc-000000003595 | TASK | Gather podman infos 2025-12-16 07:45:13.392895 | fa163e2b-8431-263f-22bc-000000003595 | OK | Gather podman infos | standalone 2025-12-16 07:45:13.394488 | fa163e2b-8431-263f-22bc-000000003595 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:57.821350 | 0.81s 2025-12-16 07:45:13.479105 | fa163e2b-8431-263f-22bc-000000003596 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-16 07:45:13.558566 | fa163e2b-8431-263f-22bc-000000003596 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:57.985418 | 0.07s 2025-12-16 07:45:13.698274 | fa163e2b-8431-263f-22bc-0000000035df | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:58.125117 | 0.07s 2025-12-16 07:45:13.760172 | fa163e2b-8431-263f-22bc-000000003516 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-16 07:45:13.814660 | fa163e2b-8431-263f-22bc-000000003516 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:58.241506 | 0.05s 2025-12-16 07:45:13.843616 | 53483029-7d8d-469d-9330-645808eae4ea | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:45:13.884186 | fa163e2b-8431-263f-22bc-000000003605 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-16 07:45:31.494740 | fa163e2b-8431-263f-22bc-000000003605 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-16 07:45:31.496515 | fa163e2b-8431-263f-22bc-000000003605 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:15.923371 | 17.61s 2025-12-16 07:45:31.528976 | fa163e2b-8431-263f-22bc-000000003606 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-16 07:45:34.192956 | fa163e2b-8431-263f-22bc-000000003606 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-16 07:45:34.194394 | fa163e2b-8431-263f-22bc-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:15:18.621268 | 2.66s 2025-12-16 07:45:34.245596 | fa163e2b-8431-263f-22bc-000000003473 | TASK | Clean container_puppet_tasks for standalone step 2 2025-12-16 07:45:34.487393 | fa163e2b-8431-263f-22bc-000000003473 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-12-16 07:45:34.488718 | fa163e2b-8431-263f-22bc-000000003473 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:15:18.915554 | 0.24s 2025-12-16 07:45:34.535564 | fa163e2b-8431-263f-22bc-000000003474 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-12-16 07:45:34.586048 | fa163e2b-8431-263f-22bc-000000003474 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:15:19.012898 | 0.05s 2025-12-16 07:45:34.615264 | fa163e2b-8431-263f-22bc-000000003475 | TASK | Include container-puppet tasks for step 2 2025-12-16 07:45:34.659020 | fa163e2b-8431-263f-22bc-000000003475 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:15:19.085878 | 0.04s 2025-12-16 07:45:34.682249 | 735529c7-4884-476d-bce7-feb7c13f13f5 | INCLUDED | /root/standalone-ansible-x_cpl4b4/host-container-puppet-tasks.yaml | standalone 2025-12-16 07:45:34.728777 | fa163e2b-8431-263f-22bc-000000003651 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-12-16 07:45:35.227279 | fa163e2b-8431-263f-22bc-000000003651 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-12-16 07:45:35.228578 | fa163e2b-8431-263f-22bc-000000003651 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:15:19.655441 | 0.50s 2025-12-16 07:45:35.258067 | fa163e2b-8431-263f-22bc-000000003653 | TASK | Generate container puppet configs for step 2 2025-12-16 07:45:35.526282 | fa163e2b-8431-263f-22bc-000000003653 | OK | Generate container puppet configs for step 2 | standalone 2025-12-16 07:45:35.527646 | fa163e2b-8431-263f-22bc-000000003653 | TIMING | Generate container puppet configs for step 2 | standalone | 0:15:19.954508 | 0.27s 2025-12-16 07:45:35.557454 | fa163e2b-8431-263f-22bc-000000003654 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-12-16 07:45:35.588519 | fa163e2b-8431-263f-22bc-000000003654 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:15:20.015378 | 0.03s 2025-12-16 07:45:35.655587 | fa163e2b-8431-263f-22bc-000000003683 | TASK | Gather variables for each operating system 2025-12-16 07:45:35.777557 | fa163e2b-8431-263f-22bc-000000003683 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:20.204415 | 0.12s 2025-12-16 07:45:35.807220 | fa163e2b-8431-263f-22bc-000000003684 | TASK | Create container logs path 2025-12-16 07:45:36.070171 | fa163e2b-8431-263f-22bc-000000003684 | OK | Create container logs path | standalone 2025-12-16 07:45:36.071754 | fa163e2b-8431-263f-22bc-000000003684 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:20.498612 | 0.26s 2025-12-16 07:45:36.104928 | fa163e2b-8431-263f-22bc-000000003686 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-16 07:45:36.349949 | fa163e2b-8431-263f-22bc-000000003686 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-16 07:45:36.351385 | fa163e2b-8431-263f-22bc-000000003686 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:20.778248 | 0.24s 2025-12-16 07:45:36.381600 | fa163e2b-8431-263f-22bc-000000003687 | TASK | Finalise hashes for all containers 2025-12-16 07:45:36.426941 | fa163e2b-8431-263f-22bc-000000003687 | OK | Finalise hashes for all containers | standalone 2025-12-16 07:45:36.428381 | fa163e2b-8431-263f-22bc-000000003687 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:20.855243 | 0.04s 2025-12-16 07:45:36.459405 | fa163e2b-8431-263f-22bc-000000003689 | TASK | Manage systemd shutdown files 2025-12-16 07:45:36.492176 | fa163e2b-8431-263f-22bc-000000003689 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:45:36.493540 | fa163e2b-8431-263f-22bc-000000003689 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:20.920402 | 0.03s 2025-12-16 07:45:36.522378 | fa163e2b-8431-263f-22bc-00000000368b | TASK | Update container configs with new config hashes 2025-12-16 07:45:36.572118 | fa163e2b-8431-263f-22bc-00000000368b | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:45:36.573416 | fa163e2b-8431-263f-22bc-00000000368b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:21.000288 | 0.05s 2025-12-16 07:45:36.605459 | fa163e2b-8431-263f-22bc-00000000368c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-16 07:45:36.658415 | fa163e2b-8431-263f-22bc-00000000368c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-16 07:45:36.659975 | fa163e2b-8431-263f-22bc-00000000368c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:21.086834 | 0.05s 2025-12-16 07:45:36.692420 | fa163e2b-8431-263f-22bc-00000000368d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-16 07:45:36.743348 | fa163e2b-8431-263f-22bc-00000000368d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-16 07:45:36.744744 | fa163e2b-8431-263f-22bc-00000000368d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:21.171600 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-12-16 07:45:36.921879 | fa163e2b-8431-263f-22bc-0000000000d2 | TASK | External deployment step 3 2025-12-16 07:45:36.952001 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000d2') missing from stats 2025-12-16 07:45:36.994765 | fa163e2b-8431-263f-22bc-0000000000d3 | TIMING | include_tasks | undercloud | 0:15:21.421625 | 0.03s 2025-12-16 07:45:37.001810 | 31e0dc13-30fc-4ffa-9ecf-c1572b9db842 | INCLUDED | /root/standalone-ansible-x_cpl4b4/external_deploy_steps_tasks_step3.yaml | undercloud 2025-12-16 07:45:37.017978 | fa163e2b-8431-263f-22bc-0000000036dc | TASK | Pause cephadm 2025-12-16 07:45:37.066879 | fa163e2b-8431-263f-22bc-0000000036dc | SKIPPED | Pause cephadm | undercloud 2025-12-16 07:45:37.068296 | fa163e2b-8431-263f-22bc-0000000036dc | TIMING | Pause cephadm | undercloud | 0:15:21.495157 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-12-16 07:45:37.207355 | fa163e2b-8431-263f-22bc-0000000000d6 | TASK | Deploy step tasks for 3 2025-12-16 07:45:37.236940 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000d6') missing from stats 2025-12-16 07:45:37.266965 | fa163e2b-8431-263f-22bc-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-12-16 07:45:37.826243 | fa163e2b-8431-263f-22bc-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-12-16 07:45:37.827748 | fa163e2b-8431-263f-22bc-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:15:22.254610 | 0.56s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-16 07:45:37.895420 | fa163e2b-8431-263f-22bc-0000000000d8 | TIMING | include_tasks | standalone | 0:15:22.322271 | 0.04s 2025-12-16 07:45:37.921623 | cf74d553-f85a-4ef2-a139-5c6c9b282335 | INCLUDED | /root/standalone-ansible-x_cpl4b4/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-12-16 07:45:37.950889 | fa163e2b-8431-263f-22bc-0000000036fb | TASK | Start OVN container 2025-12-16 07:45:38.043779 | fa163e2b-8431-263f-22bc-0000000036fb | TIMING | Start OVN container | standalone | 0:15:22.470620 | 0.09s 2025-12-16 07:45:38.094959 | fa163e2b-8431-263f-22bc-0000000036fb | TIMING | Start OVN container | standalone | 0:15:22.521825 | 0.14s 2025-12-16 07:45:38.123061 | fa163e2b-8431-263f-22bc-0000000036fb | TIMING | Start OVN container | standalone | 0:15:22.549930 | 0.17s 2025-12-16 07:45:38.134914 | fa163e2b-8431-263f-22bc-0000000036fb | TIMING | Start OVN container | standalone | 0:15:22.561773 | 0.18s 2025-12-16 07:45:38.308620 | fa163e2b-8431-263f-22bc-000000003733 | TASK | Gather variables for each operating system 2025-12-16 07:45:38.440623 | fa163e2b-8431-263f-22bc-000000003733 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:22.867476 | 0.13s 2025-12-16 07:45:38.470180 | fa163e2b-8431-263f-22bc-000000003734 | TASK | Create container logs path 2025-12-16 07:45:38.750348 | fa163e2b-8431-263f-22bc-000000003734 | OK | Create container logs path | standalone 2025-12-16 07:45:38.752020 | fa163e2b-8431-263f-22bc-000000003734 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:23.178882 | 0.28s 2025-12-16 07:45:38.782225 | fa163e2b-8431-263f-22bc-000000003736 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:39.176040 | fa163e2b-8431-263f-22bc-000000003736 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:45:39.177424 | fa163e2b-8431-263f-22bc-000000003736 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:23.604287 | 0.39s 2025-12-16 07:45:39.206181 | fa163e2b-8431-263f-22bc-000000003737 | TASK | Finalise hashes for all containers 2025-12-16 07:45:39.310826 | fa163e2b-8431-263f-22bc-000000003737 | OK | Finalise hashes for all containers | standalone 2025-12-16 07:45:39.311945 | fa163e2b-8431-263f-22bc-000000003737 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:23.738810 | 0.10s 2025-12-16 07:45:39.341055 | fa163e2b-8431-263f-22bc-000000003739 | TASK | Manage systemd shutdown files 2025-12-16 07:45:39.403375 | fa163e2b-8431-263f-22bc-000000003739 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:45:39.404832 | fa163e2b-8431-263f-22bc-000000003739 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:23.831692 | 0.06s 2025-12-16 07:45:39.434413 | fa163e2b-8431-263f-22bc-00000000373b | TASK | Update container configs with new config hashes 2025-12-16 07:45:39.509440 | fa163e2b-8431-263f-22bc-00000000373b | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:45:39.510557 | fa163e2b-8431-263f-22bc-00000000373b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:23.937419 | 0.07s 2025-12-16 07:45:39.540962 | fa163e2b-8431-263f-22bc-00000000373c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:39.615910 | fa163e2b-8431-263f-22bc-00000000373c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:24.042762 | 0.07s 2025-12-16 07:45:39.639941 | fdb356c3-1c15-4e05-a4b7-21c0d051a426 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:45:39.675293 | fa163e2b-8431-263f-22bc-0000000037c8 | TASK | Gather podman infos 2025-12-16 07:45:40.793810 | fa163e2b-8431-263f-22bc-0000000037c8 | OK | Gather podman infos | standalone 2025-12-16 07:45:40.795191 | fa163e2b-8431-263f-22bc-0000000037c8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:25.222054 | 1.12s 2025-12-16 07:45:40.875182 | fa163e2b-8431-263f-22bc-0000000037c9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:40.963776 | fa163e2b-8431-263f-22bc-0000000037c9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:25.390623 | 0.08s 2025-12-16 07:45:41.117216 | fa163e2b-8431-263f-22bc-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:25.544054 | 0.09s 2025-12-16 07:45:41.188832 | fa163e2b-8431-263f-22bc-00000000373d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:41.266824 | fa163e2b-8431-263f-22bc-00000000373d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:25.693683 | 0.08s 2025-12-16 07:45:41.281610 | 34e9cf82-7c67-4f73-ab20-70a91f9b3ac0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:45:41.311196 | fa163e2b-8431-263f-22bc-000000003833 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:42.314297 | fa163e2b-8431-263f-22bc-000000003833 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:45:42.316826 | fa163e2b-8431-263f-22bc-000000003833 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:26.743684 | 1.00s 2025-12-16 07:45:42.352215 | fa163e2b-8431-263f-22bc-000000003834 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:45.334743 | fa163e2b-8431-263f-22bc-000000003834 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:45:45.336647 | fa163e2b-8431-263f-22bc-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:29.763511 | 2.98s 2025-12-16 07:45:45.390011 | fa163e2b-8431-263f-22bc-00000000375e | TASK | Gather variables for each operating system 2025-12-16 07:45:45.509479 | fa163e2b-8431-263f-22bc-00000000375e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:29.936316 | 0.12s 2025-12-16 07:45:45.539508 | fa163e2b-8431-263f-22bc-00000000375f | TASK | Create container logs path 2025-12-16 07:45:45.847724 | fa163e2b-8431-263f-22bc-00000000375f | OK | Create container logs path | standalone 2025-12-16 07:45:45.849198 | fa163e2b-8431-263f-22bc-00000000375f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:30.276060 | 0.31s 2025-12-16 07:45:45.882025 | fa163e2b-8431-263f-22bc-000000003761 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:46.195698 | fa163e2b-8431-263f-22bc-000000003761 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:45:46.197061 | fa163e2b-8431-263f-22bc-000000003761 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:30.623923 | 0.31s 2025-12-16 07:45:46.225746 | fa163e2b-8431-263f-22bc-000000003762 | TASK | Finalise hashes for all containers 2025-12-16 07:45:46.332781 | fa163e2b-8431-263f-22bc-000000003762 | OK | Finalise hashes for all containers | standalone 2025-12-16 07:45:46.334204 | fa163e2b-8431-263f-22bc-000000003762 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:30.761065 | 0.11s 2025-12-16 07:45:46.364523 | fa163e2b-8431-263f-22bc-000000003764 | TASK | Manage systemd shutdown files 2025-12-16 07:45:46.419599 | fa163e2b-8431-263f-22bc-000000003764 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:45:46.420968 | fa163e2b-8431-263f-22bc-000000003764 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:30.847832 | 0.05s 2025-12-16 07:45:46.451518 | fa163e2b-8431-263f-22bc-000000003766 | TASK | Update container configs with new config hashes 2025-12-16 07:45:46.528794 | fa163e2b-8431-263f-22bc-000000003766 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:45:46.530219 | fa163e2b-8431-263f-22bc-000000003766 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:30.957079 | 0.08s 2025-12-16 07:45:46.561889 | fa163e2b-8431-263f-22bc-000000003767 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:46.638034 | fa163e2b-8431-263f-22bc-000000003767 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:31.064884 | 0.07s 2025-12-16 07:45:46.662612 | 4e173b06-23a7-4089-865a-bcadb6a2a694 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:45:46.692743 | fa163e2b-8431-263f-22bc-00000000387f | TASK | Gather podman infos 2025-12-16 07:45:47.826129 | fa163e2b-8431-263f-22bc-00000000387f | OK | Gather podman infos | standalone 2025-12-16 07:45:47.827521 | fa163e2b-8431-263f-22bc-00000000387f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:32.254384 | 1.13s 2025-12-16 07:45:47.906547 | fa163e2b-8431-263f-22bc-000000003880 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:47.996941 | fa163e2b-8431-263f-22bc-000000003880 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:32.423797 | 0.08s 2025-12-16 07:45:48.307717 | fa163e2b-8431-263f-22bc-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:32.734552 | 0.25s 2025-12-16 07:45:48.363691 | fa163e2b-8431-263f-22bc-000000003768 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:48.441231 | fa163e2b-8431-263f-22bc-000000003768 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:32.868088 | 0.08s 2025-12-16 07:45:48.467103 | c4ae5cd0-8fbc-4689-ace9-bdab750ea183 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:45:48.509345 | fa163e2b-8431-263f-22bc-0000000038e5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:49.480470 | fa163e2b-8431-263f-22bc-0000000038e5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:45:49.482094 | fa163e2b-8431-263f-22bc-0000000038e5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:33.908962 | 0.97s 2025-12-16 07:45:49.505503 | fa163e2b-8431-263f-22bc-0000000038e6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:52.672756 | fa163e2b-8431-263f-22bc-0000000038e6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:45:52.674346 | fa163e2b-8431-263f-22bc-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:37.101207 | 3.17s 2025-12-16 07:45:52.729227 | fa163e2b-8431-263f-22bc-000000003789 | TASK | Gather variables for each operating system 2025-12-16 07:45:52.852379 | fa163e2b-8431-263f-22bc-000000003789 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:37.279232 | 0.12s 2025-12-16 07:45:52.883447 | fa163e2b-8431-263f-22bc-00000000378a | TASK | Create container logs path 2025-12-16 07:45:53.158788 | fa163e2b-8431-263f-22bc-00000000378a | OK | Create container logs path | standalone 2025-12-16 07:45:53.160378 | fa163e2b-8431-263f-22bc-00000000378a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:37.587241 | 0.27s 2025-12-16 07:45:53.192551 | fa163e2b-8431-263f-22bc-00000000378c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:53.537094 | fa163e2b-8431-263f-22bc-00000000378c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:45:53.538558 | fa163e2b-8431-263f-22bc-00000000378c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:37.965420 | 0.34s 2025-12-16 07:45:53.567286 | fa163e2b-8431-263f-22bc-00000000378d | TASK | Finalise hashes for all containers 2025-12-16 07:45:53.674207 | fa163e2b-8431-263f-22bc-00000000378d | OK | Finalise hashes for all containers | standalone 2025-12-16 07:45:53.675427 | fa163e2b-8431-263f-22bc-00000000378d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:38.102290 | 0.11s 2025-12-16 07:45:53.796286 | fa163e2b-8431-263f-22bc-00000000378f | TASK | Manage systemd shutdown files 2025-12-16 07:45:53.858824 | fa163e2b-8431-263f-22bc-00000000378f | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:45:53.859914 | fa163e2b-8431-263f-22bc-00000000378f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:38.286783 | 0.06s 2025-12-16 07:45:53.882513 | fa163e2b-8431-263f-22bc-000000003791 | TASK | Update container configs with new config hashes 2025-12-16 07:45:53.958517 | fa163e2b-8431-263f-22bc-000000003791 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:45:53.960108 | fa163e2b-8431-263f-22bc-000000003791 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:38.386969 | 0.08s 2025-12-16 07:45:53.994398 | fa163e2b-8431-263f-22bc-000000003792 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:54.064275 | fa163e2b-8431-263f-22bc-000000003792 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:38.491118 | 0.07s 2025-12-16 07:45:54.089263 | 240fd376-9628-4b8b-9a68-61f5a84f6d7a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:45:54.125795 | fa163e2b-8431-263f-22bc-000000003931 | TASK | Gather podman infos 2025-12-16 07:45:55.229467 | fa163e2b-8431-263f-22bc-000000003931 | OK | Gather podman infos | standalone 2025-12-16 07:45:55.230904 | fa163e2b-8431-263f-22bc-000000003931 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:39.657765 | 1.10s 2025-12-16 07:45:55.324452 | fa163e2b-8431-263f-22bc-000000003932 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:55.425331 | fa163e2b-8431-263f-22bc-000000003932 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:39.852179 | 0.09s 2025-12-16 07:45:55.574214 | fa163e2b-8431-263f-22bc-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:40.001056 | 0.09s 2025-12-16 07:45:55.637522 | fa163e2b-8431-263f-22bc-000000003793 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:55.712638 | fa163e2b-8431-263f-22bc-000000003793 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:40.139487 | 0.07s 2025-12-16 07:45:55.736430 | 12e451d2-b33b-4959-8edb-8a1b729dad93 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:45:55.776552 | fa163e2b-8431-263f-22bc-000000003997 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:45:57.046999 | fa163e2b-8431-263f-22bc-000000003997 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:45:57.049159 | fa163e2b-8431-263f-22bc-000000003997 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:41.476012 | 1.27s 2025-12-16 07:45:57.080812 | fa163e2b-8431-263f-22bc-000000003998 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-16 07:46:01.058644 | fa163e2b-8431-263f-22bc-000000003998 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-16 07:46:01.060831 | fa163e2b-8431-263f-22bc-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:45.487695 | 3.98s 2025-12-16 07:46:01.108849 | fa163e2b-8431-263f-22bc-0000000036fd | TASK | Set NB connection 2025-12-16 07:46:01.597736 | fa163e2b-8431-263f-22bc-0000000036fd | CHANGED | Set NB connection | standalone 2025-12-16 07:46:01.599951 | fa163e2b-8431-263f-22bc-0000000036fd | TIMING | Set NB connection | standalone | 0:15:46.026811 | 0.49s 2025-12-16 07:46:01.627725 | fa163e2b-8431-263f-22bc-0000000036fe | TASK | Set SB connection 2025-12-16 07:46:02.076012 | fa163e2b-8431-263f-22bc-0000000036fe | CHANGED | Set SB connection | standalone 2025-12-16 07:46:02.077719 | fa163e2b-8431-263f-22bc-0000000036fe | TIMING | Set SB connection | standalone | 0:15:46.504550 | 0.45s 2025-12-16 07:46:02.106432 | fa163e2b-8431-263f-22bc-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-12-16 07:46:02.361360 | fa163e2b-8431-263f-22bc-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-12-16 07:46:02.363050 | fa163e2b-8431-263f-22bc-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:15:46.789911 | 0.26s 2025-12-16 07:46:02.477782 | fa163e2b-8431-263f-22bc-0000000000db | TIMING | include_tasks | standalone | 0:15:46.904642 | 0.08s 2025-12-16 07:46:02.506598 | d4aad955-2483-430c-a12a-3518d63d1112 | INCLUDED | /root/standalone-ansible-x_cpl4b4/common_deploy_steps_tasks.yaml | standalone 2025-12-16 07:46:02.531388 | fa163e2b-8431-263f-22bc-0000000039dd | TASK | Write the config_step hieradata 2025-12-16 07:46:03.034945 | fa163e2b-8431-263f-22bc-0000000039dd | OK | Write the config_step hieradata | standalone 2025-12-16 07:46:03.036305 | fa163e2b-8431-263f-22bc-0000000039dd | TIMING | Write the config_step hieradata | standalone | 0:15:47.463166 | 0.50s 2025-12-16 07:46:03.150619 | fa163e2b-8431-263f-22bc-0000000039de | TASK | Run puppet host configuration for step 3 2025-12-16 07:46:03.465523 | fa163e2b-8431-263f-22bc-0000000039de | CHANGED | Run puppet host configuration for step 3 | standalone 2025-12-16 07:46:03.466934 | fa163e2b-8431-263f-22bc-0000000039de | TIMING | Run puppet host configuration for step 3 | standalone | 0:15:47.893796 | 0.32s 2025-12-16 07:46:03.494123 | fa163e2b-8431-263f-22bc-0000000039df | TASK | Wait for puppet host configuration to finish 2025-12-16 07:46:03.741227 | fa163e2b-8431-263f-22bc-0000000039df | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-16 07:46:13.956329 | fa163e2b-8431-263f-22bc-0000000039df | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-16 07:46:24.168557 | fa163e2b-8431-263f-22bc-0000000039df | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-16 07:46:24.169401 | fa163e2b-8431-263f-22bc-0000000039df | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:08.596273 | 20.67s 2025-12-16 07:46:24.190285 | fa163e2b-8431-263f-22bc-0000000039e0 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-12-16 07:46:24.280899 | fa163e2b-8431-263f-22bc-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 16 07:46:03 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 16 07:46:07 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 16 07:46:07 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 16 07:46:07 puppet-user: (file & line not available)", "<13>Dec 16 07:46:07 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 16 07:46:07 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 16 07:46:08 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 16 07:46:08 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Dec 16 07:46:12 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 16 07:46:14 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 16 07:46:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 16 07:46:16 puppet-user: Notice: Applied catalog in 7.93 seconds", "<13>Dec 16 07:46:16 puppet-user: Application:", "<13>Dec 16 07:46:16 puppet-user: Initial environment: production", "<13>Dec 16 07:46:16 puppet-user: Converged environment: production", "<13>Dec 16 07:46:16 puppet-user: Run mode: user", "<13>Dec 16 07:46:16 puppet-user: Changes:", "<13>Dec 16 07:46:16 puppet-user: Total: 2", "<13>Dec 16 07:46:16 puppet-user: Events:", "<13>Dec 16 07:46:16 puppet-user: Success: 2", "<13>Dec 16 07:46:16 puppet-user: Resources:", "<13>Dec 16 07:46:16 puppet-user: Changed: 2", "<13>Dec 16 07:46:16 puppet-user: Out of sync: 2", "<13>Dec 16 07:46:16 puppet-user: Total: 28", "<13>Dec 16 07:46:16 puppet-user: Time:", "<13>Dec 16 07:46:16 puppet-user: Filebucket: 0.00", "<13>Dec 16 07:46:16 puppet-user: Schedule: 0.00", "<13>Dec 16 07:46:16 puppet-user: File line: 0.00", "<13>Dec 16 07:46:16 puppet-user: Package: 0.00", "<13>Dec 16 07:46:16 puppet-user: File: 0.00", "<13>Dec 16 07:46:16 puppet-user: Augeas: 0.01", "<13>Dec 16 07:46:16 puppet-user: User: 0.01", "<13>Dec 16 07:46:16 puppet-user: Service: 0.06", "<13>Dec 16 07:46:16 puppet-user: Config retrieval: 0.47", "<13>Dec 16 07:46:16 puppet-user: Pcmk property: 1.42", "<13>Dec 16 07:46:16 puppet-user: Exec: 1.95", "<13>Dec 16 07:46:16 puppet-user: Last run: 1765871176", "<13>Dec 16 07:46:16 puppet-user: Pcmk resource op default: 2.13", "<13>Dec 16 07:46:16 puppet-user: Pcmk resource default: 2.15", "<13>Dec 16 07:46:16 puppet-user: Transaction evaluation: 7.91", "<13>Dec 16 07:46:16 puppet-user: Catalog application: 7.93", "<13>Dec 16 07:46:16 puppet-user: Total: 7.94", "<13>Dec 16 07:46:16 puppet-user: Version:", "<13>Dec 16 07:46:16 puppet-user: Config: 1765871167", "<13>Dec 16 07:46:16 puppet-user: Puppet: 7.10.0" ] } 2025-12-16 07:46:24.282271 | fa163e2b-8431-263f-22bc-0000000039e0 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:16:08.709136 | 0.09s 2025-12-16 07:46:24.303052 | fa163e2b-8431-263f-22bc-0000000039e1 | TASK | Pre-cache facts for puppet containers 2025-12-16 07:46:24.330407 | fa163e2b-8431-263f-22bc-0000000039e1 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:08.757267 | 0.03s 2025-12-16 07:46:24.377748 | fa163e2b-8431-263f-22bc-000000003a20 | TASK | Gather variables for each operating system 2025-12-16 07:46:24.499530 | fa163e2b-8431-263f-22bc-000000003a20 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:08.926383 | 0.12s 2025-12-16 07:46:24.527809 | fa163e2b-8431-263f-22bc-000000003a21 | TASK | Create puppet caching structures 2025-12-16 07:46:24.791663 | fa163e2b-8431-263f-22bc-000000003a21 | CHANGED | Create puppet caching structures | standalone 2025-12-16 07:46:24.793126 | fa163e2b-8431-263f-22bc-000000003a21 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:09.219989 | 0.26s 2025-12-16 07:46:24.822883 | fa163e2b-8431-263f-22bc-000000003a22 | TASK | Check for facter.conf 2025-12-16 07:46:25.054826 | fa163e2b-8431-263f-22bc-000000003a22 | OK | Check for facter.conf | standalone 2025-12-16 07:46:25.055925 | fa163e2b-8431-263f-22bc-000000003a22 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:09.482794 | 0.23s 2025-12-16 07:46:25.077375 | fa163e2b-8431-263f-22bc-000000003a23 | TASK | Remove facter.conf if directory 2025-12-16 07:46:25.106968 | fa163e2b-8431-263f-22bc-000000003a23 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-16 07:46:25.108064 | fa163e2b-8431-263f-22bc-000000003a23 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:09.534925 | 0.03s 2025-12-16 07:46:25.135644 | fa163e2b-8431-263f-22bc-000000003a24 | TASK | Write facter cache config 2025-12-16 07:46:25.588694 | fa163e2b-8431-263f-22bc-000000003a24 | CHANGED | Write facter cache config | standalone 2025-12-16 07:46:25.590586 | fa163e2b-8431-263f-22bc-000000003a24 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:10.017459 | 0.45s 2025-12-16 07:46:25.609394 | fa163e2b-8431-263f-22bc-000000003a25 | TASK | Cleanup facter cache if exists 2025-12-16 07:46:25.859794 | fa163e2b-8431-263f-22bc-000000003a25 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-16 07:46:25.862232 | fa163e2b-8431-263f-22bc-000000003a25 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:10.289094 | 0.25s 2025-12-16 07:46:25.892940 | fa163e2b-8431-263f-22bc-000000003a26 | TASK | Pre-cache facts 2025-12-16 07:46:26.534317 | fa163e2b-8431-263f-22bc-000000003a26 | CHANGED | Pre-cache facts | standalone 2025-12-16 07:46:26.535582 | fa163e2b-8431-263f-22bc-000000003a26 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:10.962444 | 0.64s 2025-12-16 07:46:26.565401 | fa163e2b-8431-263f-22bc-000000003a27 | TASK | Failed deployment if facter fails 2025-12-16 07:46:26.599133 | fa163e2b-8431-263f-22bc-000000003a27 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-16 07:46:26.600372 | fa163e2b-8431-263f-22bc-000000003a27 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:11.027235 | 0.03s 2025-12-16 07:46:26.644066 | fa163e2b-8431-263f-22bc-000000003a28 | TASK | Sync cached facts 2025-12-16 07:46:26.970978 | fa163e2b-8431-263f-22bc-000000003a28 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-8431-263f-22bc-000000003a28') missing from stats 2025-12-16 07:46:27.026234 | fa163e2b-8431-263f-22bc-0000000039e2 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-16 07:46:27.067953 | fa163e2b-8431-263f-22bc-0000000039e2 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-16 07:46:27.069285 | fa163e2b-8431-263f-22bc-0000000039e2 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:11.496147 | 0.04s 2025-12-16 07:46:27.098911 | fa163e2b-8431-263f-22bc-0000000039e4 | TASK | Manage containers for step 3 with tripleo-ansible 2025-12-16 07:46:27.121966 | fa163e2b-8431-263f-22bc-0000000039e4 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:16:11.548826 | 0.02s 2025-12-16 07:46:27.187564 | fa163e2b-8431-263f-22bc-000000003a7f | TASK | Gather variables for each operating system 2025-12-16 07:46:27.310207 | fa163e2b-8431-263f-22bc-000000003a7f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:11.737063 | 0.12s 2025-12-16 07:46:27.339107 | fa163e2b-8431-263f-22bc-000000003a80 | TASK | Create container logs path 2025-12-16 07:46:27.572658 | fa163e2b-8431-263f-22bc-000000003a80 | OK | Create container logs path | standalone 2025-12-16 07:46:27.574360 | fa163e2b-8431-263f-22bc-000000003a80 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:12.001222 | 0.23s 2025-12-16 07:46:27.606158 | fa163e2b-8431-263f-22bc-000000003a82 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-12-16 07:46:27.918934 | fa163e2b-8431-263f-22bc-000000003a82 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-16 07:46:27.920181 | fa163e2b-8431-263f-22bc-000000003a82 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:12.347044 | 0.31s 2025-12-16 07:46:27.949977 | fa163e2b-8431-263f-22bc-000000003a83 | TASK | Finalise hashes for all containers 2025-12-16 07:46:28.035773 | fa163e2b-8431-263f-22bc-000000003a83 | OK | Finalise hashes for all containers | standalone 2025-12-16 07:46:28.036877 | fa163e2b-8431-263f-22bc-000000003a83 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:12.463742 | 0.09s 2025-12-16 07:46:28.066420 | fa163e2b-8431-263f-22bc-000000003a85 | TASK | Manage systemd shutdown files 2025-12-16 07:46:28.100337 | fa163e2b-8431-263f-22bc-000000003a85 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:12.527194 | 0.03s 2025-12-16 07:46:28.132962 | 829a0b7a-6959-484d-b372-82ffc59140fb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-16 07:46:28.160812 | fa163e2b-8431-263f-22bc-000000003ab8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-16 07:46:28.402602 | fa163e2b-8431-263f-22bc-000000003ab8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-16 07:46:28.404390 | fa163e2b-8431-263f-22bc-000000003ab8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:12.831222 | 0.24s 2025-12-16 07:46:28.432590 | fa163e2b-8431-263f-22bc-000000003ab9 | TASK | Set podman_drop_in fact 2025-12-16 07:46:28.494131 | fa163e2b-8431-263f-22bc-000000003ab9 | OK | Set podman_drop_in fact | standalone 2025-12-16 07:46:28.495367 | fa163e2b-8431-263f-22bc-000000003ab9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:12.922232 | 0.06s 2025-12-16 07:46:28.523266 | fa163e2b-8431-263f-22bc-000000003abb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-16 07:46:29.049512 | fa163e2b-8431-263f-22bc-000000003abb | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-16 07:46:29.051262 | fa163e2b-8431-263f-22bc-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:13.478120 | 0.53s 2025-12-16 07:46:29.522548 | fa163e2b-8431-263f-22bc-000000003abb | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-16 07:46:29.525693 | fa163e2b-8431-263f-22bc-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:13.952538 | 1.00s 2025-12-16 07:46:29.535001 | fa163e2b-8431-263f-22bc-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:13.961856 | 1.01s 2025-12-16 07:46:29.564347 | fa163e2b-8431-263f-22bc-000000003abc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-16 07:46:30.085652 | fa163e2b-8431-263f-22bc-000000003abc | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-16 07:46:30.087047 | fa163e2b-8431-263f-22bc-000000003abc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:14.513910 | 0.52s 2025-12-16 07:46:30.115758 | fa163e2b-8431-263f-22bc-000000003abd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-16 07:46:30.628084 | fa163e2b-8431-263f-22bc-000000003abd | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-16 07:46:30.629537 | fa163e2b-8431-263f-22bc-000000003abd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:15.056400 | 0.51s 2025-12-16 07:46:30.658469 | fa163e2b-8431-263f-22bc-000000003abe | TASK | Enable and start tripleo-container-shutdown 2025-12-16 07:46:31.362734 | fa163e2b-8431-263f-22bc-000000003abe | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-16 07:46:31.365549 | fa163e2b-8431-263f-22bc-000000003abe | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:15.792411 | 0.71s 2025-12-16 07:46:31.394909 | fa163e2b-8431-263f-22bc-000000003abf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-16 07:46:31.907808 | fa163e2b-8431-263f-22bc-000000003abf | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-16 07:46:31.909213 | fa163e2b-8431-263f-22bc-000000003abf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:16.336071 | 0.51s 2025-12-16 07:46:31.937518 | fa163e2b-8431-263f-22bc-000000003ac0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-16 07:46:32.459048 | fa163e2b-8431-263f-22bc-000000003ac0 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-16 07:46:32.460444 | fa163e2b-8431-263f-22bc-000000003ac0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:16.887308 | 0.52s 2025-12-16 07:46:32.489141 | fa163e2b-8431-263f-22bc-000000003ac1 | TASK | Enable and start netns-placeholder 2025-12-16 07:46:33.208958 | fa163e2b-8431-263f-22bc-000000003ac1 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-16 07:46:33.211543 | fa163e2b-8431-263f-22bc-000000003ac1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:17.638402 | 0.72s 2025-12-16 07:46:33.241931 | fa163e2b-8431-263f-22bc-000000003a87 | TASK | Update container configs with new config hashes 2025-12-16 07:46:33.303539 | fa163e2b-8431-263f-22bc-000000003a87 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:17.730391 | 0.06s 2025-12-16 07:46:33.323604 | 3febe228-7efa-4994-af15-b54186196d53 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-16 07:46:33.358062 | fa163e2b-8431-263f-22bc-000000003ae9 | TASK | Update config hashes for container startup configs 2025-12-16 07:46:33.612245 | fa163e2b-8431-263f-22bc-000000003ae9 | OK | Update config hashes for container startup configs | standalone 2025-12-16 07:46:33.613516 | fa163e2b-8431-263f-22bc-000000003ae9 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:18.040378 | 0.25s 2025-12-16 07:46:33.643886 | fa163e2b-8431-263f-22bc-000000003a88 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-16 07:46:33.704995 | fa163e2b-8431-263f-22bc-000000003a88 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:18.131849 | 0.06s 2025-12-16 07:46:33.728221 | 7fc5f9e9-e69b-4594-9545-82ea39c8af07 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:46:33.764717 | fa163e2b-8431-263f-22bc-000000003b08 | TASK | Gather podman infos 2025-12-16 07:46:34.886611 | fa163e2b-8431-263f-22bc-000000003b08 | OK | Gather podman infos | standalone 2025-12-16 07:46:34.887623 | fa163e2b-8431-263f-22bc-000000003b08 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:19.314492 | 1.12s 2025-12-16 07:46:34.975284 | fa163e2b-8431-263f-22bc-000000003b09 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-16 07:46:35.054358 | fa163e2b-8431-263f-22bc-000000003b09 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:19.481209 | 0.07s 2025-12-16 07:46:35.196199 | fa163e2b-8431-263f-22bc-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:19.623050 | 0.08s 2025-12-16 07:46:35.253301 | fa163e2b-8431-263f-22bc-000000003a89 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-16 07:46:35.310001 | fa163e2b-8431-263f-22bc-000000003a89 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:19.736856 | 0.06s 2025-12-16 07:46:35.332394 | 4fbaf7ee-1490-4ed3-ace1-83d59c1dbf2b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:46:35.367291 | fa163e2b-8431-263f-22bc-000000003b73 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-16 07:47:32.499712 | fa163e2b-8431-263f-22bc-000000003b73 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-16 07:47:32.500869 | fa163e2b-8431-263f-22bc-000000003b73 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:16.927741 | 57.13s 2025-12-16 07:47:32.521173 | fa163e2b-8431-263f-22bc-000000003b74 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-16 07:48:03.502215 | fa163e2b-8431-263f-22bc-000000003b74 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-16 07:48:03.505459 | fa163e2b-8431-263f-22bc-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:47.932315 | 30.98s 2025-12-16 07:48:03.563095 | fa163e2b-8431-263f-22bc-0000000039e6 | TASK | Clean container_puppet_tasks for standalone step 3 2025-12-16 07:48:03.807000 | fa163e2b-8431-263f-22bc-0000000039e6 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-12-16 07:48:03.809735 | fa163e2b-8431-263f-22bc-0000000039e6 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:17:48.236596 | 0.24s 2025-12-16 07:48:03.860182 | fa163e2b-8431-263f-22bc-0000000039e7 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-12-16 07:48:03.914244 | fa163e2b-8431-263f-22bc-0000000039e7 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:17:48.341092 | 0.05s 2025-12-16 07:48:03.938780 | fa163e2b-8431-263f-22bc-0000000039e8 | TASK | Include container-puppet tasks for step 3 2025-12-16 07:48:03.983332 | fa163e2b-8431-263f-22bc-0000000039e8 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:17:48.410189 | 0.04s 2025-12-16 07:48:03.999615 | b3f4ec8c-a111-4ed3-9664-7d334ba1c170 | INCLUDED | /root/standalone-ansible-x_cpl4b4/host-container-puppet-tasks.yaml | standalone 2025-12-16 07:48:04.033820 | fa163e2b-8431-263f-22bc-000000003bbf | TASK | Write container-puppet-tasks json file for standalone step 3 2025-12-16 07:48:04.457808 | fa163e2b-8431-263f-22bc-000000003bbf | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-12-16 07:48:04.459655 | fa163e2b-8431-263f-22bc-000000003bbf | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:17:48.886512 | 0.42s 2025-12-16 07:48:04.489883 | fa163e2b-8431-263f-22bc-000000003bc1 | TASK | Generate container puppet configs for step 3 2025-12-16 07:48:04.785516 | fa163e2b-8431-263f-22bc-000000003bc1 | OK | Generate container puppet configs for step 3 | standalone 2025-12-16 07:48:04.787273 | fa163e2b-8431-263f-22bc-000000003bc1 | TIMING | Generate container puppet configs for step 3 | standalone | 0:17:49.214130 | 0.30s 2025-12-16 07:48:04.820731 | fa163e2b-8431-263f-22bc-000000003bc2 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-12-16 07:48:04.853843 | fa163e2b-8431-263f-22bc-000000003bc2 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:17:49.280688 | 0.03s 2025-12-16 07:48:04.920431 | fa163e2b-8431-263f-22bc-000000003bf1 | TASK | Gather variables for each operating system 2025-12-16 07:48:05.068784 | fa163e2b-8431-263f-22bc-000000003bf1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:49.495629 | 0.15s 2025-12-16 07:48:05.099639 | fa163e2b-8431-263f-22bc-000000003bf2 | TASK | Create container logs path 2025-12-16 07:48:05.378224 | fa163e2b-8431-263f-22bc-000000003bf2 | OK | Create container logs path | standalone 2025-12-16 07:48:05.379747 | fa163e2b-8431-263f-22bc-000000003bf2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:49.806610 | 0.28s 2025-12-16 07:48:05.411036 | fa163e2b-8431-263f-22bc-000000003bf4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-16 07:48:05.667377 | fa163e2b-8431-263f-22bc-000000003bf4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-16 07:48:05.668780 | fa163e2b-8431-263f-22bc-000000003bf4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:50.095641 | 0.26s 2025-12-16 07:48:05.697100 | fa163e2b-8431-263f-22bc-000000003bf5 | TASK | Finalise hashes for all containers 2025-12-16 07:48:05.728986 | fa163e2b-8431-263f-22bc-000000003bf5 | OK | Finalise hashes for all containers | standalone 2025-12-16 07:48:05.730127 | fa163e2b-8431-263f-22bc-000000003bf5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:50.156989 | 0.03s 2025-12-16 07:48:05.758594 | fa163e2b-8431-263f-22bc-000000003bf7 | TASK | Manage systemd shutdown files 2025-12-16 07:48:05.799338 | fa163e2b-8431-263f-22bc-000000003bf7 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:48:05.800548 | fa163e2b-8431-263f-22bc-000000003bf7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:50.227410 | 0.04s 2025-12-16 07:48:05.830608 | fa163e2b-8431-263f-22bc-000000003bf9 | TASK | Update container configs with new config hashes 2025-12-16 07:48:05.882228 | fa163e2b-8431-263f-22bc-000000003bf9 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:48:05.883407 | fa163e2b-8431-263f-22bc-000000003bf9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:50.310268 | 0.05s 2025-12-16 07:48:05.914750 | fa163e2b-8431-263f-22bc-000000003bfa | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-16 07:48:05.966039 | fa163e2b-8431-263f-22bc-000000003bfa | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-16 07:48:05.967242 | fa163e2b-8431-263f-22bc-000000003bfa | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:50.394105 | 0.05s 2025-12-16 07:48:05.998702 | fa163e2b-8431-263f-22bc-000000003bfb | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-16 07:48:06.051273 | fa163e2b-8431-263f-22bc-000000003bfb | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-16 07:48:06.053812 | fa163e2b-8431-263f-22bc-000000003bfb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:50.480667 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-12-16 07:48:06.237564 | fa163e2b-8431-263f-22bc-0000000000de | TASK | External deployment step 4 2025-12-16 07:48:06.268481 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000de') missing from stats 2025-12-16 07:48:06.317635 | fa163e2b-8431-263f-22bc-0000000000df | TIMING | include_tasks | undercloud | 0:17:50.744495 | 0.03s 2025-12-16 07:48:06.341201 | 21f38167-b05a-4097-891a-8e8927edea99 | INCLUDED | /root/standalone-ansible-x_cpl4b4/external_deploy_steps_tasks_step4.yaml | undercloud 2025-12-16 07:48:06.360161 | fa163e2b-8431-263f-22bc-000000003c4a | TASK | Clean up legacy Cinder keystone catalog entries 2025-12-16 07:48:08.039014 | fa163e2b-8431-263f-22bc-000000003c4a | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-12-16 07:48:08.041185 | fa163e2b-8431-263f-22bc-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:52.468046 | 1.68s 2025-12-16 07:48:09.162628 | fa163e2b-8431-263f-22bc-000000003c4a | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-12-16 07:48:09.164263 | fa163e2b-8431-263f-22bc-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:53.591135 | 2.80s 2025-12-16 07:48:09.174840 | fa163e2b-8431-263f-22bc-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:53.601707 | 2.81s 2025-12-16 07:48:09.193476 | fa163e2b-8431-263f-22bc-000000003c4d | TASK | Manage Keystone resources for OpenStack services 2025-12-16 07:48:09.247294 | fa163e2b-8431-263f-22bc-000000003c4d | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:17:53.674151 | 0.05s 2025-12-16 07:48:09.313529 | fa163e2b-8431-263f-22bc-000000003c79 | TASK | Create Keystone Admin resources 2025-12-16 07:48:09.367060 | fa163e2b-8431-263f-22bc-000000003c79 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:17:53.793911 | 0.05s 2025-12-16 07:48:09.406902 | bdae6b99-9ecd-41b2-8e90-646718582f64 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-12-16 07:48:09.435245 | fa163e2b-8431-263f-22bc-000000003cba | TASK | Create admin and service projects 2025-12-16 07:48:09.484980 | fa163e2b-8431-263f-22bc-000000003cba | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:17:53.911839 | 0.05s 2025-12-16 07:48:09.495171 | 947d481f-7f29-4f98-bd61-166ff51fbc5d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-16 07:48:09.522800 | fa163e2b-8431-263f-22bc-000000003d0b | TASK | Async creation of Keystone project 2025-12-16 07:48:10.007543 | fa163e2b-8431-263f-22bc-000000003d0b | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-12-16 07:48:10.010174 | fa163e2b-8431-263f-22bc-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:54.437030 | 0.49s 2025-12-16 07:48:10.328077 | fa163e2b-8431-263f-22bc-000000003d0b | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-16 07:48:10.329464 | fa163e2b-8431-263f-22bc-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:54.756328 | 0.81s 2025-12-16 07:48:10.339450 | fa163e2b-8431-263f-22bc-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:54.766315 | 0.82s 2025-12-16 07:48:10.354153 | fa163e2b-8431-263f-22bc-000000003d0d | TASK | Check Keystone project status 2025-12-16 07:48:10.629187 | fa163e2b-8431-263f-22bc-000000003d0d | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-16 07:48:15.841443 | fa163e2b-8431-263f-22bc-000000003d0d | OK | Check Keystone project status | undercloud | item=admin 2025-12-16 07:48:15.843825 | fa163e2b-8431-263f-22bc-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:00.270681 | 5.49s 2025-12-16 07:48:16.096917 | fa163e2b-8431-263f-22bc-000000003d0d | CHANGED | Check Keystone project status | undercloud | item=service 2025-12-16 07:48:16.098164 | fa163e2b-8431-263f-22bc-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:00.525028 | 5.74s 2025-12-16 07:48:16.105879 | fa163e2b-8431-263f-22bc-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:00.532732 | 5.75s 2025-12-16 07:48:16.127382 | fa163e2b-8431-263f-22bc-000000003cbb | TASK | Create admin role 2025-12-16 07:48:17.534958 | fa163e2b-8431-263f-22bc-000000003cbb | OK | Create admin role | undercloud 2025-12-16 07:48:17.535948 | fa163e2b-8431-263f-22bc-000000003cbb | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:18:01.962817 | 1.41s 2025-12-16 07:48:17.554565 | fa163e2b-8431-263f-22bc-000000003cbc | TASK | Create _member_ role 2025-12-16 07:48:17.620240 | fa163e2b-8431-263f-22bc-000000003cbc | SKIPPED | Create _member_ role | undercloud 2025-12-16 07:48:17.621501 | fa163e2b-8431-263f-22bc-000000003cbc | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:18:02.048364 | 0.07s 2025-12-16 07:48:17.641102 | fa163e2b-8431-263f-22bc-000000003cbd | TASK | Check admin password 2025-12-16 07:48:18.994382 | fa163e2b-8431-263f-22bc-000000003cbd | OK | Check admin password | undercloud 2025-12-16 07:48:18.995857 | fa163e2b-8431-263f-22bc-000000003cbd | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:18:03.422720 | 1.35s 2025-12-16 07:48:19.015992 | fa163e2b-8431-263f-22bc-000000003cbe | TASK | Create admin user 2025-12-16 07:48:20.795747 | fa163e2b-8431-263f-22bc-000000003cbe | CHANGED | Create admin user | undercloud 2025-12-16 07:48:20.797133 | fa163e2b-8431-263f-22bc-000000003cbe | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:18:05.223994 | 1.78s 2025-12-16 07:48:20.816265 | fa163e2b-8431-263f-22bc-000000003cbf | TASK | Assign admin role to admin project for admin user 2025-12-16 07:48:22.448811 | fa163e2b-8431-263f-22bc-000000003cbf | OK | Assign admin role to admin project for admin user | undercloud 2025-12-16 07:48:22.449842 | fa163e2b-8431-263f-22bc-000000003cbf | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:18:06.876713 | 1.63s 2025-12-16 07:48:22.464318 | fa163e2b-8431-263f-22bc-000000003cc0 | TASK | Assign _member_ role to admin project for admin user 2025-12-16 07:48:22.521275 | fa163e2b-8431-263f-22bc-000000003cc0 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-12-16 07:48:22.522001 | fa163e2b-8431-263f-22bc-000000003cc0 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:18:06.948873 | 0.06s 2025-12-16 07:48:22.536418 | fa163e2b-8431-263f-22bc-000000003cc1 | TASK | Create identity service 2025-12-16 07:48:23.756631 | fa163e2b-8431-263f-22bc-000000003cc1 | OK | Create identity service | undercloud 2025-12-16 07:48:23.758128 | fa163e2b-8431-263f-22bc-000000003cc1 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:18:08.184990 | 1.22s 2025-12-16 07:48:23.779258 | fa163e2b-8431-263f-22bc-000000003cc2 | TASK | Create identity public endpoint 2025-12-16 07:48:25.089589 | fa163e2b-8431-263f-22bc-000000003cc2 | OK | Create identity public endpoint | undercloud 2025-12-16 07:48:25.091050 | fa163e2b-8431-263f-22bc-000000003cc2 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:18:09.517881 | 1.31s 2025-12-16 07:48:25.110590 | fa163e2b-8431-263f-22bc-000000003cc3 | TASK | Create identity internal endpoint 2025-12-16 07:48:26.336870 | fa163e2b-8431-263f-22bc-000000003cc3 | OK | Create identity internal endpoint | undercloud 2025-12-16 07:48:26.338310 | fa163e2b-8431-263f-22bc-000000003cc3 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:18:10.765173 | 1.23s 2025-12-16 07:48:26.358572 | fa163e2b-8431-263f-22bc-000000003cc4 | TASK | Create identity admin endpoint 2025-12-16 07:48:27.599246 | fa163e2b-8431-263f-22bc-000000003cc4 | OK | Create identity admin endpoint | undercloud 2025-12-16 07:48:27.600622 | fa163e2b-8431-263f-22bc-000000003cc4 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:18:12.027486 | 1.24s 2025-12-16 07:48:27.619232 | fa163e2b-8431-263f-22bc-000000003c7a | TASK | Create Keystone Projects 2025-12-16 07:48:27.714409 | fa163e2b-8431-263f-22bc-000000003c7a | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:18:12.141262 | 0.09s 2025-12-16 07:48:27.726431 | fa163e2b-8431-263f-22bc-000000003c7a | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:18:12.153282 | 0.11s 2025-12-16 07:48:27.739662 | bf517a7b-13ed-4b24-87f6-b1371b43e54e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-16 07:48:27.787779 | fa163e2b-8431-263f-22bc-000000003d97 | TASK | Async creation of Keystone project 2025-12-16 07:48:28.125322 | fa163e2b-8431-263f-22bc-000000003d97 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-16 07:48:28.126654 | fa163e2b-8431-263f-22bc-000000003d97 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:12.553514 | 0.34s 2025-12-16 07:48:28.132218 | fa163e2b-8431-263f-22bc-000000003d97 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:12.559086 | 0.34s 2025-12-16 07:48:28.150648 | fa163e2b-8431-263f-22bc-000000003d99 | TASK | Check Keystone project status 2025-12-16 07:48:28.465506 | fa163e2b-8431-263f-22bc-000000003d99 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-16 07:48:33.676318 | fa163e2b-8431-263f-22bc-000000003d99 | OK | Check Keystone project status | undercloud | item=service 2025-12-16 07:48:33.678741 | fa163e2b-8431-263f-22bc-000000003d99 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:18.105602 | 5.53s 2025-12-16 07:48:33.689122 | fa163e2b-8431-263f-22bc-000000003d99 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:18.115974 | 5.54s 2025-12-16 07:48:33.709819 | fa163e2b-8431-263f-22bc-000000003c7c | TASK | Create Keystone Domains 2025-12-16 07:48:33.807022 | fa163e2b-8431-263f-22bc-000000003c7c | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:18:18.233871 | 0.10s 2025-12-16 07:48:33.819143 | fa163e2b-8431-263f-22bc-000000003c7c | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:18:18.245995 | 0.11s 2025-12-16 07:48:33.835193 | 4100ec81-3e1d-4503-9078-fc73a6453b4a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-12-16 07:48:33.885391 | fa163e2b-8431-263f-22bc-000000003e4c | TASK | Async creation of Keystone domains 2025-12-16 07:48:34.398389 | fa163e2b-8431-263f-22bc-000000003e4c | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-12-16 07:48:34.400747 | fa163e2b-8431-263f-22bc-000000003e4c | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:18:18.827606 | 0.51s 2025-12-16 07:48:34.410898 | fa163e2b-8431-263f-22bc-000000003e4c | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:18:18.837754 | 0.52s 2025-12-16 07:48:34.429693 | fa163e2b-8431-263f-22bc-000000003e4e | TASK | Check Keystone domain status 2025-12-16 07:48:34.739337 | fa163e2b-8431-263f-22bc-000000003e4e | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-12-16 07:48:39.953164 | fa163e2b-8431-263f-22bc-000000003e4e | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-12-16 07:48:39.955248 | fa163e2b-8431-263f-22bc-000000003e4e | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:18:24.382109 | 5.52s 2025-12-16 07:48:39.965422 | fa163e2b-8431-263f-22bc-000000003e4e | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:18:24.392288 | 5.53s 2025-12-16 07:48:39.984473 | fa163e2b-8431-263f-22bc-000000003c7e | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-12-16 07:48:40.035827 | fa163e2b-8431-263f-22bc-000000003c7e | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:18:24.462681 | 0.05s 2025-12-16 07:48:40.048842 | 3a6a49e7-dd25-4cab-83e3-d753b748dbd2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-12-16 07:48:40.098946 | fa163e2b-8431-263f-22bc-000000003f16 | TASK | Collect OpenStack Keystone domains infos 2025-12-16 07:48:41.501449 | fa163e2b-8431-263f-22bc-000000003f16 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-12-16 07:48:41.502880 | fa163e2b-8431-263f-22bc-000000003f16 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:18:25.929741 | 1.40s 2025-12-16 07:48:41.522597 | fa163e2b-8431-263f-22bc-000000003f17 | TASK | Set openstack_domains fact 2025-12-16 07:48:41.593991 | fa163e2b-8431-263f-22bc-000000003f17 | OK | Set openstack_domains fact | undercloud 2025-12-16 07:48:41.595227 | fa163e2b-8431-263f-22bc-000000003f17 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:18:26.022092 | 0.07s 2025-12-16 07:48:41.613665 | fa163e2b-8431-263f-22bc-000000003c7f | TASK | Create Keystone Services 2025-12-16 07:48:41.710606 | fa163e2b-8431-263f-22bc-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:26.137440 | 0.10s 2025-12-16 07:48:41.726540 | fa163e2b-8431-263f-22bc-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:26.153404 | 0.11s 2025-12-16 07:48:41.740649 | fa163e2b-8431-263f-22bc-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:26.167506 | 0.13s 2025-12-16 07:48:41.758167 | 50f4aecb-3d67-48da-830c-89dcefc91181 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-16 07:48:41.766993 | cf2158cb-7060-4eba-b7d5-4a9603b53f81 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-16 07:48:41.816009 | fa163e2b-8431-263f-22bc-000000003ff3 | TASK | Async creation of Keystone service 2025-12-16 07:48:42.210402 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-12-16 07:48:42.212269 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:26.639133 | 0.40s 2025-12-16 07:48:42.493733 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-12-16 07:48:42.495350 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:26.922208 | 0.68s 2025-12-16 07:48:42.810400 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-12-16 07:48:42.813077 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:27.239936 | 1.00s 2025-12-16 07:48:43.118953 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-12-16 07:48:43.119623 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:27.546498 | 1.30s 2025-12-16 07:48:43.444598 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-12-16 07:48:43.445227 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:27.872101 | 1.63s 2025-12-16 07:48:43.709022 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-12-16 07:48:43.709668 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:28.136542 | 1.89s 2025-12-16 07:48:43.988329 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-12-16 07:48:43.989379 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:28.416245 | 2.17s 2025-12-16 07:48:44.268387 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-12-16 07:48:44.269880 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:28.696745 | 2.45s 2025-12-16 07:48:44.522500 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-12-16 07:48:44.523117 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:28.949991 | 2.71s 2025-12-16 07:48:44.754043 | fa163e2b-8431-263f-22bc-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-12-16 07:48:44.754644 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:29.181518 | 2.94s 2025-12-16 07:48:44.760642 | fa163e2b-8431-263f-22bc-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:29.187512 | 2.94s 2025-12-16 07:48:44.775951 | fa163e2b-8431-263f-22bc-000000003ff5 | TASK | Check Keystone service status 2025-12-16 07:48:45.049550 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-12-16 07:48:45.050834 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:29.477695 | 0.27s 2025-12-16 07:48:45.303862 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-12-16 07:48:45.304547 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:29.731421 | 0.53s 2025-12-16 07:48:45.490043 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-12-16 07:48:45.490824 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:29.917697 | 0.71s 2025-12-16 07:48:45.740750 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-12-16 07:48:45.745753 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:30.172622 | 0.97s 2025-12-16 07:48:45.991863 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-12-16 07:48:45.994947 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:30.421810 | 1.22s 2025-12-16 07:48:46.250789 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-12-16 07:48:46.251491 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:30.678365 | 1.47s 2025-12-16 07:48:46.470991 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-12-16 07:48:46.471747 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:30.898621 | 1.70s 2025-12-16 07:48:46.715877 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-12-16 07:48:46.717188 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:31.144061 | 1.94s 2025-12-16 07:48:46.979300 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-12-16 07:48:46.981302 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:31.408168 | 2.20s 2025-12-16 07:48:47.209650 | fa163e2b-8431-263f-22bc-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-12-16 07:48:47.210811 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:31.637676 | 2.43s 2025-12-16 07:48:47.227917 | fa163e2b-8431-263f-22bc-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:31.654775 | 2.45s 2025-12-16 07:48:47.252909 | fa163e2b-8431-263f-22bc-000000003ffa | TASK | Async creation of Keystone service 2025-12-16 07:48:47.587937 | fa163e2b-8431-263f-22bc-000000003ffa | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-12-16 07:48:47.588774 | fa163e2b-8431-263f-22bc-000000003ffa | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:32.015646 | 0.33s 2025-12-16 07:48:47.593073 | fa163e2b-8431-263f-22bc-000000003ffa | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:32.019948 | 0.34s 2025-12-16 07:48:47.608773 | fa163e2b-8431-263f-22bc-000000003ffc | TASK | Check Keystone service status 2025-12-16 07:48:47.884535 | fa163e2b-8431-263f-22bc-000000003ffc | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-12-16 07:48:53.109502 | fa163e2b-8431-263f-22bc-000000003ffc | CHANGED | Check Keystone service status | undercloud | item=swift 2025-12-16 07:48:53.110293 | fa163e2b-8431-263f-22bc-000000003ffc | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:37.537162 | 5.50s 2025-12-16 07:48:53.114775 | fa163e2b-8431-263f-22bc-000000003ffc | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:37.541643 | 5.51s 2025-12-16 07:48:53.133474 | fa163e2b-8431-263f-22bc-000000003c81 | TASK | Create Keystone Endpoints 2025-12-16 07:48:53.209976 | fa163e2b-8431-263f-22bc-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:37.636821 | 0.08s 2025-12-16 07:48:53.248596 | fa163e2b-8431-263f-22bc-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:37.675458 | 0.11s 2025-12-16 07:48:53.292645 | fa163e2b-8431-263f-22bc-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:37.719509 | 0.16s 2025-12-16 07:48:53.299177 | fa163e2b-8431-263f-22bc-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:37.726039 | 0.16s 2025-12-16 07:48:53.312552 | 4162a1c0-49d1-4d95-a45a-31267ecbc813 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-16 07:48:53.319115 | 9ac2fe29-e31d-4cd7-ace2-c9f9fa0493cf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-16 07:48:53.324809 | 06f8cf8c-2180-4d39-b3e0-e3efc5eb129d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-16 07:48:53.379998 | fa163e2b-8431-263f-22bc-000000004124 | TASK | Create Keystone public endpoints 2025-12-16 07:48:53.489333 | fa163e2b-8431-263f-22bc-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:37.916181 | 0.11s 2025-12-16 07:48:53.506020 | fa163e2b-8431-263f-22bc-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:37.932884 | 0.12s 2025-12-16 07:48:53.518744 | fa163e2b-8431-263f-22bc-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:37.945616 | 0.14s 2025-12-16 07:48:53.530603 | b2ac08c5-4f21-4d2d-97ef-95128fdfca48 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-16 07:48:53.536479 | 54cece92-b5d4-4394-bf6c-8e7e60c6df2a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-16 07:48:53.553471 | fa163e2b-8431-263f-22bc-00000000424c | TASK | Async creation of Keystone public endpoint 2025-12-16 07:48:53.899241 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-12-16 07:48:53.901564 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:38.328423 | 0.35s 2025-12-16 07:48:54.194327 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-12-16 07:48:54.194950 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:38.621823 | 0.64s 2025-12-16 07:48:54.513922 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-12-16 07:48:54.514960 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:38.941825 | 0.96s 2025-12-16 07:48:54.802434 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-12-16 07:48:54.803068 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:39.229942 | 1.25s 2025-12-16 07:48:55.080412 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-12-16 07:48:55.081047 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:39.507921 | 1.53s 2025-12-16 07:48:55.385894 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-12-16 07:48:55.386909 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:39.813775 | 1.83s 2025-12-16 07:48:55.695260 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-12-16 07:48:55.696030 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:40.122900 | 2.14s 2025-12-16 07:48:55.998981 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-12-16 07:48:55.999987 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:40.426854 | 2.45s 2025-12-16 07:48:56.323030 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-12-16 07:48:56.324421 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:40.751292 | 2.77s 2025-12-16 07:48:56.611478 | fa163e2b-8431-263f-22bc-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-12-16 07:48:56.613526 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:41.040387 | 3.06s 2025-12-16 07:48:56.624954 | fa163e2b-8431-263f-22bc-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:41.051778 | 3.07s 2025-12-16 07:48:56.648080 | fa163e2b-8431-263f-22bc-00000000424e | TASK | Check Keystone public endpoint status 2025-12-16 07:48:56.936120 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-12-16 07:48:56.938517 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:41.365376 | 0.29s 2025-12-16 07:48:57.201365 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-12-16 07:48:57.202585 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:41.629450 | 0.55s 2025-12-16 07:48:57.447927 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-12-16 07:48:57.449061 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:41.875926 | 0.80s 2025-12-16 07:48:57.660843 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-12-16 07:48:57.662983 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:42.089848 | 1.01s 2025-12-16 07:48:57.889933 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-12-16 07:48:57.891892 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:42.318757 | 1.24s 2025-12-16 07:48:58.180730 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-12-16 07:48:58.181789 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:42.608662 | 1.53s 2025-12-16 07:48:58.388811 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-12-16 07:48:58.390020 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:42.816885 | 1.74s 2025-12-16 07:48:58.645878 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-12-16 07:48:58.647741 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:43.074605 | 2.00s 2025-12-16 07:48:58.907034 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-12-16 07:48:58.909085 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:43.335950 | 2.26s 2025-12-16 07:48:59.159773 | fa163e2b-8431-263f-22bc-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-12-16 07:48:59.161118 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:43.587983 | 2.51s 2025-12-16 07:48:59.174359 | fa163e2b-8431-263f-22bc-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:43.601205 | 2.52s 2025-12-16 07:48:59.197903 | fa163e2b-8431-263f-22bc-000000004253 | TASK | Async creation of Keystone public endpoint 2025-12-16 07:48:59.537123 | fa163e2b-8431-263f-22bc-000000004253 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-12-16 07:48:59.539199 | fa163e2b-8431-263f-22bc-000000004253 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:43.966058 | 0.34s 2025-12-16 07:48:59.549378 | fa163e2b-8431-263f-22bc-000000004253 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:43.976235 | 0.35s 2025-12-16 07:48:59.570225 | fa163e2b-8431-263f-22bc-000000004255 | TASK | Check Keystone public endpoint status 2025-12-16 07:48:59.890376 | fa163e2b-8431-263f-22bc-000000004255 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-16 07:49:05.101747 | fa163e2b-8431-263f-22bc-000000004255 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-12-16 07:49:05.102633 | fa163e2b-8431-263f-22bc-000000004255 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:49.529500 | 5.53s 2025-12-16 07:49:05.106769 | fa163e2b-8431-263f-22bc-000000004255 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:49.533636 | 5.54s 2025-12-16 07:49:05.127602 | fa163e2b-8431-263f-22bc-000000004129 | TASK | Create Keystone admin endpoints 2025-12-16 07:49:05.238083 | fa163e2b-8431-263f-22bc-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:49.664927 | 0.11s 2025-12-16 07:49:05.254128 | fa163e2b-8431-263f-22bc-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:49.680996 | 0.12s 2025-12-16 07:49:05.263072 | fa163e2b-8431-263f-22bc-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:49.689940 | 0.13s 2025-12-16 07:49:05.279941 | c59cb4c7-fdaf-4913-b5af-66758a1f8895 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-16 07:49:05.289404 | 3a846642-2c6b-4048-b455-0c682dd74230 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-16 07:49:05.314696 | fa163e2b-8431-263f-22bc-0000000042a5 | TASK | Async creation of Keystone admin endpoint 2025-12-16 07:49:05.659133 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-12-16 07:49:05.661837 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:50.088685 | 0.35s 2025-12-16 07:49:05.958285 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-12-16 07:49:05.959007 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:50.385879 | 0.64s 2025-12-16 07:49:06.264403 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-12-16 07:49:06.265149 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:50.692024 | 0.95s 2025-12-16 07:49:06.540421 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-12-16 07:49:06.541087 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:50.967962 | 1.22s 2025-12-16 07:49:06.861402 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-12-16 07:49:06.863148 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:51.290014 | 1.55s 2025-12-16 07:49:07.151960 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-12-16 07:49:07.152593 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:51.579467 | 1.84s 2025-12-16 07:49:07.493615 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-12-16 07:49:07.494823 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:51.921697 | 2.18s 2025-12-16 07:49:07.819751 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-12-16 07:49:07.821656 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:52.248523 | 2.51s 2025-12-16 07:49:08.131586 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-12-16 07:49:08.133308 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:52.560174 | 2.82s 2025-12-16 07:49:08.431329 | fa163e2b-8431-263f-22bc-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-12-16 07:49:08.432985 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:52.859849 | 3.12s 2025-12-16 07:49:08.445073 | fa163e2b-8431-263f-22bc-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:52.871930 | 3.13s 2025-12-16 07:49:08.468520 | fa163e2b-8431-263f-22bc-0000000042a7 | TASK | Check Keystone admin endpoint status 2025-12-16 07:49:08.758225 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-12-16 07:49:08.759178 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:53.186046 | 0.29s 2025-12-16 07:49:09.039799 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-12-16 07:49:09.041057 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:53.467921 | 0.57s 2025-12-16 07:49:09.278125 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-12-16 07:49:09.279970 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:53.706835 | 0.81s 2025-12-16 07:49:09.523990 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-12-16 07:49:09.525383 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:53.952255 | 1.06s 2025-12-16 07:49:09.775142 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-12-16 07:49:09.776219 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:54.203088 | 1.31s 2025-12-16 07:49:10.019827 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-12-16 07:49:10.021394 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:54.448258 | 1.55s 2025-12-16 07:49:10.275324 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-12-16 07:49:10.276509 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:54.703375 | 1.81s 2025-12-16 07:49:10.532018 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-12-16 07:49:10.533273 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:54.960137 | 2.06s 2025-12-16 07:49:10.790329 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-12-16 07:49:10.791462 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:55.218328 | 2.32s 2025-12-16 07:49:11.038325 | fa163e2b-8431-263f-22bc-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-12-16 07:49:11.039564 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:55.466429 | 2.57s 2025-12-16 07:49:11.056570 | fa163e2b-8431-263f-22bc-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:55.483433 | 2.59s 2025-12-16 07:49:11.078023 | fa163e2b-8431-263f-22bc-0000000042ac | TASK | Async creation of Keystone admin endpoint 2025-12-16 07:49:11.397290 | fa163e2b-8431-263f-22bc-0000000042ac | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-12-16 07:49:11.398655 | fa163e2b-8431-263f-22bc-0000000042ac | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:55.825516 | 0.32s 2025-12-16 07:49:11.404334 | fa163e2b-8431-263f-22bc-0000000042ac | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:55.831198 | 0.33s 2025-12-16 07:49:11.424936 | fa163e2b-8431-263f-22bc-0000000042ae | TASK | Check Keystone admin endpoint status 2025-12-16 07:49:11.698041 | fa163e2b-8431-263f-22bc-0000000042ae | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-16 07:49:16.965111 | fa163e2b-8431-263f-22bc-0000000042ae | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-12-16 07:49:16.967356 | fa163e2b-8431-263f-22bc-0000000042ae | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:01.394216 | 5.54s 2025-12-16 07:49:16.977921 | fa163e2b-8431-263f-22bc-0000000042ae | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:01.404773 | 5.55s 2025-12-16 07:49:16.999200 | fa163e2b-8431-263f-22bc-00000000412e | TASK | Create Keystone internal endpoints 2025-12-16 07:49:17.096014 | fa163e2b-8431-263f-22bc-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:01.522864 | 0.10s 2025-12-16 07:49:17.112736 | fa163e2b-8431-263f-22bc-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:01.539604 | 0.11s 2025-12-16 07:49:17.121222 | fa163e2b-8431-263f-22bc-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:01.548081 | 0.12s 2025-12-16 07:49:17.138141 | ac7d0110-9f8a-46f6-b9a9-92e0dea044db | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-16 07:49:17.147960 | 8951a4e9-86f3-476c-9513-6663f65ec026 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-16 07:49:17.173796 | fa163e2b-8431-263f-22bc-0000000042fe | TASK | Async creation of Keystone internal endpoint 2025-12-16 07:49:17.530281 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-12-16 07:49:17.531779 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:01.958635 | 0.36s 2025-12-16 07:49:17.796493 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-12-16 07:49:17.797469 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:02.224343 | 0.62s 2025-12-16 07:49:18.088269 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-12-16 07:49:18.089278 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:02.516146 | 0.91s 2025-12-16 07:49:18.343186 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-12-16 07:49:18.344231 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:02.771096 | 1.17s 2025-12-16 07:49:18.639133 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-12-16 07:49:18.640757 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:03.067631 | 1.47s 2025-12-16 07:49:18.962088 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-12-16 07:49:18.963926 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:03.390799 | 1.79s 2025-12-16 07:49:19.251921 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-12-16 07:49:19.253247 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:03.680107 | 2.08s 2025-12-16 07:49:19.484001 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-12-16 07:49:19.485714 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:03.912584 | 2.31s 2025-12-16 07:49:19.722292 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-12-16 07:49:19.723971 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:04.150836 | 2.55s 2025-12-16 07:49:19.968918 | fa163e2b-8431-263f-22bc-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-12-16 07:49:19.970632 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:04.397498 | 2.80s 2025-12-16 07:49:19.982698 | fa163e2b-8431-263f-22bc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:04.409539 | 2.81s 2025-12-16 07:49:20.005305 | fa163e2b-8431-263f-22bc-000000004300 | TASK | Check Keystone internal endpoint status 2025-12-16 07:49:20.291567 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-12-16 07:49:20.293288 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:04.720157 | 0.29s 2025-12-16 07:49:20.506435 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-12-16 07:49:20.507761 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:04.934634 | 0.50s 2025-12-16 07:49:20.737837 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-12-16 07:49:20.738691 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:05.165550 | 0.73s 2025-12-16 07:49:21.004240 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-12-16 07:49:21.006162 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:05.433028 | 1.00s 2025-12-16 07:49:21.231927 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-12-16 07:49:21.233913 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:05.660779 | 1.23s 2025-12-16 07:49:21.526962 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-12-16 07:49:21.527649 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:05.954523 | 1.52s 2025-12-16 07:49:21.800323 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-12-16 07:49:21.801497 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.228362 | 1.79s 2025-12-16 07:49:22.093048 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-12-16 07:49:22.094189 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.521055 | 2.09s 2025-12-16 07:49:22.309479 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-12-16 07:49:22.311326 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.738192 | 2.30s 2025-12-16 07:49:22.555463 | fa163e2b-8431-263f-22bc-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-12-16 07:49:22.556636 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.983502 | 2.55s 2025-12-16 07:49:22.573306 | fa163e2b-8431-263f-22bc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:07.000154 | 2.57s 2025-12-16 07:49:22.601863 | fa163e2b-8431-263f-22bc-000000004305 | TASK | Async creation of Keystone internal endpoint 2025-12-16 07:49:22.919787 | fa163e2b-8431-263f-22bc-000000004305 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-12-16 07:49:22.921108 | fa163e2b-8431-263f-22bc-000000004305 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:07.347969 | 0.32s 2025-12-16 07:49:22.927609 | fa163e2b-8431-263f-22bc-000000004305 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:07.354476 | 0.32s 2025-12-16 07:49:22.948016 | fa163e2b-8431-263f-22bc-000000004307 | TASK | Check Keystone internal endpoint status 2025-12-16 07:49:23.222746 | fa163e2b-8431-263f-22bc-000000004307 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-16 07:49:28.426384 | fa163e2b-8431-263f-22bc-000000004307 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-12-16 07:49:28.428522 | fa163e2b-8431-263f-22bc-000000004307 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:12.855381 | 5.48s 2025-12-16 07:49:28.438201 | fa163e2b-8431-263f-22bc-000000004307 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:12.865069 | 5.49s 2025-12-16 07:49:28.452817 | fa163e2b-8431-263f-22bc-000000003c83 | TASK | Run cleanup tasks 2025-12-16 07:49:28.500791 | fa163e2b-8431-263f-22bc-000000003c83 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:19:12.927656 | 0.05s 2025-12-16 07:49:28.508229 | 6b9a6458-1358-4b16-9cee-b5472175c0fe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-12-16 07:49:28.548455 | fa163e2b-8431-263f-22bc-000000004353 | TASK | Get list of enabled services 2025-12-16 07:49:30.956416 | fa163e2b-8431-263f-22bc-000000004353 | CHANGED | Get list of enabled services | undercloud 2025-12-16 07:49:30.957845 | fa163e2b-8431-263f-22bc-000000004353 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:19:15.384707 | 2.41s 2025-12-16 07:49:30.976640 | fa163e2b-8431-263f-22bc-000000004354 | TASK | List services to be disabled 2025-12-16 07:49:31.058983 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-12-16 07:49:31.095434 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-12-16 07:49:31.120433 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-12-16 07:49:31.146179 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-12-16 07:49:31.171920 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-12-16 07:49:31.196772 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-12-16 07:49:31.221426 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-12-16 07:49:31.245890 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-12-16 07:49:31.272200 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-12-16 07:49:31.295641 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-12-16 07:49:31.320266 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-12-16 07:49:31.342388 | fa163e2b-8431-263f-22bc-000000004354 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-12-16 07:49:31.355202 | fa163e2b-8431-263f-22bc-000000004354 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:19:15.782057 | 0.38s 2025-12-16 07:49:31.376268 | fa163e2b-8431-263f-22bc-000000004355 | TASK | Delete keystone services not enabled 2025-12-16 07:49:31.407015 | fa163e2b-8431-263f-22bc-000000004355 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:19:15.833871 | 0.03s 2025-12-16 07:49:31.426186 | fa163e2b-8431-263f-22bc-000000003c84 | TASK | Create Keystone Roles 2025-12-16 07:49:31.518563 | fa163e2b-8431-263f-22bc-000000003c84 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:19:15.945416 | 0.09s 2025-12-16 07:49:31.524791 | fa163e2b-8431-263f-22bc-000000003c84 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:19:15.951652 | 0.10s 2025-12-16 07:49:31.539286 | 40befe1e-144b-4bbc-bbe6-ba8cecdd1fec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-16 07:49:31.605819 | fa163e2b-8431-263f-22bc-0000000044bb | TASK | Async creation of Keystone role 2025-12-16 07:49:31.976169 | fa163e2b-8431-263f-22bc-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-12-16 07:49:31.979047 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:16.405900 | 0.37s 2025-12-16 07:49:32.267691 | fa163e2b-8431-263f-22bc-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-12-16 07:49:32.269789 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:16.696659 | 0.66s 2025-12-16 07:49:32.585719 | fa163e2b-8431-263f-22bc-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-12-16 07:49:32.586380 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:17.013253 | 0.98s 2025-12-16 07:49:32.905239 | fa163e2b-8431-263f-22bc-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-12-16 07:49:32.905874 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:17.332747 | 1.30s 2025-12-16 07:49:33.154338 | fa163e2b-8431-263f-22bc-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-12-16 07:49:33.154923 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:17.581797 | 1.55s 2025-12-16 07:49:33.439308 | fa163e2b-8431-263f-22bc-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-12-16 07:49:33.439953 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:17.866827 | 1.83s 2025-12-16 07:49:33.705807 | fa163e2b-8431-263f-22bc-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-12-16 07:49:33.706736 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:18.133609 | 2.10s 2025-12-16 07:49:33.951696 | fa163e2b-8431-263f-22bc-0000000044bb | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-12-16 07:49:33.952964 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:18.379837 | 2.35s 2025-12-16 07:49:33.969862 | fa163e2b-8431-263f-22bc-0000000044bb | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:18.396725 | 2.36s 2025-12-16 07:49:33.987905 | fa163e2b-8431-263f-22bc-0000000044bd | TASK | Check Keystone role status 2025-12-16 07:49:34.200203 | fa163e2b-8431-263f-22bc-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-12-16 07:49:34.201159 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:18.628029 | 0.21s 2025-12-16 07:49:34.384348 | fa163e2b-8431-263f-22bc-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=creator 2025-12-16 07:49:34.386064 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:18.812929 | 0.40s 2025-12-16 07:49:34.632892 | fa163e2b-8431-263f-22bc-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=observer 2025-12-16 07:49:34.634453 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:19.061319 | 0.65s 2025-12-16 07:49:34.905007 | fa163e2b-8431-263f-22bc-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=audit 2025-12-16 07:49:34.906094 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:19.332960 | 0.92s 2025-12-16 07:49:35.150604 | fa163e2b-8431-263f-22bc-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=service 2025-12-16 07:49:35.151730 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:19.578596 | 1.16s 2025-12-16 07:49:35.380706 | fa163e2b-8431-263f-22bc-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-12-16 07:49:35.382450 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:19.809315 | 1.39s 2025-12-16 07:49:35.681202 | fa163e2b-8431-263f-22bc-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-12-16 07:49:35.683743 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:20.110611 | 1.69s 2025-12-16 07:49:35.940917 | fa163e2b-8431-263f-22bc-0000000044bd | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-12-16 07:49:35.942598 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:20.369465 | 1.95s 2025-12-16 07:49:35.955003 | fa163e2b-8431-263f-22bc-0000000044bd | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:20.381871 | 1.97s 2025-12-16 07:49:35.977036 | fa163e2b-8431-263f-22bc-000000003c86 | TASK | Create Keystone Users 2025-12-16 07:49:36.083425 | fa163e2b-8431-263f-22bc-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:20.510272 | 0.11s 2025-12-16 07:49:36.102420 | fa163e2b-8431-263f-22bc-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:20.529288 | 0.12s 2025-12-16 07:49:36.110128 | fa163e2b-8431-263f-22bc-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:20.536983 | 0.13s 2025-12-16 07:49:36.131117 | 5b91c778-8b07-41dd-bc26-fc08ccf76e9e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-16 07:49:36.145029 | 5d3e263a-3800-4619-9d76-0602cec42122 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-16 07:49:36.203891 | fa163e2b-8431-263f-22bc-00000000464b | TASK | Check password of Keystone user 2025-12-16 07:49:37.190837 | fa163e2b-8431-263f-22bc-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-16 07:49:37.193071 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:21.619923 | 0.99s 2025-12-16 07:49:38.113154 | fa163e2b-8431-263f-22bc-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-16 07:49:38.114158 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:22.541022 | 1.91s 2025-12-16 07:49:39.029129 | fa163e2b-8431-263f-22bc-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-16 07:49:39.030057 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:23.456924 | 2.83s 2025-12-16 07:49:39.910422 | fa163e2b-8431-263f-22bc-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-16 07:49:39.911370 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:24.338235 | 3.71s 2025-12-16 07:49:40.825078 | fa163e2b-8431-263f-22bc-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-16 07:49:40.825669 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:25.252541 | 4.62s 2025-12-16 07:49:41.673756 | fa163e2b-8431-263f-22bc-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-16 07:49:41.674797 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:26.101661 | 5.47s 2025-12-16 07:49:42.604879 | fa163e2b-8431-263f-22bc-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-16 07:49:42.606840 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:27.033699 | 6.40s 2025-12-16 07:49:43.558545 | fa163e2b-8431-263f-22bc-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-16 07:49:43.559829 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:27.986688 | 7.35s 2025-12-16 07:49:44.459111 | fa163e2b-8431-263f-22bc-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-16 07:49:44.460113 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:28.886978 | 8.26s 2025-12-16 07:49:45.404863 | fa163e2b-8431-263f-22bc-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-16 07:49:45.405434 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:29.832308 | 9.20s 2025-12-16 07:49:45.409758 | fa163e2b-8431-263f-22bc-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-16 07:49:45.411412 | fa163e2b-8431-263f-22bc-00000000464b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:29.838275 | 9.21s 2025-12-16 07:49:45.431961 | fa163e2b-8431-263f-22bc-00000000464d | TASK | Async creation of Keystone user 2025-12-16 07:49:45.785339 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:45.786641 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:30.213501 | 0.35s 2025-12-16 07:49:46.097066 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:46.098752 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:30.525617 | 0.66s 2025-12-16 07:49:46.442103 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:46.443799 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:30.870664 | 1.01s 2025-12-16 07:49:46.680470 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:46.681071 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:31.107944 | 1.25s 2025-12-16 07:49:46.960587 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:46.961242 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:31.388115 | 1.53s 2025-12-16 07:49:47.280454 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:47.281394 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:31.708258 | 1.85s 2025-12-16 07:49:47.584915 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:47.585912 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:32.012775 | 2.15s 2025-12-16 07:49:47.898412 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:47.901446 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:32.328310 | 2.47s 2025-12-16 07:49:48.211880 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:48.212807 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:32.639674 | 2.78s 2025-12-16 07:49:48.531895 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:48.532764 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:32.959629 | 3.10s 2025-12-16 07:49:48.544927 | fa163e2b-8431-263f-22bc-00000000464d | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:48.545627 | fa163e2b-8431-263f-22bc-00000000464d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:32.972497 | 3.11s 2025-12-16 07:49:48.564617 | fa163e2b-8431-263f-22bc-00000000464f | TASK | Check Keystone user status 2025-12-16 07:49:48.940837 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:48.942170 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:33.369030 | 0.38s 2025-12-16 07:49:49.184058 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:49.184956 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:33.611823 | 0.62s 2025-12-16 07:49:49.431424 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:49.432413 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:33.859278 | 0.87s 2025-12-16 07:49:49.755401 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:49.756342 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:34.183209 | 1.19s 2025-12-16 07:49:50.057709 | fa163e2b-8431-263f-22bc-00000000464f | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-16 07:49:55.318447 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:55.319411 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:39.746278 | 6.75s 2025-12-16 07:49:55.586344 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:55.586947 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:40.013819 | 7.02s 2025-12-16 07:49:55.868924 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:55.870585 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:40.297451 | 7.30s 2025-12-16 07:49:56.120394 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:56.121881 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:40.548747 | 7.56s 2025-12-16 07:49:56.393501 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:56.395369 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:40.822234 | 7.83s 2025-12-16 07:49:56.670367 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:56.671343 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:41.098209 | 8.11s 2025-12-16 07:49:56.678580 | fa163e2b-8431-263f-22bc-00000000464f | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:49:56.679767 | fa163e2b-8431-263f-22bc-00000000464f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:41.106631 | 8.11s 2025-12-16 07:49:56.702460 | fa163e2b-8431-263f-22bc-000000004654 | TASK | Check password of Keystone user 2025-12-16 07:49:57.716731 | fa163e2b-8431-263f-22bc-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-16 07:49:57.718296 | fa163e2b-8431-263f-22bc-000000004654 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:42.145154 | 1.01s 2025-12-16 07:49:58.615456 | fa163e2b-8431-263f-22bc-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-16 07:49:58.616147 | fa163e2b-8431-263f-22bc-000000004654 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:43.043019 | 1.91s 2025-12-16 07:49:59.508637 | fa163e2b-8431-263f-22bc-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-16 07:49:59.510255 | fa163e2b-8431-263f-22bc-000000004654 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:43.937119 | 2.81s 2025-12-16 07:49:59.520505 | fa163e2b-8431-263f-22bc-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-16 07:49:59.521541 | fa163e2b-8431-263f-22bc-000000004654 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:43.948407 | 2.82s 2025-12-16 07:49:59.540893 | fa163e2b-8431-263f-22bc-000000004656 | TASK | Async creation of Keystone user 2025-12-16 07:49:59.949917 | fa163e2b-8431-263f-22bc-000000004656 | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:49:59.951305 | fa163e2b-8431-263f-22bc-000000004656 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:44.378162 | 0.41s 2025-12-16 07:50:00.286849 | fa163e2b-8431-263f-22bc-000000004656 | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:50:00.287583 | fa163e2b-8431-263f-22bc-000000004656 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:44.714454 | 0.75s 2025-12-16 07:50:00.664021 | fa163e2b-8431-263f-22bc-000000004656 | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:50:00.664640 | fa163e2b-8431-263f-22bc-000000004656 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:45.091513 | 1.12s 2025-12-16 07:50:00.668651 | fa163e2b-8431-263f-22bc-000000004656 | CHANGED | Async creation of Keystone user | undercloud 2025-12-16 07:50:00.669768 | fa163e2b-8431-263f-22bc-000000004656 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:45.096633 | 1.13s 2025-12-16 07:50:00.688544 | fa163e2b-8431-263f-22bc-000000004658 | TASK | Check Keystone user status 2025-12-16 07:50:00.982296 | fa163e2b-8431-263f-22bc-000000004658 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-16 07:50:06.200729 | fa163e2b-8431-263f-22bc-000000004658 | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:50:06.201779 | fa163e2b-8431-263f-22bc-000000004658 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:50.628642 | 5.51s 2025-12-16 07:50:06.426301 | fa163e2b-8431-263f-22bc-000000004658 | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:50:06.427175 | fa163e2b-8431-263f-22bc-000000004658 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:50.854047 | 5.74s 2025-12-16 07:50:06.720640 | fa163e2b-8431-263f-22bc-000000004658 | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:50:06.721729 | fa163e2b-8431-263f-22bc-000000004658 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:51.148594 | 6.03s 2025-12-16 07:50:06.727621 | fa163e2b-8431-263f-22bc-000000004658 | CHANGED | Check Keystone user status | undercloud 2025-12-16 07:50:06.728794 | fa163e2b-8431-263f-22bc-000000004658 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:51.155658 | 6.04s 2025-12-16 07:50:06.748413 | fa163e2b-8431-263f-22bc-000000003c88 | TASK | Assign Keystone Users to Roles 2025-12-16 07:50:06.806427 | fa163e2b-8431-263f-22bc-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:51.232291 | 0.06s 2025-12-16 07:50:06.835397 | fa163e2b-8431-263f-22bc-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:51.262263 | 0.09s 2025-12-16 07:50:06.842992 | fa163e2b-8431-263f-22bc-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:51.269848 | 0.09s 2025-12-16 07:50:06.856105 | 5f228518-e043-4b6b-bea0-bd93a2df85f6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-16 07:50:06.861884 | 14737e0f-e4c2-42a7-a659-cbaf8cf20b78 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-16 07:50:06.931776 | fa163e2b-8431-263f-22bc-000000004837 | TASK | Async assignment of Keystone user per role 2025-12-16 07:50:07.032130 | fa163e2b-8431-263f-22bc-000000004837 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:51.458971 | 0.10s 2025-12-16 07:50:07.058833 | fa163e2b-8431-263f-22bc-000000004837 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:51.485698 | 0.13s 2025-12-16 07:50:07.071428 | fa163e2b-8431-263f-22bc-000000004837 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:51.498290 | 0.14s 2025-12-16 07:50:07.088631 | 26e0d6aa-370c-410d-9fde-d289f878030f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-16 07:50:07.100417 | 451ba9eb-a0a1-4ab0-bdc1-3149db483608 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-16 07:50:07.123957 | fa163e2b-8431-263f-22bc-0000000049fb | TASK | Async assignment of Keystone user to roles 2025-12-16 07:50:07.410658 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-12-16 07:50:07.411832 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:51.838697 | 0.29s 2025-12-16 07:50:07.721803 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-16 07:50:07.723244 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:52.150103 | 0.60s 2025-12-16 07:50:07.990958 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-16 07:50:07.991747 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:52.418618 | 0.87s 2025-12-16 07:50:08.282927 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-12-16 07:50:08.283567 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:52.710440 | 1.16s 2025-12-16 07:50:08.549927 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-12-16 07:50:08.550551 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:52.977425 | 1.43s 2025-12-16 07:50:08.843417 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-12-16 07:50:08.844382 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:53.271248 | 1.72s 2025-12-16 07:50:09.158511 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-12-16 07:50:09.159099 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:53.585975 | 2.03s 2025-12-16 07:50:09.502096 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-12-16 07:50:09.502648 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:53.929523 | 2.38s 2025-12-16 07:50:09.826574 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-12-16 07:50:09.827475 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:54.254343 | 2.70s 2025-12-16 07:50:10.120701 | fa163e2b-8431-263f-22bc-0000000049fb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-12-16 07:50:10.122037 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:54.548905 | 3.00s 2025-12-16 07:50:10.131979 | fa163e2b-8431-263f-22bc-0000000049fb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:54.558856 | 3.01s 2025-12-16 07:50:10.146665 | fa163e2b-8431-263f-22bc-0000000049fd | TASK | Check Keystone user assignment to roles status 2025-12-16 07:50:10.445299 | fa163e2b-8431-263f-22bc-0000000049fd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-16 07:50:15.652226 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-12-16 07:50:15.653634 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:00.080492 | 5.51s 2025-12-16 07:50:15.909172 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-16 07:50:15.910344 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:00.337207 | 5.76s 2025-12-16 07:50:16.162597 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-16 07:50:16.163978 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:00.590837 | 6.02s 2025-12-16 07:50:16.404907 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-12-16 07:50:16.407465 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:00.834325 | 6.26s 2025-12-16 07:50:16.643437 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-12-16 07:50:16.653950 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:01.080810 | 6.51s 2025-12-16 07:50:16.899074 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-12-16 07:50:16.900230 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:01.327095 | 6.75s 2025-12-16 07:50:17.158057 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-12-16 07:50:17.159207 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:01.586072 | 7.01s 2025-12-16 07:50:17.412360 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-12-16 07:50:17.414416 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:01.841279 | 7.27s 2025-12-16 07:50:17.687137 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-12-16 07:50:17.688235 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:02.115100 | 7.54s 2025-12-16 07:50:17.892511 | fa163e2b-8431-263f-22bc-0000000049fd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-12-16 07:50:17.894544 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:02.321408 | 7.75s 2025-12-16 07:50:17.907732 | fa163e2b-8431-263f-22bc-0000000049fd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:02.334589 | 7.76s 2025-12-16 07:50:17.931744 | fa163e2b-8431-263f-22bc-000000004a02 | TASK | Async assignment of Keystone user to roles 2025-12-16 07:50:18.319128 | fa163e2b-8431-263f-22bc-000000004a02 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-16 07:50:18.321589 | fa163e2b-8431-263f-22bc-000000004a02 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:02.748446 | 0.39s 2025-12-16 07:50:18.628476 | fa163e2b-8431-263f-22bc-000000004a02 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-12-16 07:50:18.629608 | fa163e2b-8431-263f-22bc-000000004a02 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:03.056471 | 0.70s 2025-12-16 07:50:18.949217 | fa163e2b-8431-263f-22bc-000000004a02 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-12-16 07:50:18.950254 | fa163e2b-8431-263f-22bc-000000004a02 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:03.377119 | 1.02s 2025-12-16 07:50:18.955684 | fa163e2b-8431-263f-22bc-000000004a02 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:03.382539 | 1.02s 2025-12-16 07:50:18.970418 | fa163e2b-8431-263f-22bc-000000004a04 | TASK | Check Keystone user assignment to roles status 2025-12-16 07:50:19.261863 | fa163e2b-8431-263f-22bc-000000004a04 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-16 07:50:24.474995 | fa163e2b-8431-263f-22bc-000000004a04 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-16 07:50:24.476861 | fa163e2b-8431-263f-22bc-000000004a04 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:08.903710 | 5.51s 2025-12-16 07:50:24.733048 | fa163e2b-8431-263f-22bc-000000004a04 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-12-16 07:50:24.734441 | fa163e2b-8431-263f-22bc-000000004a04 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:09.161303 | 5.76s 2025-12-16 07:50:24.979644 | fa163e2b-8431-263f-22bc-000000004a04 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-12-16 07:50:24.980970 | fa163e2b-8431-263f-22bc-000000004a04 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:09.407832 | 6.01s 2025-12-16 07:50:24.988518 | fa163e2b-8431-263f-22bc-000000004a04 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:09.415373 | 6.02s 2025-12-16 07:50:25.009492 | fa163e2b-8431-263f-22bc-00000000483c | TASK | Async assignment of Keystone user per role 2025-12-16 07:50:25.104247 | fa163e2b-8431-263f-22bc-00000000483c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:09.531097 | 0.09s 2025-12-16 07:50:25.117223 | fa163e2b-8431-263f-22bc-00000000483c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:09.544085 | 0.11s 2025-12-16 07:50:25.131665 | fd6a5650-fcc3-471a-85a9-534bf60509dc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-16 07:50:25.155016 | fa163e2b-8431-263f-22bc-000000004a5c | TASK | Async assignment of Keystone user to roles 2025-12-16 07:50:25.540960 | fa163e2b-8431-263f-22bc-000000004a5c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-16 07:50:25.542976 | fa163e2b-8431-263f-22bc-000000004a5c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:09.969824 | 0.39s 2025-12-16 07:50:25.850697 | fa163e2b-8431-263f-22bc-000000004a5c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-16 07:50:25.852880 | fa163e2b-8431-263f-22bc-000000004a5c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:10.279740 | 0.70s 2025-12-16 07:50:26.183008 | fa163e2b-8431-263f-22bc-000000004a5c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-16 07:50:26.184346 | fa163e2b-8431-263f-22bc-000000004a5c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:10.611214 | 1.03s 2025-12-16 07:50:26.194537 | fa163e2b-8431-263f-22bc-000000004a5c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:10.621401 | 1.04s 2025-12-16 07:50:26.210959 | fa163e2b-8431-263f-22bc-000000004a5e | TASK | Check Keystone user assignment to roles status 2025-12-16 07:50:26.477946 | fa163e2b-8431-263f-22bc-000000004a5e | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-16 07:50:31.702484 | fa163e2b-8431-263f-22bc-000000004a5e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-16 07:50:31.706287 | fa163e2b-8431-263f-22bc-000000004a5e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:16.133149 | 5.49s 2025-12-16 07:50:31.951691 | fa163e2b-8431-263f-22bc-000000004a5e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-16 07:50:31.953249 | fa163e2b-8431-263f-22bc-000000004a5e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:16.380099 | 5.74s 2025-12-16 07:50:32.166745 | fa163e2b-8431-263f-22bc-000000004a5e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-16 07:50:32.169179 | fa163e2b-8431-263f-22bc-000000004a5e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:16.596037 | 5.96s 2025-12-16 07:50:32.180405 | fa163e2b-8431-263f-22bc-000000004a5e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:16.607258 | 5.97s 2025-12-16 07:50:32.217423 | fa163e2b-8431-263f-22bc-000000003c4e | TASK | is Keystone LDAP enabled 2025-12-16 07:50:32.258057 | fa163e2b-8431-263f-22bc-000000003c4e | OK | is Keystone LDAP enabled | undercloud 2025-12-16 07:50:32.259708 | fa163e2b-8431-263f-22bc-000000003c4e | TIMING | is Keystone LDAP enabled | undercloud | 0:20:16.686533 | 0.04s 2025-12-16 07:50:32.277346 | fa163e2b-8431-263f-22bc-000000003c4f | TASK | Set fact for tripleo_keystone_ldap_domains 2025-12-16 07:50:32.327986 | fa163e2b-8431-263f-22bc-000000003c4f | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-12-16 07:50:32.328825 | fa163e2b-8431-263f-22bc-000000003c4f | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:20:16.755695 | 0.05s 2025-12-16 07:50:32.346414 | fa163e2b-8431-263f-22bc-000000003c50 | TASK | Manage Keystone domains from LDAP config 2025-12-16 07:50:32.387926 | fa163e2b-8431-263f-22bc-000000003c50 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-12-16 07:50:32.389048 | fa163e2b-8431-263f-22bc-000000003c50 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:20:16.815909 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2025-12-16 07:50:32.524411 | fa163e2b-8431-263f-22bc-0000000000e2 | TASK | Deploy step tasks for 4 2025-12-16 07:50:32.555111 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000e2') missing from stats 2025-12-16 07:50:32.580980 | fa163e2b-8431-263f-22bc-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-12-16 07:50:33.091513 | fa163e2b-8431-263f-22bc-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-12-16 07:50:33.093007 | fa163e2b-8431-263f-22bc-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:20:17.519870 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-16 07:50:33.143871 | fa163e2b-8431-263f-22bc-0000000000e4 | TIMING | include_tasks | standalone | 0:20:17.570730 | 0.03s 2025-12-16 07:50:33.175288 | 0260a837-d43e-4027-af36-7c17ef90e3bd | INCLUDED | /root/standalone-ansible-x_cpl4b4/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-12-16 07:50:33.203259 | fa163e2b-8431-263f-22bc-000000004aa0 | TASK | Create virtqemud recovery script 2025-12-16 07:50:33.709242 | fa163e2b-8431-263f-22bc-000000004aa0 | CHANGED | Create virtqemud recovery script | standalone 2025-12-16 07:50:33.710807 | fa163e2b-8431-263f-22bc-000000004aa0 | TIMING | Create virtqemud recovery script | standalone | 0:20:18.137668 | 0.51s 2025-12-16 07:50:33.738867 | fa163e2b-8431-263f-22bc-000000004aa1 | TASK | Create virtqemud recovery trigger service 2025-12-16 07:50:34.315956 | fa163e2b-8431-263f-22bc-000000004aa1 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-12-16 07:50:34.318090 | fa163e2b-8431-263f-22bc-000000004aa1 | TIMING | Create virtqemud recovery trigger service | standalone | 0:20:18.744947 | 0.58s 2025-12-16 07:50:34.346003 | fa163e2b-8431-263f-22bc-000000004aa2 | TASK | Create virtqemud recovery trigger timer 2025-12-16 07:50:34.873267 | fa163e2b-8431-263f-22bc-000000004aa2 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-12-16 07:50:34.874454 | fa163e2b-8431-263f-22bc-000000004aa2 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:20:19.301319 | 0.53s 2025-12-16 07:50:34.896391 | fa163e2b-8431-263f-22bc-000000004aa3 | TASK | Enable virtqemud recovery trigger service 2025-12-16 07:50:36.086559 | fa163e2b-8431-263f-22bc-000000004aa3 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-12-16 07:50:36.088832 | fa163e2b-8431-263f-22bc-000000004aa3 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:20:20.515694 | 1.19s 2025-12-16 07:50:36.117627 | fa163e2b-8431-263f-22bc-000000004aa4 | TASK | Enable virtqemud recovery trigger timer 2025-12-16 07:50:37.340833 | fa163e2b-8431-263f-22bc-000000004aa4 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-12-16 07:50:37.342902 | fa163e2b-8431-263f-22bc-000000004aa4 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:20:21.769760 | 1.22s 2025-12-16 07:50:37.371082 | fa163e2b-8431-263f-22bc-000000004aa5 | TASK | Really enable virtqemud recovery trigger timer 2025-12-16 07:50:38.032275 | fa163e2b-8431-263f-22bc-000000004aa5 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-12-16 07:50:38.034113 | fa163e2b-8431-263f-22bc-000000004aa5 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:20:22.460974 | 0.66s 2025-12-16 07:50:38.062033 | fa163e2b-8431-263f-22bc-000000004aa7 | TASK | Create systemd file 2025-12-16 07:50:38.664387 | fa163e2b-8431-263f-22bc-000000004aa7 | CHANGED | Create systemd file | standalone 2025-12-16 07:50:38.665893 | fa163e2b-8431-263f-22bc-000000004aa7 | TIMING | Create systemd file | standalone | 0:20:23.092755 | 0.60s 2025-12-16 07:50:38.695500 | fa163e2b-8431-263f-22bc-000000004aa8 | TASK | Reload systemd 2025-12-16 07:50:39.438987 | fa163e2b-8431-263f-22bc-000000004aa8 | CHANGED | Reload systemd | standalone 2025-12-16 07:50:39.440516 | fa163e2b-8431-263f-22bc-000000004aa8 | TIMING | Reload systemd | standalone | 0:20:23.867378 | 0.74s 2025-12-16 07:50:39.472228 | fa163e2b-8431-263f-22bc-000000004aab | TASK | Start OVN container 2025-12-16 07:50:39.544353 | fa163e2b-8431-263f-22bc-000000004aab | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-12-16 07:50:39.564548 | fa163e2b-8431-263f-22bc-000000004aab | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-12-16 07:50:39.574248 | fa163e2b-8431-263f-22bc-000000004aab | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-12-16 07:50:39.581099 | fa163e2b-8431-263f-22bc-000000004aab | TIMING | Start OVN container | standalone | 0:20:24.007950 | 0.11s 2025-12-16 07:50:39.611454 | fa163e2b-8431-263f-22bc-000000004aad | TASK | Set NB connection 2025-12-16 07:50:39.665273 | fa163e2b-8431-263f-22bc-000000004aad | SKIPPED | Set NB connection | standalone 2025-12-16 07:50:39.666731 | fa163e2b-8431-263f-22bc-000000004aad | TIMING | Set NB connection | standalone | 0:20:24.093541 | 0.05s 2025-12-16 07:50:39.695178 | fa163e2b-8431-263f-22bc-000000004aae | TASK | Set SB connection 2025-12-16 07:50:39.746896 | fa163e2b-8431-263f-22bc-000000004aae | SKIPPED | Set SB connection | standalone 2025-12-16 07:50:39.748137 | fa163e2b-8431-263f-22bc-000000004aae | TIMING | Set SB connection | standalone | 0:20:24.174999 | 0.05s 2025-12-16 07:50:39.776469 | fa163e2b-8431-263f-22bc-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-12-16 07:50:40.026603 | fa163e2b-8431-263f-22bc-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-12-16 07:50:40.028290 | fa163e2b-8431-263f-22bc-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:20:24.455146 | 0.25s 2025-12-16 07:50:40.121128 | fa163e2b-8431-263f-22bc-0000000000e7 | TIMING | include_tasks | standalone | 0:20:24.547982 | 0.06s 2025-12-16 07:50:40.158226 | ab671d81-7b2d-40e2-b60c-1c04c54d6e04 | INCLUDED | /root/standalone-ansible-x_cpl4b4/common_deploy_steps_tasks.yaml | standalone 2025-12-16 07:50:40.183536 | fa163e2b-8431-263f-22bc-000000004add | TASK | Write the config_step hieradata 2025-12-16 07:50:40.718022 | fa163e2b-8431-263f-22bc-000000004add | OK | Write the config_step hieradata | standalone 2025-12-16 07:50:40.719663 | fa163e2b-8431-263f-22bc-000000004add | TIMING | Write the config_step hieradata | standalone | 0:20:25.146521 | 0.54s 2025-12-16 07:50:40.750853 | fa163e2b-8431-263f-22bc-000000004ade | TASK | Run puppet host configuration for step 4 2025-12-16 07:50:41.094774 | fa163e2b-8431-263f-22bc-000000004ade | CHANGED | Run puppet host configuration for step 4 | standalone 2025-12-16 07:50:41.096131 | fa163e2b-8431-263f-22bc-000000004ade | TIMING | Run puppet host configuration for step 4 | standalone | 0:20:25.522993 | 0.34s 2025-12-16 07:50:41.123595 | fa163e2b-8431-263f-22bc-000000004adf | TASK | Wait for puppet host configuration to finish 2025-12-16 07:50:41.404400 | fa163e2b-8431-263f-22bc-000000004adf | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-16 07:50:51.611969 | fa163e2b-8431-263f-22bc-000000004adf | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-16 07:51:01.829737 | fa163e2b-8431-263f-22bc-000000004adf | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-16 07:51:12.041730 | fa163e2b-8431-263f-22bc-000000004adf | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-16 07:51:12.042781 | fa163e2b-8431-263f-22bc-000000004adf | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:56.469652 | 30.92s 2025-12-16 07:51:12.061931 | fa163e2b-8431-263f-22bc-000000004ae0 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-12-16 07:51:12.140155 | fa163e2b-8431-263f-22bc-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 16 07:50:41 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 16 07:50:45 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 16 07:50:45 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 16 07:50:45 puppet-user: (file & line not available)", "<13>Dec 16 07:50:45 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 16 07:50:45 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 16 07:50:45 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 16 07:50:45 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 16 07:50:46 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 16 07:50:46 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 16 07:50:46 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 16 07:50:46 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 16 07:50:46 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 16 07:50:46 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 16 07:50:46 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 16 07:50:46 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 16 07:50:46 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Dec 16 07:50:50 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 16 07:50:52 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 16 07:50:58 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Dec 16 07:50:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}06fe861df1251361684474e9f584880d470028b205be52acc056bf9c6bc0065b'", "<13>Dec 16 07:50:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Dec 16 07:50:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Dec 16 07:50:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Dec 16 07:50:58 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Dec 16 07:50:59 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 16 07:51:04 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 16 07:51:06 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 16 07:51:06 puppet-user: Notice: Applied catalog in 19.98 seconds", "<13>Dec 16 07:51:06 puppet-user: Application:", "<13>Dec 16 07:51:06 puppet-user: Initial environment: production", "<13>Dec 16 07:51:06 puppet-user: Converged environment: production", "<13>Dec 16 07:51:06 puppet-user: Run mode: user", "<13>Dec 16 07:51:06 puppet-user: Changes:", "<13>Dec 16 07:51:06 puppet-user: Total: 10", "<13>Dec 16 07:51:06 puppet-user: Events:", "<13>Dec 16 07:51:06 puppet-user: Success: 10", "<13>Dec 16 07:51:06 puppet-user: Resources:", "<13>Dec 16 07:51:06 puppet-user: Restarted: 1", "<13>Dec 16 07:51:06 puppet-user: Changed: 10", "<13>Dec 16 07:51:06 puppet-user: Out of sync: 10", "<13>Dec 16 07:51:06 puppet-user: Total: 37", "<13>Dec 16 07:51:06 puppet-user: Time:", "<13>Dec 16 07:51:06 puppet-user: Filebucket: 0.00", "<13>Dec 16 07:51:06 puppet-user: Schedule: 0.00", "<13>Dec 16 07:51:06 puppet-user: File line: 0.00", "<13>Dec 16 07:51:06 puppet-user: Augeas: 0.01", "<13>Dec 16 07:51:06 puppet-user: User: 0.01", "<13>Dec 16 07:51:06 puppet-user: File: 0.10", "<13>Dec 16 07:51:06 puppet-user: Config retrieval: 0.59", "<13>Dec 16 07:51:06 puppet-user: Service: 1.46", "<13>Dec 16 07:51:06 puppet-user: Pcmk property: 1.49", "<13>Dec 16 07:51:06 puppet-user: Last run: 1765871466", "<13>Dec 16 07:51:06 puppet-user: Transaction evaluation: 19.97", "<13>Dec 16 07:51:06 puppet-user: Catalog application: 19.98", "<13>Dec 16 07:51:06 puppet-user: Pcmk resource op default: 2.07", "<13>Dec 16 07:51:06 puppet-user: Pcmk resource default: 2.12", "<13>Dec 16 07:51:06 puppet-user: Package: 5.18", "<13>Dec 16 07:51:06 puppet-user: Exec: 7.31", "<13>Dec 16 07:51:06 puppet-user: Total: 19.99", "<13>Dec 16 07:51:06 puppet-user: Version:", "<13>Dec 16 07:51:06 puppet-user: Config: 1765871445", "<13>Dec 16 07:51:06 puppet-user: Puppet: 7.10.0" ] } 2025-12-16 07:51:12.141486 | fa163e2b-8431-263f-22bc-000000004ae0 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:20:56.568351 | 0.08s 2025-12-16 07:51:12.169703 | fa163e2b-8431-263f-22bc-000000004ae1 | TASK | Pre-cache facts for puppet containers 2025-12-16 07:51:12.199534 | fa163e2b-8431-263f-22bc-000000004ae1 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:56.626386 | 0.03s 2025-12-16 07:51:12.262394 | fa163e2b-8431-263f-22bc-000000004b22 | TASK | Gather variables for each operating system 2025-12-16 07:51:12.375909 | fa163e2b-8431-263f-22bc-000000004b22 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:56.802757 | 0.11s 2025-12-16 07:51:12.407811 | fa163e2b-8431-263f-22bc-000000004b23 | TASK | Create puppet caching structures 2025-12-16 07:51:12.652864 | fa163e2b-8431-263f-22bc-000000004b23 | CHANGED | Create puppet caching structures | standalone 2025-12-16 07:51:12.654349 | fa163e2b-8431-263f-22bc-000000004b23 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:57.081212 | 0.24s 2025-12-16 07:51:12.682127 | fa163e2b-8431-263f-22bc-000000004b24 | TASK | Check for facter.conf 2025-12-16 07:51:12.947381 | fa163e2b-8431-263f-22bc-000000004b24 | OK | Check for facter.conf | standalone 2025-12-16 07:51:12.948467 | fa163e2b-8431-263f-22bc-000000004b24 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:57.375336 | 0.26s 2025-12-16 07:51:12.970434 | fa163e2b-8431-263f-22bc-000000004b25 | TASK | Remove facter.conf if directory 2025-12-16 07:51:13.008324 | fa163e2b-8431-263f-22bc-000000004b25 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-16 07:51:13.009119 | fa163e2b-8431-263f-22bc-000000004b25 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:57.435990 | 0.04s 2025-12-16 07:51:13.031066 | fa163e2b-8431-263f-22bc-000000004b26 | TASK | Write facter cache config 2025-12-16 07:51:13.538229 | fa163e2b-8431-263f-22bc-000000004b26 | CHANGED | Write facter cache config | standalone 2025-12-16 07:51:13.539644 | fa163e2b-8431-263f-22bc-000000004b26 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:57.966509 | 0.51s 2025-12-16 07:51:13.568119 | fa163e2b-8431-263f-22bc-000000004b27 | TASK | Cleanup facter cache if exists 2025-12-16 07:51:13.814209 | fa163e2b-8431-263f-22bc-000000004b27 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-16 07:51:13.815612 | fa163e2b-8431-263f-22bc-000000004b27 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:58.242477 | 0.25s 2025-12-16 07:51:13.843325 | fa163e2b-8431-263f-22bc-000000004b28 | TASK | Pre-cache facts 2025-12-16 07:51:14.481093 | fa163e2b-8431-263f-22bc-000000004b28 | CHANGED | Pre-cache facts | standalone 2025-12-16 07:51:14.482362 | fa163e2b-8431-263f-22bc-000000004b28 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:58.909221 | 0.64s 2025-12-16 07:51:14.513798 | fa163e2b-8431-263f-22bc-000000004b29 | TASK | Failed deployment if facter fails 2025-12-16 07:51:14.548355 | fa163e2b-8431-263f-22bc-000000004b29 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-16 07:51:14.549539 | fa163e2b-8431-263f-22bc-000000004b29 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:58.976402 | 0.03s 2025-12-16 07:51:14.593253 | fa163e2b-8431-263f-22bc-000000004b2a | TASK | Sync cached facts 2025-12-16 07:51:14.916732 | fa163e2b-8431-263f-22bc-000000004b2a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-8431-263f-22bc-000000004b2a') missing from stats 2025-12-16 07:51:14.970617 | fa163e2b-8431-263f-22bc-000000004ae2 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-16 07:51:15.021842 | fa163e2b-8431-263f-22bc-000000004ae2 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-16 07:51:15.022972 | fa163e2b-8431-263f-22bc-000000004ae2 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:59.449834 | 0.05s 2025-12-16 07:51:15.053084 | fa163e2b-8431-263f-22bc-000000004ae4 | TASK | Manage containers for step 4 with tripleo-ansible 2025-12-16 07:51:15.082952 | fa163e2b-8431-263f-22bc-000000004ae4 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:20:59.509811 | 0.03s 2025-12-16 07:51:15.146713 | fa163e2b-8431-263f-22bc-000000004b81 | TASK | Gather variables for each operating system 2025-12-16 07:51:15.261508 | fa163e2b-8431-263f-22bc-000000004b81 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:59.688360 | 0.11s 2025-12-16 07:51:15.290107 | fa163e2b-8431-263f-22bc-000000004b82 | TASK | Create container logs path 2025-12-16 07:51:15.529108 | fa163e2b-8431-263f-22bc-000000004b82 | OK | Create container logs path | standalone 2025-12-16 07:51:15.530003 | fa163e2b-8431-263f-22bc-000000004b82 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:59.956873 | 0.24s 2025-12-16 07:51:15.553703 | fa163e2b-8431-263f-22bc-000000004b84 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-12-16 07:51:15.843881 | fa163e2b-8431-263f-22bc-000000004b84 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-16 07:51:15.845220 | fa163e2b-8431-263f-22bc-000000004b84 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:00.272084 | 0.29s 2025-12-16 07:51:15.875012 | fa163e2b-8431-263f-22bc-000000004b85 | TASK | Finalise hashes for all containers 2025-12-16 07:51:15.962729 | fa163e2b-8431-263f-22bc-000000004b85 | OK | Finalise hashes for all containers | standalone 2025-12-16 07:51:15.963806 | fa163e2b-8431-263f-22bc-000000004b85 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:00.390670 | 0.09s 2025-12-16 07:51:15.991528 | fa163e2b-8431-263f-22bc-000000004b87 | TASK | Manage systemd shutdown files 2025-12-16 07:51:16.024381 | fa163e2b-8431-263f-22bc-000000004b87 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:00.451240 | 0.03s 2025-12-16 07:51:16.057009 | 4f7479bf-8031-4776-981b-8eb1687edd55 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-16 07:51:16.085324 | fa163e2b-8431-263f-22bc-000000004bba | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-16 07:51:16.347095 | fa163e2b-8431-263f-22bc-000000004bba | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-16 07:51:16.348502 | fa163e2b-8431-263f-22bc-000000004bba | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:21:00.775344 | 0.26s 2025-12-16 07:51:16.377343 | fa163e2b-8431-263f-22bc-000000004bbb | TASK | Set podman_drop_in fact 2025-12-16 07:51:16.439346 | fa163e2b-8431-263f-22bc-000000004bbb | OK | Set podman_drop_in fact | standalone 2025-12-16 07:51:16.440458 | fa163e2b-8431-263f-22bc-000000004bbb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:21:00.867322 | 0.06s 2025-12-16 07:51:16.468781 | fa163e2b-8431-263f-22bc-000000004bbd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-16 07:51:16.996842 | fa163e2b-8431-263f-22bc-000000004bbd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-16 07:51:16.998924 | fa163e2b-8431-263f-22bc-000000004bbd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:01.425774 | 0.53s 2025-12-16 07:51:17.409168 | fa163e2b-8431-263f-22bc-000000004bbd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-16 07:51:17.411069 | fa163e2b-8431-263f-22bc-000000004bbd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:01.837934 | 0.94s 2025-12-16 07:51:17.421510 | fa163e2b-8431-263f-22bc-000000004bbd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:01.848368 | 0.95s 2025-12-16 07:51:17.450263 | fa163e2b-8431-263f-22bc-000000004bbe | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-16 07:51:17.948226 | fa163e2b-8431-263f-22bc-000000004bbe | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-16 07:51:17.949696 | fa163e2b-8431-263f-22bc-000000004bbe | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:21:02.376536 | 0.50s 2025-12-16 07:51:17.977598 | fa163e2b-8431-263f-22bc-000000004bbf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-16 07:51:18.445737 | fa163e2b-8431-263f-22bc-000000004bbf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-16 07:51:18.447162 | fa163e2b-8431-263f-22bc-000000004bbf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:21:02.874026 | 0.47s 2025-12-16 07:51:18.475898 | fa163e2b-8431-263f-22bc-000000004bc0 | TASK | Enable and start tripleo-container-shutdown 2025-12-16 07:51:19.281461 | fa163e2b-8431-263f-22bc-000000004bc0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-16 07:51:19.285006 | fa163e2b-8431-263f-22bc-000000004bc0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:21:03.711863 | 0.81s 2025-12-16 07:51:19.317418 | fa163e2b-8431-263f-22bc-000000004bc1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-16 07:51:19.865717 | fa163e2b-8431-263f-22bc-000000004bc1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-16 07:51:19.867108 | fa163e2b-8431-263f-22bc-000000004bc1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:21:04.293970 | 0.55s 2025-12-16 07:51:19.895222 | fa163e2b-8431-263f-22bc-000000004bc2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-16 07:51:20.413810 | fa163e2b-8431-263f-22bc-000000004bc2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-16 07:51:20.415108 | fa163e2b-8431-263f-22bc-000000004bc2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:21:04.841974 | 0.52s 2025-12-16 07:51:20.441892 | fa163e2b-8431-263f-22bc-000000004bc3 | TASK | Enable and start netns-placeholder 2025-12-16 07:51:21.233643 | fa163e2b-8431-263f-22bc-000000004bc3 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-16 07:51:21.235597 | fa163e2b-8431-263f-22bc-000000004bc3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:21:05.662459 | 0.79s 2025-12-16 07:51:21.265541 | fa163e2b-8431-263f-22bc-000000004b89 | TASK | Update container configs with new config hashes 2025-12-16 07:51:21.327024 | fa163e2b-8431-263f-22bc-000000004b89 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:05.753876 | 0.06s 2025-12-16 07:51:21.346822 | d01da8e0-6a50-4cde-a315-db9863fc790a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-16 07:51:21.380240 | fa163e2b-8431-263f-22bc-000000004beb | TASK | Update config hashes for container startup configs 2025-12-16 07:51:21.677033 | fa163e2b-8431-263f-22bc-000000004beb | OK | Update config hashes for container startup configs | standalone 2025-12-16 07:51:21.678307 | fa163e2b-8431-263f-22bc-000000004beb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:21:06.105170 | 0.30s 2025-12-16 07:51:21.709427 | fa163e2b-8431-263f-22bc-000000004b8a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-16 07:51:21.770957 | fa163e2b-8431-263f-22bc-000000004b8a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:06.197786 | 0.06s 2025-12-16 07:51:21.794180 | 9658352f-a57b-4e09-bf7d-e7edb0d1c96f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:51:21.830531 | fa163e2b-8431-263f-22bc-000000004c0a | TASK | Gather podman infos 2025-12-16 07:51:23.215070 | fa163e2b-8431-263f-22bc-000000004c0a | OK | Gather podman infos | standalone 2025-12-16 07:51:23.215793 | fa163e2b-8431-263f-22bc-000000004c0a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:07.642664 | 1.38s 2025-12-16 07:51:23.300248 | fa163e2b-8431-263f-22bc-000000004c0b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-16 07:51:23.352845 | fa163e2b-8431-263f-22bc-000000004c0b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:07.779710 | 0.05s 2025-12-16 07:51:23.486178 | fa163e2b-8431-263f-22bc-000000004c54 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:07.913033 | 0.10s 2025-12-16 07:51:23.542444 | fa163e2b-8431-263f-22bc-000000004b8b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-16 07:51:23.596727 | fa163e2b-8431-263f-22bc-000000004b8b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:08.023551 | 0.05s 2025-12-16 07:51:23.618536 | 4ce1876a-3e8b-46aa-b279-dde86e943962 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:51:23.653839 | fa163e2b-8431-263f-22bc-000000004c7a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-16 07:51:40.987421 | fa163e2b-8431-263f-22bc-000000004c7a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-16 07:51:40.988884 | fa163e2b-8431-263f-22bc-000000004c7a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:25.415754 | 17.33s 2025-12-16 07:51:41.009150 | fa163e2b-8431-263f-22bc-000000004c7b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-16 07:53:07.740561 | fa163e2b-8431-263f-22bc-000000004c7b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-16 07:53:07.742307 | fa163e2b-8431-263f-22bc-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:52.169170 | 86.73s 2025-12-16 07:53:07.813856 | fa163e2b-8431-263f-22bc-000000004ae6 | TASK | Clean container_puppet_tasks for standalone step 4 2025-12-16 07:53:08.062584 | fa163e2b-8431-263f-22bc-000000004ae6 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-12-16 07:53:08.063383 | fa163e2b-8431-263f-22bc-000000004ae6 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:22:52.490255 | 0.25s 2025-12-16 07:53:08.091315 | fa163e2b-8431-263f-22bc-000000004ae7 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-12-16 07:53:08.129668 | fa163e2b-8431-263f-22bc-000000004ae7 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:22:52.556536 | 0.04s 2025-12-16 07:53:08.149561 | fa163e2b-8431-263f-22bc-000000004ae8 | TASK | Include container-puppet tasks for step 4 2025-12-16 07:53:08.178439 | fa163e2b-8431-263f-22bc-000000004ae8 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:22:52.605302 | 0.03s 2025-12-16 07:53:08.191413 | 9ba8ff93-9e69-49cb-9a34-8c197f247742 | INCLUDED | /root/standalone-ansible-x_cpl4b4/host-container-puppet-tasks.yaml | standalone 2025-12-16 07:53:08.219323 | fa163e2b-8431-263f-22bc-000000004cc6 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-12-16 07:53:08.734588 | fa163e2b-8431-263f-22bc-000000004cc6 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-12-16 07:53:08.736199 | fa163e2b-8431-263f-22bc-000000004cc6 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:22:53.163059 | 0.52s 2025-12-16 07:53:08.769488 | fa163e2b-8431-263f-22bc-000000004cc8 | TASK | Generate container puppet configs for step 4 2025-12-16 07:53:09.083416 | fa163e2b-8431-263f-22bc-000000004cc8 | OK | Generate container puppet configs for step 4 | standalone 2025-12-16 07:53:09.084744 | fa163e2b-8431-263f-22bc-000000004cc8 | TIMING | Generate container puppet configs for step 4 | standalone | 0:22:53.511607 | 0.31s 2025-12-16 07:53:09.113957 | fa163e2b-8431-263f-22bc-000000004cc9 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-12-16 07:53:09.146473 | fa163e2b-8431-263f-22bc-000000004cc9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:22:53.573331 | 0.03s 2025-12-16 07:53:09.204024 | fa163e2b-8431-263f-22bc-000000004cf8 | TASK | Gather variables for each operating system 2025-12-16 07:53:09.317983 | fa163e2b-8431-263f-22bc-000000004cf8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:53.744835 | 0.11s 2025-12-16 07:53:09.346888 | fa163e2b-8431-263f-22bc-000000004cf9 | TASK | Create container logs path 2025-12-16 07:53:09.593770 | fa163e2b-8431-263f-22bc-000000004cf9 | OK | Create container logs path | standalone 2025-12-16 07:53:09.594664 | fa163e2b-8431-263f-22bc-000000004cf9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:54.021536 | 0.25s 2025-12-16 07:53:09.616340 | fa163e2b-8431-263f-22bc-000000004cfb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-16 07:53:09.868341 | fa163e2b-8431-263f-22bc-000000004cfb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-16 07:53:09.869546 | fa163e2b-8431-263f-22bc-000000004cfb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:54.296410 | 0.25s 2025-12-16 07:53:09.897577 | fa163e2b-8431-263f-22bc-000000004cfc | TASK | Finalise hashes for all containers 2025-12-16 07:53:09.949271 | fa163e2b-8431-263f-22bc-000000004cfc | OK | Finalise hashes for all containers | standalone 2025-12-16 07:53:09.950368 | fa163e2b-8431-263f-22bc-000000004cfc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:54.377229 | 0.05s 2025-12-16 07:53:09.980938 | fa163e2b-8431-263f-22bc-000000004cfe | TASK | Manage systemd shutdown files 2025-12-16 07:53:10.002790 | fa163e2b-8431-263f-22bc-000000004cfe | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:53:10.004779 | fa163e2b-8431-263f-22bc-000000004cfe | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:54.431630 | 0.02s 2025-12-16 07:53:10.033397 | fa163e2b-8431-263f-22bc-000000004d00 | TASK | Update container configs with new config hashes 2025-12-16 07:53:10.071366 | fa163e2b-8431-263f-22bc-000000004d00 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:53:10.072366 | fa163e2b-8431-263f-22bc-000000004d00 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:54.499172 | 0.04s 2025-12-16 07:53:10.104458 | fa163e2b-8431-263f-22bc-000000004d01 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-16 07:53:10.156184 | fa163e2b-8431-263f-22bc-000000004d01 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-16 07:53:10.157289 | fa163e2b-8431-263f-22bc-000000004d01 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:54.584152 | 0.05s 2025-12-16 07:53:10.188941 | fa163e2b-8431-263f-22bc-000000004d02 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-16 07:53:10.241161 | fa163e2b-8431-263f-22bc-000000004d02 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-16 07:53:10.242300 | fa163e2b-8431-263f-22bc-000000004d02 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:54.669163 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-12-16 07:53:10.421121 | fa163e2b-8431-263f-22bc-0000000000ea | TASK | External deployment step 5 2025-12-16 07:53:10.451841 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000ea') missing from stats 2025-12-16 07:53:10.511076 | fa163e2b-8431-263f-22bc-0000000000eb | TIMING | include_tasks | undercloud | 0:22:54.937930 | 0.04s 2025-12-16 07:53:10.522853 | b01bd9f5-6feb-4935-bd49-4bd1e60f84d5 | INCLUDED | /root/standalone-ansible-x_cpl4b4/external_deploy_steps_tasks_step5.yaml | undercloud 2025-12-16 07:53:10.542064 | fa163e2b-8431-263f-22bc-000000004d51 | TASK | Manage Cinder's default volume type 2025-12-16 07:53:20.369062 | fa163e2b-8431-263f-22bc-000000004d51 | OK | Manage Cinder's default volume type | undercloud 2025-12-16 07:53:20.370559 | fa163e2b-8431-263f-22bc-000000004d51 | TIMING | Manage Cinder's default volume type | undercloud | 0:23:04.797421 | 9.83s PLAY [Deploy step tasks for 5] ************************************************* 2025-12-16 07:53:20.475395 | fa163e2b-8431-263f-22bc-0000000000ee | TASK | Deploy step tasks for 5 2025-12-16 07:53:20.503642 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000ee') missing from stats 2025-12-16 07:53:20.525236 | fa163e2b-8431-263f-22bc-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-12-16 07:53:21.053670 | fa163e2b-8431-263f-22bc-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-12-16 07:53:21.055072 | fa163e2b-8431-263f-22bc-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:23:05.481935 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-16 07:53:21.112519 | fa163e2b-8431-263f-22bc-0000000000f0 | TIMING | include_tasks | standalone | 0:23:05.539374 | 0.03s 2025-12-16 07:53:21.206551 | 18e69920-f1e1-438a-a816-34ae84fc19ff | INCLUDED | /root/standalone-ansible-x_cpl4b4/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-12-16 07:53:21.240994 | fa163e2b-8431-263f-22bc-000000004d74 | TASK | Gather variables for each operating system 2025-12-16 07:53:21.321910 | fa163e2b-8431-263f-22bc-000000004d74 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:05.748760 | 0.08s 2025-12-16 07:53:21.351981 | fa163e2b-8431-263f-22bc-000000004d75 | TASK | Detect if resource is being created or already exists 2025-12-16 07:53:22.111898 | fa163e2b-8431-263f-22bc-000000004d75 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-16 07:53:22.113742 | fa163e2b-8431-263f-22bc-000000004d75 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:06.540597 | 0.76s 2025-12-16 07:53:22.145005 | fa163e2b-8431-263f-22bc-000000004d76 | TASK | Run init bundle puppet on the host for cinder_backup 2025-12-16 07:53:45.256134 | fa163e2b-8431-263f-22bc-000000004d76 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-12-16 07:53:45.258309 | fa163e2b-8431-263f-22bc-000000004d76 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:23:29.685167 | 23.11s 2025-12-16 07:53:45.294386 | fa163e2b-8431-263f-22bc-000000004d77 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-16 07:53:45.610359 | fa163e2b-8431-263f-22bc-000000004d77 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-16 07:53:45.611575 | fa163e2b-8431-263f-22bc-000000004d77 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:30.038445 | 0.32s 2025-12-16 07:53:45.631224 | fa163e2b-8431-263f-22bc-000000004d78 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-16 07:53:46.090709 | fa163e2b-8431-263f-22bc-000000004d78 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-16 07:53:46.092913 | fa163e2b-8431-263f-22bc-000000004d78 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:30.519766 | 0.46s 2025-12-16 07:53:46.128190 | fa163e2b-8431-263f-22bc-000000004d79 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-12-16 07:53:46.349251 | fa163e2b-8431-263f-22bc-000000004d79 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-12-16 07:53:46.351245 | fa163e2b-8431-263f-22bc-000000004d79 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:23:30.778112 | 0.22s 2025-12-16 07:53:46.376119 | fa163e2b-8431-263f-22bc-000000004d7b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-12-16 07:53:46.436884 | fa163e2b-8431-263f-22bc-000000004d7b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-12-16 07:53:46.438684 | fa163e2b-8431-263f-22bc-000000004d7b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:23:30.865540 | 0.06s 2025-12-16 07:53:46.463309 | fa163e2b-8431-263f-22bc-000000004d7c | TASK | Get container image tag from bundle openstack-cinder-backup 2025-12-16 07:53:46.522824 | fa163e2b-8431-263f-22bc-000000004d7c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-12-16 07:53:46.525133 | fa163e2b-8431-263f-22bc-000000004d7c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:23:30.951992 | 0.06s 2025-12-16 07:53:46.551553 | fa163e2b-8431-263f-22bc-000000004d7d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-12-16 07:53:46.604457 | fa163e2b-8431-263f-22bc-000000004d7d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-12-16 07:53:46.607257 | fa163e2b-8431-263f-22bc-000000004d7d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:23:31.034111 | 0.05s 2025-12-16 07:53:46.643525 | fa163e2b-8431-263f-22bc-000000004d7e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-16 07:53:46.689080 | fa163e2b-8431-263f-22bc-000000004d7e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-16 07:53:46.691581 | fa163e2b-8431-263f-22bc-000000004d7e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:31.118442 | 0.04s 2025-12-16 07:53:46.718483 | fa163e2b-8431-263f-22bc-000000004d7f | TASK | Remove update marker for bundle openstack-cinder-backup 2025-12-16 07:53:46.770482 | fa163e2b-8431-263f-22bc-000000004d7f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-12-16 07:53:46.772486 | fa163e2b-8431-263f-22bc-000000004d7f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:23:31.199354 | 0.05s 2025-12-16 07:53:46.814208 | fa163e2b-8431-263f-22bc-000000004da0 | TASK | Gather variables for each operating system 2025-12-16 07:53:46.929088 | fa163e2b-8431-263f-22bc-000000004da0 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:31.355940 | 0.11s 2025-12-16 07:53:46.954001 | fa163e2b-8431-263f-22bc-000000004da1 | TASK | Detect if resource is being created or already exists 2025-12-16 07:53:47.640781 | fa163e2b-8431-263f-22bc-000000004da1 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-16 07:53:47.641942 | fa163e2b-8431-263f-22bc-000000004da1 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:32.068811 | 0.69s 2025-12-16 07:53:47.671450 | fa163e2b-8431-263f-22bc-000000004da2 | TASK | Run init bundle puppet on the host for cinder_volume 2025-12-16 07:54:11.260376 | fa163e2b-8431-263f-22bc-000000004da2 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-12-16 07:54:11.262969 | fa163e2b-8431-263f-22bc-000000004da2 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:23:55.689827 | 23.59s 2025-12-16 07:54:11.301095 | fa163e2b-8431-263f-22bc-000000004da3 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-16 07:54:11.586171 | fa163e2b-8431-263f-22bc-000000004da3 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-16 07:54:11.587715 | fa163e2b-8431-263f-22bc-000000004da3 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:56.014583 | 0.28s 2025-12-16 07:54:11.609092 | fa163e2b-8431-263f-22bc-000000004da4 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-16 07:54:12.120001 | fa163e2b-8431-263f-22bc-000000004da4 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-16 07:54:12.122727 | fa163e2b-8431-263f-22bc-000000004da4 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:56.549587 | 0.51s 2025-12-16 07:54:12.163185 | fa163e2b-8431-263f-22bc-000000004da5 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-12-16 07:54:12.403372 | fa163e2b-8431-263f-22bc-000000004da5 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-12-16 07:54:12.405933 | fa163e2b-8431-263f-22bc-000000004da5 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:23:56.832763 | 0.24s 2025-12-16 07:54:12.438660 | fa163e2b-8431-263f-22bc-000000004da7 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-12-16 07:54:12.484103 | fa163e2b-8431-263f-22bc-000000004da7 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-12-16 07:54:12.485638 | fa163e2b-8431-263f-22bc-000000004da7 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:23:56.912499 | 0.04s 2025-12-16 07:54:12.510813 | fa163e2b-8431-263f-22bc-000000004da8 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-12-16 07:54:12.573546 | fa163e2b-8431-263f-22bc-000000004da8 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-12-16 07:54:12.575144 | fa163e2b-8431-263f-22bc-000000004da8 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:23:57.001999 | 0.06s 2025-12-16 07:54:12.599160 | fa163e2b-8431-263f-22bc-000000004da9 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-12-16 07:54:12.632127 | fa163e2b-8431-263f-22bc-000000004da9 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-12-16 07:54:12.633226 | fa163e2b-8431-263f-22bc-000000004da9 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:23:57.060092 | 0.03s 2025-12-16 07:54:12.658831 | fa163e2b-8431-263f-22bc-000000004daa | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-16 07:54:12.698876 | fa163e2b-8431-263f-22bc-000000004daa | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-16 07:54:12.699778 | fa163e2b-8431-263f-22bc-000000004daa | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:57.126648 | 0.04s 2025-12-16 07:54:12.723607 | fa163e2b-8431-263f-22bc-000000004dab | TASK | Remove update marker for bundle openstack-cinder-volume 2025-12-16 07:54:12.784813 | fa163e2b-8431-263f-22bc-000000004dab | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-12-16 07:54:12.786320 | fa163e2b-8431-263f-22bc-000000004dab | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:23:57.213179 | 0.06s 2025-12-16 07:54:12.839904 | fa163e2b-8431-263f-22bc-000000004dcc | TASK | Gather variables for each operating system 2025-12-16 07:54:12.966839 | fa163e2b-8431-263f-22bc-000000004dcc | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:57.393690 | 0.13s 2025-12-16 07:54:12.996608 | fa163e2b-8431-263f-22bc-000000004dcd | TASK | Detect if resource is being created or already exists 2025-12-16 07:54:13.727628 | fa163e2b-8431-263f-22bc-000000004dcd | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-16 07:54:13.728989 | fa163e2b-8431-263f-22bc-000000004dcd | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:58.155857 | 0.73s 2025-12-16 07:54:13.753210 | fa163e2b-8431-263f-22bc-000000004dce | TASK | Run init bundle puppet on the host for manila_share 2025-12-16 07:54:36.382739 | fa163e2b-8431-263f-22bc-000000004dce | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-12-16 07:54:36.383718 | fa163e2b-8431-263f-22bc-000000004dce | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:24:20.810591 | 22.63s 2025-12-16 07:54:36.403940 | fa163e2b-8431-263f-22bc-000000004dcf | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-12-16 07:54:36.676596 | fa163e2b-8431-263f-22bc-000000004dcf | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-12-16 07:54:36.678076 | fa163e2b-8431-263f-22bc-000000004dcf | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:24:21.104939 | 0.27s 2025-12-16 07:54:36.709850 | fa163e2b-8431-263f-22bc-000000004dd0 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-16 07:54:37.189920 | fa163e2b-8431-263f-22bc-000000004dd0 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-16 07:54:37.191011 | fa163e2b-8431-263f-22bc-000000004dd0 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:24:21.617882 | 0.48s 2025-12-16 07:54:37.210629 | fa163e2b-8431-263f-22bc-000000004dd1 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-12-16 07:54:37.445393 | fa163e2b-8431-263f-22bc-000000004dd1 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-12-16 07:54:37.446339 | fa163e2b-8431-263f-22bc-000000004dd1 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:24:21.873210 | 0.23s 2025-12-16 07:54:37.467322 | fa163e2b-8431-263f-22bc-000000004dd3 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-12-16 07:54:37.517109 | fa163e2b-8431-263f-22bc-000000004dd3 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-12-16 07:54:37.517907 | fa163e2b-8431-263f-22bc-000000004dd3 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:24:21.944778 | 0.05s 2025-12-16 07:54:37.547546 | fa163e2b-8431-263f-22bc-000000004dd4 | TASK | Get container image tag from bundle openstack-manila-share 2025-12-16 07:54:37.596454 | fa163e2b-8431-263f-22bc-000000004dd4 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-12-16 07:54:37.597238 | fa163e2b-8431-263f-22bc-000000004dd4 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:24:22.024106 | 0.05s 2025-12-16 07:54:37.620180 | fa163e2b-8431-263f-22bc-000000004dd5 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-12-16 07:54:37.668259 | fa163e2b-8431-263f-22bc-000000004dd5 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-12-16 07:54:37.669061 | fa163e2b-8431-263f-22bc-000000004dd5 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:24:22.095930 | 0.05s 2025-12-16 07:54:37.692570 | fa163e2b-8431-263f-22bc-000000004dd6 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-16 07:54:37.731939 | fa163e2b-8431-263f-22bc-000000004dd6 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-16 07:54:37.733156 | fa163e2b-8431-263f-22bc-000000004dd6 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:24:22.160016 | 0.04s 2025-12-16 07:54:37.767874 | fa163e2b-8431-263f-22bc-000000004dd7 | TASK | Remove update marker for bundle openstack-manila-share 2025-12-16 07:54:37.808225 | fa163e2b-8431-263f-22bc-000000004dd7 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-12-16 07:54:37.809285 | fa163e2b-8431-263f-22bc-000000004dd7 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:24:22.236152 | 0.04s 2025-12-16 07:54:37.852920 | fa163e2b-8431-263f-22bc-000000004df8 | TASK | Run kolla_set_configs to copy ring files 2025-12-16 07:54:38.660925 | fa163e2b-8431-263f-22bc-000000004df8 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-12-16 07:54:38.664344 | fa163e2b-8431-263f-22bc-000000004df8 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:23.091211 | 0.81s 2025-12-16 07:54:38.672904 | fa163e2b-8431-263f-22bc-000000004df8 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:23.099771 | 0.82s 2025-12-16 07:54:38.701588 | fa163e2b-8431-263f-22bc-000000004df9 | TASK | Run kolla_set_configs to copy ring files 2025-12-16 07:54:39.028293 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-12-16 07:54:39.031123 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:23.457979 | 0.33s 2025-12-16 07:54:39.521274 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-12-16 07:54:39.522444 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:23.949308 | 0.82s 2025-12-16 07:54:39.820506 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-12-16 07:54:39.821609 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:24.248473 | 1.12s 2025-12-16 07:54:40.316532 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-12-16 07:54:40.317784 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:24.744649 | 1.61s 2025-12-16 07:54:40.592149 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-12-16 07:54:40.593809 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:25.020668 | 1.89s 2025-12-16 07:54:40.925115 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-12-16 07:54:40.926720 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:25.353594 | 2.22s 2025-12-16 07:54:41.338695 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-12-16 07:54:41.339371 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:25.766243 | 2.64s 2025-12-16 07:54:41.757667 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-12-16 07:54:41.760043 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:26.186913 | 3.06s 2025-12-16 07:54:42.000480 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-12-16 07:54:42.001282 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:26.428153 | 3.30s 2025-12-16 07:54:42.458602 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-12-16 07:54:42.460680 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:26.887537 | 3.76s 2025-12-16 07:54:42.766764 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-12-16 07:54:42.767639 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:27.194510 | 4.06s 2025-12-16 07:54:43.270787 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-12-16 07:54:43.273604 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:27.700461 | 4.57s 2025-12-16 07:54:43.683386 | fa163e2b-8431-263f-22bc-000000004df9 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-12-16 07:54:43.686368 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:28.113239 | 4.98s 2025-12-16 07:54:43.697024 | fa163e2b-8431-263f-22bc-000000004df9 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:28.123898 | 4.99s 2025-12-16 07:54:43.717729 | fa163e2b-8431-263f-22bc-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-12-16 07:54:43.949471 | fa163e2b-8431-263f-22bc-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-12-16 07:54:43.952119 | fa163e2b-8431-263f-22bc-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:24:28.378980 | 0.23s 2025-12-16 07:54:44.036184 | fa163e2b-8431-263f-22bc-0000000000f3 | TIMING | include_tasks | standalone | 0:24:28.463035 | 0.05s 2025-12-16 07:54:44.076788 | 8560d800-fc07-4148-a30a-69270430b24b | INCLUDED | /root/standalone-ansible-x_cpl4b4/common_deploy_steps_tasks.yaml | standalone 2025-12-16 07:54:44.103644 | fa163e2b-8431-263f-22bc-000000004e76 | TASK | Write the config_step hieradata 2025-12-16 07:54:44.656183 | fa163e2b-8431-263f-22bc-000000004e76 | OK | Write the config_step hieradata | standalone 2025-12-16 07:54:44.657696 | fa163e2b-8431-263f-22bc-000000004e76 | TIMING | Write the config_step hieradata | standalone | 0:24:29.084539 | 0.55s 2025-12-16 07:54:44.694863 | fa163e2b-8431-263f-22bc-000000004e77 | TASK | Run puppet host configuration for step 5 2025-12-16 07:54:44.968661 | fa163e2b-8431-263f-22bc-000000004e77 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-12-16 07:54:44.970247 | fa163e2b-8431-263f-22bc-000000004e77 | TIMING | Run puppet host configuration for step 5 | standalone | 0:24:29.397110 | 0.27s 2025-12-16 07:54:44.998928 | fa163e2b-8431-263f-22bc-000000004e78 | TASK | Wait for puppet host configuration to finish 2025-12-16 07:54:45.237283 | fa163e2b-8431-263f-22bc-000000004e78 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-16 07:54:55.466389 | fa163e2b-8431-263f-22bc-000000004e78 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-16 07:55:05.712332 | fa163e2b-8431-263f-22bc-000000004e78 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-16 07:55:05.713972 | fa163e2b-8431-263f-22bc-000000004e78 | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:50.140799 | 20.71s 2025-12-16 07:55:05.734709 | fa163e2b-8431-263f-22bc-000000004e79 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-12-16 07:55:05.826371 | fa163e2b-8431-263f-22bc-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 16 07:54:45 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 16 07:54:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 16 07:54:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 16 07:54:49 puppet-user: (file & line not available)", "<13>Dec 16 07:54:49 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 16 07:54:49 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 16 07:54:50 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 16 07:54:50 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 16 07:54:50 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 16 07:54:50 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 16 07:54:50 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 16 07:54:50 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 16 07:54:50 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 16 07:54:50 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 16 07:54:50 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 16 07:54:50 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.60 seconds", "<13>Dec 16 07:54:54 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 16 07:54:57 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 16 07:54:58 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 16 07:54:59 puppet-user: Notice: Applied catalog in 8.60 seconds", "<13>Dec 16 07:54:59 puppet-user: Application:", "<13>Dec 16 07:54:59 puppet-user: Initial environment: production", "<13>Dec 16 07:54:59 puppet-user: Converged environment: production", "<13>Dec 16 07:54:59 puppet-user: Run mode: user", "<13>Dec 16 07:54:59 puppet-user: Changes:", "<13>Dec 16 07:54:59 puppet-user: Total: 2", "<13>Dec 16 07:54:59 puppet-user: Events:", "<13>Dec 16 07:54:59 puppet-user: Success: 2", "<13>Dec 16 07:54:59 puppet-user: Resources:", "<13>Dec 16 07:54:59 puppet-user: Changed: 2", "<13>Dec 16 07:54:59 puppet-user: Out of sync: 2", "<13>Dec 16 07:54:59 puppet-user: Total: 37", "<13>Dec 16 07:54:59 puppet-user: Time:", "<13>Dec 16 07:54:59 puppet-user: Filebucket: 0.00", "<13>Dec 16 07:54:59 puppet-user: Schedule: 0.00", "<13>Dec 16 07:54:59 puppet-user: File line: 0.00", "<13>Dec 16 07:54:59 puppet-user: Package: 0.00", "<13>Dec 16 07:54:59 puppet-user: Augeas: 0.01", "<13>Dec 16 07:54:59 puppet-user: User: 0.01", "<13>Dec 16 07:54:59 puppet-user: File: 0.06", "<13>Dec 16 07:54:59 puppet-user: Service: 0.22", "<13>Dec 16 07:54:59 puppet-user: Config retrieval: 0.74", "<13>Dec 16 07:54:59 puppet-user: Pcmk property: 1.60", "<13>Dec 16 07:54:59 puppet-user: Last run: 1765871699", "<13>Dec 16 07:54:59 puppet-user: Exec: 2.05", "<13>Dec 16 07:54:59 puppet-user: Pcmk resource default: 2.09", "<13>Dec 16 07:54:59 puppet-user: Pcmk resource op default: 2.36", "<13>Dec 16 07:54:59 puppet-user: Transaction evaluation: 8.58", "<13>Dec 16 07:54:59 puppet-user: Catalog application: 8.60", "<13>Dec 16 07:54:59 puppet-user: Total: 8.61", "<13>Dec 16 07:54:59 puppet-user: Version:", "<13>Dec 16 07:54:59 puppet-user: Config: 1765871689", "<13>Dec 16 07:54:59 puppet-user: Puppet: 7.10.0" ] } 2025-12-16 07:55:05.828265 | fa163e2b-8431-263f-22bc-000000004e79 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:24:50.255126 | 0.09s 2025-12-16 07:55:05.857091 | fa163e2b-8431-263f-22bc-000000004e7a | TASK | Pre-cache facts for puppet containers 2025-12-16 07:55:05.887330 | fa163e2b-8431-263f-22bc-000000004e7a | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:50.314184 | 0.03s 2025-12-16 07:55:05.952236 | fa163e2b-8431-263f-22bc-000000004eb9 | TASK | Gather variables for each operating system 2025-12-16 07:55:06.067074 | fa163e2b-8431-263f-22bc-000000004eb9 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:50.493899 | 0.11s 2025-12-16 07:55:06.099329 | fa163e2b-8431-263f-22bc-000000004eba | TASK | Create puppet caching structures 2025-12-16 07:55:06.372393 | fa163e2b-8431-263f-22bc-000000004eba | CHANGED | Create puppet caching structures | standalone 2025-12-16 07:55:06.373225 | fa163e2b-8431-263f-22bc-000000004eba | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:50.800098 | 0.27s 2025-12-16 07:55:06.392067 | fa163e2b-8431-263f-22bc-000000004ebb | TASK | Check for facter.conf 2025-12-16 07:55:06.635562 | fa163e2b-8431-263f-22bc-000000004ebb | OK | Check for facter.conf | standalone 2025-12-16 07:55:06.636983 | fa163e2b-8431-263f-22bc-000000004ebb | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:51.063846 | 0.24s 2025-12-16 07:55:06.664966 | fa163e2b-8431-263f-22bc-000000004ebc | TASK | Remove facter.conf if directory 2025-12-16 07:55:06.714071 | fa163e2b-8431-263f-22bc-000000004ebc | SKIPPED | Remove facter.conf if directory | standalone 2025-12-16 07:55:06.715173 | fa163e2b-8431-263f-22bc-000000004ebc | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:51.142034 | 0.05s 2025-12-16 07:55:06.742903 | fa163e2b-8431-263f-22bc-000000004ebd | TASK | Write facter cache config 2025-12-16 07:55:07.221798 | fa163e2b-8431-263f-22bc-000000004ebd | CHANGED | Write facter cache config | standalone 2025-12-16 07:55:07.223261 | fa163e2b-8431-263f-22bc-000000004ebd | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:51.650123 | 0.48s 2025-12-16 07:55:07.252276 | fa163e2b-8431-263f-22bc-000000004ebe | TASK | Cleanup facter cache if exists 2025-12-16 07:55:07.447530 | fa163e2b-8431-263f-22bc-000000004ebe | CHANGED | Cleanup facter cache if exists | standalone 2025-12-16 07:55:07.448944 | fa163e2b-8431-263f-22bc-000000004ebe | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:51.875808 | 0.19s 2025-12-16 07:55:07.478440 | fa163e2b-8431-263f-22bc-000000004ebf | TASK | Pre-cache facts 2025-12-16 07:55:08.183317 | fa163e2b-8431-263f-22bc-000000004ebf | CHANGED | Pre-cache facts | standalone 2025-12-16 07:55:08.185207 | fa163e2b-8431-263f-22bc-000000004ebf | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:52.612069 | 0.71s 2025-12-16 07:55:08.220634 | fa163e2b-8431-263f-22bc-000000004ec0 | TASK | Failed deployment if facter fails 2025-12-16 07:55:08.261918 | fa163e2b-8431-263f-22bc-000000004ec0 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-16 07:55:08.263167 | fa163e2b-8431-263f-22bc-000000004ec0 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:52.690027 | 0.04s 2025-12-16 07:55:08.308700 | fa163e2b-8431-263f-22bc-000000004ec1 | TASK | Sync cached facts 2025-12-16 07:55:08.649072 | fa163e2b-8431-263f-22bc-000000004ec1 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-8431-263f-22bc-000000004ec1') missing from stats 2025-12-16 07:55:08.713304 | fa163e2b-8431-263f-22bc-000000004e7b | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-16 07:55:08.749735 | fa163e2b-8431-263f-22bc-000000004e7b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-16 07:55:08.750460 | fa163e2b-8431-263f-22bc-000000004e7b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:53.177331 | 0.04s 2025-12-16 07:55:08.769836 | fa163e2b-8431-263f-22bc-000000004e7d | TASK | Manage containers for step 5 with tripleo-ansible 2025-12-16 07:55:08.788110 | fa163e2b-8431-263f-22bc-000000004e7d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:24:53.214976 | 0.02s 2025-12-16 07:55:08.831130 | fa163e2b-8431-263f-22bc-000000004f18 | TASK | Gather variables for each operating system 2025-12-16 07:55:08.932389 | fa163e2b-8431-263f-22bc-000000004f18 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:53.359252 | 0.10s 2025-12-16 07:55:08.952942 | fa163e2b-8431-263f-22bc-000000004f19 | TASK | Create container logs path 2025-12-16 07:55:09.188342 | fa163e2b-8431-263f-22bc-000000004f19 | OK | Create container logs path | standalone 2025-12-16 07:55:09.189160 | fa163e2b-8431-263f-22bc-000000004f19 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:53.616031 | 0.24s 2025-12-16 07:55:09.209514 | fa163e2b-8431-263f-22bc-000000004f1b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-12-16 07:55:09.467610 | fa163e2b-8431-263f-22bc-000000004f1b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-16 07:55:09.468857 | fa163e2b-8431-263f-22bc-000000004f1b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:53.895720 | 0.26s 2025-12-16 07:55:09.499723 | fa163e2b-8431-263f-22bc-000000004f1c | TASK | Finalise hashes for all containers 2025-12-16 07:55:09.544798 | fa163e2b-8431-263f-22bc-000000004f1c | OK | Finalise hashes for all containers | standalone 2025-12-16 07:55:09.546036 | fa163e2b-8431-263f-22bc-000000004f1c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:53.972900 | 0.04s 2025-12-16 07:55:09.577557 | fa163e2b-8431-263f-22bc-000000004f1e | TASK | Manage systemd shutdown files 2025-12-16 07:55:09.613123 | fa163e2b-8431-263f-22bc-000000004f1e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:54.039976 | 0.03s 2025-12-16 07:55:09.647412 | bb72b461-4f62-4130-84ac-a2655a4f1888 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-16 07:55:09.683377 | fa163e2b-8431-263f-22bc-000000004f51 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-16 07:55:09.945254 | fa163e2b-8431-263f-22bc-000000004f51 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-16 07:55:09.946804 | fa163e2b-8431-263f-22bc-000000004f51 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:54.373665 | 0.26s 2025-12-16 07:55:09.976730 | fa163e2b-8431-263f-22bc-000000004f52 | TASK | Set podman_drop_in fact 2025-12-16 07:55:10.038821 | fa163e2b-8431-263f-22bc-000000004f52 | OK | Set podman_drop_in fact | standalone 2025-12-16 07:55:10.040078 | fa163e2b-8431-263f-22bc-000000004f52 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:54.466944 | 0.06s 2025-12-16 07:55:10.068867 | fa163e2b-8431-263f-22bc-000000004f54 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-16 07:55:10.592792 | fa163e2b-8431-263f-22bc-000000004f54 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-16 07:55:10.595407 | fa163e2b-8431-263f-22bc-000000004f54 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:55.022265 | 0.52s 2025-12-16 07:55:11.036402 | fa163e2b-8431-263f-22bc-000000004f54 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-16 07:55:11.037558 | fa163e2b-8431-263f-22bc-000000004f54 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:55.464425 | 0.97s 2025-12-16 07:55:11.044782 | fa163e2b-8431-263f-22bc-000000004f54 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:55.471650 | 0.97s 2025-12-16 07:55:11.074995 | fa163e2b-8431-263f-22bc-000000004f55 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-16 07:55:11.594856 | fa163e2b-8431-263f-22bc-000000004f55 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-16 07:55:11.596463 | fa163e2b-8431-263f-22bc-000000004f55 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:56.023318 | 0.52s 2025-12-16 07:55:11.626668 | fa163e2b-8431-263f-22bc-000000004f56 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-16 07:55:12.120700 | fa163e2b-8431-263f-22bc-000000004f56 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-16 07:55:12.122401 | fa163e2b-8431-263f-22bc-000000004f56 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:56.549264 | 0.49s 2025-12-16 07:55:12.153908 | fa163e2b-8431-263f-22bc-000000004f57 | TASK | Enable and start tripleo-container-shutdown 2025-12-16 07:55:13.100377 | fa163e2b-8431-263f-22bc-000000004f57 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-16 07:55:13.102787 | fa163e2b-8431-263f-22bc-000000004f57 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:57.529649 | 0.95s 2025-12-16 07:55:13.132777 | fa163e2b-8431-263f-22bc-000000004f58 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-16 07:55:13.684326 | fa163e2b-8431-263f-22bc-000000004f58 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-16 07:55:13.685769 | fa163e2b-8431-263f-22bc-000000004f58 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:58.112632 | 0.55s 2025-12-16 07:55:13.717606 | fa163e2b-8431-263f-22bc-000000004f59 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-16 07:55:14.233806 | fa163e2b-8431-263f-22bc-000000004f59 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-16 07:55:14.235375 | fa163e2b-8431-263f-22bc-000000004f59 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:58.662209 | 0.52s 2025-12-16 07:55:14.267271 | fa163e2b-8431-263f-22bc-000000004f5a | TASK | Enable and start netns-placeholder 2025-12-16 07:55:15.249451 | fa163e2b-8431-263f-22bc-000000004f5a | CHANGED | Enable and start netns-placeholder | standalone 2025-12-16 07:55:15.251560 | fa163e2b-8431-263f-22bc-000000004f5a | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:59.678424 | 0.98s 2025-12-16 07:55:15.281247 | fa163e2b-8431-263f-22bc-000000004f20 | TASK | Update container configs with new config hashes 2025-12-16 07:55:15.332391 | fa163e2b-8431-263f-22bc-000000004f20 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:59.759236 | 0.05s 2025-12-16 07:55:15.355820 | d0d20a77-083b-4506-893b-bfdddae14cf0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-16 07:55:15.381233 | fa163e2b-8431-263f-22bc-000000004f82 | TASK | Update config hashes for container startup configs 2025-12-16 07:55:15.648424 | fa163e2b-8431-263f-22bc-000000004f82 | OK | Update config hashes for container startup configs | standalone 2025-12-16 07:55:15.649972 | fa163e2b-8431-263f-22bc-000000004f82 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:00.076833 | 0.27s 2025-12-16 07:55:15.682571 | fa163e2b-8431-263f-22bc-000000004f21 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-16 07:55:15.745039 | fa163e2b-8431-263f-22bc-000000004f21 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:00.171898 | 0.06s 2025-12-16 07:55:15.766161 | 38e7544d-5e23-49cd-824f-46dbb2df0f80 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-16 07:55:15.809529 | fa163e2b-8431-263f-22bc-000000004fa1 | TASK | Gather podman infos 2025-12-16 07:55:17.813502 | fa163e2b-8431-263f-22bc-000000004fa1 | OK | Gather podman infos | standalone 2025-12-16 07:55:17.814582 | fa163e2b-8431-263f-22bc-000000004fa1 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:02.241448 | 2.00s 2025-12-16 07:55:17.948697 | fa163e2b-8431-263f-22bc-000000004fa2 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-16 07:55:18.028594 | fa163e2b-8431-263f-22bc-000000004fa2 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:02.455459 | 0.07s 2025-12-16 07:55:18.186862 | fa163e2b-8431-263f-22bc-000000004feb | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:02.613725 | 0.12s 2025-12-16 07:55:18.226482 | fa163e2b-8431-263f-22bc-000000004f22 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-16 07:55:18.290276 | fa163e2b-8431-263f-22bc-000000004f22 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:02.717129 | 0.06s 2025-12-16 07:55:18.307004 | 4b441e7a-b47e-4676-8306-2df036535256 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-16 07:55:18.339010 | fa163e2b-8431-263f-22bc-000000005011 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-16 07:55:31.756197 | fa163e2b-8431-263f-22bc-000000005011 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-16 07:55:31.758064 | fa163e2b-8431-263f-22bc-000000005011 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:16.184928 | 13.42s 2025-12-16 07:55:31.780587 | fa163e2b-8431-263f-22bc-000000005012 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-16 07:55:35.997072 | fa163e2b-8431-263f-22bc-000000005012 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-16 07:55:35.999288 | fa163e2b-8431-263f-22bc-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:25:20.426153 | 4.22s 2025-12-16 07:55:36.057526 | fa163e2b-8431-263f-22bc-000000004e7f | TASK | Clean container_puppet_tasks for standalone step 5 2025-12-16 07:55:36.338339 | fa163e2b-8431-263f-22bc-000000004e7f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-12-16 07:55:36.339757 | fa163e2b-8431-263f-22bc-000000004e7f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:25:20.766621 | 0.28s 2025-12-16 07:55:36.386793 | fa163e2b-8431-263f-22bc-000000004e80 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-12-16 07:55:36.451767 | fa163e2b-8431-263f-22bc-000000004e80 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:25:20.878618 | 0.06s 2025-12-16 07:55:36.482192 | fa163e2b-8431-263f-22bc-000000004e81 | TASK | Include container-puppet tasks for step 5 2025-12-16 07:55:36.521264 | fa163e2b-8431-263f-22bc-000000004e81 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:25:20.948126 | 0.04s 2025-12-16 07:55:36.537253 | e8d31eb2-96fc-497f-a90f-55f31c1d8df8 | INCLUDED | /root/standalone-ansible-x_cpl4b4/host-container-puppet-tasks.yaml | standalone 2025-12-16 07:55:36.573558 | fa163e2b-8431-263f-22bc-00000000505d | TASK | Write container-puppet-tasks json file for standalone step 5 2025-12-16 07:55:37.086154 | fa163e2b-8431-263f-22bc-00000000505d | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-12-16 07:55:37.087566 | fa163e2b-8431-263f-22bc-00000000505d | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:25:21.514430 | 0.51s 2025-12-16 07:55:37.117545 | fa163e2b-8431-263f-22bc-00000000505f | TASK | Generate container puppet configs for step 5 2025-12-16 07:55:37.413734 | fa163e2b-8431-263f-22bc-00000000505f | OK | Generate container puppet configs for step 5 | standalone 2025-12-16 07:55:37.415032 | fa163e2b-8431-263f-22bc-00000000505f | TIMING | Generate container puppet configs for step 5 | standalone | 0:25:21.841895 | 0.30s 2025-12-16 07:55:37.445193 | fa163e2b-8431-263f-22bc-000000005060 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-12-16 07:55:37.476014 | fa163e2b-8431-263f-22bc-000000005060 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:25:21.902863 | 0.03s 2025-12-16 07:55:37.545582 | fa163e2b-8431-263f-22bc-00000000508f | TASK | Gather variables for each operating system 2025-12-16 07:55:37.656019 | fa163e2b-8431-263f-22bc-00000000508f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:22.082884 | 0.11s 2025-12-16 07:55:37.675909 | fa163e2b-8431-263f-22bc-000000005090 | TASK | Create container logs path 2025-12-16 07:55:37.937314 | fa163e2b-8431-263f-22bc-000000005090 | OK | Create container logs path | standalone 2025-12-16 07:55:37.938720 | fa163e2b-8431-263f-22bc-000000005090 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:22.365584 | 0.26s 2025-12-16 07:55:37.972825 | fa163e2b-8431-263f-22bc-000000005092 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-16 07:55:38.251378 | fa163e2b-8431-263f-22bc-000000005092 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-16 07:55:38.252635 | fa163e2b-8431-263f-22bc-000000005092 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:22.679499 | 0.28s 2025-12-16 07:55:38.280915 | fa163e2b-8431-263f-22bc-000000005093 | TASK | Finalise hashes for all containers 2025-12-16 07:55:38.315630 | fa163e2b-8431-263f-22bc-000000005093 | OK | Finalise hashes for all containers | standalone 2025-12-16 07:55:38.316932 | fa163e2b-8431-263f-22bc-000000005093 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:22.743796 | 0.03s 2025-12-16 07:55:38.346464 | fa163e2b-8431-263f-22bc-000000005095 | TASK | Manage systemd shutdown files 2025-12-16 07:55:38.377354 | fa163e2b-8431-263f-22bc-000000005095 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-16 07:55:38.378633 | fa163e2b-8431-263f-22bc-000000005095 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:22.805493 | 0.03s 2025-12-16 07:55:38.410613 | fa163e2b-8431-263f-22bc-000000005097 | TASK | Update container configs with new config hashes 2025-12-16 07:55:38.462507 | fa163e2b-8431-263f-22bc-000000005097 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-16 07:55:38.463418 | fa163e2b-8431-263f-22bc-000000005097 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:22.890287 | 0.05s 2025-12-16 07:55:38.489310 | fa163e2b-8431-263f-22bc-000000005098 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-16 07:55:38.530959 | fa163e2b-8431-263f-22bc-000000005098 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-16 07:55:38.531928 | fa163e2b-8431-263f-22bc-000000005098 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:22.958796 | 0.04s 2025-12-16 07:55:38.555866 | fa163e2b-8431-263f-22bc-000000005099 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-16 07:55:38.595409 | fa163e2b-8431-263f-22bc-000000005099 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-16 07:55:38.596371 | fa163e2b-8431-263f-22bc-000000005099 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:23.023239 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-12-16 07:55:38.739079 | fa163e2b-8431-263f-22bc-0000000000f7 | TASK | Server Post Deployments 2025-12-16 07:55:38.766734 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000f7') missing from stats 2025-12-16 07:55:38.849403 | fa163e2b-8431-263f-22bc-0000000000f8 | TIMING | include_tasks | standalone | 0:25:23.276268 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-12-16 07:55:38.968339 | fa163e2b-8431-263f-22bc-0000000000fc | TASK | External deployment Post Deploy tasks 2025-12-16 07:55:38.997798 | fa163e2b-8431-263f-22bc-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', 'fa163e2b-8431-263f-22bc-0000000000fc') missing from stats 2025-12-16 07:55:39.013751 | fa163e2b-8431-263f-22bc-000000000100 | TASK | is additonal Cell? 2025-12-16 07:55:39.050439 | fa163e2b-8431-263f-22bc-000000000100 | OK | is additonal Cell? | undercloud 2025-12-16 07:55:39.051259 | fa163e2b-8431-263f-22bc-000000000100 | TIMING | is additonal Cell? | undercloud | 0:25:23.478129 | 0.04s 2025-12-16 07:55:39.066381 | fa163e2b-8431-263f-22bc-000000000102 | TASK | discover via nova_manager? 2025-12-16 07:55:39.130027 | fa163e2b-8431-263f-22bc-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-12-16 07:55:39.131063 | fa163e2b-8431-263f-22bc-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:25:23.557925 | 0.06s 2025-12-16 07:55:39.146418 | fa163e2b-8431-263f-22bc-000000000103 | TASK | discover via nova_api? 2025-12-16 07:55:39.248426 | fa163e2b-8431-263f-22bc-000000000103 | OK | discover via nova_api? | undercloud 2025-12-16 07:55:39.249839 | fa163e2b-8431-263f-22bc-000000000103 | TIMING | discover via nova_api? | undercloud | 0:25:23.676702 | 0.10s 2025-12-16 07:55:39.267855 | fa163e2b-8431-263f-22bc-000000000104 | TASK | Warn if no discovery host available 2025-12-16 07:55:39.328533 | fa163e2b-8431-263f-22bc-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-12-16 07:55:39.329862 | fa163e2b-8431-263f-22bc-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:25:23.756723 | 0.06s 2025-12-16 07:55:39.364595 | fa163e2b-8431-263f-22bc-000000000105 | TASK | Discovering nova hosts 2025-12-16 07:55:42.139371 | fa163e2b-8431-263f-22bc-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e2b-8431-263f-22bc-000000000105') missing from stats 2025-12-16 07:55:42.240422 | fa163e2b-8431-263f-22bc-000000000106 | OK | set_fact | undercloud 2025-12-16 07:55:42.242243 | fa163e2b-8431-263f-22bc-000000000106 | TIMING | set_fact | undercloud | 0:25:26.669058 | 0.08s 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-16 07:55:42.315733 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:55:42.316226 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1171 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:55:42.316606 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:25:26.743480 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-16 07:55:42.317067 | UUID | Info | Host | Task Name | Run Time 2025-12-16 07:55:42.317537 | fa163e2b-8431-263f-22bc-0000000021e4 | SUMMARY | standalone | Pre-fetch all the containers | 203.00s 2025-12-16 07:55:42.318067 | fa163e2b-8431-263f-22bc-00000000338e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 103.49s 2025-12-16 07:55:42.318626 | fa163e2b-8431-263f-22bc-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 | 86.73s 2025-12-16 07:55:42.319174 | fa163e2b-8431-263f-22bc-000000002443 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.54s 2025-12-16 07:55:42.319573 | fa163e2b-8431-263f-22bc-000000002ff6 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 57.33s 2025-12-16 07:55:42.319959 | fa163e2b-8431-263f-22bc-000000003b73 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 57.13s 2025-12-16 07:55:42.320317 | fa163e2b-8431-263f-22bc-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 | 30.98s 2025-12-16 07:55:42.320672 | fa163e2b-8431-263f-22bc-000000004adf | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.92s 2025-12-16 07:55:42.321145 | fa163e2b-8431-263f-22bc-0000000025e1 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 29.14s 2025-12-16 07:55:42.321503 | fa163e2b-8431-263f-22bc-0000000033ba | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.38s 2025-12-16 07:55:42.321871 | fa163e2b-8431-263f-22bc-0000000033e6 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.18s 2025-12-16 07:55:42.322193 | fa163e2b-8431-263f-22bc-000000004da2 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.59s 2025-12-16 07:55:42.322542 | fa163e2b-8431-263f-22bc-000000004d76 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.11s 2025-12-16 07:55:42.322928 | fa163e2b-8431-263f-22bc-000000002152 | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 23.02s 2025-12-16 07:55:42.323310 | fa163e2b-8431-263f-22bc-000000004dce | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.63s 2025-12-16 07:55:42.323631 | fa163e2b-8431-263f-22bc-0000000021ae | SUMMARY | standalone | install systemd-container for a greenfield | 21.17s 2025-12-16 07:55:42.324072 | fa163e2b-8431-263f-22bc-000000004e78 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2025-12-16 07:55:42.324470 | fa163e2b-8431-263f-22bc-00000000346c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2025-12-16 07:55:42.325048 | fa163e2b-8431-263f-22bc-0000000039df | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.67s 2025-12-16 07:55:42.325470 | fa163e2b-8431-263f-22bc-000000003605 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 17.61s 2025-12-16 07:55:42.325833 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-x_cpl4b4 Install artifact is located at /root/standalone-install-20251216075542.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.RPk8dphWBy + exit 0 ~/ci-framework-data/artifacts